body {
    /*background-color: #f5f5f5;*/
}

.vertical-offset-100 {
    padding-top: 100px;
}

/* datepicker css */

table.jCalendar {
    border: 1px solid #e7e7e7;
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}

table.jCalendar th {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    border: none;
}

table.jCalendar td {
    background: #ccc;
    color: #000;
    padding: 2px 2px;
    text-align: center;
    border: none;
}

table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}

table.jCalendar td.today {
    background: #666;
    color: #fff;
}

table.jCalendar td.selected {
    background: #f66;
    color: #fff;
}

table.jCalendar td.selected.dp-hover {
    background: #f33;
    color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    background: #fff;
    color: #000;
}

table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    background: #bbb;
    color: #888;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {

    color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

.dp-calendar td {

    font-size: 11px !important;
}

div.dp-popup {
    position: relative;

    font-size: 10px !important;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 150px;
    line-height: 1.2em;
}

div#dp-popup {
    position: absolute;
    z-index: 199;
}

div.dp-popup h2 {
    font-size: 10px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

a#dp-close:hover {
    text-decoration: underline;
}

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 70px;
}

div.dp-popup div.dp-nav-prev a {
    float: left;
    font-size: 11px !important;

}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 70px;
}

div.dp-popup div.dp-nav-next a {
    float: right;
}

div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}

div.dp-popup td {
    cursor: pointer;
}

div.dp-popup td.disabled {
    cursor: default;
}

/* date picker ends */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#footer {
    width: 100%;
    padding: 10px 0 10px 0;
    border-top: 3px solid black;
    color: black;
    text-align: center;
}

.normalhide {
    display: none;
}

.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.differentTable, .differentTable td {
    border-color: black;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid black;

}

th {
    text-align: center;
}

.red {
    background-color: #E56E94 !important;
}

.green {
    background-color: #4E9258 !important;
}

.grey {
    background-color: #c4c4c4 !important;
}

.pink {
    background-color: pink !important;
}

.blue {
    background-color: #79BAEC !important;
}

.orange {
    background-color: orange !important;
}

.yellow {
    color: black;
    background-color: #FFFFCC !important;
}

.header {
    background-color: #c4c4c4;
    text-align: center;
    font-weight: bold;
}

table a {
    color: black;

}

.container {
    max-width: none !important;
    width: 1030px;
}

table {
    font-size: 12px !important;
}

.navbar-right a {
    font-size: 11px !important;
}

.panel {
    font-size: 11px !important;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 1100px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

.page-header .lead {
    margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Demonstrate the grids */

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding: 15px;
    color: white !important; 
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

.panel-info {
    border: 1px solid #333333;
}

.panel-heading {
    background-color: #e7e7e7 !important;
    border-bottom: 1px solid #eeeeee !important;
    color: #333333 !important;
}

.pagination a {
    color: #333333 !important;
}

.pagination .active a {
    background-color: #333333 !important;
    border: 1px solid #333333 !important;
    color: white !important;
}

.invalid {
    background-color: #d9534f;
    color: white;
}

.valid {
    background-color: #5cb85c;
}

.smalltable table {
    font-size: 11px !important;
}

@media print {
    tr.red td {
        background-color: #E56E94 !important;
    }

    tr.green td{
        background-color: #4E9258 !important;
    }

    tr.grey td{
        background-color: #c4c4c4 !important;
    }

    tr.pink td{
        background-color: pink !important;
    }

    tr.blue td{
        background-color: #79BAEC !important;
    }

    tr.orange td{
        background-color: orange !important;
    }

    tr.yellow td{
        color: black;
        background-color: #FFFFCC !important;
    }
    a[href]:after {
        content: none
    }
}

.activecalls { 
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: rgba(255, 165, 0, 0.8);
	border-radius:10px;
	padding: 10px;
}
.activecalls ul, .activecalls ul li {
	list-style: none;
	padding:0; 
	margin: 0;
}
.bold {
	font-weight: bold !important;
}
#activecalls a {
	color: black;
	font-weight: bold;
}

.red-font { color: red !important; font-weight: bold !important; }


.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    color:white;
    text-align:center;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    float: none;
    display:none
}


.navbar-inverse { 
    background-color: #0ca1f7;
    border-color: #0ca1f7;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: #007aff;	
}