/*Start Scrill Bar Design*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e90bd; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4999d4; 
}

/*End Scrill Bar Design*/

.pre{
    font-family: "Poppins", sans-serif;
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.sidebar-dark .navbar .navbar-brand-wrapper{
    /*background: #FFFFFF;*/
    background: transparent
}
.navbar {
   /*background: linear-gradient(45deg, #4F89BE, #49ACBC);*/
   background: #fff;

}

.fixed-top {
	z-index: 1000;
}

.content-wrapper {
    /*background: #F5F5F5;*/
    background: #E4F0F6;
}

.sidebar-dark {
    /*background-image: url("../images/solar_bg_blur.png");*/
    /*background-size: cover;*/
}

.sidebar-dark .sidebar .nav .nav-item.nav-profile .profile-name .name {
	color: #1F2537;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link { 
    color: #1F2537; 
    background: none;
    /*border-bottom: 1px solid #d6d3d0;*/
}

.form-control {
	border-color: #c5c5c5;
}
.table thead th {
	border-bottom: 1px solid #fff;
}
.table th, .table td {
	border-width: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #F4F9FC;
}

.disableLnk {
    pointer-events: none !important;
    cursor: default !important;
    background-color: #dcdadaa6 !important;
    color: #9c9595 !important;
}

.nav .nav-item.active{
    background: #9A1724;
    /*background: linear-gradient(45deg, #59a3e8 0%, #646cd2 100%);*/
}

.sidebar-dark .sidebar .nav .nav-item .collapse.show, .sidebar-dark .sidebar .nav .nav-item .collapsing {
    /*background: linear-gradient(45deg, rgba(0,173,239,1) 0%, rgba(142,198,63,1) 100%);*/
    background: #FFF;

}

.sidebar-dark .sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    /*background: linear-gradient(180deg, #FBC50E 0%, #DA8B20 100%) !important;*/
    /*margin-bottom: 0px;*/

    background: #FCE9DC  !important;
    margin-bottom: 0px;
}

.sidebar-dark .sidebar .nav .nav-item .nav-link:hover {
    color: #013760;
    /*border-radius: 50px;*/
}


.sidebar-dark .sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    color: #333;
    /*color: #fff;*/
}

.sidebar-dark .sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
    background: #fce9dc;
    color: #222222;
    font-weight: 700;

}

.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link {
    color: #1F2537;
}

/*collapse menu background*/
.sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    background: #03ADEA;
}

.sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: #03ADEA;
}


.tab-solid-primary .nav-link.active {
    background: #92C845;
}

.btn-gradient{
	background: linear-gradient(45deg, rgba(142,198,63,1) 0%, rgba(0,173,239,1) 100%);
	border: 1px solid #92C845;
}

.btn-gradient:hover{
	background: linear-gradient(45deg, rgba(0,173,239,1) 0%, rgba(142,198,63,1) 100%);
	border: 1px solid #92C845;
}

.btn-sets{
    background: #92C845;
    border: 1px solid #92C845;
    color: #fff;
}

.btn-sets:hover{
    background: #03ADEA;
    border: 1px solid #03ADEA;
    color: #fff;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    width: calc(255px - 60px);
    max-width: 100%;
    height: 28px;
    margin: auto;
    vertical-align: middle;
}

/*Login Page start*/
.auth.login-full-bg {
    /*background: linear-gradient(45deg, rgba(0,173,239,1) 0%, rgba(142,198,63,1) 100%);*/
    /*background: #00AEEE;*/
    background: #fff;
}

.auth .auth-form-light {
    color: #92C845;
    background: #fff;
}
.auth form .form-group label {
    font-size: 16px;
}

.loginBtn{
	/*background: #fff;
    color: #0FB0DD;*/
    border-radius: 5px;
    border: 1px solid #fff;
    background: #92C845;
    color: #fff;
}

/*Login Page End*/

.clr{
    clear: both;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

.nxtWthdrlHdDiv{
    height: 40px;
    color: #fff;
    margin-top: 10px;
}
.nxtWthdrlHdDiv h4, .nxtWthdrlScHdDiv h4{
    line-height: 35px;
}

.nxtWthdrlDtlDiv{
    box-shadow: 0px 1px 1px 0px grey;
        background: #fff;
    border-radius: 5px;
    color: gray;
}

.WthdrlDtlDiv{
    background: #fff;
    border-radius: 5px;
    color: gray;
    border: 1px solid gray;
}

.nxtWthdrlScHdDiv{
    height: 40px;
    margin-top: 10px;   
}



.stage_Active{
    color:#92C845; 
    font-style: italic;
    font-weight: bold;
}
.stage_Pending{
    color: #FFA200;
    font-style: italic;
    font-weight: bold;
}

.stage_Failed{
    color: #EA3C3C;
    font-style: italic;
    font-weight: bold;
}

.nxtWthdrlHdMainDiv{
    background: #4B4B4B;
    color: #fff;
    border-radius: 7px;
}

.taxPTable thead th {
    border-bottom: none !important;
}

.taxPTable tbody td {
    font-size: 25px;
    width: 40%;
}

.withdrwlListMainDiv{
    border: 1px solid gray;
    border-radius: 5px;
}

.amountColor{
    color: #02AEEF;
    font-weight: bold;
}
.withdrwlDate{
    color: #000;
    font-weight: bold;
}


.bdg_paid{
    background-color:#92C845; 
    border-color: #92C845;
}
.bdg_trial{
    background-color: #FFA200;
    border-color: #FFA200;
}

.bdg_sent{
    background-color: #03ADEA;
    border-color: #03ADEA;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    padding: 6px !important;
}

.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]:focus, .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus {
    border: 3px solid #03ADEA;
    padding: 9px;
}

.btn-gradient:focus, .btn-gradient:active, .btn-sets:focus, .btn-sets:active {
    background: #1991EB;
    border-color: #1991EB;
}

select.form-control:not([size]):not([multiple]), select.asColorPicker-input:not([size]):not([multiple]), .dataTables_wrapper select:not([size]):not([multiple]), .jsgrid .jsgrid-table .jsgrid-filter-row select:not([size]):not([multiple]), .select2-container--default select.select2-selection--single:not([size]):not([multiple]), .select2-container--default .select2-selection--single select.select2-search__field:not([size]):not([multiple]), select.typeahead:not([size]):not([multiple]), select.tt-query:not([size]):not([multiple]), select.tt-hint:not([size]):not([multiple]) {
    height: auto;
}
select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    padding: 0.4rem 0.75rem;
}

sup{
    color: red;
}
.card {
    background: #fff;
    /* background: #f8f9fd9e; */
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);*/
    border: 0;
    /*border-radius: 10px;*/
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    /*background: linear-gradient(45deg, #59a3e8 0%, #646cd2 100%);*/
        background: #013760;
}
.accordion .card .card-body i {
    font-size: 1rem;
}

.footer, .footer .text-center{
    /*background: #E9F1F1;*/
    
    color: #000;
}
.footer .text-center{ background: none; }

.footer{
    /*background: linear-gradient(45deg, #59a3e8 0%, #646cd2 100%);*/
}
.text-muted{
    color: #444 !important;
}

.card-title{
    padding: 25px;
    padding-left: 30px;
    /*border-bottom: 1px solid #566abc;*/
    color: #5181BF;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 1.2rem;
    padding-top:30px;
}

.card-title-color{
    color: #003f6d;
}

.accordion-inverse-primary .card{
    color: #000;
    background: #f8f9fd9e;
}

.accordion-inverse-primary .card .card-header{
    color: #03adea;
    font-weight: 600;
}

.card-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    /*background:  linear-gradient(45deg, #4F89BE, #49ACBC);*/
    left: 0;
    top: 0;
    border-radius: 8px 8px 0px 0px;
}

.card::before {
    /*content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #4F89BE, #49ACBC);
    left: 0;
    top: 0;
    border-radius: 8px 8px 0px 0px;*/
}

.card2::before {/*
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #6D529A, #567ABA);
    left: 0;
    top: 0;
    border-radius: 8px 8px 0px 0px;*/
}

.accordion-inverse-primary .card .card-header a[aria-expanded="true"] {
    border-bottom: 1px solid #03adea;
}

.accordion-inverse-primary .card .card-header a{
    border-color: #03adea;
    color: #03adea;
}

.accordion .card .card-body {
    padding: 26px 20px 26px 20px;
}

.completeIcon{
        margin-left: 10px;
    color: #fff !important;
    background-color: #1db51d;
    border-radius: 20px;
    padding: 6px 10px;
}


.msgDiv{
    display: none !important;
}

/*zoho integration css*/
.z_reports .card-title{
    padding: 0;
    padding-left: 0;
    border-bottom: none;
    color: #03adea;
    font-size: 1.56rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5db90a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5db90a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}


/*zoho integration css end*/

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
    float:left;
}
.detail-ticket{
    margin-bottom: 0px;
    padding: 12px;
}

/*vaults accordian */
.ch_desc{
    font-size: 13px;
    color: #666;
    display: block;
    word-wrap: break-word;
}
.more-less {
    width: 25px;
}
.accordion.basic-accordion .card .card-header a[aria-expanded="false"]:before {
    content: "\F140";
}

.accordion.basic-accordion .card .card-header a[aria-expanded="true"]:before {
    content: "\F143";
}

}


.vPas{
    width: 50% !important;
    padding: 0px 10px !important;
    height: 25px !important;
}
.vPSp{
    border: 1px solid gray;
    padding: 2px;
    cursor: pointer;
}
.allCk{
    float: right;
    padding: 10px 15px;
    width: 10%;
    text-align: right;
}
.accordion .card .card-header a {
    font-size: 0.875rem;
}
/*vaults accordian End */

.user-profile .side-left .card .avatar img {
    border: 1px solid #f8b61538;
}


@media only screen and (max-width: 374px) {
    .projectDtlCrlMbl .col-4{
        max-width: 50%; 
    } 
}




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .sidebar-dark .sidebar {
        background: #FFFFFF;
        margin-top: 90px;
        /*border-radius: 8px 8px 0px 0px;*/
        /*box-shadow: -3px 4px 8px 2px #d6d0d0bd;*/
    }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .sidebar-dark .sidebar {
        background: #FFFFFF;
        margin-top: 90px;
        /*border-radius: 8px 8px 0px 0px;*/
        /*box-shadow: -3px 4px 8px 2px #d6d0d0bd;*/
    }
    .card{
        margin-bottom: 30px;
    }

    .salesDocPage .attachment{
        display:inline-block;
        margin:0px;
        text-align:center;
    }
    .salesDocPage .attachment img{
        height:60px;
        width:auto;
    }
} 



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .sidebar-dark .sidebar {
        background: #FFFFFF;
        margin-top: 10px;
        /*border-radius: 8px 8px 0px 0px;*/
        /*box-shadow: -3px 4px 8px 2px #d6d0d0bd;*/
    }

    .card{
        margin-bottom: 0px;
    }

    .salesDocPage{
        max-width: 50%;
    }
    .salesDocPage .attachment{
        display:inline-block;
        margin:20px;
        text-align:center;
    }
    .salesDocPage .attachment img{
        height:100px;
        width:auto;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .sidebar-dark .sidebar {
        background: #FFFFFF;
        margin-top: 10px;
        /*border-radius: 8px 8px 0px 0px;*/
        /*box-shadow: -3px 4px 8px 2px #d6d0d0bd;*/
    }

    .card{
        margin-bottom: 0px;
    }

    .salesDocPage .attachment{
        display:inline-block;
        margin:20px;
        text-align:center;
    }
    .salesDocPage .attachment img{
        height:100px;
        width:auto;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .sidebar-dark .sidebar {
        background: #FFFFFF;
        margin-top: 10px;
        /*border-radius: 8px 8px 0px 0px;*/
        /*box-shadow: -3px 4px 8px 2px #d6d0d0bd;*/
    }

    .salesDocPage{
        max-width: 25%;
    }
    .salesDocPage .attachment{
        display:inline-block;
        margin:20px;
        text-align:center;
    }
    .salesDocPage .attachment img{
        height:100px;
        width:auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1441px) {
    

    .salesDocPage .attachment{
        display:inline-block;
        margin:20px;
        text-align:center;
    }
    .salesDocPage .attachment img{
        height:200px;
        width:auto;
    }
}

.fortrun {
    position: absolute;
    margin-left: 15px;
    margin-top: 10px;
    color: #8c9092;
    font-size: 18px;
}

.commonTable .dataTables_wrapper .dataTables_filter input {
    /*margin-right: 14.5em!important;*/
    padding: 10px!important;
    padding-left: 1.6rem !important;
    height: 40px;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input {
    /*border-radius: 50px;*/
    padding: 7px 7px 7px 25px;
    border: 1px solid #555;
}

.marginTopMinus {
    margin-top: -75px;
}

.paddingTop{
    margin-top: 15px;
}

.commonTable .table {
    margin-left: 0px!important;
    color: #333;
}

.commonTable table.dataTable thead > tr > th.sorting_asc, .commonTable table.dataTable thead > tr > th.sorting_desc, .commonTable table.dataTable thead > tr > th.sorting, .commonTable table.dataTable thead > tr > td.sorting_asc, .commonTable table.dataTable thead > tr > td.sorting_desc, .commonTable table.dataTable tbody > tr > td.sorting {
    font-size: 15px;
    font-weight: bold;
    color: #76808C;
    text-align: left;
    padding: 18px 0px;
    padding-left: 5px;
}

.pagination .page-item.previous .page-link,.pagination .page-item.next .page-link {
    background: #5181BF;
    border-color: #5181BF;
    color: #fff;
    border-radius: 5px;
    margin: 2px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 8px;
    padding-top: 6px;
}

.hidefirst {
    display: none;
}

.first-th {
    border-radius: 8px 0px 0px 0px;
}

.last-th {
    border-radius: 0px 8px 0px 0px;
}


.l_status_yes {
    border-radius: 20px;
    padding: 7px 20px;
    font-family: "IBM Plex Sans Condensed", sans-serif !important;
    font-size: 10px;
    color: #2CC227;
    background: #a8efaa;
}

.l_status_progress {
    border-radius: 20px;
    padding: 7px 18px;
    font-family: "IBM Plex Sans Condensed", sans-serif !important;
    font-size: 10px;
    color: #FFA303;
    background: #FFE8BF;
}


.actionButton{
    border: 1px solid #fff;
    background: #F19229;
    padding: 3px;
    border-radius: 15px;
    color: #fff;
}


/*Message Chat Page CSS*/


.container{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  /*border: 1px solid #c4c4c4;*/
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; padding:
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
  padding-top: 25px;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
    background: #B9E0E5 none repeat scroll 0 0;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
    border-bottom-left-radius: 2px;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 60%;}
.mesgs {
  float: left;
  padding: 60px 0px 0px 5px;
  width: 100%;
}

 .sent_msg p {
    background: #BBC8DF none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 5px 10px 5px 12px;
    width: 100%;
    border-bottom-right-radius: 2px;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
    float: right;
    width: 50%;
    padding-right: 5px;
}
.input_msg_write input {
  background: #C1CCE1 !important;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-right: 45px;

}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;margin-top: 5px;}
.msg_send_btn {
    background: #05728f00 none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 360px;
  overflow-y: auto;
}

/* Handle */
.msg_history::-webkit-scrollbar-thumb {
  background: #BEBEBF; 
  border-radius: 10px;
}

/* Handle on hover */
.msg_history::-webkit-scrollbar-thumb:hover {
  background: #BEBEBF; 
}


.selectfile{
        text-align: left;
        border-radius: 7px;
        background: #c7c2c230 !important;
        border: none;
        height: 30px;
        padding-left: 15px;
        cursor: pointer;
    }

     .borderBottom{
        border-bottom: 2px solid #cecece;
    }


.messagep{
    font-size: 13px;
    font-weight: 400;
}


.msgiconIMG{
    width: 55px;
    border-radius: 30px;
    padding: 3px;
    border: 1px solid #e8e1e1;
    background: #EAEEEF;
    margin-bottom: 15px;
    margin-top: -5px;
}

.heightMsgList{
    overflow-y: auto;
    height: 480px;
    overflow-x: hidden;
}

.ViewDetailsBtn{
    padding: 10px;
    background: linear-gradient(180deg, #FCC70D 0%, #F19328 100%);
    color: #fff;
    border-radius: 8px;
    border-color: #fff;
}

.SlectFilter{
    border: 1px solid #d8d8d8 !important;
    border-radius: 20px;
    float: left;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dad4d4  !important;
    /*border-radius: 30px;*/
    padding: 5px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    position: absolute;
    top: 5px !important;
    right: 5px !important;
    width: 20px !important;
}


tr.even {
    border-top: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    background: #F4F9FC;
    /*box-shadow: 0px 0px 11px -6px;*/
}

table.dataTable td, table.dataTable th {
    font-weight: 500;
    padding: 15px 10px;
}


/*Message page css*/
.width-0{
    flex: 0 0 0% !important;
    width: 0% !important;
    max-width: 0% !important;
}
.width-100{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}
.page-msg .msg-list, .page-msg .msg-close{
    cursor: pointer;
}

.modal.bottom-right-modal .modal-dialog {
    width: 45%;
    position:fixed;
    bottom:20px;
    right:30px;
    margin:0;
}
.page-msg #composeMessageModal .modal-content{
    background: #fff;
}
.page-msg #composeMessageModal.modal .modal-dialog .modal-content .modal-header{
   /* padding: 7px 26px;
    background: #6263A8;
    color: #fff;*/
}

.page-msg #composeMessageModal.modal .modal-dialog .modal-content .msgFomintput{
    border: 1px solid #ccc9c9;
    /*border-radius: 8px;*/
    height: 40px;
}

.page-msg #composeMessageModal.modal .modal-dialog .modal-content .leftcontent{
    width: 70%
}
.page-msg #composeMessageModal.modal .modal-dialog .modal-content .rightcontent{
    width: 30%;
    float:right;
    margin-top: -30px;
}
.page-msg #composeMessageModal.modal .modal-dialog .modal-content .rightcontent span{
    font-size: 14px;
    color: #747E8A;
    text-decoration: underline;
    font-weight: 700;
}

.page-msg #composeMessageModal.modal .modal-dialog .modal-content .showtitlelabel{
    position: absolute;
    margin-left: 10px;
    z-index: 999;
    margin-top: 10px;
}
.page-msg #composeMessageModal.modal .modal-dialog .modal-content .modal-body {
    padding: 10px 26px 30px 26px;
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
}
.page-msg #composeMessageModal.modal .modal-title{
    color: #fff;
}

.email-wrapper .mail-list-container .mail-list.active {
    background: #d3dfef;
}
.email-wrapper .mail-list-container .mail-list.active .sender-name{
    color: #5f8bc4;
}

.email-wrapper .mail-list-container .mail-list.active .message_text{
     color: #5f8bc4 !important;
}

.email-wrapper .mail-list-container .mail-list .message_text{
    font-size: 0.88rem;
}
.email-wrapper .message-body .sender-details .details .msg-subject {
    font-weight: 600;
    font-size: 16px;
}
/*Message page css end*/


/*Mobile Responsive*/

@media only screen and (max-width: 500px) {
    .changeitcolor{
        position: absolute;
        margin-top: -70px;
        font-size: 14px; 
    } 
   
}
@media only screen and (max-width: 415px) {
    .card{
            margin-top: 58px;
    }

    .navbar.fixed-top + .page-body-wrapper {
        padding-top: 115px;
    }

   /* .marginTopMinus{
        padding-top: 50px !important;
    }*/
    
}

@media only screen and (max-width: 650px) {
   .marginTopMinus{
        padding-top: 50px !important;
    }

    .modal-footer {
        display: inherit; 
        align-items: center;
        justify-content: flex-end;
        padding: 15px;
        border-top: 1px solid #f3f3f3;
        line-height: 2.7;
        text-align: center;
    }

    .card,.card2{
        margin-top: 5px;
    }

   
}

@media only screen and (max-width: 990px) {
    .modal-dialog {
        max-width: 95% !important;
    }
}


.imgfortable{
    width: 22px !important;
    height: 20px !important;
    margin-left: 5px;
}



/*new css for academic guardian*/


.commonTable table.dataTable thead > tr > th {
    padding-left: 10px !important;
}

.table thead th{
    padding-left: 10px !important;
}

/*css ai 210521*/
.cus_img_cs{
    color: white;
    background-color: white;
    width: 25px !important;
    margin-bottom: 3px;
    margin-right: 3px;
}

.cus_clr_red{
    color: red;
}