.form-small {width: 171px; float: left; margin-left: 20px;}
.form-mini {width: 78px; float: left; margin-left: 0px;}
.form-super-mini {width: 10px; float: left; margin-left: 5px;}
.form-small-first {margin-left: 0px;}
h5 b {  width: 100%; float: left;  margin-bottom: 20px;}
.form-small label, .normalweight {font-weight: normal;}
.marketing {border-top: 1px solid #ccc; margin-top: 10px; padding-top: 20px; margin-bottom: 20px; float: left;}
h4 {color: #006dcc;}

 
.controls label {width: 100px; float: left; margin-left: 20px; margin-bottom: 20px;}
.formControl .controls {width: 550px; float: left; }

.controls .radio{margin-top: 0px;}
.controls .radio+.radio {margin-top: 0px;}
#collapse_form {display: none;}

body { padding-top: 20px;
  padding-bottom: 20px;  }

label span.red, span.red {color: red; font-weight: 800; font-size: 18px;}
 .nopaddingleft {padding-left: 0px;}
 .radio  .form-error {position: absolute; font-weight: normal; width: 160px; color: red; margin-top: 0px;margin-left: -20px;}
 .table>thead>tr>th {
  padding: 8px 2px ;
 }
 
 #logo {background: url(i/logo.jpg) no-repeat top left; }
 .nonbold {font-weight: normal}
 .marketI {margin: 0px; border-top: 0px solid #fff; float: none; width: 950px;}
 #commissionUSD {color: green; font-weight: bold; text-align: left; font-size: 16px;}
 
 #invoicePDF a span {margin-right: 6px;}
 
 
 .container {
  width: 970px;
  margin: 0 auto;
  max-width: none;
}

 .halfPanel {
  width: 450px;
float: left;
}
.halfPanelInp {
  width: 475px;
float: left;
}
 .thirdFixed {
  width: 139px;
float: left;
}

 .thirdFixedNarrow {
  width: 110px;
float: left;
}

 .thirdFixedWide {
  width: 168px;
float: left;
}
.thirdFixedWide .overwriteCommission { margin-left: 0px; margin-top: 3px; padding-left: 0px; margin-bottom: -7px; color: brown;
float: left;}
.thirdFixedWide .overwriteCommission input {margin-right: 2px; margin-top: 4px; float: left; margin-bottom: -2px;}

 .thirdFixedLab {
  width: 143px;
float: left;
}

.fiveFixed{
  width: 179px;
float: left;
}

.thirdFixed22 { width: 168px; float: left;}
.thirdFixed33 { width: 138px; float: left;}

.sixFixed{
  width: 268px;
float: left;
}

.marginbot {margin-bottom: 15px; float: left;}

.form-group {
  margin-bottom: 10px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}


.tablesorter .headerSortDown {
    padding-right: 15px;
    background: url(i/icon-ios7-arrow-down-16.png) no-repeat center right;
}

.tablesorter .header:hover {
    opacity: 0.8;
    color: #3a74af;
}

.tablesorter .headerSortUp {
    padding-right: 15px;
    background: url(i/icon-ios7-arrow-up-16.png) no-repeat center right;
}
.tablesorter .header {
    cursor: pointer;
}

.sec.open>.dropdown-menu {

    column-count: 3;
}


.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.navbar {
    background: white;
    min-height: 56px;
}
.navbar-nav {margin-top: 10px; margin-right: 30px}
.navbar-nav li a {padding: 6px 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: .25rem;
    border: 1px solid transparent;
}
.navbar-nav .active a{





    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}


.delete-user {
    margin-top: -9px;
    margin-left: 10px;
    display: flex; align-items: center;
    display: block;
    font-size: 37px;
    font-weight: normal;
    opacity: 0.5;
 color: red;
 }
.delete-user:after{
    width: 35px;
    height: 35px;
    display: inline-block;
    color: red;
    content: "\00d7"; /* This will render the 'X' */
}
.delete-user:hover {
    opacity: 1;
}
.custom-checkbox222 {display: flex; align-items: center; flex-direction: column;flex-wrap: wrap; }
.custom-checkbox222 input{margin-top: 10px; }

.form-horizontal .has-feedback .form-control-feedback {
    right: 0px;
}