input[type="checkbox"] {
    /* display:none;
    */
}
input[type="checkbox"] + label {
    /* color:#f2f2f2;
    */
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color:#f2f2f2;
}
.highlight_selected{
    /*    background: #A1E4AF !important;*/
    /*    background: rgba(1, 170, 239, 0.29) !important;*/
    /* background:rgba(136, 138, 148, 0.25) !important;
    border-bottom: 1px solid #4EB3DD;*/

    /*    border-bottom: 1px solid #4EB3DD;*/
}
.form_heading {
    /*    font-family:"Nirmala UI", "Helvetica Neue" !important;*/
    font-size:16px;
    font-weight:700;
    color:#706671 !important;
}
.font16 {
    font-size:16px;
    vertical-align: middle;
}
.font15 {
    font-size:15px !important;
    vertical-align: middle;
}

.font20 {
    font-size:20px;
}
.font24 {
    font-size:24px;
}
.font26 {
    font-size:26px;
}
.font28 {
    font-size:28px;
}
.font32 {
    font-size:32px;
}
.font17 {
    font-size:17px;
}
.font18 {
    font-size:18px;
}
.font19 {
    font-size:19px;
}
.font40 {
    font-size:40pt;
}
.font14 {
    font-size:14px !important;
    font-weight: 600;
    vertical-align: middle;
}
.font14_new {
    font-size:14px !important;
    vertical-align: middle;
}
.font12 {
    font-size:12px !important;
}
.font13 {
    font-size:13px !important;
}
.font11 {
    font-size:11px !important;
}
.font10 {
    font-size:10px !important;
}
.black
{
    color: #3B2E3C !important;
}
.back_color{
    background-color: rgba(201, 210, 207, 0.20) !important;
}
.background_color{
    background-color: #f9f9f9 !important;
}

.head_back_color{
    background-color: rgba(79, 83, 83, 0.2) !important;
}
.text_justify{
    text-align: justify !important;
}

.form_heading14 {
    font-size:14px;
    font-weight:700;
    color:#706671 !important;
}
.x_title2{
    /*    border-bottom: 1px solid #E6E9ED;*/
    /* padding: 1px 5px 6px;
    */
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}
.x_title3{
    padding: 1px 1px 1px;
}
.company_name {
    font-weight:700;
}
.full_name {
    color:#4e1add !important;
    font-weight:700;
}
.full_name1 {
    color:#4e1add !important;
}
.full_name_10 {
    color:#4e1add !important;
    font-weight:700;
}
.linethrough {
    text-decoration: line-through;
    color:red;
}
.basetext {
    color: #000000;
}
/* seo friendly tables */
.pd10 {
    padding-left: 15px !important;
}

.pd10_new {
    padding-left: 10px !important;
}
.pd7 {
    padding-left: 7px !important;
}
.pd30 {
    padding-left: 30px !important;
}
.pdl5 {
    padding-left: 5px !important;
}
.pd60 {
    padding-left: 60px !important;
}
.pd150 {
    padding-left: 150px !important;
}
.pd135 {
    padding-left: 135px !important;
}
.pd15 {
    margin-left: 15px !important;
    text-align: center !important;
    /*    padding-top: 5px;*/
}
.ml15 {
    margin-left: 15px !important;
    text-align: center !important;
}
.ml10 {
    margin-left: 10px !important;
    text-align: center !important;
}
.ml9 {
    margin-left: 9px !important;
    text-align: center !important;
}
.ml10_new {
    margin-left: 10px !important;
}
.pd-r-10 {
    padding-right: 10px !important;
}
.pd-r-0 {
    padding-right: 0px !important;
}
.mg-r-0 {
    margin-right: 0px !important;
}
.pd-r-20 {
    padding-right: 20px !important;
}
.pd-r-30 {
    padding-right: 30px;
}
.pd-r-35 {
    padding-right: 35px;
}
.pd-l-3 {
    padding-left: 3px !important;
}
.pd-l-5 {
    padding-left: 5px !important;
}
.pd-l-10 {
    padding-left: 10px !important;
}
.pd-l-20 {
    padding-left: 20px;
}
.mg-l-20 {
    margin-left: 20px;
}
.pd-l-30 {
    padding-left: 30px;
}
input[type="file"] {
    padding-top: 5px;
}
.err,.no_record_found {
    /* color: #ff0000;
    */
    color:#777777;
    font-weight: bold;
    /*    font-style: italic;*/
}
.small_blue {
    /* color:#3498DB ;
    */
    font-size: 11px;
}
.has-error .control-label{
    color: #f26363;
}
.has-error .form-control {
    border-color: #ff0000;
}
.has-success .form-control {
    border-color: #ccc;
}
.bold {
    font-weight:bold !important;
}
.logostyle {
    background: #f2f2f2 !important;
}
.cm_lable {
    /*    display: block;*/
    position: relative;
    /* padding-left: 25px;
     padding-right: 25px;
    */
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: top;
    /* font-size: 22px;
    */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cm_lable2 {
    padding-left: 28px;
    padding-right: 25px;
    margin-bottom: 12px;
}
/* Hide the browser's default checkbox */
.cm_lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    /*    top: 1px;*/
    left: 0;
    height: 12px;
    width: 12px;
    /*    background-color: #4EB3DD;*/
    background-color:#ccc;
    border:1px solid #9e9e9e;
}
/* On mouse-over, add a grey background color */
.cm_lable:hover input ~ .checkmark {
    background-color:  rgba(136, 206, 234, 0.77);
}
/* When the checkbox is checked, add a blue background */
.cm_lable input:checked ~ .checkmark {
    /*    background-color: #4EB3DD;*/
    /* border:1px solid #eeeeee;
    */
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.cm_lable input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.cm_lable .checkmark:after {
    left: 6px;
    top: -6px;
    width: 5px;
    height: 15px;
    border: solid #3B2E3C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio_lable {
    /* display: block; */
    position: relative;
    padding-left: 22px;
    padding-right: 10px;
    /* padding-top: 2px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-weight: normal;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.radio_lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    /* background-color: #4EB3DD; */
    background-color:#ccc;
    border:1px solid #9e9e9e;
    /* background-color: #ccc; */
    border-radius: 50%;
}
.radio_checkmark_small {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color:#ccc;
    border:1px solid #9e9e9e;
    /*    background-color:#ccc;*/
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio_lable:hover input ~ .radio_checkmark,.radio_lable:hover input ~ .radio_checkmark_small {
    background-color: rgba(136, 206, 234, 0.77);
}
/* When the radio button is checked, add a blue background */
.radio_lable input:checked ~ .radio_checkmark,.radio_lable input:checked ~ .radio_checkmark_small {
    /*    background-color: #4EB3DD;*/

}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after ,.radio_checkmark_small:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio_lable input:checked ~ .radio_checkmark:after,.radio_lable input:checked ~ .radio_checkmark_small:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio_lable .radio_checkmark:after {
    left: 8px;
    top: -6px;
    width: 7px;
    height: 16px;
    border: solid #3B2E3C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio_lable .radio_checkmark_small:after{
    left: 8px;
    top: -3px;
    width: 5px;
    height: 15px;
    border: solid #3B2E3C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark_big_lable {
    /* display: block;
    */
    position: relative;
    padding-left: 18px;
    padding-right: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    vertical-align: top;
    /*    padding-top: 1px;*/
    /* font-size: 22px;
    */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkmark_big_lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark_big {
    position: absolute;
    top: 0;
    left: 0;
    /*    height: 16px;
        width: 16px;*/
    height: 13px;
    width: 13px;
    /* background-color: #ddd;
    */

    /*    background-color:#ccc;*/
    background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.checkmark_big_lable:hover input ~ .checkmark_big {
    background-color: rgba(136, 206, 234, 0.77);
}
/* When the checkbox is checked, add a blue background */
.checkmark_big_lable input:checked ~ .checkmark_big {
    /*    background-color: #4EB3DD;*/
    /* border:1px solid #eeeeee;
    */
}
/* Create the checkmark_big/indicator (hidden when not checked) */
.checkmark_big:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark_big when checked */
.checkmark_big_lable input:checked ~ .checkmark_big:after {
    display: block;
}
/* Style the checkmark_big/indicator */
.checkmark_big_lable .checkmark_big:after {
    /*    left: 9px;
        top: -9px;
        width: 6px;
        height: 21px;*/
    left: 4px;
    top: -1px;
    width: 6px;
    height: 12px;
    border: solid #3B2E3C;

    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pl-10 {
    padding-right: 10px;
}
.glyphicon {
    font-size:11px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    /* background-color: rgba(38, 185, 154, 0.06);
    */
    background-color: rgba(201, 210, 207, 0.20);
}
.total_record_display {
    color:#9B9E9D;
    padding-right:20px;
}

th {
    text-align: left;
    /* font-weight: 600;
    */
    /*    font-size: 12px;*/
    /*    background-color: rgb(136, 138, 148);*/
}
.btn.active {
    /*    background-color: #4EB3DD;
       
    background-color: #ccc;
    /* color: #fff; */
    background-color: #4EB3DD;
    /*    background-color: rgb(125, 201, 154);*/
    color: #fff;
}
.vl-m {
    vertical-align: middle !important;
}
.vl-t {
    vertical-align: top;
}
.vl-b {
    vertical-align: bottom;
}
.lh-22 {
    line-height:22px;
}
.btn_icon {
    display: inline-block;
    padding: 0px 4px;
    margin-bottom: 0;
    /* font-size: 12px;
    */
    font-weight: normal;
    /* line-height: 1.42857143;
    */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px;
    */
}
.bggray {
    background-color: #F1EDED !important;
}
.dropdown-menu-settting li:before {
    background: #9EB6D0;
    bottom: auto;
    content: "";
    height: 6px;
    left: 7px;
    margin-top: 10px;
    position: absolute;
    right: auto;
    width: 6px;
    z-index: 1;
    border-radius: 50%;
}
.dropdown-menu-settting > li > a:hover, .dropdown-menu-settting > li > a:focus , .dropdown-menu-settting > li > a:active, .selected_setting {
    background: #dddddd;
    border-right: 5px solid #4EB3DD;
}
.text_align_right {
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}
.text_align_right3 {
    text-align: left;
    padding-top: 5px;
}
.text_align_left {
    text-align: left !important;
}
.text_align_right1 {
    text-align: right;
    padding-right: 5px;
    /*    padding-top: 5px;*/
}
.column {
    float: left;
    width: 50%;
}
.column_100 {
    float: left;
    width: 100%;
}
.column_70 {
    float: left;
    width: 70%;
}
.column_80 {
    float: left;
    width: 80%;
}
.column_90 {
    float: left;
    width: 90%;
}
.column_30 {
    float: left;
    width: 30%;
}
.column_29 {
    float: left;
    width: 29%;
}
.column_31 {
    float: left;
    width: 31%;
}
.column_32 {
    float: left;
    width: 32%;
}
.column_33 {
    float: left;
    width: 33%;
}
.column_40 {
    float: left;
    width: 40%;
}
.column_48 {
    float: left;
    width: 48%;
}
.column_50 {
    float: left;
    width: 50%;
}
.column_4950 {
    float: left;
    width: 49.50%;
}
.column_5550 {
    float: left;
    width: 55.50%;
}
.column_4350 {
    float: left;
    width: 43.50%;
}
.column_58 {
    float: left;
    width: 58%;
}
.column_60 {
    float: left;
    width: 60%;
}
.column_65 {
    float: left;
    width: 65%;
}
.column_67 {
    float: left;
    width: 67.4%;
}
.column_68 {
    float: left;
    width: 68%;
}
.column_2 {
    float: left;
    width: 2%;
}
.column_5 {
    float: left;
    width: 5%;
}
.column_55 {
    float: left;
    width: 55%;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column_20 {
    float: left;
    width: 20%;
}
.column_78 {
    float: left;
    width: 78%;
}
.column_74 {
    float: left;
    width: 74%;
}
.column_25 {
    float: left;
    width: 25%;
}
.column_23 {
    float: left;
    width: 23%;
}
.column_28 {
    float: left;
    width: 28%;
}
.column_29 {
    float: left;
    width: 29%;
}
.column_85 {
    float: left;
    width: 85%;
}
.column_95 {
    float: left;
    width: 95%;
}
.select_border_none{
    background: white;
    border: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
    width: 150px;
    padding:0px !important;
}
.btn-file2 {
    position: relative;
    overflow: hidden;
    width: 100px;
}
.btn-file input[type=file],.btn-file2 input[type=file]
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    padding:0px;
    /*     padding-bottom:5px;
          padding-left:5px;
           padding-right:5px;*/
}
.label-default {
    /*    background-color: #7DC99A;*/
    background-color:#9A9A9A;
}
.label-inactive {
    background-color: #aaa;
}
.label {
    border-radius: 0em;
    /*    padding: .1em 0.5em .1em;*/
    padding:.1em .8em .2em;
}
.label-success {
    background-color: #5cb85c;
}
label {
    /*    font-size: 11px;*/
    font-size: 12px;
    font-weight:normal;
    vertical-align: middle;
}
.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    border: solid #eee;
    position: relative;
}
.has-feedback .form-control {
    padding-right:10px;
}
fieldset.scheduler-border {
    /*    border: 1px solid #eee !important;*/
    /*    padding: 0 1.4em 1.4em 1.4em !important;*/
    padding: 0 1.0em 1.0em 1.0em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.pdt20 {
    padding-top: 20px !important;
}
.pdt25 {
    padding-top: 25px !important;
}
.pdt30 {
    padding-top: 30px !important;
}
.pdt7 {
    padding-top: 7px !important;
}
.pd30 {
    padding-left: 30px !important;
}
.pd40 {
    padding-left: 40px !important;
}
.pd45 {
    padding-left: 45px !important;
}
.dbolck {
    display:block;
}
.div_seprater {
    border-bottom: 2px solid #23A0D7;
    /*    height: 2px;*/
    width: 50px;
    /*    border-right: 2px solid #eee;
        height: 65px;
         vertical-align: middle;
        
        padding-top: 21px;
        margin-right: 10px;
        margin-left: 10px;*/
}
.hr5 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.mr10 {
    margin: 10px;
}
.mrt5 {
    margin-top: 5px;
}
.mrt2 {
    margin-top: 2px;
}
.mrt7 {
    margin-top: 7px;
}
.mrt10 {
    margin-top: 10px;
}
.mrt15 {
    margin-top: 15px;
}
.mrt20 {
    margin-top: 20px;
}
.mrt25 {
    margin-top: 25px;
}
.mrt1 {
    margin-top: 1px;
}
.mrl30 {
    margin-left: 30px;
}
.mrb5 {
    margin-bottom: 5px;
}
.mrb10 {
    margin-bottom: 10px;
}
.mrb7 {
    margin-bottom: 7px !important;
    border: 0px !important;
}
.mrb15 {
    margin-bottom: 15px;
}
.mrb20 {
    margin-bottom: 20px;
}
.mrt30 {
    margin-top: 30px;
}
.mrt35 {
    margin-top: 35px;
}
.mrt40 {
    margin-top: 40px;
}
.mrr5 {
    margin-right: 5px;
}
.mrr20 {
    margin-right: 20px;
}
.mr0
{
    margin:0px !important;
}
.pd85{
    padding: 7px 5px 6px 5px !important;
}
.pd115{
    padding: 3px 5px !important;
}
.pd5 {
    margin-left: 5px !important;
    /* text-align: center !important;
    */
}
.form-horizontal .has-feedback .form-control-feedback {
    right:0px;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon {
    padding: 4px 7px;
    /*    font-size: 13px;*/
    font-weight: normal;
    line-height: 1;
    color: #8E8B8B;
    text-align: center;
    background-color: #ddd;
    border: 0px solid #ccc;
    border-radius: 4px;
}
.form_control_custom {
    background-color: #e1dddd;
    border: 0px;
    padding: 2px 5px;
    /*    font-size: 13px;*/
    color: #555;
}
.form-control1 {
    width:165px;
}
.form-control1_small {
    width:79px;
}
.form-control1_small4 {
    width:40px !important;
}
.form-control1_small45 {
    width:50px !important;
}
.form-control1_small55 {
    width:55px !important;
}
.form-control1_small65 {
    width:65px !important;
}
.form-control1_big {
    width:180px;
}
.form-control100 {
    width:100px;
}
.form-control80 {
    width:80px;
}
.form-control90 {
    width:90px !important;
}
.form-control150 {
    width:150px;
}
.form-control120 {
    width:120px !important;
}
.form-control122 {
    width:122px;
}
.form-control85 {
    width:85px;
}
.for .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*    padding:5px;*/
    padding:4px;
    border:1px;
    text-align:left;
}
.table > thead > tr > th {
    padding:5px;
    border:1px;
}
.fa {
    /* vertical-align: middle;
    */
}
.tac {
    text-align:center !important;
}
.search_filter {
    width:400px;
}
.program_list {
    max-height:300px;
    overflow: auto;
    /*    padding-left:10px;*/
    border:0px solid #ddd;
    scrollbar-color: #4EB3DD #F2F2F2;
}
.border_gray {
    border:1px solid #eeeeee;
}
.border_blue {
    border:1px solid #4EB3DD;
}
.display_none {
    display: none;
}

.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}
.col-md-55 {
    /*    padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 20%;
}
.thumbnail {
    /*    height: 250px;*/
    height: 217px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #E2E2E2;
    border-radius: 0px;
}
.thumbnail .image {
    /* height: 60%;
    */
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    vertical-align:middle !important;
    padding: 10px;
}
/*.caption {
    padding: 9px 5px;
    background: #F7F7F7;
    height: 100%;
}*/
.caption p {
    margin-bottom: 5px
}
.caption p::first-letter {
    /*    font-size: 180%;*/
    color: #515356;
}
.first_char::first-letter {
    /*    font-size: 200%;*/
}
.first_char2::first-letter {
    /*    font-size: 150%;*/
}
.big_char1 p::first-letter {
    /*    font-size: 200%;*/
    color: #515356;
}
.view .tools {
    margin: 28px 0 0 0;
}
.avatar-circle {
    width: 100px;
    height: 100px;
    /*    background-color: #4EB3DD;*/
    /*    background-color: #eee;*/
    background-color:rgba(204, 204, 204, 0.82);
    text-align: center;
    vertical-align: center !important;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.initials {
    position: relative;
    top: 25px;
    /* 25% of parent */
    font-size: 40px;
    /* 50% of parent */
    line-height: 50px;
    /* 50% of parent */
    color: #fff;
    /*    font-family: "Courier New", monospace;*/
    font-weight: bold;
}
.initials_sm {
    position: relative;
    top: 12px;
    font-size: 11px;
    font-weight: bold;
    /* 50% of parent */
    /*    color: #4EB3DD;*/
    /*    color: rgba(51, 54, 69, 0.48);*/
    /*    font-family: "Courier New", monospace;
        font-weight: bold;*/
}
.avatar-circle-sm {
    /*    width: 40px;
        height: 40px;*/
    width: 35px;
    height: 36px;
    font-size: 50%;
    margin: 2px;
}
.avatar-circle-lg {
    width: 150px;
    height: 150px;
}

.avatar-circle_big {
    width: 200px;
    height: 200px;
    background-color: #4EB3DD;
    text-align: center;
    vertical-align: center !important;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.initials_big {
    position: relative;
    top: 50px;
    /* 25% of parent */
    font-size: 80px;
    /* 50% of parent */
    line-height: 100px;
    /* 50% of parent */
    /*    color: #fff;*/
    color: rgba(51, 54, 69, 0.48);
    /*    font-family: "Courier New", monospace;*/
    font-weight: bold;
}
.btn_big {
    padding: 3px 25px;
    /*    padding: 6px 11px;*/
    font-size:14px;
}
.pd20 {
    padding: 20px;
}
.pd2 {
    padding: 2px;
}
.pd4 {
    padding: 4px;
}
.custom_padding{
    padding: 10px 10px 10px 4px;
}
.pd6 {
    padding: 6px;
}
.pd8 {
    padding: 8px;
}
.pd0 {
    padding: 0px;
}

.pdlr {
    padding-left: 10px;
    padding-right: 10px;
}
.pdlr2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bootstrap-select > .btn {
    border:0px;
}
.center_img {
    margin: auto !important;
    width: 70%;
    vertical-align: center !important;
    /* border: 1px solid green;
    */
    /* padding: 10px;
    */
}
.univer_detail p{
    /*    padding:3px;*/
    margin-left:20px;
    margin-right:20px;
    text-align: justify;
}
.div_overview {
    min-height: 150px;
    max-height: 150px;
    overflow: auto;
}
.univer_detail fieldset {
    /*    border: 1px dotted #4EB3DD;*/
    border: 1px dotted #4EB3DD;
    /*    border-radius: 6px;*/
    padding: 5px;
}
.round_div {
    background: #fff;
    background-image: linear-gradient(to bottom, #20BD40, rgba(137, 201, 198, 0.88));
    border-radius: 50%;
    padding:5px;
}
.univer_detail legend {
    /*    padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;*/
    margin-left: 20px;
    margin-bottom:10px;
    color: #4EB3DD;
    /*    color: #7DC99A;*/
    font-size: 12pt;
    font-weight: bold;
    width: auto;
    /*    border-radius: 20px;*/
    /*    background-color: #7DC99A;*/
    /*    border:1px solid #7DC99A;*/
}
.text_blue_dark {
    color:#7DC99A;
}
.text_blue {
    color:#1890C1 !important;
    /*    color:#17a2b8;*/
}
.text_blue2 {
    color:#337AB7;
}
.text_blue3 {
    color:#1292b9;
    font-weight: normal;
}
.text_gray {
    color:#807b7b;
}
.icon_check {
    left: 10px;
    top: -8px;
    width: 8px;
    height: 25px;
    border: solid #3B2E3C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img32 {
    width: 32px;
}
.tac {
    text-align: center;
}
.btn_style_span {
    /*    display: inline-block;*/
    /*    padding: 2px 10px;*/
    padding: 2px 5px;
    margin-bottom: 2px;
    /*    font-size: 12px;*/
    font-weight: normal;
    /* line-height: 1.42857143;
    */
    text-align: center;
    /* white-space: nowrap;
    */
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    /* cursor: pointer;
    */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #4EB3DD;
    background-color: #4EB3DD;
    color: #ffffff;

    /* background-image: none;
    */
    /* border: 1px solid transparent;
    */
    /* border-radius: 4px;
    */
}
@media screen and (max-width: 767px){
    .table-responsive {
        border: 0px;
    }
}
::-webkit-scrollbar {
    width: 5px;

    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #4EB3DD;
    border-radius: 5px;
    min-height: 50px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4EB3DD;
}
.accordion .panel-heading {
    /*    background: #888A94;*/
    background: #50A2C9;
}
.accordion .panel-heading {
    padding: 6px;
    color:#fff;
}
.bootstrap-select .btn{
    margin-bottom: 0px;
    padding:5px;
}
ul.timeline li {
    border-bottom:0px;
}
.mandtry_err {
    border:1px solid #ff0000 !important;
}
.rcorners3 {
    /* border-top-right-radius: 25px;
     border-top-left-radius: 25px;
    */
    border: 1px solid #D7DADA;
    /* padding: 10px;
    */
    width: 235px;
    /*    height: 280px;*/
    height: 250px;
    margin: 10px;
    overflow: auto;
    border-radius: 15px;
    border-bottom: 0;
    /* box-shadow: 10px 10px 5px grey;
    */
    /* hide shadow behind image */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rcorners2 {
    border: 1px solid #D7DADA;
    /* padding: 10px;
    */
    width: 345px;
    height: 190px;
    margin: 20px;
    overflow: auto;
    border-radius: 15px;
    border-bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bottom_div {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED;
    position: absolute;
    bottom:0;
    min-height: 50px;
    /* width: 300px;
    */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom: 1px solid #D7DADA;
}
.pda15{
    /* padding: 15px;
    */
    padding-left: 7px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.pdb0{
    padding-bottom: 0px !important;
}

.pdt0{
    padding-top: 0px !important;
}
.pda5{
    padding: 5px;
}
.pda6{
    padding: 6px !important;
}
.pda8{
    padding: 8px !important;
}
.pda15_new{
    padding: 15px !important;
}
.pda10{
    padding: 10px !important;
}

.pda10new{
    padding:6px 10px 6px 10px !important
}
.pdt10{
    padding-top: 10px !important;
}
.pdt5{
    padding-top: 5px !important;
}
.pdt2{
    padding-top: 2px !important;
}
.pdt3{
    padding-top: 3px !important;
}
.dropdown-menu {
    min-width: 100px;
}
.stud_border_bottom{
    border-bottom: 1px solid #eae8e8 !important;
}
.stud_border_right{
    border-right: 1px solid #e6e1e1 !important;
}
@media screen and (max-width: 600px) {
    .column_70,.column,.column_80,.column_90,.column_60,.column_65,.column_50,.column_55,.column_40 ,.column_30,.column_78,.column_20,.column_68,.column_32,.column_58,.column_33,.column_74,.column_25,.column_29,.column_28   {
        width:100%
    }
    .rcorners2 {
        width:100%;
        margin: 5px;
        /* text-align: center;
        */
    }
    .col-md-55{
        width:100%;
        padding: 0px;
    }
    .thumbnail{
        margin-bottom: 10px;
        height:200px;
    }
    .col-sm-12, .col-xs-12 {
        padding-bottom: 2px;
    }
    .pd10 {
        padding: 0px !important;
    }
}
.m-t-5 {
    margin-top: 5px;
}
.document_name_scroll {
    min-height: 100px;
    max-height: 130px;
    overflow: auto;
}
.div_profile {
    min-height: 160px;
    max-height: 170px;
    overflow: auto;
}
.div_templet {
    min-height: 80px !important;
    max-height: 80px !important;
    overflow: auto;
}
.size_note{
    font-size: 10px;
    position: relative;
    bottom: 8px;
    color: #888 !important;
}
.setting_ul {
    margin-left: -28px !important;
}
.chat {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}
.darker {
    border-color: #ccc;
    /*    background-color: #20BD40;*/
    background-color:rgba(51, 54, 69, 0.77);

}
.chat::after {
    content: "";
    clear: both;
    display: table;
}
.chat img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}
.chat img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}
/* * Component: Direct Chat * ---------------------- */
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    min-height: 150px;
    overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
    /* display: block;
    */
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}
.direct-chat-text_new {
    /*    border-radius: 5px;
        position: relative;
        
        background: #d2d6de;
        border: 1px solid #d2d6de;
        margin: 5px 0 0 50px;*/
    /*    padding: 5px 10px;*/
    color: #444444;
}
.text_align_right2{
    text-align: right;
}
.direct-chat-text:after, .direct-chat-text:before
/*.right .direct-chat-text:after, .right .direct-chat-text:before*/
{
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
/*.right .direct-chat-text {
     margin-right: 50px;
     margin-left: 0;
}
*/
.right .direct-chat-text:after, .right .direct-chat-text:before {
    left: auto;
    right: 100%;
    border-right-color:rgb(155, 204, 241);
    border-left-color: transparent;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    /* float: right;
    */
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-primary .right > .direct-chat-text {
    /*    background: #20BD40;
        border-color: #20BD40;*/
    /*    color: #ffffff;*/
    background:  rgba(78, 164, 230, 0.56);
}
.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
    /* border-left-color: #20BD40;
    */
}
.univ_sortlisted {
    background: rgba(80, 162, 201, 0.63) !important;
}
.not_sort {
    /*    background: #F3F3F3;*/
}
.modal-dialog{
    overflow-y: initial !important
}
.application_list {
    max-height:400px;
    overflow: auto;
    padding:10px;
    border:0px solid #ddd;
}
.application_form .nav-tabs {
    font-size: 13px;
    /*    font-weight: bold;*/
    border-bottom: 0px solid #4EB3DD;
}
.application_form .nav-tabs > li > a {
    margin-right: 5px !important;
    /*    line-height: 1.42857143;*/
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    /*    background: #eee;*/
    background-color: #7DC99A;
    color: #fff;
    padding: 5px !important;
    /*    padding-left: 2px !important;
        padding-right: 2px !important;*/
}
.application_form .nav-tabs > li.active > a, .application_form .nav-tabs > li.active > a:hover, .application_form .nav-tabs > li.active > a:focus{
    color: #fff;
    cursor: default;
    background-color: #4EB3DD;
    /*    border: 2px solid #4EB3DD;*/
    border-bottom-color: transparent;
    /*    padding: 5px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;*/
    /* text-shadow: -2px 2px 3px #fdfdfd;
    */
}
.application_form .nav-tabs > li > a:focus , .application_form .nav-tabs > li > a:hover {
    background-color: #4EB3DD;
    /*    border: 2px solid #4EB3DD;*/
    color:#fff;
}
.tab-content{
    /*    background: #fdfdfd;*/
    /*    line-height: 25px;*/
    /*    border-top:5px solid #4EB3DD;*/
}
.callout.callout-info1 {
    border-left-color: #4EB3DD;
    color: #2A3F54 !important;
    background-color: #f9f8f8 !important;
}
.callout.callout-info2 {
    border-left-color: #cc9900;
    color: #2A3F54 !important;
    background-color: #f9f8f8 !important;
}
.callout.callout-info3 {
    border-left-color: #0066cc;
    color: #2A3F54 !important;
    background-color: #f9f8f8 !important;
}
.callout {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left-style: solid;
    border-left-width: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 1px;
    background-color: #f2f2f2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.width50 {
    width:50px;
}
.width80 {
    width:80px;
}
.width100 {
    width:100px;
}
.width110 {
    width:110px !important;
}
.width120 {
    width:120px;
}
.width130 {
    width:130px;
}
.width140 {
    width:140px;
    padding-right: 0px;
}
.width144 {
    width:144px;
}
.width150 {
    width:150px;
}
.width160 {
    width:160px;
}
.width180 {
    width:180px;
}
.width190 {
    width:190px;
}
.width200 {
    width:200px;
}
.table .table {
    background-color: transparent;
}
.table2 > thead > tr > th, .table2 > tbody > tr > th, .table2 > tfoot > tr > th, .table2 > thead > tr > td, .table2 > tbody > tr > td, .table2 > tfoot > tr > td {
    padding: 2px;
}
.border50 {
    border-radius: 50px;
}
.green_circle {
    border-radius: 50px;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 5px 2px 5px;
    /* background-color: #5cb85c;
    */
    color: #fff;
}
/* Application sub menu */
.nav-wrap {
    /* margin: 50px auto;
    */
    /*    background-color: #eee;*/
    /*    border-top: 2px solid white;
        border-bottom: 2px solid white;*/
}
/* Clearfix */
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
*:first-child+html .group {
    zoom: 1;
}
/* IE7 */

/* Example One */
#example-one {
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 650px;
}
#example-one li {
    display: inline-block;
}
#example-one a {
    /*        color: #bbb; */
    font-size: 12px;
    float: left;
    padding: 6px 20px 4px 20px;
    text-decoration: none;
    /*        text-transform: uppercase;*/
}
#example-one a:hover {
    color: #3B2E3C;
}
#magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 3px;
    background: #4EB3DD;

}
li.current_page_item  {
    color: #3B2E3C !important;
    /*    background: #4EB3DD;*/
}
/*.current_page_item a {
    color: #3B2E3C !important;
     border-bottom: 3px solid #ff0000;
}*/
.ie6 #example-one li, .ie7 #example-one li {
    display: inline;
}
.ie6 #magic-line {
    bottom: -3px;
}
/* Example Two */
#example-two , #example3{
    margin: 0 auto;
    list-style: none;
    /*    position: relative;
        width: 900px;*/
    text-align: center;
}
#example-two li, #example3 li {
    display: inline-block;
}
#example-two li
{
    /*     margin: 15px;*/
}
#example-two li a, #example3 li a {
    /* position: relative; */
    /* z-index: 200; */
    color: #fff;
    font-size: 12px;
    display: block;
    /* float: left; */
    /* padding: 6px 10px 4px 10px; */
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    /* border-radius: 20px; */
    background-color: #7DC99A;
    /* text-transform: uppercase; */
}


#example-two li a:hover , #example3 li a:hover{
    color: #fff;
    background-color: #4EB3DD;
    /*    border-radius: 20px;*/
}
/*#example-two #magic-line-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    background: #333645;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/
.current_page_item_two a, .current_page_item3 a {
    color: #fff !important;
    background-color: #4EB3DD !important;
}

.ie6 #example-two li, .ie7 #example-two li {
    display: inline;
    margin: 15px;
}
.table-responsive {
}
.img-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.status_class {
    display: inline;
    font-weight: bold;
    font-size: 12px;
}
.search_box_width_setti {
    width: 565px !important;
}
.application_head {
    display: inline-block;
    /*    padding-top: 10px;
        padding-bottom: 7px;*/
    padding-left: 5px;
}
.pd0 {
    padding: 0px !important;
}
.pdl0 {
    padding-left: 0px !important;
}
.mgt0 {
    margin-top:0px;
}
.mgb0 {
    margin-bottom:0px;
}
.pdb10
{
    padding-bottom:10px !important;
}
.pdb7
{
    padding-bottom:7px
}
.br0 {
    border-radius: 0px !important;
}
.bgtext {
    background-color: #EAE6E6;
    padding:2px;
    margin:2px;
}
.bgtext_cover_letter {
    background-color: #EAE6E6;
    padding:2px;
    /*    margin:2px;*/
}

.invoice_btn
{
    /*    background-color: #f0ad4e;*/
    /*    background-color: #fff;*/
    /*    border-color: #D0523E;*/
    font-family: verdana;
    font-weight: bold !important;
    letter-spacing: 2px;
    /*    color:#f0ad4e;*/
}

.vertical-text {
    color: #fff;
    background-color: #f0ad4e;
    letter-spacing: 3px;
    font-weight: bold;
    background-color: #f0ad4e;
    /*  font-family: 'Bungee Shade', cursive;*/
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    /*  -webkit-font-feature-settings: "vkrn", "vpal";
      font-feature-settings: "vkrn", "vpal";*/
}

.app_send_type
{
    position: absolute;
    top: -7px;
    right: 0px;
    padding: 3px;
    /*    background: black;*/
}
.font30
{
    font-size:26pt;
}
.font30_new
{
    font-size:30px;
}
.invoice_disp
{
    color: #fff;
    /*    position: absolute;*/
    top: -15px;
    right: 20px;
    background-color: #4EB3DD;
    padding: 5px;
}
.dib
{
    display: inline-block;
}
.text_red_new {
    color:red;
}
.scroll_btn {
    display: inline-block;
    background-color: #50A2C9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 5px;
    border-radius: 50%;
    padding-top: 10px;
    font-weight: bold;

    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.scroll_btn::after {
    content: "\f176";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    /*    line-height: 30px;*/
    color: #fff;
}
.scroll_btn:hover {
    cursor: pointer;
    background-color: #333;
}
.scroll_btn:active {
    background-color: #555;
}
.scroll_btn.show {
    opacity: 1;
    visibility: visible;
}
.font_w
{
    color:#fff;
}
.document_background_color
{
    background-color: #f0ad4e;
}
.document_background_not_require_color
{
    background-color: #4EB3DD;
}

.lbl_w
{
    min-width: 150px !important;
    display: inline-block !important;
}
.app_status_btn
{
    cursor: default;
    margin-bottom: 0px;
    padding:2px !important;
    /*    width: 230px;*/
    background-color: #337ab7 ;
    /*    border-color: #2e6da4;*/
    width: 130px;
    color:#fff;
}
.incomplate_class,.incomplate_class:hover
{
    background-color: #D9534F;
    border:1px;
    color:#fff;

}
.complate_class,.complate_class:hover
{
    /*    background-color: #47cc8e;*/
    background-color: #5cb85c;

    border:1px;
    color:#fff;
    border-top: 1px solid #fff;
}
.dis_color
{
    background-color:#C5C4C4 !important;
}
.app_status_btn_under_process{
    width:155px !important;
    cursor: default;


}
.text_red
{
    color:#D9534F;
}
.filter_hr
{
    border-bottom: 1px dotted  #4EB3DD !important;
    /*     padding: 5px !important;*/
    margin: 2px;
}
.img-circle_inq {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* 23 january, 2020 */
.manage_inv_title
{
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}
/* 23 january, 2020 */
.text-primary {
    color: #33b35a !important;
}
.student_list
{
    background-color: #e8e8e8;
    margin: 3px;
    /*    padding: 2px;*/
}
.font_italic
{
    font-style: italic;
}
.modal-header
{
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #50A2C9;
    color: #fff;
}
.table>tbody+tbody {
    border-top: 0px solid #ddd;
}
.agent_text
{
    /*    color:#68A554;*/
}
#table_response_div
{
    /*    margin-top:8px;*/
}
.text_white
{
    color:#fff !important;
}
.btn1
{
    padding: 1px 6px;
}
.bg_green
{
    background-color:rgba(107, 181, 88, 0.41);
}
.modal-footer {
    padding: 10px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}
.standerd_doc
{
    /*    background-color:#6E93C0 !important;*/
    background-color:#50A2C9 !important;
}
.univ_doc
{
    /*    background-color:#7DC99A  !important;*/
    /*    background-color:#FFC30D  !important;*/
    font-size:18px;
}
.franch_bg
{
    background-color:#50A2C9 !important;
}
.head_bg
{
    background-color:#808080 !important;
}
.tac1
{
    /*    font-weight: normal !important;*/
}

.bg_email
{
    background-color:#CFF8BC !important;
}
.bg_courier
{
    background-color:#FFFF99 !important;
}
.bg_direct
{
    background-color:#F2D4DC !important;

}
.bg_agent_view_text{
    background-color: lightslategray;
    border: 1px solid lightslategray;
}
.followup_legent
{
    padding-left: 6px;
    padding-right: 6px;
    /*    padding-top: 6px ;
        padding-bottom: 6px ;*/
}
.bgwhite
{
    background-color:#fff;
}
legend {
    /*    margin-bottom: 10px;*/
}
.badge
{
    background-color:#D9534F;
    font-size: 10px;
    font-weight: normal;
    border-radius: 0px;
}
.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}
.application_arrow
{
    color:#808080 !important;
}
.permission_background
{
    background-color: rgba(212, 212, 214, 0.55)!important;
}
.pd_all
{
    padding: 5px 5px 5px 5px;
}
.badge
{
    background-color:#D9534F;
    font-size: 10px;
    font-weight: normal;
    border-radius: 0px;
}
.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}
.application_arrow
{
    color:#808080 !important;
}
.permission_background
{
    background-color: rgba(212, 212, 214, 0.55)!important;
}
.pd_all
{
    padding: 5px 5px 5px 5px;
}
.bootstrap-select .dropdown-toggle .caret {
    /*    position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -2px;
        vertical-align: middle;*/
    color: #4EB3DD;
}
.border_gray2 {
    border:2px solid #ddd;
    background-color: #fff;
    /*    margin: 5px;  */
    padding: 15px 20px 20px 20px;
}
fieldset.scheduler-border2 {
    /*    border: 1px solid #eee !important;*/
    /*    padding: 0 1.4em 1.4em 1.4em !important;*/
    padding: 0 1.0em 1.0em 1.0em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border2 {
    font-size: 1.5em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    /*    padding:0 10px;*/
    padding:5px 0px;
    border-bottom:none;
}
/*2-3-2020 */
.text-primary2 {
    color: #7DC99A !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.blue_text
{
    color:#4EB3DD;
}

.hr_class
{
    border:1px solid #ddd ;
}


.thumbnail .caption
{
    padding :2px;
}

.font-blue
{
    color: #2BA1D5;
}
.main_admi_title
{
    margin-left:1px;
}
.admi_crit
{
    margin-top:-10px;
}
.admi_title_bg
{
    background: #F2F2F2 !important;
}
.mrt_left
{
    margin-left:10px;
}
.inter_contact
{
    border:2px solid #E1E1E1 !important;
    padding: 3px 6px 3px !important;
    /*    border-radius: 0.5em !important;*/
    /*    height:50px !important;*/
    width:90% !important;
}
.inter_contact_env
{
    margin-top:3px;
}
.inter_text_uni
{
    margin-left:1px;
    /*    margin-top: -32px;*/
}
.inter_icon_font
{
    font-size:30px;
    padding-top: 5px;
}
.inter_box_design{
    margin-left:10px !important;
    color:#22A0D5;
}
.deadline_title
{
    margin-left: -47px !important ;
}
.uni_view_title a
{
    margin-left: 8px;
    color:#353839;
}
.deadline_main_head_title a
{
    /*    margin-left: 10px;*/
    margin-left: 2px;
    color:#5e5b5b !important;

}
.uni_view_title_grey{
    color:#5e5b5b !important;
}
.uni_chat_grey{
    color:#b7b3b3 !important;
}

.deadline_main_head_title
{
    /*    margin-left: 10px;*/
    margin-left: 6px;
    color:#353839 !important;
    padding-top:9px;
    display: inline-block;
}
/*.uni_view_header a
{
   
    color:#353839 !important;
}*/
.uni_edit_link
{
    margin-left: 15px !important;
}
.divider_mrg
{
    margin-left:9px;
    margin-top: 12px;
    height: 11px;
    width: 2px;
    background: #000;
}
.divider_mrg_term
{
    margin-left:9px;
    margin-top: 9px;
    height: 80px;
    width: 1px;
    background: #000;
}
.divider_mrg_prg
{
    margin-left:5px;
    /*    margin-top: 10px;*/
    height: 13px;
    width: 2px;
    background: #000;
}
.divider_mrg_button
{
    height: 13px;
    width: 2px;
    margin-bottom: 1px;
    background: #000;
}
.overview_style
{
    border:2px solid #E1E1E1;
    /*    padding: 7px 7px 7px 7px;*/
    padding: 20px;
}
.cmp_info_box
{
    border:2px solid #E1E1E1;
    padding: 7px 7px 7px 7px;
}
.font_cmp_text_add
{
    color:#353839;

}
.cmp_hr_draw
{
    border: 1px solid  #D6D6D6;
}
.deadline_text
{
    border:2px  #FAF1F1;
    padding: 7px 0px 7px 0px;
}
.mrt_top_left
{
    margin-left:10px;
    margin-top: 10px;
}
.comm_scroll
{
    overflow: auto;
    max-height: 70px;
    scrollbar-color: #4EB3DD #F2F2F2;

}
.comm_scroll_admission_criteria
{
    overflow: auto;
    max-height: 200px;
    scrollbar-color: #4EB3DD #F2F2F2;

}
.mrtpd
{
    margin-top: 10px;
    padding: 5px;
}
.btn_bigg
{
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.mrt_top_slider
{
    margin-top: -36px !important;
}
.form-control_filter
{
    background-color:#F4F4F4 !important;
    /*     background-color:#E6E6E6;*/
    /*    background-color: #fff !important;
        border:1px solid #4EB3DD !important;
        color: #444  !important;*/
}
.btn
{
    padding :4px 10px;
}
.btn2
{
    padding :5px 10px;
}
.text-green
{
    color: #7DC99A;
}
.uni_title_text_color_blue
{
    color :#4e1add;
}
.uni_title_text_color
{
    color :#000;
    ;
}
.uni_title_text_color_grey{
    color :grey;
}
.panel_backgroun_style{
    border: 0px solid transparent;
}
.address_uni_font14 {
    font-size:14px;
    font-weight: 400;
}
.agent_text_area
{
    width:240px !important;
    margin-left:-44px !important;
}
.logo_text{
    margin-left:-5px !important;
}
.mrttop
{
    margin-left: -10px !important;
}
.mrtpd
{
    margin-left: 7px !important;
}
.mrtpd7
{
    margin-left: 7px !important;
}
.cover_filter
{
    color:#444 !important;
}
.fa {
    display: inline-block;
    font-weight: normal;
    /*    font: normal normal normal 12px/1 FontAwesome;*/
    /*    font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.followup_filter  .bootstrap-select > .dropdown-toggle
{
    color :#4EB3DD !important;
}
.followup_filter .form-control,.followup_filter ::-webkit-input-placeholder
{
    color :#4EB3DD !important;
}

/*.caret {

    border-top: 8px dashed ;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px dashed;
}*/
.close {

    color: #fff;

    opacity: 1;
}
.underline_border
{
    padding-bottom: 4px;
    border-bottom: 3px solid #23A0D7;
}
.application_list_dropdown
{
    margin-top: -20px !important;
    margin-right: 9px !important;
}
.vam
{
    vertical-align: middle !important;
}
/*.fa
{
     color :#4EB3DD !important;
}
.form-control-feedback 
{
      color :#ccc !important;
}*/
/*.bootstrap-select .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: right;
    font-size: 11px;
    right: 0;
    list-style: none outside none;
    padding: 0;
     position: absolute; 
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/

.bootstrap-select .dropdown-menu>li>a {
    white-space: normal !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {

    margin-right: 20px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {

    right: 6px !important;
}

.grey{
    color: grey;
}

.bottom3{
    position:relative;
    bottom: 3px;
}

.top3{
    position:relative;
    top: 3px;
}
.btn_view
{
    padding :4px 4px;
}
.bottom1px{
    margin-bottom:1px;
}
.pd-top4{
    padding-top: 4px;
}
.font-gray
{
    color:#737171;
}
.linesp
{

}
.overview_class{
    overflow: auto;
    max-height: 310px;
    scrollbar-color: #4EB3DD #F2F2F2;
}
.pdl8{
    padding-left: 8px;
}
.position_left5{
    position: relative;
    left: 5px;
}
.position_top5{
    position: relative;
    top: 5px;
}
.position_top3{
    position: relative;
    top: 3px;
}
.position_bottom1{
    position: relative;
    bottom: 1px;
}
.border_top_bottom{
    border-top: 1px solid rgb(196, 193, 193);
    border-bottom: 1px solid rgb(196, 193, 193);
}
.padding_top_bottom12{
    padding: 12px 0;
}

.search_pregram{
    background: white;
    border: 1px solid #bdbaba;
    border-radius: 5px;
    margin-left: 10px;
}


.choose_program{
    background: #50A2C9;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom:0;
}

.position_bottom5{
    position: relative;
    bottom: 2px;
}
.bottom_height{
    height: 26px;
    padding-bottom: 6px;
}
.mbt3{
    margin-bottom: 3px;
}
.margin-bt12{
    margin-bottom:12px;
}
.tile-stats-new{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #f9921c;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #f9921c;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.tile-stats-new0{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #F9BF0E;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #F9BF0E;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.tile-stats-new1{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #94C470;
    ;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #94C470;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.tile-stats-new2{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #24A3D9;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #24A3D9;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.font36{
    font-size:36px;
}
.full_name_new {
    color:#01A0E2 !important;
    font-weight:700;
    font-size: 18px !important;
}
.border1px{
    border: 1px solid #e8e0e0 !important;
}
.grey_bg{
    /*    background: #f7f1f1;*/
    background:#F4F4F4 !important;
}
.grey_cl{
    color: #888;
}
.reset_bg{
    background: #939090;
    padding: 5px 9px 5px 10px;
    font-weight: normal;
    color: white !important;
    border:none;
}
.pdtop15{
    padding-top:15px;
}

.fixed_status{
    width: 120px !important;
    display: block;
    padding: 4px 3px 5px 3px;
}
.border-none{
    border: none !important;
}
.trend_term{
    background: #CC2C2F !important;
    color:#FFF !important;
}
.text_red {
    color:#CC2C2F ;
}
.bottom3{
    bottom:3px;
}
.pdl3{
    padding-left:3px !important;
}
.pdl8{
    padding-left:8px !important;
}
.line-height21{
    line-height: 21px !important;
}
.height32{
    height: 32px;
}

.mr80{
    margin-right: 80px;
    border-radius: 7px;
}
.gray_font{
    color:#746d6d !important;
}
.top3px{
    top:3px !important;
}
.font_app_note{
    font-family : "Proxima Nova" !important;
}
.pipeline_gray{
    color:#aaa5a5;
}
.line_height25{
    line-height: 25px !important;
}
.font_bl{
    color:#000 !important;
}
.pdt2{
    padding-top:2px !important;
}
.prg_name_color{
    color:#636363;
}
.logo_img{
    vertical-align: middle;
    margin: auto;
    /*    width: 168px;*/
    /*    padding-top: 60px;*/
    width: 188px !important;
    /*    height: 188px !important;*/
    /* border-radius: 50%;
    /*    overflow: hidden;
    /* border: 1px solid #CCC;*/
}

.grey{
    color: grey;
}

.yellow{
    color: yellow;
}

.stud_blue{
    background: #c4e8f8 !important;
}

.bottom3{
    position:relative;
    bottom: 3px;
}

.top3{
    position:relative;
    top: 3px;
}
.btn_view
{
    padding :4px 4px;
}
.bottom1px{
    margin-bottom:1px;
}
.pd-top4{
    padding-top: 4px;
}
.font-gray
{
    color:#737171;
}
.linesp
{

}
.overview_class{
    overflow: auto;
    max-height: 310px;
    scrollbar-color: #4EB3DD #F2F2F2;
}
.pdl8{
    padding-left: 8px;
}
.position_left5{
    position: relative;
    left: 5px;
}
.position_top5{
    position: relative;
    top: 5px;
}
.position_top3{
    position: relative;
    top: 3px;
}
.position_bottom1{
    position: relative;
    bottom: 1px;
}
.border_top_bottom{
    border-top: 1px solid rgb(196, 193, 193);
    border-bottom: 1px solid rgb(196, 193, 193);
}
.padding_top_bottom12{
    padding: 12px 0;
}

.search_pregram{
    background: white;
    border: 1px solid #bdbaba;
    border-radius: 5px;
    margin-left: 10px;
}


.choose_program{
    background: #50A2C9;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom:0;
}

.position_bottom5{
    position: relative;
    bottom: 2px;
}
.bottom_height{
    height: 26px;
    padding-bottom: 4px;
}
.mbt3{
    margin-bottom: 3px;
}
.margin-bt12{
    margin-bottom:12px;
}
.tile-stats-new{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #f9921c;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #f9921c;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.tile-stats-new0{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #F9BF0E;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #F9BF0E;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.tile-stats-new1{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #94C470;
    ;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #94C470;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.tile-stats-new2{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #24A3D9;
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    background: #24A3D9;
    transition: all 300ms ease-in-out;
    min-height: 100px;
}
.font36{
    font-size:30px;
}
.full_name_new {
    color:#01A0E2 !important;
    font-weight:700;
    font-size: 18px !important;
}
.border1px{
    border: 1px solid #e8e0e0 !important;
}
.grey_bg{
    /*    background: #f7f1f1;*/
    background:#F4F4F4 !important;
}
.grey_cl{
    color: #888;
}
.reset_bg{
    background: #939090;
    padding: 5px 9px 5px 10px;
    font-weight: normal;
    color: white !important;
    border:none;
}
.pdtop15{
    padding-top:15px;
}

.fixed_status{
    width: 120px !important;
    display: block;
    padding: 4px 3px 5px 3px;
}
.border-none{
    border: none !important;
}
.trend_term{
    background: #CC2C2F !important;
    color:#FFF !important;
}
.text_red {
    color:#CC2C2F ;
}
.bottom3{
    bottom:3px;
}
.pdl3{
    padding-left:3px !important;
}
.pdl8{
    padding-left:8px !important;
}
.line-height21{
    line-height: 21px !important;
}
.height32{
    height: 32px;
}

.mr80{
    margin-right: 80px;
    border-radius: 7px;
}
.gray_font{
    color:#746d6d !important;
}
.top3px{
    top:3px !important;
}
.font_app_note{
    font-family : "Proxima Nova" !important;
}
.pipeline_gray{
    color:#aaa5a5;
}
.line_height25{
    line-height: 25px !important;
}
.font_bl{
    color:#000 !important;
}
.pdt2{
    padding-top:2px !important;
}
.prg_name_color{
    color:#636363;
}
.logo_img{
    vertical-align: middle;
    margin: auto;
    width: 188px !important;
    /*    width: 168px;*/
    /*    padding-top: 60px;*/
    /*    height: 188px !important;*/
    /*    border-radius: 50%;*/
    /*    overflow: hidden;*/
    /*    border: 1px solid #CCC;*/
}

.float_right{
    float: right;
}
.div_heading{
    background: rgb(80, 162, 201) !important;
}
.pdb7{
    padding-bottom: 7px;
}
.text_white{
    color: #FFF;
}
.min_height250{
    min-height: 250px;
}
.bg_grey{
    background-color:#f9f9f9 !important;
}
.width235{
    width: 235px !important;
    float: left;
}
.width40{
    width: 40px !important;
    float: left;
}

.width172{
    width: 172px !important;
    float: left;
}

.width141{
    width: 141px !important;
    float: left;
}

.hr_tag{
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}
.text_red_new {
    color:red;
}
.text_green_dark{
    color:#11CE59;
}
.step7_app_method{
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding-top: 10px !important;
    padding-bottom: 10px;
    margin-top: 20px !important;
}
.crm_ver{
    text-align: right;
    margin-right:6px;
    color:#9d9b9b;
    font-size: 10px;
}
.top_7 {
    top:7px !important;
    position: relative !important;
}
.form-control350 {
    width:350px;
}
.form-control720 {
    width:720px;
}

.height24{
    height: 24px;
}
.pdl20{
    padding-left: 20px;
    vertical-align: middle;
}
.pd-r-55 {
    padding-right: 55px !important;
    text-align: center !important;
    margin-right: 0 !important;
}

.fa.fa-comment.font15.pd-r-55.text_blue:hover {
    color: white !important;
}

.fa.fa-comment.font15.pd-r-55.text_white:hover {
    color: white !important;
}
.bcg_disabled{
    background-color: #e6e6e6 !important;
}
.overflow_70{
    height: 70px;
    overflow: scroll;
    overflow-x: auto;
}
.overflow_padding{
    padding-top:5px;
    color:#5e5b5b;
    background:#f9f7f7;
    padding:5px;
}
.delete_payment{
    margin-left: 8px;
    position: relative;
    top: 3px;
}
.info_payment{
    margin-left: 10px;
    position: relative;
    top: 5px;
}
a.url_color{
    color: #0E92CA;
}
a.url_color:hover{
    color: #0E92CA;
    text-decoration: underline;
}
.lheight{
    line-height: 20px;
}
.cv_border{
    border-left: solid 1px #e5e5e5 !important;
    height: 130px;
    vertical-align: middle !important;
    display: inline-block;
    margin-top: 7px;
}
.font_normal{
    font-weight: normal !important;
}
.font12_new {
    font-size:12px !important;
    vertical-align: middle;
}
.full_name3
{
    color: #4EB3DD !important;
    font-family: verdana;
    font-size: 9pt;

}
.font_nirmala11{
    font-family: "Nirmala UI" !important;
    font-size: 12px !important;
}
.mrl10{
    margin-left: 10px;
}
.mrl8{
    margin-left: 8px;
}
.mrt4{
    top: 4px;
}
.top7{
    top: 7px;
}
.top0{
    top: 0px;
}
.top2{
    top: 2px;
}
.border_gray{
    border-left: 1px solid #e5e5e5 !important;
}

.pg_report_stem{
    cursor:default ;
}

.pg_report_stem:hover input ~ .checkmark {
    background-color: #ccc;
}

.mr13{
    margin-right:13px;
}

.tac_right{
    text-align: right !important;
}

.width160_addon {
    width:145px;
    float:left;
}

.width80_addon {
    width:77px;
}

.ml20 {
    margin-left: 20px !important;
    text-align: center !important;
}

.applied_class{
    background-color:#4EB3DD;
    padding: 3px 5px 3px 5px;
}

.disbursed_class{
    background-color:#5cb85c;
    padding: 3px 5px 3px 5px;
}

.draft_class{
    background-color:#fdf393;
    padding: 3px 5px 3px 5px;
}

.reject_class{
    background-color:#E13300;
    padding: 3px 5px 3px 5px;
}

.default_class{
    background-color:#F4A639;
    padding: 3px 5px 3px 5px;
}
.callback_class{
    background-color: #dda0f2;
    padding: 3px 5px 3px 5px;
}
.margin-bt12{
    margin-bottom: 0px !important;
}

.margin-6{
    margin-top: 6px !important;
}

.new_table_width{
    width:96% !important;
}

@media screen and (max-width: 1281px){
    .new_table_width{
        width:98% !important;
    }
}
.border_topcss{
    border-top: 1px solid #f0e8e8;
}
.student-application-method .note_details {
    word-break: break-all;
}
.university-application-method .note_details {
    word-break: break-all;
}

/* expanders headers divs */
.expanderHead {
    color: white;
    background-color: #4e1add;
    border: 2px solid #4e1add;
    margin-top: 9px;
    border-radius: 6px;
    padding: 3px;
    padding-right: 9px;
    cursor: default;
    font-family: Verdana;
    font-size: 14px;
    padding-left:6px;
}

/*.expanderHead:first-child {
    margin-top: 0 !important;
}*/

.expanderBody:last-child {
    margin-bottom: 0 !important;
}

/* expanders svg arrows */
.expanderHead svg > g > path {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-miterlimit: 5;
    pointer-events: stroke;
}

/* expanders contents divs */
.expanderBody {
    border: 2px solid white;
    border-top: 0;
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6px;
    font-family: Verdana;
    font-size: 12px;
}

/* widget window */
.widget {
    width: 400px;
    background-color: white;
    padding: 9px;
    border: 2px solid white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* new Selection Style */
select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    
    /* reset */
    
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    }
    
    
    /* arrows */
    
    select.classic {
    background-image:
      linear-gradient(45deg, transparent 50%, blue 50%),
      linear-gradient(135deg, blue 50%, transparent 50%),
      linear-gradient(to right, skyblue, skyblue);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    }
    
    select.classic:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
    }
    
    
    
    
    select.round {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      radial-gradient(#ddd 70%, transparent 72%);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    }
    
    select.round:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      radial-gradient(gray 70%, transparent 72%);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
    }
    
    
    
    
    
    select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    }
    
    select.minimal:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
    }
    
    
    select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    }