﻿.modal .content {
    width: 600px;
}

.content header strong{
    text-transform: uppercase;
}

.codes-list, .col_data ul {
    border: 1px solid #dddddd;
    border-radius: 3px;
    list-style-type: none;
    padding: 5px 0 0;
    overflow: scroll;
}
.codes-list li, .col_data li {
    margin: 0 5px 5px;
    padding: 5px;
    border: 1px solid #d0d0d0;
    width: 95%;
    cursor: move;
}
.codes-list li:nth-child(even), .col_data li:nth-child(even) {
    background-color: #f7f7f7;
}
.codes-list {
    width: 200px;
    height: 320px;
}
.col_data ul {
    width: 100%;  
    height: 235px;
}

#ModFactor {
    width: 100px;
}

.actions {
color: #cc0000;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.contactLable{
    font-weight: normal
}

.contactLable:after {
    content: "" !important;
}

.contactTextbox, .companyTextbox
{
   border: none !important;
   background-color: #fff !important;
   background: transparent !important;
}

/*Autocomplete*/

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}

.ui-menu .ui-menu-item a:hover
{
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: #f6f6f6;
}
.ui-widget-content a
{
    color: #222222;
}

.address_book .ui-helper-hidden-accessible {
    display: none
}
/**/

.address_book .tab-content {
    min-height: 400px;
}

.editor-multiline-field textarea {
    width: 400px;
    height: 200px;
    max-width: 500px;
    max-height: 300px;
}


/*Table Popover*/
.table-overflow {
    table-layout: fixed;
    word-wrap: break-word;
}

p.note-overflow {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}

.popover-content {
    word-wrap: break-word;
}

.popover {
      max-width: 600px !important;
}

/*hide radio button bullets*/
.modal-open ul {
    list-style-type: none;
}
.inp-2 input{
	width:20px;	
}
.inp-4 input{
	width:40px;	
}
.inp-6 input {
    width: 120px;
}
.inp-8 input {
    width: 80px 
}
.inp-10 input{
	width:100px;	
}
.inp-12 input{
	width:120px;	
}
.inp-14 input{
	width:140px;	
}
.inp-16 input{
	width:160px;	
}
.inp-18 input{
	width:180px;	
}
.inp-20 input{
	width:200px;	
}
.inp-30 input{
	width:300px;	
}
.inp-40 input{
	width:400px;	
}
.inp-50 input{
	width:500px;	
}
.inp-60 input {
    width: 900px;
}
.inp-70 input{
	width:700px;	
}
#editContactForm .section_col{
    border-right: 0;
}
.contact #mailShow {
   word-break: break-all;
}

.versionContainer {
    float: right;
    height: 20px;
    top: -20px;
    position: relative;
    padding-right: 5px;
}
header button.red{
 	color:#cc0000; 
}
header button.red:hover{
 	color:#fff !important;
 	background:#cc0000 !important;
}


.modRates_section_nav {
    margin-bottom: 39px !important;
}

.contact section {
    border-top: 0;
}

.sub_nav_header.stuck {
    position: fixed;
    top: 42px;
    z-index: 999;
}

.multiselect-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.multiselect-container > li {
    padding: 0;
}
.multiselect-container > li > a {
    padding: 0;
    white-space: nowrap;
}
.multiselect-container > li > a > label {
    cursor: pointer;
    height: 100%;
    padding: 5px 20px 5px 40px;
    margin: 0;
}
.multiselect-container .input-group {
    margin: 5px;
}
.multiselect-container > .filter input {
    width: 100%;
    padding: 6px 12px !important;
}
.multiselect-container > .filter button {
    margin: 0;
}

.ratesContent .section_row {
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;

}
  
/*Reserve Change*/
.changeReserve header{
	margin:0;
	padding:0px 15px; 
	border-bottom:1px solid #f1f1f1;
}

.changeReserve header button{
	margin:23px 0 0 0;
}
.changeReserve header .btn-group{
	margin:0 auto 23px auto;	
	width:90%;
}
.changeReserve header .btn-group button{
	padding:10px;
	font-size:18px;
	color:#000;
}
.changeReserve header .btn-group button.active{
	color:#fff;
	background:#cc0000;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;	
	border:1px solid #cc0000;
}

.select-80 .bootstrap-select {
    width: 80px !important;
    min-width: 80px !important;
}

.bottom_row:not(:last-child) {
    border-bottom: 2px solid #cc0000 !important;
}

/*Contact Form*/

.contact_form_section_row {
    display: table;
    width: 100%;
}

#contactUs .dim .section_col input {
  width: 88% !important;
}

#contactUs .dim .section_col textarea {
  width: 88% !important;
}

#contactUs .dim .section_col label {
  font-weight: bold;
  width: 10%;
}

.select-200 .bootstrap-select {
    width: 200px !important;
    min-width: 200px !important;
}

/*Dropdown navigation*/

.dropdownNav .marginBottom-0 {
    margin-bottom: 0;
}

.dropdownNav .dropdown-submenu {
    position: relative;
}

.dropdownNav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdownNav .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdownNav .dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdownNav .dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdownNav .dropdown-menu {
    background-color: #cc0000 !important;
    margin: 0 !important;
    padding: 0px !important;
    border-radius: 0 !important;
    border: 1px solid #f4f4f4 !important;
}

.dropdownNav .dropdown-submenu > a:after {
    border-left-color: #FFFFFF !important;
    margin-right: -20px !important;
}

.dropdownNav .dropdown-menu a {
    padding: 10px 35px 10px 10px !important;
    text-align: left !important;
    color: #FFFFFF !important;
}

.dropdownNav .dropdown-menu a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    background-color: #A41111 !important;
    color: #FFFFFF !important;
}

.dropdownNav .dropdown-submenu > .dropdown-menu {
    border-radius: 0 !important;
}

.dropdownNav .dropdown-menu > li a:focus {
    background-color: #A41111;
    color: #FFFFFF;
    background-image: none;
    filter: none;
    text-decoration: none;
    border: none;
}

.nav_header .navigation .active ul a {
    border-right: 0 !important;
    border-left: 0 !important;
}

/*Vendors*/
#editContact .content, #editNote .content, #viewHistory .content{
    width: 80%;
}

#vendorMaster header,  #vendorMaster table{
   margin: 0 
}

/*Weekly Pended Benefits*/
#addPaymentBenefit .content{
    width: 80%;
}

/*Process Payments*/
#processPayments .content{
    width: 80% !important;
}

.deleteLine {
    float: right;
}

/* User Administration */
.errors-red {
    margin: 15px 5px 5px 5px;
    padding: 1px 10px;
    color: #cc0000;
    border-right: 3px solid #cc0000;
    border-left: 3px solid #cc0000;
    background: rgba(0,0,0,0.025);
}

.select2-input {
    border: 0 !important;
}

/*Contacts table*/
.bootstrap-table #contacts{
     table-layout: fixed;
     width: 100%;
     word-wrap: break-word;
}

table.popover-table {
    margin: 0;
    font-size: 14px;
}

/*bootbox close button hover*/
.bootbox-close-button:hover{
    background: none;
}

#processPayments .eob_col, #processPayments .pid_col, #processPayments .mod_col, #processPayments .cpt_col{
    position:relative !important;
} 
#processPayments .typeahead.dropdown-menu {
    position: absolute;
}

#processPayments #icdDescr {
    width:35%;
}

.alert {
    position: fixed;
    top: 40px;
    z-index: 1000;
    margin: 30px auto;
    left: 40%;
}

.popover {
    z-index: 998;
}

.s_link {
    cursor: pointer;
}