﻿
﻿@font-face {
    font-family: "Segoe UI";
    src: url("/Content/segoeui/segoeui.ttf") format("truetype");
}

input {
    /*border-radius: 0 !important;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
}

#myInputSearch {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    top: 0px !important;
}

select {
    width: 100% !important;
}

body {
    font-family: Calibri;
}

#loading-indicator {
    display: inline-block;
    z-index: 10000000000000000000000000000000000000000000000000000000000000;
    left: -55px;
    position: absolute;
}

.well {
    border-color: #cfd8dc;
}

.form-control {
    border-color: #aaa;
    font-size: 12px;
    height: 25px;
    padding: 0 5px 0 5px;
}

.btn-default {
    border-color: #aaa;
    font-size: 12px;
    border-radius: 5px !important;
}

.gray {
    background-color: white !important;
    border-color: #9E9E9E !important;
}

.panel-default {
    background-color: white !important;
    border-color: transparent ;
}

.modal-header {
    -ms-border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    /* background-color: #1f7ca9; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    padding: 0px 25px 0px 25px;
    margin: 15px;
    margin-right: 0px;
    padding-right: 15px;
    margin-left: 0px;
    padding-left: 15px;
}

    .modal-header .close {
        margin: 0;
    }

.modal-footer {
    /*background-color: #f5f5f2;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*border-top: 1px solid #1f7ca9;*/
    color: #fff;
    margin: 0;
    padding: 15px 15px 15px 0;
}

.custom {
    margin-bottom: 10px;
}

#data .fa-times,
.consumers .fa-times {
    color: #ff0000;
}

#data .fa-plus,
.data button:not(.create) > .fa-plus,
.data button .fa-plus-square,
.data button .fa-plus-circle {
    color: #009000;
}

#data .fa-pencil,
.data .fa-pencil {
    color: #ff8c00;
}

#data .fa-trash,
.data .fa-trash {
    color: #ff0000;
}

.panelbtn {
    -ms-border-radius: 5px;
    background: #bababa;
    border: 1px solid #aaa;
    border-radius: 5px;
}

#accordion .panel-body {
    padding: 0;
}

#accordion .table_user tr td, .table_routes tr td, .table_location tr td {
    padding: 5px 0 5px 15px !important;
}

#accordion .table_user, .table_location, .table_routes {
    margin: 0;
}

    #accordion .table_routes tr:hover, .table_location tr:hover, .table_user tr:hover {
        cursor: pointer;
    }

#accordion .table_location {
    margin: 0;
}

#accordion .panel-title > a {
    display: block;
}

    #accordion .panel-title > a:hover {
        cursor: pointer;
    }

.panel-default > .panel-heading {
    background-color: white !important;
    border-color: #1f7ca9;
    padding: 7px 5px;
}

#data .panel-default > .panel-heading {
    background-color: #fff;
    color: #4b4b4b;
}

.custom-panel-heading {
    background: rgb(235, 235, 235) !important;
    border-radius: 0;
    color: #333 !important;
}

.super-navi ul li .fa.fa-pencil {
    color: #ff8c00;
}

.super-navi ul li .fa.fa-times {
    color: red;
}

.custom-panel-group {
    -ms-border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    margin: 0 !important;
}

.table_user tr.active > td, .table_routes tr.active > td, .table_location tr.active > td {
    background: #f5f5f2 !important;
    font-weight: bold;
}

.panel-info > .panel-heading {
    background: #fff !important;
}

tr.active {
    text-decoration: underline;
}

h2 {
    border-bottom: 1px solid #999;
    color: #333;
    margin: 10px 0 10px 0;
}

.breadcrumb {
    -ms-border-radius: 0;
    border: 1px solid #1f7ca9;
    border-radius: 0;
    margin: 0;
    margin-bottom: 0px;
    padding: 5px 0 5px 10px;
}

.panel {
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-heading {
    -ms-border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
    -ms-border-radius: 0;
    border-radius: 0;
}

.modal-dialog .panel-default {
    border-color: #aaa;
}

    .modal-dialog .panel-default .region, .modal-dialog .panel-default .locations, .modal-dialog .panel-default .route {
        border: none;
    }

        .modal-dialog .panel-default .region .panel-title, .modal-dialog .panel-default .locations .panel-title, .modal-dialog .panel-default .route .panel-title {
            padding-left: 10px;
        }

        .modal-dialog .panel-default .region td, .modal-dialog .panel-default .locations td, .modal-dialog .panel-default .route td {
            padding: 0 0 0 30px !important;
        }

        .modal-dialog .panel-default .region label, .modal-dialog .panel-default .locations label {
            font-weight: normal;
            margin: -5px 0 0 0;
        }

.modal-dialog .panel-body {
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

    .modal-dialog .panel-body table {
        margin: 0;
    }

#RoutePublic {
    margin-top: 4px;
}

.col-md-8{
    padding-right: 0px;
}

.col-md-10 {
    padding-right: 0px;
}

.col-lg-12{
    padding-right: 0px;
    padding-left: 0px;
}

.modal-body {
    padding-left: 15px;
    padding-right: 15px
}

.modal-body label {
    font-weight: normal;
    padding: 0 0 10px 0 !important;
}

.modal-body .form-group {
    margin: 0;
}

.modal-body .panel-title {
    font-size: 14px;
}

.objdata {
    padding: 0;
    background-color: white;
    /*border-left: 5px solid #42A5F5*/
}

.count > .objdata {
    /*border-left: 5px solid #90CAF9;*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.grey .count > .objdata {
    border: none;
}

.inside_panel {
    /*border-left: 5px solid #2196F3 !important;*/
    border-color: #cfcfcf !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.grey > .inside_panel {
}

.objdata table {
    margin-bottom: 0;
}

.archive {
    border-bottom: 1px solid #8f8f8f !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

    .archive label {
        padding: 3px !important;
    }

.reports .panel-heading {
    background-color: #1f7ca9;
    color: #fff;
}

.reports .form-group {
    margin-right: 30px;
}

@media (max-width: 1366px) {
    .reports .form-group {
        margin-bottom: 5px;
        margin-right: 0;
        margin-top: 0 !important;
    }

    #reportData { /*margin-top: 170px !important;*/
    }
}

.reports .form-group label {
    font-weight: normal;
    margin-bottom: 5px;
}

.reports .butons {
    border-top: 1px solid #8f8f8f !important;
    margin: 10px 0 0 0;
    padding: 8px 0 0 0;
}

.shed .well {
    -ms-border-radius: 0;
    background-color: #fafafa;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
    padding: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.shed .panel-default {
    -ms-border-radius: 0;
    border-radius: 0;
    border-top: none;
}

.shed .sched {
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.shed .panel-body {
    padding: 0;
}

.modal-dialog .mm {
    background-color: #1f7ca9;
    color: #fff;
}

.modal-dialog .custom {
    background-color: #1f7ca9;
    color: #fff;
    font-weight: normal;
}

.datatable th {
    color: #1f7ca9;
    font-weight: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

.datatable td {
    text-align: center;
    white-space: nowrap;
}


.datatable tr:nth-child(2n) {
    background-color: #f0f0f0;
}

#reportData .form-group {
    margin: 0;
}

#reportData .col-md-12 {
    padding: 0;
}

.close {
    -ms-opacity: .7;
    color: #000;
    opacity: .7;
}

#archtype, #sandbox-container2 {
    float: left;
    margin-right: 30px;
}

    #archtype label {
        padding: 2px !important;
    }

/*#archtype {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}*/


#refresh_archdata {
    padding: 3px 12px;
}

.count {
    border: none !important;
    margin-top: -10px;
    box-shadow: 0 3px 6px #000000, 0 3px 6px #000000;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .count > .panel-heading {
        background-color: #dddddd !important;
        border-bottom: none;
        /*#4fac5f*/
        /*border-left: 5px solid #64B5F6;*/
    }

.grey .count > .panel-heading {
    border: none;
}

.count > .panel-heading button {
    margin-top: -4px;
}

.counters .alert {
    margin-bottom: 0 !important;
}

.config {
    background-color: #fff !important;
    border: none;
    margin-bottom: 0;
}

    .config > .panel-heading {
        -ms-border-bottom-left-radius: 0 !important;
        -ms-border-bottom-right-radius: 0 !important;
        -ms-border-radius: 0 !important;
        background-color: transparent !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 10px !important;
        border-top-right-radius: 10px !important;
        /*border-radius: 0 !important;*/
        color: #fff !important;
        margin-bottom: 10px;
        border-left: 5px solid #607D8B;
        border-bottom: none;
    }

    .config tr.devdata button {
        margin-right: 0;
    }

.btn-block + .btn-block {
    margin: 0;
}

.config h4.config_title {
    color: #455A64;
    margin: 0;
    text-align: left;
}

.main-content .objects {
    background-color: #fff !important;
    /*border-right: 1px solid #eee;*/
    margin-bottom: 10px;
    border: none;
    box-shadow: 0 1px 3px #000000, 0 1px 3px #000000;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.objects {
    /*border: none !important;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table tr:nth-child(2n) {
    /*background-color: #eee;*/
}

.research tr:nth-child(2n) {
    background-color: transparent !important;
}

.research {
    margin-top: 0px;
}

#dataTab {
    margin: 0px 15px 5px 20px;
}

legend {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 10px;
    padding: 0;
    padding: 0 5px;
    width: auto;
}

fieldset {
    border-radius: 5px;
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}

    fieldset input[type='text'] {
        width: 100%;
    }

.btn, .input-group-addon {
    border-radius: 0px;
}


/* The switch - the box around the slider */
.switch-small {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-top: 7px; 
}

/* Hide default HTML checkbox */
.switch-small input {
    display: none;
}

/* The slider */
.slider-small {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-small:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2.5px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-small {
    background-color: gray;
}

input:focus + .slider-small {
    box-shadow: 0 0 1px gray;
}

input:checked + .slider-small:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider-small.round-small {
    border-radius: 34px;
}

.slider-small.round-small:before {
    border-radius: 50%;
}

.counters {
    /*border: 3px solid #B2D9EA;*/
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 1;
}

.panel-group .panel {
    border-radius: 0;
}

fieldset#CounterTemplate .form-group {
    margin-bottom: 5px !important;
}

fieldset#CounterTemplate fieldset {
    padding: 5px;
}

    fieldset#CounterTemplate fieldset:first-of-type {
        margin-bottom: 10px !important;
    }

fieldset#CounterTemplate select {
    margin-right: 10px;
    width: auto !important;
}

fieldset#CounterTemplate legend {
    margin-bottom: 0 !important;
}

#accordion_region, #accordion_route {
    margin: 0 0;
}

.shedule {
    padding-top: 12px;
}


.config:first-child {
    margin-top: 0;
}

.config {
    margin-top: 40px;
    padding-right: 0;
    padding-top: 0 !important;
}

.report {
    position: fixed;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

#reportData {
    margin-top: 12%;
}

.trigger-filter {
    opacity: 0.6;
    padding: 43px 20px;
    position: fixed;
    right: 0;
    z-index: 999;
}

.shed {
    position: sticky;
    top: 27%;
    z-index: 59;
}

@media (max-width: 1280px) {
    .trigger-filter {
        opacity: 0.6;
        padding: 59px 9px;
        position: fixed;
        right: 0;
        z-index: 999;
    }
}

.trigger-filter:hover {
    opacity: 1;
}

#data {
    min-height: 50px;
}

ul.devdata button:hover {
    background: #eee;
}

.panel-title > a {
}

.bg-link {
    background-color: #e9bdbd !important;
}

button.show_button + button {
    margin-left: 5px;
}

.alert {
    border-radius: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    top: 0;
    z-index: 1100;
    left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
    transition: height 2s;
    -moz-transition: height 2s; /* Firefox 4 */
    -webkit-transition: height 2s; /* Safari and Chrome */
    -o-transition: height 2s; /* Opera */
}

.close:focus {
    color: transparent !important;
}

button.resize {
    font-size: 20px;
}

.map-routes {
    left: 10px;
    position: absolute;
    top: 60px;
    z-index: 999;
}

    .map-routes .clicked {
        background-color: #3276b1;
        border-color: #285e8e;
        color: #fff;
    }

.form-search {
    width: 400px;
}

    .form-search input {
        font-size: 14px;
        height: 30px;
        padding: 6px 5px;
        width: 300px !important;
    }

    .form-search .twitter-typeahead {
        float: left;
    }

#menu {
    padding: 5px;
}

    #menu input[type="text"] {
        margin-bottom: 5px;
    }

    #menu .alert {
        display: flex;
        margin-bottom: 5px;
        padding: 5px;
    }

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1f7ca9 !important;
}

.shred li.alert-success {
    background-color: #dff0d8;
}

.shred li.alert-warning {
    background-color: #fcf8e3;
}

.shred li.alert-danger {
    background-color: #f2dede;
}

.shred li.alert-link {
    background-color: #B67272;
    color: #fff;
}

.shred li.alert-purple {
    background-color: purple;
    color: #fff;
}

.shred li.alert-info {
    background-color: #d9edf7;
}

.shred li.list-group-item {
    padding: 5px 0;
}

.shred {
    margin-bottom: 0 !important;
}

    .shred li {
        border-radius: 0 !important;
    }

table.research th:hover {
    cursor: pointer;
}

table.research {
    margin-bottom: 8px !important;
}

    table.research td {
        width: 30% !important;
    }

.ossNone {
    background-color: transparent;
}

.ossLinkError, .ossNoCarier, .ossBusy, .ossLinkError a, .ossNoCarier a, .ossBusy a {
    background-color: transparent;
    color: maroon;
}

.ossSuccessful, .ossSuccessful a {
    background-color: transparent;
    color: green;
}

.ossTimeout, .ossTimeout a {
    background-color: transparent;
    color: purple;
}

.ossInProgress, .ossInProgress a {
    background-color: transparent;
    color: #1c7acb;
}

.ossErrorData, .ossErrorData a {
    background-color: transparent;
    color: red;
}

.nav-pills > li > a, .nav-tabs > li > a {
    border-radius: 0px;
    padding: 5px;
}

#myTab {
    border-bottom: 1px solid #1f7ca9 !important;
}

.collapse {
    color: #000;
}

button.info {
    position: absolute;
    top: -35px;
}

.config-search {
    display: inline-block;
    margin-bottom: 10px;
}

    .config-search input {
        border-right: none !important;
        height: 30px;
        padding: 6px 5px;
    }

    .config-search select {
        height: 30px;
        width: 45% !important;
    }

    .config-search .input-group-btn {
        font-size: 14px;
    }

    .config-search button {
        float: left;
        margin-right: 8px;
        max-width: 175px;
    }

#livesearch, #err {
    border-top: none !important;
    position: absolute;
    top: 30px;
    width: 100%;
}

    #livesearch td {
        white-space: normal;
    }

    #livesearch ul {
        padding-left: 0;
        position: fixed;
        z-index: 1000000000000;
    }

    #livesearch ul li {
        background-color: #fff !important;
    }

    #livesearch ul li a {
        background-color: #fff !important;
    }



@media (max-width: 1150px) {
    #livesearch .list-group {
        position: relative;
        z-index: 1000000000;
        /*width: 400px;*/
        min-width: 350px;
        overflow: scroll;
        background-color: white;
    }
}

.normal-padding {
    padding-right: 32px !important;
}

.report_title {
    border-bottom: none !important;
    color: #000 !important;
    padding-bottom: 0 !important;
}

button.regBy {
    position: relative;
    right: 0;
    top: 22px;
}

tr.toptop th {
    width: 5% !important;
}

.objdata table {
    display: inline-table !important;
}

ul.collapse, ul.in {
    padding-left: 0;
}

button#location, button#object {
    margin-left: -1px;
    margin-right: -5px;
}

.tableLog {
    margin-bottom: 0;
}

    .tableLog caption {
        border-bottom: 0px solid #000;
        border-top: 0px solid #000;
        padding: 0;
    }

    .tableLog .active {
        font-weight: bold;
    }

        .tableLog .active:after {
            content: "\f00c";
            display: inline-block;
            font-family: FontAwesome;
            margin-left: 5px;
        }

    .tableLog tr.firstTr {
        border-top: 2px solid #000;
    }

    .tableLog caption span {
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
    }

    .tableLog caption button {
        border: none;
    }

.table.locations caption {
    background-color: #dff0d8;
    border-bottom: none;
    border-top: 0px solid #000;
}

    .table.locations caption button {
        background-color: #dff0d8;
    }

.table.locations tr:first-child {
    border-top: 2px solid #999;
}

.table.objects caption {
    background-color: #d9edf7;
    border-bottom: none;
    border-top: 1px solid #000;
}

    .table.objects caption button {
        background-color: #d9edf7;
    }

.table.objects tr:first-child {
    border-top: 2px solid #999;
}

.table.locations caption span, .table.objects caption span {
    font-size: 14px;
    font-weight: normal !important;
}

.margines {
    margin: 25px;
}

table.fixed-table {
    background-color: #fff;
    position: fixed;
    width: 83%;
    z-index: 101;
}

.searchController > option.cat {
    font-weight: bold !important;
}

.searchController > option.podCat {
    padding-left: 10px;
}

.gasAlarms {
    margin-left: -10px;
}

    .gasAlarms table caption {
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
    }

/* The switch - the box around the slider */
.switch-small {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px
}

    /* Hide default HTML checkbox */
    .switch-small input {
        display: none;
    }

/* The slider */
.slider-small {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-small:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 2.5px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-small {
    background-color: gray;
}

input:focus + .slider-small {
    box-shadow: 0 0 1px gray;
}

input:checked + .slider-small:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider-small.round-small {
    border-radius: 34px;
}

    .slider-small.round-small:before {
        border-radius: 50%;
    }

.switch-small {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    margin-top: 5px;
}