
body {
    color: #4c4c4c !important;
}
hr {margin: 5px 0 !important;}
.ERR {
    color: #FF0000;
    margin-left: 5px;
    background-color: inherit;
    margin-bottom: 0 !important;
}
.primary{
    color: #3c8dbc;
    margin-left: 5px;
    background-color: inherit;
    margin-bottom: 0 !important;
}

.success{
    color: #00b315;
    margin-left: 5px;
    background-color: inherit;
    margin-bottom: 0 !important;
}
.info{
    color: #00acd6;
    margin-left: 5px;
    background-color: inherit;
    margin-bottom: 0 !important;
}
.danger{
    color: #d73925;
    margin-left: 5px;
    background-color: inherit;
    margin-bottom: 0 !important;
}
.warning{
    color: #d58512;
    margin-left: 5px;
    background-color: inherit;
    margin-bottom: 0 !important;
}

.highlighted_BG{
    background-color: #c6f7f5 !important;
}
.select2-selection{
    border-radius: 0 !important;
    /*height: 32px !important;*/
    min-height: 34px !important;
    height: auto !important;

}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px !important;
}

.fa{font-size: 14px !important;}
.fa-lg {
    font-size: 1.33333333em !important;}
.clear, .group {
    display: block;
    margin: 2px 0;
    width:100%;
    min-height: 5px;
    clear: both;
}
.block {
    display: block;
}

.narrow_padding{
    padding: 5px 10px;
}
.smaller_font{
    font-size: 14px !important;
}
.small_font{
    font-size: 14px !important;
}

.medium_font{
    font-size: 16px !important;
}
.light_font{
    font-weight: 600 !important;

}

.select2-selection__choice{
    background-color: #fff !important;
    border-color: #fff !important;

    margin-top: 1px !important;
    padding: 3px 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #222d32 !important;
    border: 1px solid #222d32 !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #f00 !important;
    margin-right: 10px !important;
    font-size: 18px !important;
    line-height: 0 !important;
}

.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
}

.form-control .divider {
    width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}


.smaller_width{
    width: 50px !important;
}
.small_width{
    width: 100px !important;
}

.medium_width{
    width: 150px !important;
}
.big_width{
    width: 200px !important;
}
.bigger_width{
    width: 250px !important;
}

.panel{
    -webkit-box-shadow: none;
    box-shadow: none;
}


.styled_file{
    width: 100%;
    height: 100%;
    max-height: 75px;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    background-color:transparent;
    color:transparent;
}


.todo-list .tools{
    display:none;
    float:right;
    color:#dd4b39
}

.todo-list:hover .tools{
    display:inline-block
}

.fixed_width {min-width: 50px;}
.tools{float:right;}

.loading {
    z-index: 2000;
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6) url(./dist/img/loading.gif) no-repeat center center;
}

.space_left{padding-left:10px !important;}


 .form-group input[type="checkbox"] {
     display: none;

 }

.btn.disabled {
    opacity: .50 !important;
}


.disabled_item {
    /*pointer-events: none;*/
    opacity: 0.6;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* filter: blur(1px); */
}
.disabled_item:hover{

    opacity: 1;

}


.btn-group{
    float: right;}
.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}



/* POP UP */

.loading {
    z-index: 1000;
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6) url(../img/loading.gif) no-repeat center center;
}




.popup {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 900;
}


.popup-inner {
    max-width: 1100px;
    width: 90%;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

.popup-inner p {
    margin: 5px 0;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}


.clear_both{
    clear:both;
    width:100%;
    float:left;
    display: block;
}
/* END  POP UP */



/* Question Answer */

.functions{
    width:33%;
    float:left;
}

.full_w{
    width:100%;
    text-align: left;
}

.w_50{

    width:50%;

}

.box-body{
    padding-top: 0 !important;
}
.box-body .wrapper{
    background-color:transparent !important;
    max-width: 800px;
    margin: auto;
    text-align: center !important;
}
.box-body label{
    /*margin-top: 5px;*/
}
.top_q{

    background:url("../img/icon-bar.png") no-repeat ;
    height:24px;;
}

.qu {
    background-color: #5caf5a;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 150%;
    line-height: 150%;
    margin-top:5px;
}

.start_qu{
    background-color: #a2011f;
    border-radius: 50px;
}

.an {
    cursor: pointer;
    background-color: #6b6868;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 125%;
    line-height: 125%;
    margin-top:5px;
}

.an:nth-child(even) {
    background-color: #ccc;
    color: #000;
}

.an input[type=radio] {
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 3px;
}

.an input[type=radio]:checked:before {

    /* content: "";
     display: block;
     position: relative;
     top: 6px;
     left: 6px;
     height: 32px;
     width: 32px;
     border-radius: 50%;
     background: white;
     background: #ff7208;
     background: #c36576;
      background-repeat: no-repeat;
     background-image:url('../../images/Checked1.png');
     */
    content: "";
    display: block;
    position: relative;
    height: 32px;
    width: 32px;
    background-color: initial;
   /* border-radius: 50%;*/

    background-position: 0 0px;
    background-repeat: no-repeat;
    background-image:url('../img/checked.png');



}
.an label {
    width:100%;
    height: 100%;
    display:inline-block;
    font-weight: normal;
}


.re {
    background-color: #af5aac;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
    margin-top:5px;
}


/* END Question Answer */

.direct-chat-dark-info .right>.direct-chat-text {
    background: #9e9e9e;
    border-color: #8e8e8e;
    color: #ffffff;
}


.direct-chat-dark-info .right>.direct-chat-text:after, .direct-chat-dark-info .right>.direct-chat-text:before {
    border-left-color: #9e9e9e;
}


.form-control{
    border-color: #aaaaaa !important;
}


.timeline>li>.timeline-item>.timeline-header {
    padding: 7px 0 0 0 !important;
}
