/* Common Custom Css*/
.icon-fonts{
	font-size:22px;
}
.navbar-inverse {
    background-color: #1B3152 !important;
    border-color: #00457B !important;
}
span.error {
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0 0;
    text-align: left;
}
.worktype_account_form tr .form-group
{
  margin-bottom: 0
}
.worktype_account_form .custom_line_height{
  line-height: 30px
}
ul#right-g { padding-left: 0px; }
h4.panel-title{
	font-size:19px;
	font-weight:500;
}
.frm-fld{
	margin-bottom:15px;
}
.frm-fld label {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
	padding: 0px;
	margin-bottom:5px;
}
.show-cube-scroll {
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}
ul.showCubes{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.showCubes li {
    border-bottom: solid 1px #ccc;
    padding: 6px 0;
    font-size: 13px;
    background: url(../images/cube-logo-1.png) no-repeat;
    background-position: 0 8px;
    background-size: 25px auto;
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
}
.showCubes li a {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #00abe3;
    font-size: 13px;
}
ul.showOrgs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.showOrgs li {
    border-bottom: solid 1px #ccc;
    padding: 6px 0;
    font-size: 13px;
    background-position: 0 8px;
    background-size: 25px auto;
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
}
.showOrgs li a {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #00abe3;
    font-size: 13px;
}
#organizationEditForm .custom_height .frm-fld, #organizationAddForm .custom_height .frm-fld
{
    height: 77px;
}
.dynamic_user_list{
    max-height: 200px;
    overflow-y: auto;
}

/* testimonial message css */
.testimonial{
    margin-bottom: 10px;
}
.testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
}
.testimonial-section:after {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial.testimonial-info .testimonial-section{
        border-color: #46b8da;
        color: #fff;
        background-color:#5bc0de;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        float: left;
}
.testimonial.testimonial-info .testimonial-section:after{
        border-top-color: #5BC0DE;
}
.testimonial.testimonial-info .testimonial-desc{

}
.testimonial.testimonial-info .testimonial-writer-name{
        color: #5BC0DE;
}
.testimonial-section-New {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
}
.testimonial-section-New:after {
    top: -30px;
    left: 50px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: transparent;
    border-width: 15px;
    margin-left: -15px;
}
.testimonial-section-New:after{
        border-bottom-color: #5BC0DE;
}
.testimonial-New.testimonial-info-New .testimonial-section-New{
        border-color: #46b8da;
        color: #fff;
        background-color:#5bc0de;
        line-height: 20px;
        font-size: 13px;
        font-weight: normal;
        float: left;
}
.mar-right-10{
    margin-right:10px;
}
.f-left-10{
    float:left;
    margin-right: 10px;
}
.step-box .notifi {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.step-box .notifi i.notification {
    width: 20px;
    height: 24px;
    display: block;
    background: url(../images/notify-icon.png) no-repeat;
}
.connector-min-height{
    min-height:550px;
}
.connector-pad{
    padding:50px 0;
}

.connector-message{
    background-color:#fefefe;
    width:100%;
    padding:20px;
    text-align:center;
    font-size:14px;
}
#connectionSaveForm .notifi
{
    margin-bottom: 5px;
    margin-right: 15px;
}
#connectionSaveForm .frm-fld label
{
    margin-right: 0;
}
.overlapmenu{ /*z-index: 1;*/ }


.year_valid.not_valid {
    display: inline-block;
    color: #FF0000;
    font-size: 12px;
}

/* advisory portal css start to here */
.table-thd-bg{
    background-color:#00457B;
    color:#fff;
}
#advisory tr:nth-child(even) {
    background-color: #eaeefb;
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.f-left{
    float:left;
}
.f-right{
    float:right;
}
.dataTables_filter{
    float:right
}
.dataTables_length{
    float:left;
}
.dataTables_wrapper .table-bordered{
    border-top:1px solid #ddd;
}
.well-1{
    background-color:#eee;
    padding:15px;
}
.attandes-border{
    border-right:1px solid #ccc;
    height: 120px;
}
 .demo { position: relative; }
 .demo i {
        position: absolute; bottom: 10px; right: 24px; top: auto; cursor: pointer;
 }
 .date-icons{
    position: absolute;
    right: 20px;
    top: 9px;
    font-size: 15px;
 }
 .add-plus-icon{
     font-size:18px;
     color:#00457b;
 }
 .panelTab-title {
    background:#2196f3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 7px;
    text-align: left;
}
.aqua-blue-bg {
    background: #e7fbff !important;
}
.aqua-blue-bg .input-fld {
    background: none!important;
    border: none!important;
}
.action-Table{
    padding: 4px 5px;
    color: #434445;
    font-size: 14px;
    font-weight: 500;
}
.mar-Top-Bot{
    margin-top:10px;
    margin-bottom:10px;
}
span.dateIcon{
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 15px;
    cursor:pointer;
}
.addTableRow{
    font-size:18px;
}
.action-plan-date-icon{
    top: 0;
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right:10px;
    font-size: 15px;
}
.multiselect-ui.btn-group{
    width:50%;
}
.multiselect-container>li>a {
    padding: 0 10px;
}
.multiselect-selected-text{
    color:#333;width:55%;
    font-size: 13px;
}
.consultant_list
{
    float: left;
}
.alert.overflow{
    overflow: auto;
}
/* for DataTable Showing Left alignment */
.dataTables_length{
    margin-left:0;
}
/* for DataTable close */
dd+dt {
    margin-top: -5px
}
dt {
    /* margin-bottom: 5px; */
    font-weight: 500;
}
.expense_form{
    width: 100%;
    position: relative;
}
#action_plan_form span.error{
    height: 20px;
}
#sessions-table a {
    color: #037ae0;
    text-decoration: underline;
}
.subscriptionrequest .alert-message-notice {
    background-color: #2db8e5 !important;
    border-color: #2c84a1  !important;
    box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.3);
}
.subscriptionrequest .alert-message-notice h4 {
    color: #fff;
}
.subscriptionrequest  .alert-message {
    border-left: 5px solid #eee;
    margin: 5px 0;
    padding: 20px;
}
.subscriptionrequest .msg-margin-bot {
    margin-bottom: 20px;
}
.subscriptionrequest  .frm-fld .frm-input{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
	color: #333;
    display: block;
    font-size: 13px;
    height: 36px;
    line-height: 1.53846;
    padding: 7px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	 font-weight: 400;
}
.subscriptionrequest .alert-message h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.subscriptionrequest .frm-fld select{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
	color: #333;
    display: block;
    font-size: 13px;
    height: 36px;
    line-height: 1.53846;
    padding: 7px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	 font-weight: 400;

}
.list_table a {
    color: #037ae0;
}
.list_table tr:nth-child(even) {
    background-color: #eaeefb;
}
.list_table tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
.form-control.multiselect-search{
    height: 39px;
}
.multiselect-container {
    width: 100%;
}
.advisory_filter
{
    margin-bottom: 20px;
    float: left;
    margin-top: 10px;
}
.mar-bot-20{
    margin-bottom: 20px;
}
.frm-fld-search{
    padding-top: 9px;
}
.nopadding {
   padding: 0 !important;
}
.customer_type_box label{
    margin-right: 0
}
/*#calendar .fc-row.fc-rigid, #calendar .tooltip
{
    overflow: visible !important;
<<<<<<< .mine
}*/
.subscriptionrequest .radio label{
padding-left:5px;
}
.subscriptionrequest h5{margin-top:0px;margin-bottom:0px;}
.subscriptionrequest .radio{margin-top:0px;margin-bottom:20px;}
.credit-detail {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ececec;
    font-size: 14px;
    line-height: 14px;    float:left;
    padding: 5px;
}
.credit-detail p{margin:0;}
.panel-footer.paymentpage{
	background-color: #fff;
    border: medium none;
    padding: 0;
	margin-top:10px;
}
.subscriptionrequest .existing .radio{float:left;}
.subscriptionrequest .existing .btn-danger{padding:0 5px;margin-left:10px;}
.panel-body.paymentSuccess {
    background-color: #29cf94;
    text-align: center;
}
.panel-body.paymentSuccess {
    text-align: center;
}
.payment-success-icon {
    color: #fff;
    font-size: 10em;
    font-weight: normal;
    margin-bottom: 10px;
}
.paymentSuccess .messageBox {
    border-color: #fff;
    border-style: dashed;
    border-width: 2px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}
.paymentSuccess .messageBox h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}
.panel-body.paymentSuccess.failure {
    background-color: #ff7a6d;
    text-align: center;
}

.user_search_box{
    display: table;
    margin: 0 3px;
}
.user_search_box .input-group-addon {
    background: white !important;
    padding-left: 0px;
    padding-right: 0;
}
.user_search_box button {
    border: 0;
    background: transparent;
}
.user_search_box .glyphicon.glyphicon-search
{
    font-size: 12px;
}
.user_search_box .search_top_user {
    border-right: 0;
    box-shadow: 0 0 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-menu .fixed_search_box{
    position: fixed;
    z-index: 1;
    float: left;
    width: 12%;
    margin-top: -7px;
    width: 190px;
}
.dropdown-menu.dynamic_user_list
{
    width: 210px;
}

.step-title { background: #2196f3; color: #fff; font-size: 15px; font-weight: 500;  padding: 10px; text-align: left; margin-bottom: 5px;}

.ytd-heading { white-space: nowrap;}
@-webkit-keyframes glowing {0% { -webkit-box-shadow: 0 0 3px #008fa1; }50% { -webkit-box-shadow: 0 0 50px #008fa1; }100% { -webkit-box-shadow: 0 0 3px #008fa1; }}
@-moz-keyframes glowing {0% { -moz-box-shadow: 0 0 3px #008fa1; }50% { -moz-box-shadow: 0 0 50px #008fa1; }100% { -moz-box-shadow: 0 0 3px #008fa1; }}
@-o-keyframes glowing {0% { box-shadow: 0 0 3px #008fa1; }50% { box-shadow: 0 0 50px #008fa1; }100% { box-shadow: 0 0 3px #008fa1; }}
@keyframes glowing {0% { box-shadow: 0 0 3px #008fa1; }50% { box-shadow: 0 0 50px #008fa1; }100% { box-shadow: 0 0 3px #008fa1; }}
.btn-glow { -webkit-animation: glowing 1200ms infinite;-moz-animation: glowing 1200ms infinite;-o-animation: glowing 1200ms infinite;animation: glowing 1200ms infinite; }
.add_account_info{
    font-size: 12px;
    font-weight: normal;
}
.all-userFilter .add_user_btn{
    width: 100%;
    margin-bottom: 15px;
}

/*CSS for quick inquiry*/


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 30px auto;
  padding: 15px;
  border-radius: 5px;
  width: 49%;
  position: absolute;
  left: 35%;
  /* transition: all 5s ease-in-out; */
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 35px;
  left: 25px;
  background: #00495d;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 0px 5px;
}
.search {
  position: absolute;
  top: 19px;
  left: 45%;
  /* background: #ce00ff; */
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 0px 5px;
}

.popup .close:hover {
  color: #ffffff;
}
.popup .content {/* max-height: 30%;
*/overflow: auto;border-top: 2px dashed #d1d6d8;margin-top: 16px;}
.div1 {
  width: 50%;
  padding: 20px;
  /* float: left; */
  height: auto;
  background:#fff;
  border-radius: 25px;
}


.content h3 { text-align: center;
    margin: 15px 0 -1px 0;
    text-transform: uppercase;
    color: #00495d;
}
@media screen and (max-width: 1024px) {
.box {
  width: 70%;
}
.popup {
  width: 70%;
  left:20%;
}
.div1 {
  width: 70%;
  padding: 20px;
  float: left;
}

}

/* sticky button */

#feedback {
  height: 0px;
  width: 70px;
  position: fixed;
  /*right: 0;*/
  right: -8px;
  top: 50%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
  display: block;
  background:#00457B;
  /*height: 52px;
  padding-top: 4px;*/
  height: 27px;
  padding-top: 1px;
  width: 118px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#feedback a:hover {
  background:#172B46;
}
.martop15{ margin-top: 15px; }
.marbtm15{ margin-bottom: 15px; }
#message_div_ajax{display:none;}
.martopm7 {
    margin-top: -7px;
}
.marleftright{
   margin-left: 7px;
   margin-left: 7px;
}
.font100{
  font-size: 100%!important;
}
.curpointer
{
   cursor:not-allowed;
}

.statuswidth {
    min-width:80%;
    margin:0 auto;
}
#prompt.form-group{
  margin-bottom: 5px!important;
}
#promptp{
  color: red!important;
  display: none;
}
.resiezenone{
  resize: none;
}
table.dataTable th{ background-color:  #00457B !important; color: #FFF !important;}
table.dataTable tr:nth-child(even)  { background-color: #EAEEFB;  }


.plandetailsnewclr.pack_title_bronze.plandetailsnewclr.color_4{
    background: #428bca  none repeat scroll 0 0!important;
}

.subscriptionplan.upgrade .p_bot_bronzenew.p_bot_bronze.color_4 {
    border-top: 15px solid #428bca;
   border-bottom: 30px solid #428bca;
}
.hidescustomers{display:none;}
.hidescustomers .select2-selection--multiple .select2-selection__choice {
    background-color: #00457B!important;
  }
.comingsoonmenu {
  color:grey !important;
}

.multi-select-parent-cls .multiselect-container {
    width: 200px;
}
.multi-select-parent-cls .multiselect-container>li>a { 
    white-space: normal;
}

.dashboardfrom .select2-selection--multiple .select2-selection__choice {
    background-color: #00457B!important;
}

.nxtclasbtn
{
  display: none;
}

.nxtclasbtn-show
{
    margin-top: -18px;
    position: relative;
    top: 27px;
    right: 4px;
    float: right;

}

.tdexpense{
  width: 136px;
  float: left;
}

.custom-td-input-width{
    /* width: 75px!important;
    height: auto; */
    padding: 0 23px!important;
}

#formulaform input{
  text-align: right;
}

.icon_apply_span
{
    height: 20px;
    margin-top: -20px;
    position: relative;
    top: -5px;
    right: 0px;
    float: right;
}

.action-btn .fill_all{
  margin-top: 4px;
}

.brw-nowrap{
    max-width: 300px;
    min-width: 300px;
    word-wrap: break-word;
}

/* .navbar-nav>li>.notification_bar.dropdown-menu {
    margin-top: 12px!important;
}

.notification_bar.dropdown-menu>li>a
{
  border-bottom: 1px solid #f4f4f4!important;
}

.notification_bar.dropdown-menu
{
  width: 280px;
  margin: 0;
  top: 100%;
}

.notification_bar 
{
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

.notification_bar .header
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
} */

.navbar-nav>li>.notification_bar.dropdown-menu {
   /* margin-top: 13px!important;*/
}

.notification_bar.dropdown-menu
{
  position: absolute;
  right: 0;
  left: auto;
  width: 335px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}

.notification_bar li a{
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.notification_bar.dropdown-menu li .menu
{
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

.notification_bar.dropdown-menu li .menu>li>a
{
  display: block;
  /* white-space: nowrap; */
  border-bottom: 1px solid #f4f4f4;
}

.notification_bar .notification_header
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

    
.notification_bar .notification_footer
{
    border-top: 1px solid #f4f4f4;
}

.notification_bar .notification_footer a
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}

.notification_bar .notification_footer a:hover
{
  text-decoration:none;font-weight:normal
}

@media (max-width: 991px) {
    .notification_bar .notification_footer a:hover {
        background: #fff !important;
        color: #444 !important
    }
}

span.notificationmsg{
  color:#00457B;
  font-weight: 500;
}

ul.menu li.newnotification
{
  background-color: #00ADE5;
}

ul.menu li.newnotification a,ul.menu li.newnotification a span.notificationmsg
{
  color: #fff!important;
}

span.time{
  display: block;
}
span.notify_report {
    display: block;
    font-weight: 500;
}

span.notify_organisation{
   display: block;
   padding: 1px 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #00457B!important;
    border-color: #00457B!important;
  }

.pagination-lg > ul > li > a,
.pagination-lg > ul > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > ul > li:first-child > a,
.pagination-lg > ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > ul > li:last-child > a,
.pagination-lg > ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#formWidgets label.form-check-label
{
  font-size: 13px;!important;
}

.marlr10{
  margin-left: 10px;
  margin-right: 10px;
}
#step-title.step-title {
    margin-top: 44px !important;
}
label.frm-fld-inline {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:5px;
}
.upper-trans{
  text-transform:uppercase;
}
.navigation>li>a {padding: 8px 20px !important;}
.frm-fld.marright10 label{ margin-right:-25px!important;  }
.martopbtncls{ padding-top:10px;margin-bottom: 0px;   }
.logoleftdistance{margin-left: 3%;}
.session-action{
  padding: 10px;
  background-color: #efefef;
  color: #333;
  font-size: 16px;
}
tr.tr-row-first {
    border-bottom: 3px solid #1B3152;
}
.session_txtarea
{
  width:100%;
  padding:6px;
  border: 1px solid #ddd;
}
#sameAs{
  display:none;
}

.zui-table {
  width: 100%;
  border: 1px solid #ededed!important;
  border-right: none;
}


.zui-table tbody td {
    
  padding: 0px 10px;
  font-size: 14px;
  color: #6c6c6c;
  white-space: nowrap;

}
.zui-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.zui-scroller {
    margin-left: 335px;
    /*overflow-x: auto;*/
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: auto;
}

.zui-scroller_rel {
    margin-left: 0px;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 5px;
    width: auto;
}


.zui-wrapper table tr td .input-fld, .zui-wrapper table tr th .input-fld {
    width: 100%;
    min-width: 120px;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #e1e1e1;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    color: #666;
    text-align: right;
    background: #59ffff;
}

.zui-wrapper table tr th {
    padding: 12px 6px !important;
    color: #434445;
    font-size: 14px;
    font-weight: 500;
}

.zui-scroller_rel table tr th {
    padding: 5px 0px !important;
}

.zui-table .zui-sticky-col {
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: auto;
    min-height: 43px;
    min-width: 335px;
}

.zui-table .zui-sticky-col_rel {
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    position: relative;
    top: auto;
    width: 262px;
    min-height: 42px;
}

.first-col {
    min-height: 52px !important;
    /*background-color: #FCFCFC !important;*/
    border-top: 1px solid #ddd !important;
}

th.first-col{
  top:0px!important;
}

.zui-wrapper table tr td ::-moz-placeholder {
    color: #ccc !important;
}

.zui-wrapper table tr td ::-webkit-input-placeholder { /* Chrome */
  color: #ccc !important;
}

.zui-wrapper table tr td:nth-child(2) {
    border-left:none !important;  
 }

 .inp-min-height
 {
   min-height: 44px!important;
 }

.notification_footer a.a-left{
  float:left;
  margin-left:6px;
  color:#174AA0!important;
}

.notification_footer a.a-right{
  float:right;
  margin-right:6px;
  color:#174AA0!important;
}

.notification_footer a.a-center{
  color:#174AA0!important;
}

.notification-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #172B46;
    border: 1px solid transparent;
    border-bottom-color: rgb(70, 184, 218);
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 5px 5px 0 0;

}

.notification-tab .nav-tabs {
     margin-bottom: 0px;
}

.notification-tab .nav-tabs {
    border-bottom: 1px solid #172B46;
}

.con-checkbx label{
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.chkbx-error{
    display: none;
    color: #F00;
    font-size: 12px;
    margin-top: -6px;
    text-align: left;
    font-weight: 400;
}
.duedatecls {
  margin-left : 0px !important;
}
.agenda-column-width {
  width: 24% !important;
}

.notes-column-width{
  width: 24% !important;
}

.custom-duetime {
  width: 33% !important;
  padding-left: 0px;
}
.custom-duedate{
  width: 33% !important;
  padding-left: 0px;
}
.custom-internal-attendees{
  padding-left: 0px !important;
}
.custom-duestatus{
  width: 34% !important;
  padding-left: 0px !important;
}
.uppersection-width{
  padding:4px 6px !important;
}
.clstimezone{
  font-size: 11px !important;
  margin-top: 11px !important; 
}
.clsgreenpreweek{
  color : green !important;
  font-weight: bold;
}
.clsredpreweek{
  color : red !important;
  font-weight: bold;
}
.clsblackpreweek{
  color : black !important;
  font-weight: bold;
}

table.dataTable thead .sorting_asc::after,table.dataTable thead .sorting_desc::after,table.dataTable thead .sorting::after {
  opacity: 0;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 20px;
  max-width: 310px;
  overflow-wrap: normal;
}