body{
    /*font-family: "Source Sans Pro", sans-serif;*/
}

h1,h2,h3{
    font-weight: bold;
}

h2,h3,p{
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}


h1{
    font-size:30px;
    font-family: "Source Sans Pro", sans-serif;
}

h2{
    font-size:24px;
}

h3{
    font-size:20px;
}

p,a,li,td{
    font-size:16px;
}




.main-header .logo{
    background-color: #fff !important;
    border: 1px solid #3c8dbc;
}

.sidebar-menu > li > a{
    font-size: 18px;
}

.main-header .navbar .nav > li > a{
    font-size: 18px;
}

figcaption h1{
    font-size: 30px;
}


.box-gray{
    background-color: #f4f4f4;
}


#loading{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    width: 90vw;
    height: 50vh;
    background-color: rgba(192, 192, 192, 0.6);
    background-image: url("http://i.stack.imgur.com/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
}









.logo_img{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper{
    margin-top:15px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

@media(max-width:767px){
    .logo_img{
        height:113px;
    }

    .content-wrapper{
        margin-top:65px;
    }
}

.overlay-default {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%; //cover;

    text-align: center;
    padding: 150px 0;
    color: black;
}

.header_overlay {
    background-color: rgba(255,255,255,0.6);
    padding: 10px;
    text-shadow: 3px 3px 4px white;
}

.padding_25{
    padding-top: 25px;
    padding-bottom:  25px;
}

.link_box{
    color:white;
}

.link_box_div{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    min-height:300px;
}

.star{
    color:firebrick;
}

.text-white{
    color:white;
}

.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position:left center;
    background-repeat: no-repeat;
}

/*.select2-container-multi .select2-choices .select2-container .select2-search-field input.select2-active {*/
/*    background-color: #ffffff;*/
/*    background-image: url("http://loadinggif.com/images/image-selection/3.gif");*/
/*    background-size: 25px 25px;*/
/*    background-position:left center;*/
/*    background-repeat: no-repeat;*/
/*}*/

.error{
    color:firebrick;
}

.highlight{
    background: #aaeec8;
}

.fa-info-circle{
    color:deepskyblue;
}

.panel-body{
    padding:15px;
}

.box-header h4{
    margin: 0;
}

.pay_card{
    width:50px;
}

.padding_5{
    padding:5px;
}

.rotate{
    -webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);  /* Firefox */
    -ms-transform: rotate(90deg);  /* IE 9 */
    transform: rotate(90deg);  /* Standard syntax */
}

.form-group-c{
    margin-bottom: 15px;
}

.form-horizontal .form-group-c {
    margin-right: -15px;
    margin-left: -15px;
}

.hitem{
    height: 100% !important;
}

.heading_a{
    font-size: 20px;
    font-weight: bold;
}

.btn-box-tool-c1{
    padding: 5px;
    font-size: 20px;
    background: transparent;
    color: #373f51;
}

.hitem1{
    border-radius: 50%;
}

.fwh1{
    /*font-size: 40px;*/
    padding-top: 25px;
    margin-top: 0;
}

@media(max-width:767px){

}
@media(min-width:768px){
    .fwcol{
        padding-right: 0;
    }
}
@media(min-width:992px){
    .fwcol{
        padding-right: 2%;
    }
}
@media(min-width:1200px){
    .fwcol{
        padding-right: 6%;
    }
}

.margin-bottom-5{
    margin-bottom: 5px;
}

.apend_label{
    margin-left: 5px;
}

.labelC{
    padding:5px;
    border-radius: 5px;
}


.user-footer{
    /*background-color:#2078ac !important;*/
}

@media(max-width:767px){
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color:black !important;
    }
}





/*Select2 ReadOnly Start*/
 select[readonly].select2-hidden-accessible + .select2-container {
     pointer-events: none;
     touch-action: none;
 }

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

/*Select2 ReadOnly End*/

.tablevenq{
    word-wrap: break-word;
    table-layout: fixed;
}

.tableq{
    word-wrap: break-word;
    table-layout: fixed;
}

.tableq td,th{
    width:200px;
}

.width_100{
    width: 100px;
}

.mfd {
    width: 100%;
    padding: 0;
    margin: 0;
}
