﻿body {
    padding-bottom: 20px;
    background: #7c7c7c;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.leading-header {
    margin-top:0;
}

a {
    color: #99cc99;
}

    a:hover, a:focus {
        color: #8BC34A;
    }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

@media (max-width: 400px) {
    .nameholder {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }
}

@media (min-width: 501px) {
    .nameholder {
    }
}


@media (max-width:767px) {
    .searchBar {
        margin-top: 5px;
        position: absolute;
        left: 60px;
    }
}

@media (min-width: 768px) {
    .searchBar {
        margin-top: 5px;
        position: absolute;
        left: 260px;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.form-control {
    background: #555;
    color: #ddd;
    border: 1px solid #777;
}

/* Icons */

.fa-button {
    margin-right: 5px;
}

/* Tables */
.table {
    background: #444;
}

.table-striped > tbody > tr:nth-child(odd) {
    background: #333;
}

.rwtable > thead > tr > th, .table > tbody > tr > td {
    display: table-cell;
    word-wrap: break-word;
    font-size: 9px;
}

    .table > tbody > tr > td > a {
        cursor: pointer;
    }

.rwtable > thead {
    background-color: #dee8ee;
}



/* Nav and Logo */

.main-logo {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: -7px;
    display: inline-block;
    background-image: url("/Content/Images/whitelogo.png");
    background-size: 28px 28px;
}

.text-logo {
    font-family: 'Cinzel', 'Arial Narrow', Arial, sans-serif;
    font-size: 22px;
    color: white;
    position: relative;
    top: 1px;
}

.navbar-header::after {
    clear: none !important;
}

/* Loader */
.contener_general {
    -webkit-animation: animball_two 1s infinite;
    -moz-animation: animball_two 1s infinite;
    -ms-animation: animball_two 1s infinite;
    animation: animball_two 1s infinite;
    width: 44px;
    height: 44px;
}

.contener_mixte {
    width: 44px;
    height: 44px;
    position: absolute;
}

.ballcolor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ball_1, .ball_2, .ball_3, .ball_4 {
    position: absolute;
    -webkit-animation: animball_one 1s infinite ease;
    -moz-animation: animball_one 1s infinite ease;
    -ms-animation: animball_one 1s infinite ease;
    animation: animball_one 1s infinite ease;
}

.ball_1 {
    background-color: #cb2025;
    top: 0;
    left: 0;
}

.ball_2 {
    background-color: #f8b334;
    top: 0;
    left: 24px;
}

.ball_3 {
    background-color: #00a096;
    top: 24px;
    left: 0;
}

.ball_4 {
    background-color: #97bf0d;
    top: 24px;
    left: 24px;
}

@-webkit-keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-moz-keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-ms-keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-webkit-keyframes animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes animball_two {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }

    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1);
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@keyframes animball_two {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

.modal-content {
    background: #555;
    color: #ddd;
}

.close, .close:hover, .close:active {
    color: #ddd;
    opacity: 0.7;
}

/* Loading bar */

.list-group-item {
    background: #444;
    border: 1px solid #333;
}

    .list-group-item .kvitem {
        margin-top: 0;
    }

    .list-group-item .kvitemkey {
        float: left;
        font-size: 10px;
    }

    .list-group-item .kvitemvalue {
        float: left;
        margin-left: 10px;
        font-weight: 500;
        font-size: 10px;
        margin-top: 1px;
        min-height: 16px;
    }

/* User Page */

h3.user-header {
    margin-top: 0;
    font-weight: 400;
}

/* Map popover thumbs */
.popover-map {
    height: 200px;
    width: 200px;
}

#profileLoc {
    cursor: pointer;
}

.row-btn {
    margin: 0;
    padding: 0 3px;
    font-size: 10px;
}

.route-tooltip {
    font-size: 16px;
    margin-right: 3px;
}

.green {
    color: forestgreen;
}

.btn-gray{
    background:#303230;
}

.btn-gray:hover{
    color:white;
    background:#666;
}

.btn-copy {
    width: 15px;
    height: 15px;
    background-color: #555;
    padding: 0;
    font-size: 10px;
    margin-right: 7px;
}

    .btn-copy .fa {
        font-size: 10px;
        line-height: 0;
        margin-top: 2px;
        margin-left: 2px;
    }

.btn-copy-inline {
    margin-right: 0;
    margin-left: 7px;
}

.deactivated {
    color: #aaa;
}

#crashingErrorBadge {
    background-color: #ff5b57;
    margin-left: 5px;
    padding: 1px 5px;
    font-weight: 400;
}

#recentErrorBadge, #uploadIssueBadge {
	background-color: darkgoldenrod;
	margin-left: 5px;
	padding: 1px 5px;
	font-weight: 400;
}

#diagErrorBadge {
    background-color: #6e9c38;
    margin-left: 5px;
    padding: 1px 5px;
    font-weight: 400;
}

#agentErrorBadge {
    background-color: #6e9c38;
    margin-left: 5px;
    padding: 1px 5px;
    font-weight: 400;
}


.overview {
}

    .overview .panel {
        padding-right: 15px;
        background-color: #434547;
        border-radius: 10px;
        color: #eee;
        box-shadow: rgba(67,69,71,0.5) -5px 5px 15px;
        overflow-y: hidden;
    }

        .overview .panel h3, .overview .panel h4, .overview .panel h5 {
            color: #eee;
        }

        .overview .panel a {
            color: #99cc99;
        }

        .overview .panel h3.panel-heading {
            margin-top: 0;
            margin-bottom: 0;
        }

        .overview .panel .badge {
            font-size: 14px;
            margin-left: 7px;
        }

        .overview .panel .panel-body {
            margin-top: 0;
            padding-top: 0;
            padding-right: 0;
        }

        .overview .panel hr {
            margin: 5px;
            border-top: 1px solid #666;
        }

        .overview .panel .unread-ticket {
            font-weight: bold;
            /*background-color: #555;*/
        }

            .overview .panel .unread-ticket h6 {
                margin-bottom: 0;
                color: #ccc;
            }

        .overview .panel .ticket h6 {
            margin-bottom: 0;
            color: #bbb;
        }

    .overview .ticket {
        border-bottom: 1px solid #666;
    }

    .overview .ticket-summary {
        margin-left: 10px;
        margin-bottom: 5px;
    }

.attr-img {
    width: 11px;
    height: 11px;
    display: inline;
    font-size: 0 !important;
}

.panel-fixed {
    height: 350px;
}

.panel h4 {
        text-align: center;
    }

    .page-title {
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .overview .panel {
        min-height: 150px;
        overflow-x: auto;
    }

    .table > tbody > tr > td {
        border-top: 1px solid #555;
    }

    .btn-trans {
        background-color: transparent;
    }

        .btn-trans:hover {
            color: #8BC34A;
        }

        .btn-trans:focus {
            color: #8BC34A;
        }

    .overview .nav-tabs {
        background: transparent;
        margin-left: 15px;
    }

    .overview .tab-content {
        margin-left: 15px;
        background: transparent;
        border-top: 1px solid #555;
    }

    .overview .nav-tabs li a {
        background: transparent;
        color: #888;
    }

    .overview .nav-tabs li.active a {
        background: #555;
        color: #99cc99;
        font-weight: bold;
    }



    .overview .panel .panel-heading a {
        color: #eee;
    }

    .section-badges {
        float: right;
        margin-top: 8px;
    }

    .chart-style {
        width:auto;
        height:100%;
    }



    .expando {
        position: absolute;
        right: 6px;
        color: #ccc;
        cursor: pointer;
    }

        .expando:hover {
            color: #99cc99;
        }

    .legend-label {
        display: inline-block;
        top: -10px;
        margin-left: 10px;
        position: relative;
    }

    .legend-pin {
        margin-left: 10px;
    }

    .map-holder {
        padding: 0;
    }

    .btn-light-text {
        color:#eee !important;
    }

    .badge-gray{
        background-color:#333;
        color:white;
    }

.btn-input {
    background-color: #666;
    color: white !important;
}
        .btn-input:hover {
            color: #bbb !important;
            background-color: #555;
        }
        .btn-input:focus {
            color: #bbb !important;
        }

    .select-gray {
        background-color:#555;
        color:white !important;
    }

    .first-header {
        margin-top:0;
    }

    .dropdown-header {
        color: #ccc;
    }

    .error-txt {
        font-size:10px;
    }

    .open-sidebar {
        left:0 !important;
        margin-top:54px !important;
    }
@media(max-width: 767px) {
    .side-toggle {
        color: white;
        position: absolute;
        top: 10px;
        left: -15px;
    }
}
@media(min-width: 768px)
{
    .side-toggle{
        display:none !important;
    }
}

.sub-custom-btns .btn {
	margin-right: 7.5px;
}

.dropdown-menu {
    background: #303230;
}

