
/*
 * Used to override modal-content in bootbox
 */
.modal-content
{
}

/* DESDO-6934 */
.custom-brand-name {
	padding-left: 0!important;
	width: 350px;
}

/* DISPATCH/GPS/HISTORY START */
#contentouter {
    width: 832px;
    border-top: 1px solid #add8e6;
    border-bottom: 1px solid #add8e6;
    border-left: 1px solid #add8e6;
    border-right: 1px solid #add8e6;
}
#contentinner {
    height: 400px;
}
.gps-history-spacer {
    padding: 30px;
}
.gps-history-select {
    width: 200px;
    height: 31px;
    border: 1px solid #dbdbdb;
    background: #fafafa;
}
.gps-history-input {
    width: 70px;
    height: 31px;
    border: 1px solid #dbdbdb;
    background: #fafafa;
}
.gps-history-labels {
    color: #000000;
    font-weight: bold;
    padding: 5px;
}
.gps-history-legend {
    font-size: 10px;
    text-decoration: none;
}
.gps-history-legend.red {
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
}
.gps-history-legend.blue {
    background: #0000ff;
    color: #ffffff;
    font-weight: bold;
}
.gps-history-legend.green {
    background: #008000;
    color: #ffffff;
    font-weight: bold;
}
.gps-history-legend.orange {
    background: #ff6600;
    color: #ffffff;
    font-weight: bold;
}
/* DISPATCH/GPS/HISTORY END */

/* DESDESIGN-26: Change btnLogin to blue for Danny */
#btnLogin {
    background: #348fe2;
    border: #348fe2;
}

/* DESDESIGN-81: START */
.gps-online .label.label-default {
    background: #18b415;
}
.gps-online .label.label-primary {
    background: #0d6e74;
}
.gps-online .label.label-success {
    background: #f8f97c;
}
.gps-online .label.label-info {
    background: #db994b;
}
.gps-online .label.label-warning {
    background: #1d7bfc;
}
.gps-online .label.label-danger {
    background: #fc1d1d;
}
/* DESDESIGN-81: END */

/* DESDO-8744: START */
#summary-counts-table thead tr {
	font-weight: bold;
}
#summary-counts-table td {
	text-align: center;
	vertical-align: middle;
	width: 16%;
}
/* DESDO-8744: END */

/* DESDO-7491: START */
.summary-content-table {
	width: 100%;
}
.summary-content-table tr td {
	border: 0px solid black;
	padding: 3px;
	/* font-weight: bold; */
	text-align: left;
	vertical-align: top;
}
/* DESDO-7491: END */

.error{
    color:red;
}

.custom-icons .glyphicon-minus {
    color:red;
}
.custom-icons .glyphicon-ok {
    color:green;
}


/* Task number */
#manage-summary-report-time .row {
    margin-bottom: 10px;
}
#manage-summary-report-time .row div.form-inline {
/*    display: none;*/
}
#manage-summary-report-time label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#manage-summary-report-time label > input {
    display: none;
}
#manage-summary-report-time label > input + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
    border: 1px solid #d9e0e7;
    position: absolute;
    left: 0;
}
#manage-summary-report-time label > input + span::before {
    content: '\f00c';
    font-family: "FontAwesome";
    color: green;
    opacity: 0;
}
#manage-summary-report-time label > input:checked + span {
    border-color: green;
}
#manage-summary-report-time label > input:checked + span::before {
    opacity: 1;
}
/* Task number */
#text-loader.fade-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    z-index: 9999;
}
#text-loader.fade-loader.hide {
    display: none;
}
#text-loader .test-loader-text {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#text-loader .spinner {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 2px solid #fff;
    border-top: 2px solid #24B498;
    border-radius: 100%;
    animation: rotation .6s infinite linear;
}

.btn.btn-primary{
    margin-left: 5px !important;
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#modal-feed-timeclock-map{
    height:300px;
}

#modal-feed-timeclock .modal-content{
    background-color: #2d353c!important;
}

#modal-feed-timeclock .modal-title{
    color:white;
    opacity: 1;
}

#modal-feed-timeclock .modal-body{
    padding:0px!important;
}

#modal-feed-timeclock .close {
    color: white;
    opacity: 1;
}

#modal-feed-timeclock .row {
    margin:0px -15px !important;
}

#modal-feed-timeclock .modal-header {
    border-bottom-color: 0px!important;
        border-bottom: 0px !important;
        border-bottom-color: none !important;
}
#modal-feed-time-clock-header
{
    border-bottom-color: none;
    border-bottom: 0px;
    border-bottom: 1px solid #2d353c;
}
.blue-block, .green-block, .red-block {
    display: block;
    width: 100%;
}

.block-section-left {
    display: inline-block;
    margin-right: 15px;
    vertical-align: sub;
}

.block-section-left p {
    font-size: 14px;
    margin-bottom: 2px;
}
.agenda-section
{
    margin-bottom: 15px;
}
.red-block-rect
{
    fill:rgb(255,0,0);
    stroke-width:3;
    width: 10px;
    height: 10px;
}
.blue-block-rect
{
    fill:rgb(255,255,0);
    stroke-width:3;
    width: 10px;
    height: 10px;
}
.green-block-rect
{
    fill:rgb(0,128,0);
    stroke-width:3;
    width: 10px;
    height: 10px;
}


#sidebar .slimScrollBar{
    background: rgb(211, 214, 243) !important; 
}

/* Start Toggle switch checkbox style */
.destinyToggleSwitch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.destinyToggleSwitch .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
.destinyToggleSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.destinyToggleSwitch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.destinyToggleSwitch input:checked + .slider {
    background-color: #2196F3;
}
#toggleSwitc hinput:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.destinyToggleSwitch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.destinyToggleSwitch .slider.round {
    border-radius: 34px;
}
.destinyToggleSwitch .slider.round:before {
    border-radius: 50%;
}
/* End Toggle switch checkbox style */