[ng-cloak], .ng-cloak
{
  display: none !important;
}

.btn {
    border-width: 1px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
}

.btn-round-round{
    border-radius: 100% !important;
    background-color: rgba(170, 170, 170, 0.8) ;
    /*border: rgb(136, 33, 33) 1px solid;*/
    cursor: pointer;
    padding: 4px !important;

    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.65) !important;
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.65) !important;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.65) !important;    
    
    position: relative;

}


.btn-round-round>img {
  width: 43px;
  height: 43px;
  padding: 5px;
  z-index: 1;
}

.btn-round-round.btn-round-md>img {
  width: 60px;
  height: 60px;
  padding: 7px;
}


.btn-round-round:hover{
     background-color: #353535;
}

.btn-round-gray{
	background-color: rgba(170, 170, 170, 0.8) !important;
    /*border: rgb(11, 16, 24) 1px solid;*/
}
.btn-round-gray:hover{
	background-color: rgb(11, 16, 24);
}
.btn-round-red{
	background-color: rgb(242, 67, 67) !important;
    /*border: rgb(11, 16, 24) 1px solid;*/
}
.btn-round-red:hover{
	background-color: rgba(255, 0, 0, 1) !important;
}


.btn-menu-color{
	background-color: #454941   !important
}

.btn-menu-color:hover{
	background-color: rgba(170, 170, 170, 1)  !important;
}

.btn-round-round div{
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    display: block;
    line-height: 45px;	
}



.btn-round-square{
    border-radius: 8px !important;
    background-color: rgba(170, 170, 170, 0.8) !important;
    border: rgb(136, 33, 33) 1px solid;
    cursor: pointer;
    padding: 10px !important;
    margin: 4px;
}

.btn-round-square:hover{
        background-color: #353535 !important;
}

.btn-round-square div{
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    display: block;
    line-height: 45px;	
}



@keyframes btnroundloading {
  0% {
    transform-origin: 100% 100%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 100% 100%;
    transform: rotate(360deg);
  }
}


 .btn-round-loading:before {

   position: absolute;
   display: block;
   top: 0;
   content: '';
   z-index: 0;
   top: 0px;
   left: 0px;
   width: 50%;
   height: 50%;
   border-radius: 100% 0 0 0;
   margin: 0;
   padding: 0;
   background: #CCCCCC;
   animation: btnroundloading 2s linear infinite;
 }
 
.btn-round-loading-red:before{
	background: rgb(227, 154, 154) !important;
}


.navbar-topiut > li > a.menu-item-active{
      color: #ffffff !important;

}

.navbar-topiut > li > a.menu-item-active:hover, 
.navbar-topiut > li >  a.menu-item-active:focus {
     /*
      color: #ffffff !important;
      background: rgba(154, 154, 151, 0.53) !important;
      */

}


.navbar-topiut > li.active > a.menu-item-name{
     /*
      color: #ffffff !important;
      background: #9A9A97 !important;
	*/
}

.navbar-topiut > li.active > a.menu-item-name::after {
    content: "";
    border: 2px solid rgb(63, 112, 40);
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -2px;
	/*    
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #02F202;
    position: absolute;
    top: 15px;
    right: 4px;
	*/    
}

.navbar-topiut > li > a.menu-item-active:hover:after, 
.navbar-topiut > li >  a.menu-item-active:focus:after {
	
    content: "";
    border: 2px solid rgba(63, 112, 40, 0.53);
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -2px;
    /*
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #02F202;
    position: absolute;
    top: 10px;
    right: 0px;
	*/
}
 
.navbar-topiut > li.active > a.menu-item-icon > .btn{
    background: rgba(170, 170, 170, 1)  !important;
} 
 
 
@media (max-width: 767px){
	.menu_wrap {
	    padding: 0 10px 0 10px !important;
	}
}
@media (max-width: 991px){
	.menu_wrap {
	    padding: 0 20px 0 20px !important;
	    position: relative;
	    clear: both;
	}
}
.menu_wrap {
    width: 100%;
    /*padding: 0 20px 0 20px !important;*/
    margin: 0;
    border: 0px;
    padding: 0px;
    box-shadow: none;
    height: 50px;
    min-height: 50px;
}
 

#navcontainer{
	float:left;
	background-color : #212121;
	display: block;
	width: 100%;

}

#navcontainer ul li{
	list-style-type: none; 
	text-decoration: none;  
}

ul.nav_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;

}

ul.nav_menu li { 
    display: inline-block;
    height: 100%;
}

ul.nav_menu li a{
    height: 100% !important;
    display: inline-block;
	text-decoration: none !important;
	padding-left:1em;
	padding-right:1em;
	line-height: 20px;
	font-weight: normal !important;
	font-size: 14px !important;
	letter-spacing: 0px !important;
	border:0 !important;
	position: relative;
	/*background-color: #036;*/
    /* margin-top: 3px !important; */
    /*padding-top: 14px !important;*/
    /*padding-bottom: 10px !important;*/
    
}

@media (max-width: 767px){
	ul.nav_menu li a {
	    padding-left: 0.2em;
	    padding-right: 0.2em;
	}
}



ul.nav_menu  li a:hover
{
	color: #fff;
	text-decoration: none;
}

.nav_menu {
    display: block;
    font-family: 'Open Sans', sans-serif;
    height: 50px;
}


@media (min-width: 992px){
	.menu-item-icon{
		display: none !important;
	}
	.menu-logo{
		width:225px;
	    padding-left: 10px;
	    padding-bottom: 4px;
	    padding-top: 0px;		
	}	
}




	
.menu-item-name{
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-top: 14px;
}
	
.btn-round-sm > img {
    width: 30px !important;
    height: 30px !important;
    padding: 3px !important;
}
	

@media only screen and (max-width: 991px){
	
	.header-with-submenu {
		height: 95px;
	}
		
	.nav_menu {
	    display: block;
	}
	
	.menu_wrap .nav_menu > ul > li {
	    float: left;
	    position: relative;
	    border: 0;
	}
	.nav_menu > ul {
	    padding: 0 15px;
	}	
	.menu-item-name{
		display: none !important;
	}
	.menu-item-icon{
		display: inline;
		margin-top : 6px;
	}	
}

.survey-right-menu{
	
background: rgba(237,237,237,0.93);
background: -moz-linear-gradient(top, rgba(237,237,237,0.93) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,0.93)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,0.93) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,0.93) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,0.93) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,0.93) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
	
}

.amcharts-chart-div a {
	color : blue !important;
	display : none !important;
}

.iut-question-index{
	
    /* background-color: #BABABA; */
    border-radius: 1000% !important;
    color: black;
    font-size: 28px;
    line-height: 40px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: -5px;
    font-weight: bold;
}    

.iut-question-rightwrong{
    width: 40px;
    float: right;
    height: 40px;
    line-height: 40px;
    background-color: #CFE1FE;
    text-align: center;
    border-radius: 100% !important;	
}
.iut-question-external-footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*background-color: white;*/
    padding-top: 10px;
    padding-bottom: 10px;
}    

.iut-question-external-ad{
	float: right;
    display: inline-block;
    background-color: #46494D;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    border-radius: 70% !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;	
}
.iut-question-external-ad-by{
	padding-right: 7px;
    float: left;
    padding-top: 2px;
    font-weight: bold;							    	
}



.panel-heading {
    padding-bottom: 0px !important;
    min-height: 40px;
}

input.dark, select.dark, textarea.dark {
	color:white; 
	background-color:  rgba(0, 0, 0, 0.06);
}

input.dark[disabled], select.dark[disabled], textarea.dark[disabled] {
	color: black;
}

iut-script{
	display:none;
}