order-box.navbar_color {
    background: #1b476a;
    margin-bottom: 8px !important;
}

.disable-mobile{
    pointer-events: none;
}

/*css for technical specification start here*/

.technicalspecification_rightside{
    clear: both;
}

.technicalspecification_rightside p{
    font-weight: bold; margin-top: 5px;
}

.technicalspecification_rightside textarea{
    width: 100%; 
    height: 90px; 
    border: 1px solid #ccb6b6; 
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.technicalspecification_rightside button{
    margin-top: 5px; margin-bottom: 8px; float: right;
}

.technicalspecification_rightside label{
    font-weight: normal;
}

/*css for technical specification end here*/

#alert_case{
   background-color: #FF0000;
   color: #fff;
   border: 1px solid #FF0000;
   padding-top: 0px;
   padding-bottom: 2px;
}

.maintenance {
    background-color: #525c57;
    border: 1px solid #444a47;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 3px;
}

.support {
    background-color: #2b9861;
    border: 1px solid #23714d;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 3px;
}

.mobile-action{
    background-color: #1B476A !important;
    height: auto;
    padding: 3px;
    width: 50px;
    margin-top: 5px;
    margin-left: 6px;
    color: rgb(255, 255, 255);
    float:left;
}

.case-attachment{
    background-color: #0294D1;
    color: rgb(255, 255, 255);
    padding: 3px;
    margin-right: 5px;
}

.mobile-action{
    background-color: #dcdcdc;
    border: 1px solid #696969;
    width: 64px !important;
    margin-left: 10px;
    border: 1px solid #696969 !important;
}

.disable-class{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}


/*mobile quote css start */

.lines-bolton-selectbox {
    width: 90px;
}

#linesdiv{ 
    display: none;
}

.lines {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 15px;
}

.scroll-div{
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.select-wd.extra-width.Network {
    width: 75px !important;
}

.ext-wd.Tariff.extra-width.Tariff {
    width: 105px !important;
}

.ext-wd1.number_of_line.totalcom.Upfront_gp , .ext-wd1.number_of_line.totalcom.RevShare_gp, .ext-wd1.Cost_per_item.Cost_per_item, .ext-wd1.yb_usage.total_cost{
    width: 57px;
}

.input-mobile-quote{
    width:45px;
}

.order_phone_number{
  border: medium none;
background-color: rgb(249, 249, 249);  
}

.hardware-status{
    text-align:right !important; 
    float: right !important; 
    margin-right: 15px; 
    margin-top: -3px;
}

/*mobile quote css end */
.over-pop{height: 350px;
overflow-y: scroll;}

.readonlydiv{
    background-color: #E4E4E4;
}

.dashboard-stats:hover{ color:#23527C; font-weight: 700;}

.chosen-container-single .chosen-single {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #444;
    display: block;
    height: 25px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.unlock-button{
    padding: 4px 10px; 
    font-size:12px;
}

.mobile-check{
    vertical-align: super;
    margin-left: 6px;
}

.postmark-verified{
    color: #008000;
    font-size: 10px;
}

.select-wd.extra-width.Network, .ext-wd.Tariff.extra-width.Tariff {
    margin-left: 5px;
    width: 65px !important;
}

.input-mobile-quote{
    width:45px;
}

.postmark-non-verified{
    color: #FF0000;
    font-size: 10px;
}

.tooltip1 {
    display: inline-block;    
}
.tooltip1 .tooltiptext1 {
    margin-left:9px;
    width : 190px;
    visibility: hidden;
    background-color: #FFF;
    border-radius:4px;
    border: 1px solid #aeaeae;
    position: absolute;
    z-index: 1;
    padding: 5px;
    margin-top : -4px; 
    opacity: 0;
    transition: opacity 1s;
}
.tooltip1 .tooltiptext1::after {
    content: " ";
    position: absolute;
    top: 5%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #aeaeae transparent transparent;
}


.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}


.Update-botton{
    margin-top: 4px;
}

#copyQuote{
    display: none;
}

#copybutton{
    background-color: #0294d1;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}

.email-succ-status{
    color: #008000;
    font-size: 11px;
    font-weight: bold;
    margin-left: 15px;
}

.email-bounce-status{
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    margin-left: 15px;
}



#order-box-error {
    display: none;
}

.suceess_message_account {
    clear: both;
    color: green;
    font-weight: normal;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 5px;
    display: none;
}

.error_message_account{
    clear: both;
    color: red;
    font-weight: normal;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 5px;
    display: none;
}

.suceess_message{
    color: green;
    font-weight: normal;
    padding-bottom: 5px;
    clear:both;
}

.gp_last_updated{
    font-size: 11px; 
    color: rgb(0, 118, 192);
}
.email_cc{
    border: 1px solid #ccc;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
}    

.email_textarea{
    width:100%; !important; 
    padding: 5px;  
    margin-bottom: 5px;
}

.email_notes{
   font-size:11px; 
   font-weight:700;  
   margin-bottom: 5px; 
}


#add-sucess-box{
    border: 1px solid;
    color: green;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}

#file-upload-box, #proof-upload-box{
    border: 1px solid;
    color: green;
    font-weight: normal;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    display: none;
}

.ext-wd1 {
    width: 45px;
    font-size: 12px !important;
}
.tariff-input {
    padding: 2px 1px !important;
    width: 100% !important;
}
.phone_number {
    width: 80px;
}
.right-div-quote {
    padding-right: 0px !important;
    padding-left: 0 !important;
    float: right !important;
    font-size: 12px;
}

.border-k{border: solid 1px #ccc; padding-right: 0px; padding-top: 5px; padding-bottom: 5px; }


.postcode {
    width: 60px !important;
}
.copyData td {
    padding: 1px !important;
}
.installation {
    width: 45px !important;
}
.installationsp {
    width: 45px !important;
}
.ext-wd1.yb_rrp {
    border: medium none;
}
.ext-wd1.saving {
    border: medium none;
}
.ext-wd1.installation {
    border: medium none;
}
.ext-wd2 {
    width: 55px;
    border: none;
}
#total_installation,
#total_installation_sp {
    width: 66px !important;
}
.all_table1 thead tr th {
    font-size: 10px;
    padding: 3px 8px 0px;
}
.all_table1 tbody tr td {
    font-size: 11px;
    padding: 1px;
    vertical-align: middle;
}
.all_table1 thead tr th {
    font-size: 10px;
    padding: 3px 1px 0px;
}
fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px!important;
}
legend {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 5px 5px 10px;
    width: 32%;
}
.cs-select.cs-skin-elastic.form-actions3 {
    width: 140px;
}
.fixed-quote-right-side {
    border: none;
    width: 55px;
}


.case-desc{
    background-color: #fff;
    border: 1px solid #ccc;
    height: 210px;
    overflow-x: auto;
    overflow-y: auto !important;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-top: 5px;
    width: 96%;
}
.negative{ 
    color: #ff0000 !important;
    font-weight: normal;
}
.defertaskk{ 
    font-size: 10px;
}

.highcharts-credits {
    display: none;
}

/*.tariff-input1{ 
    padding: 2px !important; 
    width: 100% !important;
}*/

.cs-select.cs-skin-elastic.form-actions4{ 
    width: 90%;
}

.search-port-number {
    float: right;
    padding-bottom: 5px;
}
.search-input-port{ 
    border: 1px solid #ccc;
    margin-bottom: 0;
    padding: 2px 4px 0 10px;
}

.search-port-number > button {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #333;
    font-size: 13px;
    height: 24px;
    padding: 1px;
    width: 61px;
}
.filter-titel2 {
    width: 126px !important;
    text-align: right !important;
    padding-right: 7px !important;
}
.customcontactclass {
    background-color: #6fcaf7;
}
.customcontactclass:hover {
    background-color: #63c1ef !important;
    color: #fff !important;
}
#editcasesucmsg {
    display: none;
}
#editsuppliermsg {
    border: 1px solid green;
    color: green;
    padding: 4px;
    display: none;
}
#editcaseerrormsg {
    display: none;
}
.export-button {
    float: right !important;
    margin-right: 10px;
    margin-top: 10px;
}
.case-input {
    padding: 5px;
    width: 280px;
}
#tickettitlemsg {
    color: #006400;
    display: none;
    margin-left: 10px;
}
.ticketstatusmsg {
    color: #006400;
    display: none;
    margin-left: 10px;
}
.ticketdeptmsg {
    color: #006400;
    display: none;
    margin-left: 10px;
}
.ticketdepttypemsg {
    color: #006400;
    display: none;
    margin-left: 10px;
}
#ticketownermsg {
    color: #006400;
    display: none;
    margin-left: 10px;
}
.case-select {
    width: 205px;
    height: auto;
}
.oppLost {
    height: 72px;
    width: 398px !important;
}
.case-close-button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%) repeat scroll 0 0 !important;
    border: 1px solid #1b476a !important;
    color: #fff !important;
    margin-top: 10px !important;
    padding: 7px !important;
}
.case-closed-button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #006400 0%, #008000 51%, #008000 54%, #006400 100%) repeat scroll 0 0 !important;
    border: 1px solid #006400 !important;
    color: #fff !important;
    margin-top: 10px !important;
    padding: 7px !important;
}
.case-edit-tocket-button {
    margin-top: 10px !important;
    padding: 7px !important;
}
.case-notes {
    float: left;
    width: 74%;
}
.on-hold {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 3px;
}
.case-notes-desc {
    margin-top: 30px;
}
.case-notes-time {
    width: 25%;
    float: right;
}
.case-email-time {
    float: right;
}
.case-key-fields {
    border: 1px solid #999;
    height: 180px;
    padding-left: 10px;
    margin-top: 5px;
}
.case-response {
    border: 1px solid #999;
    padding: 5px 10px;
    text-align: justify;
    margin-top: 5px;
    overflow-x: auto;
    overflow-y: auto !important;
}
.showmoretxt {
    font-weight: bold;
    color: #134780;
}
.morectnt span {
    display: none;
}
.livesearch {
    width: 210px;
}
.ee_order a:hover {
    background-color: #337ab7;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.ee_network {
    background-color: #337ab7;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.ee_order a {
    background-color: #337ab7;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.circle_fixed {
    padding: 8px 9px;
    width: 2px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 1%;
}
.primary-msg {
    background-color: #eecdcd;
    color: #960707;
    padding: 10px;
    border: 1px solid #960707;
    margin-bottom: 5px;
}
.primary-contact-warning {
    background-color: #f6e5b6;
    color: #614702;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #614702;
}
.filter-sort-by {
    width: 65px !important;
}
.fixed_phone {
    width: 85px !important;
}
.fixed_line_status {
    width: 120px !important;
}
#phone_msg {
    display: none;
}
/*#file-upload-box {
    display: none;
}*/
.disables {
    pointer-events: none;
}
.full-success-msg-width1 {
    margin-bottom: 5px !important;
    width: 100% !important;
}
.highlight {
    border: 1px solid red;
    background-color: red;
    color: #fff;
}
.day.today.active {
    color: #0093d0;
    font-weight: bold;
}
.email-textarea {
    height: 140px;
    width: 451px !important;
}
.log-call-textarea {
    height: 118px !important;
    width: 456px !important;
}
.rel-email-list {
    padding: 10px 0 0 !important;
}
.day.active {
    color: #0093d0 !important;
    font-weight: bold;
    cursor: pointer;
}
.hour.active.hour_am {
    color: #0093d0 !important;
    font-weight: bold;
    cursor: pointer;
}
.hour.active.hour_pm {
    color: #0093d0 !important;
    font-weight: bold;
    cursor: pointer;
}
.minute.active {
    color: #0093d0 !important;
    font-weight: bold;
    cursor: pointer;
}
.day {
    cursor: pointer;
}
/*tool tip for nav notification*/

[class*="hint--"] {
    position: relative;
    display: inline-block;
}
[class*="hint--"]:before,
[class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1;
}
[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}
[class*="hint--"]:after {
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
}
[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}
[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important;
}
.hint--top-left:before {
    border-top-color: #383838;
}
.hint--top-right:before {
    border-top-color: #383838;
}
.hint--top:before {
    border-top-color: #383838;
}
.hint--bottom-left:before {
    border-bottom-color: #383838;
}
.hint--bottom-right:before {
    border-bottom-color: #383838;
}
.hint--bottom:before {
    border-bottom-color: #383838;
}
.hint--left:before {
    border-left-color: #383838;
}
.hint--right:before {
    border-right-color: #383838;
}
/**
         * top tooltip
         */

.hint--top:before {
    margin-bottom: -11px;
}
.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 50%;
    font-size: 11px;
}
.hint--top:before {
    left: calc(50% - 6px);
}
.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
/**
         * bottom tooltip
         */

.hint--small:after,
.hint--medium:after,
.hint--large:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
}
.hint--small:after {
    width: 120px;
}
.hint--medium:after {
    width: 220px;
}
.hint--large:after {
    width: 110px;
}
.box-o2 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 36px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer
}
.box-o2 a {
    color: #fff;
}
.box-o3 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 90px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer
}
.box-o3 a {
    color: #fff;
}
.box-o5 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 70px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer
}
.box-o5 a {
    color: #fff;
}
.box-o9 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 40px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer;
}
.box-o9 a {
    color: #fff;
}
.box-o4 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 30px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer
}
.box-o4 a {
    color: #fff;
}
.box-o {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 36px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer;
}
.box-o a {
    color: #fff;
}
.box-o4 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: 32px;
    z-index: 99;
    left: 142px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer;
}
.box-o4 a {
    color: #fff;
}
.box-o6 {
    background-color: #0294d1;
    border-radius: 100px;
    color: #fff !important;
    cursor: pointer;
    font-size: 10px;
    padding: 3px 7px;
    position: absolute;
    right: 19px;
    z-index: 99;
    margin-top: -11px;
}
.box-o6 a {
    color: #fff;
}
.box-o6 a:hover {
    color: #fff !important;
}
.box-o6:hover {
    color: #fff !important;
}
.box-o8 {
    background-color: #0294d1;
    border-radius: 100px;
    padding-left: 5px;
    position: absolute;
    top: -12px;
    z-index: 99;
    left: 105px;
    padding: 3px 7px;
    font-size: 10px;
    color: #fff !important;
    cursor: pointer
}
.box-o8 a {
    color: #fff;
}
/* tool tip for nav notification*/

#postcode_lookup > button {
    margin-top: 5px;
}
.required {
    color: red;
    font-weight: bold;
}
/*datetimre picker css*/

.hour.hour_am {
    padding-left: 10px;
}
.hour.hour_pm {
    padding-left: 10px;
}
.minute {
    padding-left: 10px;
}
/*datetimre picker css*/

.event a {
    background-color: #42B373 !important;
    background-image: none !important;
    color: #ffffff !important;
}
.alert {
    padding: 8px 36px 8px 15px;
    border-radius: 0px;
}
.alert-success {
    border-color: #3c763d;
    width: 98%;
    margin: 0 auto;
}
.full-msg {
    width: 100%;
}
.alert-danger {
    border-color: #a94442;
    margin: 0 auto;
}
.role_button {
    background-color: #337ab7;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 26px;
    color: #fff;
    border-color: #337ab7;
}
.role_button:hover {
    color: #fff;
}
.cont_bg {
    background-color: #fff;
    min-height: 500px;
}
.copyright {
    color: rgb(111, 111, 111);
    margin-bottom: 7px;
    text-align: center;
    padding: 13px 0px 0px;
    font-size: 12px;
}
.cont_bg_login {
    background-color: #fff;
    height: 650px;
    border: 1px solid #eaeaea;
}
.login_logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 195px;
}
.login_bu {
    padding: 6px 38px;
}
.top_color {
    background-color: #1b476a !important;
    color: #fff !important;
    border-color: #1b476a !important;
}
.panel-info {
    border-color: #1b476a !important;
}
.top_color a {
    color: #fff !important;
}
.btn-primary {
    color: #fff;
    background-color: #134780;
    border-color: #134780;
}
.btn-primary:hover {
    color: #fff;
    background-color: #23689e;
    border-color: #23689e;
}
.signin-color {
    color: #fff;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #1b476a;
    border-color: #1b476a;
}
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-bottom: 16px;
    position: relative;
}
.widget-title,
.modal-header,
.table th,
div.dataTables_wrapper .ui-widget-header {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 25px;
}
.widget-title span.icon {
    padding: 9px 10px 7px 11px;
    float: left;
    opacity: .7;
}
.icon-align-justify {
    background-position: -336px -48px;
}
.nopadding {
    padding: 0 !important;
}
.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}
.nopadding {
    padding: 0 !important;
}
.form-horizontal .control-group {
    border-top: 1px solid #eeeeee;
    /* border-bottom: 1px solid #eeeeee;*/
    
    margin-bottom: 0;
}
.form-horizontal .control-label {
    padding-top: 15px;
    width: 180px;
}
.form-horizontal .control-label {
    float: left;
    width: 113px;
    padding-top: 7px;
    text-align: left;
}
.form-horizontal .controls {
    margin-left: 118px;
    padding: 4px 0px;
}
.control-group label {
    font-weight: normal!important;
}
.accordion-toggle {
    font-size: 13px !important;
}
.selectpicker {
    width: 90%;
    padding: 5px;
}
.controls input {
    width: 90%;
    border: solid 1px #ccc;
    padding-top: 5px;
    padding-left: 8px;
    font-size: 12px;
}
.controls textarea {
    width: 96%;
    padding: 2px 10px;
}
.c_box {
    margin-left: 150px;
    padding-top: 12px !important;
    min-height: 47px !important;
}
.l_box {
    margin-left: 28px;
}
.de_color {
    color: #9c9d9e;
}
.de_color2 {
    color: #9c9d9e;
}
.de_color:hover {
    color: red;
}
.de_color2:hover {
    color: green;
}
.de_color2_new {
    color: #f69c02;
}
.de_color2_new:hover {
    color: green;
}
.del_bu {
    margin-top: 12px;
    margin-bottom: 12px;
}
.del_bu2 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.top_h {
    margin-top: 10px;
    margin-bottom: 5px;
}
.width_td {
    width: 31px;
}
.setup_li a {
    background-color: none;
}
.setup_li a:hover {
    background-color: #f2f2f2 !important;
}
.all_table thead tr th {
    font-size: 10px;
    padding: 3px 8px 0px;
}
.all_table tbody tr td {
    font-size: 11px;
    padding: 3px 8px 3px;
    vertical-align: middle;
}
.top_delete {
    padding-left: 0px;
}
.newstyle_btn {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 0px;
}
.newstyle_btn:hover {
    background-color: #cbc9c9;
}
.username {
    padding-left: 15px;
    color: #02A0E1;
}
.username2 {
    padding-left: 15px;
    margin-bottom: 0px;
}
.bottom_m {
    margin-bottom: 8px;
    margin-top: 8px;
}
.checkk {
    margin-left: 6px !important;
}
.all_table tr:hover {
    background-color: #f2f2f2;
}
.checkk_top {
    vertical-align: sub;
}
.star_im {
    color: #B60203;
    vertical-align: sub;
    font-size: 20px;
}
.star_im2 {
    color: #B60203;
}
.star_im3 {
    color: #B60203;
    font-size: 11px;
}
.active input {
    width: 90%;
    padding: 2px 10px;
    border: solid 1px #B60203;
}
.active2 {
    background-color: #016a93;
}
/*general styles for all CSS Checkboxes*/

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}
.bottom_space {
    padding-bottom: 20px;
}
.addnew1 {
    color: #000;
    margin-left: 5px;
    margin-top: 2px;
}
/*specific classes related to Checkbox skins*/

.lite-blue-check {
    background-image: url("../images/lite-blue-check.png");
}
/*general styles for all CSS Checkboxes*/

.sl {
    width: 90%;
}
.pagefooter {
    margin: 4px 0;
}
.showi {
    margin-top: 4px;
    margin-right: 13px;
}
.newstyle_btn2 {
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 3px;
    background-image: linear-gradient(#fff, #dbdbdb);
    border: 1px solid #adabab;
    font-size: 12px;
}
.newstyle_btn2:hover {
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 3px;
    background-image: linear-gradient(#e3e3e3, #fcfcfc);
    border: 1px solid #adabab;
}
.slwidth {
    width: 73% !important;
}
.rec {
    margin-top: 10px;
}
.checkk {
    width: 3%;
}
.widget-box label {
    font-size: 12px;
}
.editt {
    color: rgb(99, 99, 99);
    margin-top: 11px !important;
}
.view_bu {
    background-color: rgb(245, 245, 245);
    padding: 3px 15px;
    border: 1px solid rgb(204, 204, 204);
}
.controls_new {
    padding-top: 10px !important;
}
.chat-fo {
    padding: 8px 8px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.text-right {
    margin-top: 1px;
}
.marg {
    margin-bottom: 35px;
}
.lline {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.open_activities {
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 30px;
}
.openact {
    font-size: 16px;
}
.norecord {
    color: #989696;
    list-style: none;
}
.norecord li {
    float: left;
    margin-right: 22px;
    font-size: 12px;
    padding: 15px 0px;
}
.norecord li a {
    float: left;
}
.icon_hover {} .ico {
    display: none;
    margin-top: 15px;
}
.right_k {
    float: right;
    margin-left: 4px;
    margin-top: 15px;
}
.top_mg {
    margin-top: 45px;
}
/* *********************  radio button ************************** */
/* HTML5 Boilerplate accessible hidden styles */

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* the basic, unchecked style */

[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 0.125em solid #fff;
    box-shadow: 0 0 0 0.15em #ccc;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}
/* the checked style using the :checked pseudo class */

[type="radio"]:checked + span:before {
    background: #f29400;
    box-shadow: 0 0 0 0.25em #ccc;
}
/* *********************  radio button ************************** */
/* new code */

.breadcrumb a {
    font-size: 11px;
    color: #000;
}
.breadcrumb {
    /*background-color:#fff;*/
    
    padding: 0px 6px;
    margin-bottom: 0px;
    border-radius: 0px;
    margin-top: 9px;
}
.breadcrumb>.active a {
    color: #206abb !important;
}
.buttonsize> a .btn {
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
}
.buttonsize>.btn {
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
}
.breadcrumb-margen-k {
    margin-bottom: 2px;
}
.create-new-bu {
    margin-top: 6px;
}
.page-name h4 {
    margin-top: 3px;
    margin-bottom: 0px;
}
/* accordion in bootstrap */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    
    float: right;
    /* adjust as needed */
    
    color: grey;
    /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}
.accordion_icon-size {
    font-size: 13px;
}
.width-icons {
    width: 25px;
    text-align: center;
}
/* accordion in bootstrap */

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
    background-color: transparent;
}
div.cs-skin-elastic {
    color: #898989 !important;
}
.cs-select span {
    padding: 2.8px 10px !important;
}
.bg-k {
    background-color: #fff!important;
}
.textaria-border {
    border: solid 1px #ccc;
}
.input-group-addon {
    padding: 2px 15px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 1px !important;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: none !important;
}
collapse > .panel-body {
    border-top-color: #fff !important;
}
.datebox {
    width: 100% !important;
}
.dropdown-menu {
    min-width: auto !important;
}
.checkbox,
.radio {
    margin-top: 2px !important;
    margin-bottom: 3px !important;
}
.fixed_line {
    margin-bottom: 8px;
    color: #4E87C7;
}
.dropdown-login {
    min-width: 345px !important;
    background-color: #fff !important;
    overflow: hidden;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 320px) {
    .table-scroll {
        overflow: scroll;
    }
    .mob-k {
        width: 100%;
        margin-bottom: 5px;
    }
    .mobile-butt {
        margin-bottom: 5px;
    }
    .mob-men li {
        float: left;
    }
}
.panel-blue .widget-left {
    background: #30a5ff;
    color: #fff;
}
.panel-orange .widget-left {
    background: #ffb53e;
    color: #fff;
}
.panel-teal .widget-left {
    background: #1ebfae;
    color: #fff;
}
.panel-red .widget-left {
    background: #f9243f;
    color: #fff;
}
.widget-right .large {
    color: #5f6468;
}
.large {
    font-size: 2em;
}
.widget-right {
    text-align: right;
    line-height: 1.6em;
    margin: 0px;
    padding: 20px;
    height: 80px;
    color: #999;
    font-weight: 300;
    background: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.font-for-icons {
    font-size: 50px !important;
}
.widget-left {
    height: 80px;
    padding-top: 15px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pannal-k {
    margin-bottom: 10px!important;
    background-color: none;
    border: none;
    box-shadow: 0px 0px 6px 0px #ccc;
    -webkit-box-shadow: 0px 0px 6px 0px #ccc;
}
/* pie chart */

.affter-div {
    padding: 20px;
    border: solid 1px #ccc;
    margin-bottom: 37px;
    overflow: hidden;
}
.line-k {
    border-bottom: solid 2px #D5D5D5;
    margin-bottom: 18px;
}
.pa {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.pa2 {
    padding: 7px;
}
.tx-pa {
    text-align: right;
}
.text-boldd {
    font-weight: bold;
    font-size: 16px;
    color: #30b5ef;
}
.iconsizee {
    font-size: 25px!important;
    color: #30b5ef;
}
.awseom {
    color: #30b5ef;
}
.statss1 {
    margin-top: 0px;
}
.statss {
    margin-top: 0px;
}
/* pie chart  */

.hr-k {
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.panal-line {
    border-bottom: 1px solid #337ab7;
}
.panalheading {
    font-size: 20px;
}
.addnew {
    color: #000;
    margin-top: 2px;
}
/*
.affter-log tr td{font-size: 15px!important; padding: 9px 8px 8px!important;}*/

.affter-log2 tr th {
    font-size: 13px!important;
    padding: 6px 8px 4px!important;
}
.panel-body-new {
    padding: 5px 15px;
}
.panel {
    border-radius: 0px;
}
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.mar-icon {
    padding: 0px 12px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #0094d2;
}
.newstyle_btn-addmore {
    border-radius: 1px;
    background-color: #efefef;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 3px 16px;
}
.button-add-a a {
    color: #fff;
}
.signn a:hover {
    background-color: #fff!important;
}
.record {
    width: 70px;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 360px) {
    .table-scroll {
        overflow: scroll;
    }
    .mob-k {
        width: 100%;
        margin-bottom: 5px;
    }
    .lineee li {
        border-bottom: 1px solid #486d8a;
    }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .lineee li {
        border-bottom: none;
    }
    .mob-k {
        width: auto;
        margin-bottom: 5px;
    }
    .navbar_color {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b476a+0,1b476a+51,134780+54,134780+100 */
        
        background: #1b476a;
        /* Old browsers */
        
        background: -moz-linear-gradient(top, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b476a', endColorstr='#134780', GradientType=0);
        /* IE6-9 */
        
        margin-bottom: 8px !important;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: @screen-md-min) {
    ...
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .table-scroll {
        overflow: hidden;
    }
    .mob-k {
        width: auto;
        margin-bottom: 5px;
    }
    .lineee li {
        border-bottom: none;
    }
    .navbar_color {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b476a+0,1b476a+51,134780+54,134780+100 */
        
        background: #1b476a;
        /* Old browsers */
        
        background: -moz-linear-gradient(top, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b476a', endColorstr='#134780', GradientType=0);
        /* IE6-9 */
        
        margin-bottom: 2px !important;
    }
    .mobile-butt {
        margin-bottom: 0px;
    }
    .welcommr {
        margin-top: 5px;
    }
    .system-bu {
        margin-top: -6px;
    }
}
.date-m {
    margin-right: 6%;
}
.form-border-left {
    border-left: solid 1px #ccc;
}
.three-butt {
    clear: both;
}
/*  +++++++++++++++++ */

.panel-group .panel {
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
th {
    border-bottom: none!important;
}
.widget-box {
    border-top: 0px solid #CDCDCD;
}
.widget-title,
.modal-header,
.table th,
div.dataTables_wrapper .ui-widget-header {
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
}
.widget-title h5 {
    margin-top: 4px;
}
/*  +++++++++++++++++ */
/*  popup */

.popup-button-new {
    text-align: center;
    padding: 20px 20px 0px;
}
.modal-dialog-new {
    margin: 143px auto;
}
.modal-header-new {
    height: auto;
    border: none;
    background-color: rgba(204, 204, 204, 0);
    border-top: none !important;
    padding: 15px 15px 0px;
}
/*  popup */

.datetimepicker-days table thead tr .dow,
tfoot tr th {
    color: #0093d0;
}
/* menu dropdown hover css 10/1/2017 */

.dropdown-content {
    z-index: 331;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* menu dropdown hover css 10/1/2017 */

.error {
    color: red;
    font-size: 13px;
    margin-bottom: -15px
}
/* contact pop up css */

.data-field {
    font-size: 12px;
    border-bottom: 1px solid #d2d2d2;
    height: 50px;
}
.data-field .control-label {
    width: 40%;
    float: left;
    font-weight: bold;
    padding: 10px
}
.data-field .controls {
    width: 60%;
    float: left;
    font-weight: bold !important;
    padding: 10px
}
.modal-header-new {
    height: auto;
    border: none;
    background-color: rgba(204, 204, 204, 0);
    border-top: none !important;
    padding: 15px 15px 0px;
    background: #1b476a;
    background: -moz-linear-gradient(top, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
    background: -webkit-linear-gradient(top, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
    background: linear-gradient(to bottom, #1b476a 0%, #1b476a 51%, #134780 54%, #134780 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b476a', endColorstr='#134780', GradientType=0);
    margin-bottom: 2px !important;
    color: #fff;
    padding: 8px 21px;
}
.modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    border-bottom: 5px solid #1b476a;
    border-radius: 0 0 3px 3px;
}
.modal-header .close {
    margin-top: -2px;
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
}
.width_extra {
    width: 88px !important;
}
/* ++++++++++++++++++++ 1/2/2017 ++++++++++++++++++++++++++++ */

@media (min-width: 1200px) {
    .bu-quotes {
        margin-top: -55px;
        margin-left: -34px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 650px;
    }
}
/*
@media (min-width: 360px){
.datetimepicker-dropdown-bottom-right{left: 10px; right: 10px;}

}*/

.month {
    display: inline-block;
    width: 15%;
}
.year {
    display: inline-block;
    width: 15%;
}
.minute {
    display: inline-block;
    width: 45%;
}
.table-condensed {
    width: 240px;
}
.datetimepicker-dropdown-bottom-right {
    min-width: 218px !important;
}
.form-actions {
    padding: 8px !important;
}
.form-actions2 {
    width: 117px;
}
#newwdyanmic tr td input {
    width: 84px;
}
.for-row {
    margin-right: 15px;
    margin-left: 15px;
}
.overflow-for-desktop {} .newscll {
    min-width: 1078px;
    max-width: 1500px;
    overflow-x: auto;
}
.overflowtable {
    width: 115%;
    max-width: 115%;
}
.select-wd {
    width: 80px;
    font-size: 12px !important;
}
.ext-wd {
    width: 50px;
    font-size: 12px !important;
}
/*.ext-wd1 {
    width: 50px;
    font-size: 12px !important;
}*/
#order-box {
    display: none;
}
.dis {
    pointer-events: none;
}
.leftspace {
    padding-left: 0 !important;
}
.leftrow {
    margin-left: 0px !important;
}
.full-success-msg-width {
    width: 100%;
}
#quote-sucess-box {
    display: none;
    height: 0px line-height: 0px;
}
#order-sucess-box {
    display: none;
    height: 0px line-height: 0px;
}
span.select2 {
    width: 201px !important
}
#quote-msg-box {
    display: none;
    height: 0px line-height: 0px;
}
#order-box {
    display: none;
    height: 0px line-height: 0px;
}

#divLoading {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 30001;
    opacity: 0.8;
}
.date-left {
    margin-left: 0px !important;
}
.control-width {
    width: 150px !important;
}
/*new code*/

.extracss {
    height: 27px;
    width: 130px;
}
.extra-width {
    width: 130px !important;
}
.controls-new input {
    width: auto !important;
}
.filter-class {
    margin-left: 78px !important;
}
.filter-titel {
    width: 48px !important;
}
.filter-line {
    width: 80px !important;
}
#notes-msg {
    display: none;
}
#provsioning-box {
    display: none;
}
#produce-order-documents {
    display: none;
}
/*****************************/

.row {
    position: relative;
}
.post-list {
    margin-bottom: 20px;
}
div.list-item {
    border-left: 4px solid #7ad03a;
    margin: 5px 15px 2px;
    padding: 1px 12px;
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    height: 60px;
}
div.list-item p {
    margin: .5em 0;
    padding: 2px;
    font-size: 13px;
    line-height: 1.5;
}
.list-item a {
    text-decoration: none;
    padding-bottom: 2px;
    color: #0074a2;
    -webkit-transition-property: border, background, color;
    transition-property: border, background, color;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.list-item a:hover {
    text-decoration: underline;
}
.list-item h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
/* search & filter */

.post-search-panel input[type="text"] {
    width: 220px;
    height: 28px;
    color: #333;
    font-size: 16px;
}
.post-search-panel select {
    height: 34px;
    color: #333;
    font-size: 16px;
}
/* Pagination */

div.pagination {
    font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 2px;
    margin: 20px 10px;
    float: right;
}
div.pagination a {
    margin: 2px;
    padding: 4px 7px;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #134780;
    border: 1px solid #134780;
}
div.pagination a:hover,
div.pagination a:active {
    margin: 2px;
    padding: 4px 7px;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #134780;
    border: 1px solid #134780;
}
div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
}
div.pagination span.disabled {
    display: none;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a.active {
    opacity: .5;
}
/* loading */

.loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
}
.loading .content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
#produce_mobile_order_doc {
    display: none;
}
#account_already_msg {
    display: none;
}
.divLoading_fixed {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 30001;
    opacity: 0.8;
}
.divLoading_mobile {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 30001;
    opacity: 0.8;
}
.divLoading_ajax_pagination {
    display: none;
}
#sucess-msg-box {
    display: none;
}
#primary-contact {
    display: none;
}
#sucess-address-msg-box {
    display: none;
}
.task-msg {
    line-height: 22px;
    margin: 0 0 10px;
    text-align: justify;
}
.hover_table tr:hover th {
    color: #333 !important;
}
.hover_table tr:hover {
    color: #0093D0 !important;
}
.hover_table tr:hover a {
    color: #0093D0;
}
.newdesgin {
    background: #1b476a;
    color: #fff;
    border-radius: 2px;
}
.handsets {
    border: solid 1px #ccc;
    padding: 16px;
    padding: 9px;
    width: 25%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}


.handsets2 {
    border: solid 1px #ccc;
   padding: 3px 9px;
    width: 25%;
    margin-top: 9px;
    margin-bottom: 5px;
    font-weight: bold;
    float: right;
}
.sims {
    border: solid 1px #ccc;
    padding: 25px;
    padding: 9px;
    width: 157px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
}
#order_status_provision {
    display: none;
}
.main-selt {
    margin-bottom: 10px;
    margin-top: 10px;
    float: right;
}
.search-btn span {
    color: #fff;
}
.recod-search {
    float: left;
    border: 1px solid #D2D2D2;
    padding: 5px;
    padding-left: 10px;
    border-radius: 10px 0 0 10px;
}
.search-btn {
    float: left;
    background-color: #134780;
    border: 0;
    height: 30px;
    padding: 7px 10px;
    color: #fff;
}
.cross-icon {
    position: absolute;
    right: 52px;
    top: 15px;
    color: #134780;
    font-size: 10px;
}
.sel-wd {
    width: 100px;
}
/* search bar */

#custom-search-form {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 4px;
    padding: 0;
}
#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    float: right;
    padding-left: 23px;
    padding-left: 4px \9;
    border: solid 1px #ccc;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 28px !important;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    -moz-transition: width 2s !important;
    /* Safari */
}
#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: 25px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.search-query:focus + button {
    z-index: 3;
}
.search-query:focus {
    width: 260px;
    outline: none;
}
.col-r {
    color: #8d8d8d;
    top: 0px;
}
/* search bar */

.newcontrols {
    padding: 4px 0px !important;
}
/* popup css */

#cboxContent {
    border-radius: 9px !important;
}
.tasknewwidth {
    width: 100%;
}
.textnew {
    width: 90%;
}
.form-la {
    margin-right: 13px;
    margin-top: 11px;
    width: 120px;
}
.case-input {
    padding: 3px;
    width: 205px;
}




/* -------------------------------- */

   .block-btn {display: block; width: 100%;}
   .scrol-div{overflow-y: scroll; height: 392px; border: 1px solid #ccc;}

    .onoffswitch {
        position: relative; width: 110px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
         border-radius: 17px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "HISTORY";
        padding-left: 10px;
        background-color: #A8A8A8;
        color: #fff;
    }
    .onoffswitch-inner:after {
        content: "HISTORY";
        padding-right: 10px;
        background-color: #134780; color: #FFFFFF;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 6px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 76px;
        border: 2px solid #999999; border-radius: 17px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }

    #numbering_response {
        float: left; 
        margin-top: 35px; 
        border: 1px solid #937f7f; 
        padding: 10px; 
        font-size: 14px;
        color: #675d5d;
        background-color: #fefefe; 
        display: none;
    }

    .numbering {
        margin-top: 20px; 
        padding: 10px;
    }
