

/**************************/
/**************************/
/* Soscial media icons    */
/**************************/
/**************************/

/*footer icons start here*/
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }
/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 0px 0 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    background-color: rgba(255,255,255,1);
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: grey;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
/*footer icons ends here*/



/**************************/
/**************************/
/* Soscial media icons ends  */
/**************************/
/**************************/








.form-control.singinText{
    height:40px
}


.btn.btn-violet
{
    background-color : rgba(104,77,144,1);
    color : white;
    border: 2px solid rgba(104,77,144,1);
}

.btn.btn-violet:hover 
{
   background-color : white;
   color : rgba(104,77,144,1);
   box-shadow: 0 0 10px rgba(104,77,144,1);
   
}

.btn.btn-violet:active {
    background-color : rgba(104,77,144,1);
    color : white;   
    outline :none ;
}


.btn.btn-theme 
{
    background-color : rgba(0,153,204,1);
    color : white;
    border: 2px solid rgba(0,153,204,1);
}

.btn.btn-theme:hover 
{
   background-color : white;
   color : rgba(0,153,204,1);
   box-shadow: 0 0 10px rgba(0,153,204,1);
}

.btn.btn-theme:active {
    background-color : rgba(0,153,204,1) ;
    color : white;   
    outline :none ;
}

.btn.btn-cancel
{
    background-color : rgba(237,94,104,1);
    color : white;
    border: 2px solid rgba(237,94,104,1);
}

.btn.btn-cancel:hover 
{
   background-color : white;
   color : rgba(237,94,104,1);
   box-shadow: 0 0 10px rgba(237,94,104,1);
}

.btn.btn-cancel:active {
    background-color : rgba(237,94,104,1) ;
    color : white;   
    outline :none ;
}


.btn.btn-answer 
{
    background-color : rgb(155, 159, 160);
    color : white;
    border: 2px solid rgb(155, 159, 160);
    margin-left: 4px;
    z-index: 1040;
    position: relative;
}

.btn.btn-answer:hover
{
   background-color : white;
   color : rgb(155, 159, 160);
   box-shadow: 0 0 10px rgb(155, 159, 160);
}

.btn.btn-answer:active {
    background-color : rgb(155, 159, 160);
    color : white;   
    outline :none ;
}

.btn.btn-next-question
{
    width: 11%;
    background-color : rgb(155, 159, 160);
    color : white;
    border: 2px solid rgb(155, 159, 160);
    margin-left: 4px;
    z-index: 10000;
    position: relative;
}

.btn.btn-next-question:hover
{
    background-color : white;
    color : rgb(155, 159, 160);
    box-shadow: 0 0 10px rgb(155, 159, 160);
}

.btn.btn-next-question:active {
    background-color : rgb(155, 159, 160);
    color : white;
    outline :none ;
}

.no-decoration, .no-decoration:hover, .no-decoration:focus {
    text-decoration: none;
    color: black;
}


.well.footer 
{
    margin : 0px; 
    border : none; 
    border-radius : 0px; 
    background: rgba(204,204,204,1) !important;
    width : 100%; 
    
}

.footer ul 
{
    list-style:none; 
}
.footer ul li
{
    display:inline;
    margin-left:10px;
}

.footerNavigation
{
    font-size : 13px; 
}


.footerNavigation a
{
    color : rgba(21,112,166,1);
    /* color : rgba(0,153,204,1); */
}

.fa.fa-realColor
{
    color : rgba(51,51,51,1);
}


.red
{
    color : red;
}

.normal
{
    color : black;
}


.mainfont
{
    font-size : 14pt;
}

.mainfont2 
{
	font-size : 12pt;
}

.navbarfont
{
	font-size: 16px;
}

.navbarheadfont
{
	font-size: 18px;
}

.answer-radio
{
	width: 20px;    
    border: 1px solid white;
   /* display: inline-block;*/
    text-align: center;
    float: left;
}

.answer-radio-correct
{
	width: 22px;
    border: 2px solid #198fd2;
    text-align: center;
    padding-left: 2px;
    float: left;
}

.answer-radio-correct2
{
    border: 2px solid #198fd2;
    width: 22px;
    text-align: center;
    padding-left: 2px;
    outline: 2px solid #198fd2;
    outline-offset: 2px;
    border-radius: 50%;
}

.answer-checkbox-correct
{
    /*width: 20px;*/
    border: 2px solid #198fd2;
    outline: 2px solid #198fd2;
    outline-offset: 2px;

    /* display: inline-block;*/
    /*text-align: center;*/
    /*padding-left: 2px;*/
    /*float: left;*/
}

.answerLabelDiv
{
	  display: inline-block;
  /*  display: inline;*/
}

.answerLabelDiv2
{
	 /* display: initial;*/
	 overflow: hidden;
  
}

.answerImgDiv
{
	  display: inline-block; 
	  margin-left: -6px;
  /*  display: inline;*/
}
   
.answerImgDiv2
{
	  overflow: hidden;
}

.serial
{
	  display: inline;
	  color: white;
}

.filter-checkbox {
	margin-left: 14px;
}


div.searchbox
{
/*	float: none;
	margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 40px;
    text-align: right;
    /*padding-left: 86px;*/
    font-size: 12px;
}	

div.main-box {
	margin-top:110px;
	
}

.numeric-entry {
    width: 160px;
}

.preptest-checkbox
{
    margin-left: 25px;
}

div.preptest-checkbox input[type='checkbox']
{
    margin-top: 7px;
}


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: #ccc;
}

input:focus + .slider {
    /*box-shadow: 0 0 1px #2196F3;*/
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

div.instructions {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: justify;
    padding-right: 36px;
}


div.instructions > ol > li {
    margin-top: 12px;
    margin-bottom: 12px;
    font-style: italic;
    font-size: 18px;
}

div#instructions-modal {
    z-index: 10000;
}

#modal-instruction:focus {
    outline-color: transparent;
}

.instructions-bottom {
    display: flex;
    justify-content: space-between;
    padding-left: 9px;
    padding-right: 6px;
}





@media (min-width: 768px) and (max-width: 1012px) {
	
	div.searchbox
	{
		margin-top: 105px;
	}


}



@media (min-width: 768px){
	input.searchbox
	{
		width: 250px !important;
	}
}

@media (min-width: 1203px){
    div.main-box {
        margin-top:70px;

    }
}

.navbar-collapse, .navbar-header {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: white;
}

.logo {
    max-width: 20rem;
    max-height: 4rem;
}

.logo-color {
    color: #891631 !important;
}

.logo-size {
    font-size: 20px;
}

.nav > li {
    display: inline;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}

.text-underline {
    text-decoration: underline;
}

.hidden {
    display: none !important;
}
