/*
 Property of CAMS Inc. All rights reserved.
 Author Rafail Svirski
*/
/* 
    Created on : Dec 27, 2014, 8:28:36 AM
    Author     : Rafail
*/

.placeholder{color: #999;}
select option:first-child{color: #999;}
select option{color: #555;}

.widen { 
  padding-left: 3px;
}

.filter {
    width: 100%;
    border: solid 1px #cccccc;
    background-color:#F0F0F0;
    padding-top: 4px;
    border-radius: 10px;
    margin-bottom: 3px;
}    


.dropdown-menu>li>a {
    text-align: left;
}

.dropdown-menu>li .btn {
    font-weight: 400;
    color: #333;
}


.contract_row {
    border-bottom: solid 1px #cccccc;
    padding-top: 0px;
    padding-bottom: 2px;
}

.modal-body {
    padding-bottom: 0px;
}

.btn {
    padding: 5px 10px;
}

.modal-footer {
    margin-top: 5px;
    padding: 10px 20px 10px;
}

.selectpicker {
    padding-bottom: 4px;
    padding-top: 4px;
}

body {
    padding-left: 20px;
    padding-right: 20px;
}

.modal .form-group {
    position: relative;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.modal .form-group-sm {
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.carousel-control {
    width: 5%;
}

.input_filter {
    width: 100%;
    margin-top: 3px;
}


tr.alt {
    background-color: #ebebeb;    
}

.inputbox { 
  padding: 0px 2px 0px 2px;
  overflow: hidden; 
}
  
.inputbox input { 
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  line-height: 1.5;
}

.inputbox select { 
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.form-inline .form-control {
    width: 100%;
    height: 30px;
}

.typeahead-devs, .tt-hint {
border: 2px solid #CCCCCC;
border-radius: 8px 8px 8px 8px;
font-size: 24px;
height: 45px;
line-height: 30px;
outline: medium none;
padding: 8px 12px;
width: 400px;
}

.tt-dropdown-menu {
width: 400px;
margin-top: 5px;
padding: 8px 12px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px 8px 8px 8px;
font-size: 18px;
color: #111;
background-color: #F1F1F1;
}

.speenWidth {
    width: 110px;
    margin: 0 auto;
}

.alertWidth {
    width: 350px;
    margin: 0 auto;
}

.largeWidth {
    width: 800px;
}

.form-row {
    border-bottom: solid 1px #e5e5e5;
}

input.dollar {
    text-align:right;
}

input.amount {
    text-align:right;
}

.modal-header {
    background-color: #28a4c9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-title {
    color: white;
    line-height: 1em;
}

.table {
    margin-bottom: 0px;
}

.push-center {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);    
}

.main_menu_box {
    border: 8px outset #e5e5e5;
    min-height: 78px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    background-color: #F1F1F1;
}

.main_menu_box img {
    min-height: 78px;
}

.main_menu_box h4 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.main_menu_box:hover {
    background-color: #E1F5F7;
}

.main_menu_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    max-height: 45px;
}

.main_menu_box h3 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

a[disabled] {
    cursor: not-allowed;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.modal .form-group-sm {
  margin-bottom: 2px;
  padding-bottom: 1px;
}            

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.table-compressed > thead > tr > th,
.table-compressed > tbody > tr > th,
.table-compressed > tfoot > tr > th,
.table-compressed > thead > tr > td,
.table-compressed > tbody > tr > td,
.table-compressed > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.table-nowrap > thead > tr > th,
.table-nowrap > tbody > tr > th,
.table-nowrap > tfoot > tr > th,
.table-nowrap > thead > tr > td,
.table-nowrap > tbody > tr > td,
.table-nowrap > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

.table-dialog > thead > tr > th,
.table-dialog > tbody > tr > th,
.table-dialog > tfoot > tr > th,
.table-dialog > thead > tr > td,
.table-dialog > tbody > tr > td,
.table-dialog > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    font-size: smaller;
}

.form-group-xs .form-control {
  height: 24px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 3px;
}

.form-group-xs select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-xs textarea.form-control,
.form-group-xs select[multiple].form-control {
  height: auto;
}

.form-group-xs .form-control-static {
  height: 24px;
  min-height: 26px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
}

.form-group-xs {
    margin-bottom: 5px;
}

.form-group-xs td{
  font-size: 12px;
}

.datepicker td, .datepicker th {
    width: 16px;
    height: 17px;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 0px 0px;
}

.datepicker.dropdown-menu {
    line-height: 12px;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    width: 16px;
    height: 17px;
}

.bootstrap-datetimepicker-widget.dropdown-menu th, .bootstrap-datetimepicker-widget.dropdown-menu td {
    padding: 0px 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    line-height: 12px;
    font-size: 12px;
}


.lbl {
    font-size: 12px;
}

.form-group-xsc .form-control {
  height: 24px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 3px;
}

.form-group-xsc select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-xsc textarea.form-control,
.form-group-xsc select[multiple].form-control {
  height: auto;
}

.form-group-xsc .form-control-static {
  height: 24px;
  min-height: 26px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-xsc .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.form-group-xsc {
    margin-bottom: 2px;
}

.form-group-xsc td{
  font-size: 12px;
}

.tab-pane {
    padding-top: 5px;
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
}

a.tooltips_right {
  position: relative;
  display: inline;
}
a.tooltips_right span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips_right span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips_right span {
  visibility: visible;
  opacity: 0.8;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}

.pac-container {
    /* put Google geocomplete list on top of Bootstrap modal */
    z-index: 9999;
}

.blink_me {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.nav-small>li>a {
    padding: 5px 15px;
}

.form-group-lg select.form-control {
    height: 40px;
    line-height: 40px;
}

.tooltip-inner {
    min-width: 150px; 
}

.zoom_
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.zoom_:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
}

.table-nowrap_squeezed > thead > tr > th,
.table-nowrap_squeezed > tbody > tr > th,
.table-nowrap_squeezed > tfoot > tr > th,
.table-nowrap_squeezed > thead > tr > td,
.table-nowrap_squeezed > tbody > tr > td,
.table-nowrap_squeezed > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

.table-nowrap_squeezed select.form-control {
    padding-left: 3px;
    padding-right: 0px;
}

.table-nowrap_squeezed input.form-control {
    padding-left: 3px;
    padding-right: 0px;
}

.table-ts > thead > tr > th,
.table-ts > tbody > tr > th,
.table-ts > tfoot > tr > th,
.table-ts > thead > tr > td,
.table-ts > tbody > tr > td,
.table-ts > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-right: solid 1px #e5e5e5;
    font-size: large;
    font-weight: 500;
}

.row-control {
    display: block;
    width: 100%;
    padding: 4px 8px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.nowrap {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-nowrap-squeezed > thead > tr > th,
.table-nowrap-squeezed > tbody > tr > th,
.table-nowrap-squeezed > tfoot > tr > th,
.table-nowrap-squeezed > thead > tr > td,
.table-nowrap-squeezed > tbody > tr > td,
.table-nowrap-squeezed > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
    font-size: 12px;
}

.table-nowrap-squeezed select.form-control {
    padding-left: 2px;
    padding-right: 0px;
    font-size: 12px;
}

.table-nowrap-squeezed textarea.form-control {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table-dialog-squeezed > thead > tr > th,
.table-dialog-squeezed > tbody > tr > th,
.table-dialog-squeezed > tfoot > tr > th,
.table-dialog-squeezed > thead > tr > td,
.table-dialog-squeezed > tbody > tr > td,
.table-dialog-squeezed > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.table-dialog-squeezed > thead > tr,
.table-dialog-squeezed > tbody > tr,
.table-dialog-squeezed > tfoot > tr,
.table-dialog-squeezed > thead > tr,
.table-dialog-squeezed > tbody > tr,
.table-dialog-squeezed > tfoot > tr {
    border-bottom: solid 1px #cccccc;
}    

.table-dialog-squeezed input.form-control {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 26px;
    font-size: 13px;
}

.table-dialog-squeezed {
    margin-bottom: 10px;
}

.smaller_select {
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.chat {
    margin-bottom: 20px;
    border: solid 1px #cccccc;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.chat-hdr {
    font-weight: bold;
}

.chat-wrapper {
    padding: 20px;
}

@media (max-width: 768px) {
    .modal {
        font-size: 11px;
    }

    .btn {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .form-group-xs .form-control{
        font-size: 10px;
        padding-left: 2px;
        padding-right: 0px;
    }

    .form-group-sm .form-control{
        font-size: 11px;
    }

    .nav-tabs>li>a{
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .table-condensed {
        font-size: 12px;
    }
    
    .table-nowrap {
        font-size: 12px;
    }
    
    .table-compressed {
        font-size: 12px;
    }
    
    .h4 {
        font-size: 14px;
    }
    
    .badge-xs {
        font-size: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1050px) {
    .modal-xl {
        width: 1050px;
    }
}


@media (min-width: 1400px) {
    .modal-xl {
        width: 1200px;
    }
}


.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.smallloader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bordered {
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
}

.change_product select{
    padding: 2px;
    height: 30px;
    font-size: 12px;
}

#chat-circle {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 60px;  
    border-radius: 50%;
    color: white;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.flashing {
    animation: blink 1s ease-in-out 10;
    background-color: red;
}

@keyframes blink {
    from {background-color: white;}
    to {background-color: red;}
}