﻿.common-title-panel {
    width: 100%;
    height: 37px;
    line-height: 37px;
    background-color: #34495e;
    box-sizing: border-box;
}

.common-title-panel h1 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
    margin-left: 10px;
    margin-right: 25px;
    padding: 0px;
    font-weight: 500;
}
.float-left {
    float: left !important;
}
.submitbtn, .refreshbtn{
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 7px !important;
    margin-left: 5px;
    padding-right: 10px;
    background:#fff;
}
.cus-detbtn, .cus-seqbtn{
    height: 30px;
    line-height: 29px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 6px !important;
    margin-left: 5px;
    padding-right: 10px;
}
.cus-detbtn{
    background:#ccc;
    color:#000;
}
.cus-seqbtn{
    background:#eee;
}
.customergrid .ui-jqgrid-bdiv, .visitplangrid .ui-jqgrid-bdiv{
    height: calc(100vh - 22px - 54px - 99px - 33px - 33px - 46px - 15px) !important;
    padding-bottom: 16px !important;
    /*padding-right: 16px !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* JQgrid styles override */
.ui-widget-header  {
    background: #ccc;
    background-image:none;
    height: 33px;
    color:#fff !important;
    border-radius: 0;
}
.ui-widget-header .page-title{
    font-size: 12pt;
    margin-left: 10px;
    font-weight: normal;
}
.ui-widget-header .label span {
    /*color: #fff;*/
    line-height: 24px;
    }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: none;
    background-color: #fafafa;
    margin-top: 8px;
    padding-bottom: 3px;
}
.ui-multiselect {
    background: #fff !important;
    height: 30px;
    margin-top: 0px;
    width: 124px !important;
    border-radius: 1px;
    line-height: 28px;
}

.ui-multiselect span.ui-icon{
    margin-right: 5px;
    margin-top: 5px;
}

.ui-jqgrid-titlebar {
    background:#34495e !important;height:46px; width:100%; box-sizing:border-box;
}
.ui-multiselect-menu{
    width:356px !important;
}
.ui-multiselect-filter{
    margin-top: 3px;
}
.ui-multiselect-header ul li{
     padding: 6px 5px 0 0 !important;
}
.ui-multiselect-header li.ui-multiselect-close{
   padding-right: 4px;
}
.ui-multiselect-checkboxes li{
    box-sizing:border-box;
}
.ui-multiselect-checkboxes label{
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
}
.ui-multiselect{
    float:left;
}
.ui-jqgrid tr.jqgrow td{
    padding: 0 2px 0 8px !important;
}
.ui-jqgrid tr.jqgrow td{
    border-bottom: 1px solid #eee !important;
    white-space: normal !important;
    text-indent:0 !important;
}
.ui-jqgrid span, div{
    font-family:'Open Sans', Arial !important;
}
.ui-jqgrid tr.ui-state-hover {
    background: #f5f5f5 !important;
}
.ui-jqgrid .ui-pg-table td{
    padding-right: 10px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family:'Open Sans', Arial !important;
    font-size:8pt !important;
}
.ui-jqgrid .ui-paging-info{
    margin-top: 8px !important;
    margin-right: 16px !important;
}
.ui-jqgrid .ui-pg-table{
    padding-bottom:0 !important;
}
.ui-jqgrid .ui-jqgrid-pager{
    background:#eee;
}
/*.ui-jqgrid .jqgrid-list-item{
    height:auto !important;
}*/
.ui-tabs .ui-tabs-nav li{
    margin-top: 0px !important;
    padding-bottom: 3px !important;
    line-height: 18px;
    border-radius: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
    margin-top: 0px !important;
    padding-bottom: 3px !important;
   line-height: 18px;
   border-radius: 1px;
}
.ui-accordion .ui-accordion-header{
    border-radius: 1px !important;
    background: #d6dbe0 !important;
    height: 32px;
    border:1px solid #ccc;
}
.ui-accordion .ui-accordion-header a{
    padding: 0.8em .5em .5em .7em !important;
}
.ui-accordion .ui-accordion-header .ui-icon{
    margin-top: -8px !important;
}
.ui-accordion-icons .ui-accordion-header a{
    padding-left: 2.8em !important;
}

.whitetxt{
    color:#fff;
}
.header-pagetitle{
    font-size: 12pt;
    margin-left: 10px;
    font-weight: normal;
    margin-top: 14px;
}

/* ToolTip hover styles*/
.tooltiphover {
    position: absolute;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    padding: 9px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
    min-width: 344px;
}
.tooltiphover .ck-pop-up-title-panel {
    height: 36px;
    line-height: 36px;
    /*border-bottom: 1px solid #565656;*/
    width: 100%;
    box-sizing: border-box;
    /*margin-bottom: 10px;*/
    padding-left: 8px;
    padding-right: 8px;
}
.tooltiphover h1 {
    padding: 0px;
    margin: 0px;
    color: #105e91;
    font-weight: normal;
    font-size: 12pt;
    width: auto;
    
}
.tooltiphover .ck-pop-up-title-panel a, .tooltiphover a {
    color: #2a80b9;
    cursor: pointer;
    font-weight: normal;
}

.tooltiphover a:hover {
    text-decoration: underline;
}
u{
    color:#6495ed;
}
.bluelink{
    color:#6495ed;
}
.right, .float_right {
    float: right;
}
.right {
    float: right;
}
.ck-btn {
    background-color: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 9pt;
    height: 30px;
    line-height: 30px;
}
.blue-btn {
    background-color: #2a80b9;
    color: #fff;
    line-height: 20px;
}
a#selMenuName-button {
    margin-top: 8px;
}
div#cancelButton:hover {
    text-decoration: underline;
    cursor: pointer;
}
.btnCancelAdd:hover {
    text-decoration: underline;
    cursor: pointer;
}
.date-bg{
    background: #fff;
    height: 32px;
    margin-top: 6px;
    /*width: 142px;*/
    margin-left: 39px;

}
.lbl-bgheight30{
    background: #ddd;
    height: 30px;
}
.popup-form{
    width: 508px;
    border-radius: 0;
    background: #ddd;
}
.b-lineheight22{
    line-height: 22px;
}
.double-tab-head{height:42px !important;}

.ui-multiselect-filter {margin-right: 5px !important;

}