/*
 Property of CAMS Inc. All rights reserved.
 Author Rafail Svirski
*/
/* 
    Created on : Dec 27, 2014, 8:28:36 AM
    Author     : Rafail
*/

.dropdown-menu>li>a {
    text-align: left;
}

.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;
}

.modal-body {
    padding-bottom: 0px;
}

.btn {
    padding: 5px 10px;
}

.modal-footer {
    margin-top: 5px;
    padding: 10px 20px 10px;
}

.form-control {
    height: 30px;
}


body {
    padding-left: 5px;
    padding-right: 5px;
}

.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%;
}

.filter {
    border: solid 1px #cccccc;
    margin-left: 1px;
    background-color:#F0F0F0;
    width: 100%;
}


.input_filter {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #428bca;
}

.col-sm-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.col-sm-2 {
    padding-left: 0px;
    padding-right: 10px;
}

tr.alt {
    background-color: #ebebeb;
}

.inputbox { 
  padding: 0px 2px 0px 2px;
}
  
.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%;
}



.smallWidth {
    width: 200px;
    margin: 0 auto;
}

.alertWidth {
    width: 350px;
    height: 150px;
    margin: 0 auto;
}

.largeWidth {
    width: 800px;
    margin: 0 auto;
}

.phoneVertWidth {
    width: 600px;
    margin: 0 auto;
}

.invoiceWidth {
    width: 800px;
    margin: 0;
}

.form-row {
    border-bottom: solid 1px #e5e5e5;
}

input.dollar {
    text-align:right;
}

.modal-header {
    background-color: #28a4c9;
}

.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: 100px;
    margin-top: 10px;
    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: 90px;
}

.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 h4 {
    text-align: center;
}

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); 
}

.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);
}

.add_new_invoice {
    position: fixed;
    bottom: 50%;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
}

.add_new_invoice:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.table-small>thead>tr>th, .table-small>tbody>tr>th, .table-small>tbody>tr>td {
  padding-top: 2px;
  padding-bottom: 2px;
}
