*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #f2f2f2 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #f2f2f2 inset;
    -webkit-text-fill-color: #333;
}  

::-webkit-scrollbar {
    width: 8px;
    margin-right: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(34,45,50,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(34,45,50,0.4); 
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: auto;
}
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    color: #747474;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: white;
    border: 1px solid #eee;
}

label {
    cursor: pointer;
}

a {
    color: #303641;
    text-decoration: none;
}
a:hover, a:focus {
    color: #818da2;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a.disabled {
    pointer-events:none !important;
}

img {
    vertical-align: middle;
}

strong {
    font-weight: bold;
}

p {
    line-height: 2;
    padding: 0.5em 0;
}

.clearfix:after,
.nav-tabs:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.bold {
    font-weight: bold;
}

.js_search {
    margin-bottom: 2em !important;
    font-size: 12px !important;
}

.filter {
    display: block;
    margin: 1em 0 3em 0;
}

    .filter input,
    .filter select {
        padding: 0.5em;
        min-width: 15em;
        background-color: rgb(245, 245, 246);
        border-color: #c2c2c2;
    }

    .filter .placeholder {
        color: #aaa !important;
    }

.title {
    font-weight: bold;
    margin: 1em 0;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgb(48, 54, 65);
}

.center,
.align-center
{
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.aw {
    width: auto !important;
}
.uppercase {
    text-transform: uppercase;
}

.error {
    border: 1px solid red !important;
}

    .error i {
        color: red !important;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}

.alert:after {
    content: '\f00d';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 15px;
}

    .alert > strong:first-child {
        margin-right: 10px;
    }

    .alert-success {
        background-color: #00a65a;
        border-color: #bdedbc;
        color: white;
    }

    .alert-warning {
        background-color: #fbc813;
        border-color: #ffefa4;
        color: white;
    }

    .alert-danger {
        background-color: #f56954;
        border-color: #ffc9c9;
        color: white;
    }

    .alert-info {
        background-color: #c5e8f7;
        border-color: #c5e8f7;
        color: #2c7ea1;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.9em;
    line-height: 1.42857143;
    border-radius: 3px;
    min-width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 150px;
    transition: background-color 0.1s;
}

.btn-group {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 9px;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .btn-group > .btn:first-child {
        margin-left: 0;
    }
    .btn-group > .btn, 
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
        width: auto;
        min-width: auto;
    }

    [data-toggle="buttons"] > .btn input[type="radio"], 
    [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 
    [data-toggle="buttons"] > .btn input[type="checkbox"], 
    [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.btn:hover, .btn:focus {
    color: #272727;
    text-decoration: none !important;
    outline: 0;
}

    .btn i {
        float: left;
        position: relative;
        padding: 3px;
        margin-left: -5px;
        margin-right: 5px;
}
.btn-return {
    color: black;
    background-color: #fbc813;
    border-color: #e8b604;
}

.btn-return:hover {
    color: black;
    background-color: #FFE22D;
    border-color: #FFE22D;
}

.btn-success {
    color: #fff;
    background-color: #00a65a;
    border-color: #00a65a;
    color: #fff !important;
}

.btn-default {
    color: #222d32;
    background-color: #f0f0f1;
    border-color: #aaa;
}

.btn-white {
    color: #222d32;
    background-color: #FFF;
    border-color: #FFF;
    border-color: #ebebeb !important;
}

.btn-success:hover, .btn-green:hover, .btn-success:focus, .btn-green:focus, .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #00b562;
    border-color: #00a65a;
}



.copyright {
    position: absolute;
    bottom: 5px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
    .copyright > a {
        color: rgb(148, 148, 148);
    }

.graph {
    width: 100px; 
    height: 20px;
    border: 1px solid #bbb; 
    background: rgb(235, 235, 235);
    position: relative;
}

.bar {
    height: 18px;
    background-color: #fbc813;
    border-top: 1px solid #fceabb;
    border-bottom: 1px solid #fceabb;
    width: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
    .bar.return_alarm {
        background-color: red;
    }
/*small tabs*/
.nav-tabs {
    border-bottom: 1px solid #222d32;
    margin-top: 20px;
    margin-bottom: 10px;
}
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        position: relative;
        display: block;
    }

    .nav-tabs.bordered {
        margin-bottom: 0;
    }

    .nav-tabs > li.active > a, 
    .nav-tabs > li.active > a:hover, 
    .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 1px solid #222d32;
        border-bottom-color: transparent;
        cursor: default;
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 3px 3px 0 0;
        position: relative;
        display: block;
        padding: 10px 15px;
        font-weight: bold;
    }

    .nav-tabs.bordered + .tab-content {
        border: 1px solid #222d32;
        border-top: 0;
        -webkit-border-radius: 0 0 3px 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 3px 3px;
        -moz-background-clip: padding;
        border-radius: 0 0 3px 3px;
        background-clip: padding-box;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

.tab-content {
    font-size: 0.92em;
}

    .tab-content > .tab-pane {
      display: none;
    }
    .tab-content > .active {
      display: block;
    }

/* big tabs */
.tabs {
    margin-bottom: 3em;
}

    .tabs > li {
        display: inline-block;
        border: 1px solid #222d32;
        border-bottom: none;
        padding: 10px 20px;
        min-width: 150px;
        text-align: center;
        background-color: #222d32;
        border-bottom: 1px solid #ebebeb;
        cursor: pointer;
    }
        .tabs > li a {
            color: #FFF;
        }

            .tabs > li a > i {
                margin-right: 1em;
            }

    .tabs > li.active {
        background-color: white;
        font-weight: bold;
        border-bottom: none;
    }

        .tabs > li.active > a,
        .nav-tabs > li > a {
            color: #303641;
        }

.hidden {
    display: none !important;
}

.input {
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.43;
    color: #555;
    background-color: rgb(235, 235, 235);
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    margin: 1em 0.5em 0 0;
}

    .input input, 
    .input select,
    .input textarea {
        width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        border: 0;
        color: #464645;
        height: 100%;
    }

.input_100 {
    width: 100% !important;
}

.input-group {
    /*margin: 0 0 1.5em 0;*/
    width: 100%;
}

    .input-group input,
    .input-group select {
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        margin-left: 10px;
        height: 100%;
    }

    .input-group i {
        width: 10px;
    }

    .input .error_description {
        width: 200px;
        padding: 10px;
        display: block;
        position: absolute;
        top: 0;
        background-color: #CD0000;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;

    }

        .input .error_description li:first-child {
            margin-top: 0;
        }

        .input .error_description.left:after {
            border-left-color: #CD0000;
            right: -14px;
        }

        .input .error_description.right:after {
            border-right-color: #CD0000;
            left: -14px;
        }

        .input .error_description:after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: 11px;
            border: 7px solid transparent;
        }

        .input .error_description.left  {left:  -210px;}
        .input .error_description.right { right: -190px;}


.textarea {
    display: block;
    width: auto;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.textarea textarea {
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: #464645;
}

.right {
    float: right;
}

.left {
    float: left;
}

.row {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;

}


.row:before, .row:after {
    content: " ";
    display: table;
}

.page-container .sidebar-menu {
    position: absolute;
    width: 290px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #222d32;
    color: #aaabae;
    z-index: 1;
    box-sizing: border-box;
    height: 100vh;
    /*transition: left 0.4s ease-out;*/
}

#loading {
    color: #cdcdcd;
}
    body > #loading {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: grey;
        opacity: 0.4;
        filter: alpha(opacity=40);
        color: white;
        z-index: 100;
    }

    #loading > i {
        top: 50%;
        left: 50%;
        position: absolute;
        font-size: 180px;
        margin: -90px 0 0 -90px;
    }

#notification {
    color: white;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1AC06B;
    display: block;
    z-index: 999999;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);

    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-transition: -webkit-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}

    #notification.shown {
        -webkit-transform: scaleY(1) !important;
        -o-transform: scaleY(1) !important;
        -ms-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
    }
    
    #notification.warn_error {
        background-color: red;
    }

    #notification > p {
        padding: 17px;
        font-size: 1.4em;
    }

    #notification > p > i {
        margin-right: 1em;
    }

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7d8086;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #717379;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #949494;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.language-selector {
    margin-top: -7px;
}

.language-selector > .dropdown-toggle {
    display: inline-block;
    padding: 7px 12px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.language-selector > .dropdown-toggle img {
    display: inline-block;
    line-height: 1;
    border-radius: 100%;
}

.language-selector.open > .dropdown-toggle {
    background: #f5f5f6;
}

.language-selector .dropdown-menu {
    background: #f5f5f6;
    border: none;
    margin: 0;
    padding: 0;
    width: 200px;
    overflow: hidden;
    -webkit-border-radius: 0 3px 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 3px;
    background-clip: padding-box;
}

.language-selector .dropdown-menu.pull-right {
    -webkit-border-radius: 3px 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 3px 0 3px 3px;
    background-clip: padding-box;
}

.language-selector .dropdown-menu > li {
    border-bottom: 1px solid #ebebeb;
}

.language-selector .dropdown-menu > li a {
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    padding: 10px 20px;
    color: #8d929a;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.language-selector .dropdown-menu > li a img {
    margin-right: 5px;
    border-radius: 100%;
}

.language-selector .dropdown-menu > li a:hover {
    background: #ebebeb;
}

.language-selector .dropdown-menu > li:last-child {
    border-bottom: 0;
}

.language-selector .dropdown-menu > li.active a {
    background: #ebebeb;
    color: #737881;
}

.language-selector.open > .dropdown-toggle {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

#main-menu {
     margin-bottom: 2em;
}

    #main-menu a {
        color: #b8c7ce;
    }

    #main-menu li.section:first-child {
        margin-top: 1.5em;
    }

    #main-menu li.section {
        padding: 0.5em 0 0.5em 1em;
        border-bottom: 1px solid grey;
        margin: 0.75em 0 1em 1em;
        color: #fbc813;
        font-size: 13px;
    }

    #main-menu li {
        border-bottom: 1px solid rgba(69, 74, 84, 0.4);
        padding: 5px 0;
    }

        #main-menu li > a {
            height: 2em;
            display: block;
            padding-left: 2em;
            font-size: 1em;
        }

        #main-menu li:hover,
        #main-menu li.active
        {
            background-color: rgba(69,74,84,0.3);
        }

            #main-menu li > a:hover,
            #main-menu li.active > a
            {
                color: white;
                text-decoration: none;
            }

            #main-menu li > a > span{
                margin-left: 0.2em;
            }

            #main-menu li > a > i{
                display: inline-block;
                margin-right: 10px;
                width: 10px;
            }

div.logo {
    text-align: center;
    margin: 2em auto;
}
    div.logo a {
        color: #fbc813;
        font-size: 3em;
        font-family: 'Rock Salt';
        text-decoration: none;
    }

    div.main-content {
        position: relative;
        float: left;
        padding: 20px;
        z-index: 2;
        background: #fff;
        box-sizing: border-box;
        min-height: 100vh;
        margin-left: 290px;
        width: calc(100% - 290px);
        width: -webkit-calc(100% - 290px);
        width: -moz-calc(100% - 290px);
    }
        div.main-content.full-width{
            width: 100%;
            margin-left: 0;
        }

        div.main-content .screen p {
            max-width: 1024px;
            line-height: 2;
        }

        div.main-content .screen p a {
            font-weight: bold;
            text-decoration: underline;
        }

.capitalize {
    text-transform: capitalize;
}

/* Tabele */
.table_wrapper {
      width: 100%;
}

.table_wrapper .table-info {
    border: 1px solid rgb(235, 235, 235);
    border-top: none;
    /*background-color: rgb(245, 245, 246);*/
}

.table_wrapper .table-info div:first-child{
    position: absolute;
    padding-left: 1em;
    top: calc(50% - 7px);
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
}

.table {
    background-color: rgba(0, 0, 0, 0);
    border-collapse: collapse;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border: 1px solid rgb(235, 235, 235);
    box-sizing: border-box;
    display: table;
    font-size: 12px;
    line-height: 17.142858505249023px;
    margin-bottom: 3em;
    max-width: 100%;
    width: 100%;
    display: table;
    }

    .table thead {
        border-bottom-color: rgb(235, 235, 235);
        border-collapse: collapse;
        border-left-color: rgb(235, 235, 235);
        border-right-color: rgb(235, 235, 235);
        border-top-color: rgb(235, 235, 235);
        box-sizing: border-box;
        color: rgb(148, 148, 148);
        display: table-header-group;
        font-size: 12px;
        height: 34px;
        line-height: 17.142858505249023px;
        vertical-align: middle;
    }

        .table thead tr, 
        .table tfoot tr, 
        .table_row {
            border-bottom-color: rgb(235, 235, 235);
            border-collapse: collapse;
            border-left-color: rgb(235, 235, 235);
            border-right-color: rgb(235, 235, 235);
            border-top-color: rgb(235, 235, 235);
            box-sizing: border-box;
            color: rgb(148, 148, 148);
            font-size: 12px;
            height: 34px;
            line-height: 17.142858505249023px;
            vertical-align: middle;
            width: 100%;
        }

        .table thead th, .table tfoot th {
            background-color: rgb(245, 245, 246);
            border: 1px solid rgb(235, 235, 235);
            border-collapse: collapse;
            border-image-outset: 0px;
            border-image-repeat: stretch;
            border-image-slice: 100%;
            border-image-source: none;
            border-image-width: 1;
            box-sizing: border-box;
            color: rgb(48, 54, 65);
            cursor: default;
            display: table-cell;
            font-size: 12px;
            font-weight: bold;
            height: 34px;
            line-height: 17.142858505249023px;
            outline-color: rgb(48, 54, 65);
            outline-style: none;
            outline-width: 0px;
            padding: 8px;
            text-align: left;
            vertical-align: bottom;
        }

    .table tbody td, .table_cell {
        display: table-cell;
        border-collapse: collapse;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border: 1px solid rgb(235, 235, 235);
        box-sizing: border-box;
        display: table-cell;
        font-size: 12px;
        height: 50px;
        line-height: 17.142858505249023px;
        padding: 8px;
        vertical-align: middle;
    }

    .table a:hover {
        text-decoration: underline;
    }

    .table tbody tr:hover {
        background-color: rgb(245, 245, 246);
    }


.table_row {
    display: table !important;
}

.table_cell > header {
    display: inline-block;
    font-weight: bold;
    font-size: 1.3em;
    color: rgb(48, 54, 65);
    margin-bottom: 1em;
}
    .table_cell > header > span {
        text-transform:uppercase;
    }

.table_cell > ul li {
    border-bottom: 1px solid #ddd;
    line-height: 2.5em;
    text-align: justify;
    padding: 1em 0;
}

    .table_cell > ul header {
        font-weight: bold;
        color: #666;
    }

    .table_cell > ul li > span {
        display: inline-block;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* END Tabele */
.clear_floats {
    clear: both;
    overflow: hidden;
}

header.main {
    display: block;
    width: 100%;
    /*overflow: hidden;*/
    font-size: 1em;
    margin-bottom: 3em;
}

    header.main > div.left {
        max-width: calc(100% - 90px);
    }

    header.main > ul > li {
        display: inline-block;
        margin-right: 4em;
    }

    header.main > ul > li:last-child {
        margin-right: 0;
    }

    header hr {
        width: 100%;
        float: left;
        clear: both;
        border: 1px solid #ebebeb;
        background-color: #ebebeb;
        color: #ebebeb;
    }

.header-navigation {
    padding: 8px 15px 8px 0;
    margin: 10px 0 10px 0;
    list-style: none;
    border-radius: 3px;
    font-size: 12px;
}

    .header-navigation li {
        float: left;
        margin-left: 5px;
    }


        .header-navigation li:first-child:before {
            content: none;
        }

        .header-navigation li:before {
            content: '/';
        }

    .header-navigation i {
        margin-right: 5px;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1em 0;
    border-radius: 3px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #f5f5f6;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #222d32;
    border-color: #222d32;
    cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 15px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    font-size: 11px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

#form_buttons {
    text-align: center;
    margin-top: 10px;
}

.mark {
  display: inline-block;
  width: 50px;
  height: 33px;
  padding: 9px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
  color: #444;
  background: #fbc813;
}

.loc {
    width: 50px;
    font-size: 1.3em;
    text-align: center;
    font-family: FontAwesome;
    cursor: pointer;
}

    .loc:after {
        content: '\f067';
        color: grey;
    }

    .loc > input[type="checkbox"] {
        display: none;
    }

.loc_selected {
    background-color: #00a65a;
}
    .loc_selected:after {
        content: '\f0a1' !important;
        color: white;
    }


.ap_offline tr:hover, .ap_online tr:hover {
    background-color: rgb(245, 245, 246);
}

.ap_online td {
    border: none !important;
}

.ap_online td:first-child {
    width: 50px;
    background-color: #00a65a;
    color: white;
    text-align: center;
    font-size: 1.3em;
}
    .ap_online td:first-child:after {
        font-family: FontAwesome;
        content: "\f00c";
    }


.ap_offline td {
    border: none !important;
}

.ap_offline td:first-child {
    width: 50px;
    background-color: #fbc813;
    color: #444;
    text-align: center;
    font-size: 1.3em;
}
    .ap_offline td:first-child:after {
        font-family: FontAwesome;
       content: "\f00d";
    }


.ap_offline td:nth-child(5), .ap_online td:nth-child(5) {
    width: 200px;
    text-align: center
}    


.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: rgb(235, 235, 235);
    border-radius: 3px;
}
    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li i {
            margin-right: 0.5em;
        }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

#map {
    border: 1px solid #aaa;
    width: 100%;
    height: 360px;
}

#location_search {
    width: 70%;
    /*position: absolute;*/
}


@media only screen and (max-width: 800px) {
    /*Mobile Phones */

    header.main > div.left,
    header.main > .right
    {
        display: block;
        width: 100%;
        float: none;
    }

    header.main > div.left {
        margin-bottom: 1em;
        max-width: 100%;
        padding-left: 14px;
    }

    header.main > .right > li:nth-child(2) {
        float: right;
    }

    .copyright {
        display: none;
    }

    .breadcrumb > li {
        display: block;
        margin: 1em 0;
    }

    #mobile-header {
        background-color: #222d32;
        display: block;
        color: #fbc813;
        font-size: 2em;
        padding: 0.5em;
        position: relative;
        padding-left: 1em;
        font-family: 'Rock Salt';
    }
        #mobile-header > i {
            position: absolute;
            right: 1em;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            font-size: 0.8em;
        }

    .page-container .sidebar-menu {
        left: -110%;
        width: 100%;
        z-index: 5;
        margin-top: 4em;
        -webkit-transition: left 0.4s ease-out;
        -moz-transition: left 0.4s ease-out;
        -ms-transition: left 0.4s ease-out;
        -o-transition: left 0.4s ease-out;
        transition: left 0.4s ease-out;
        }
        
        .page-container .sidebar-menu.show {
            left: 0 !important;
        }

        .page-container .sidebar-menu .logo-env {
            display: none;
        }

    div.main-content {
        margin-left: 0;
        width: 100%;
    }

    .tabs > li {
        width: 100%;
        text-align: left;
        margin-bottom: 0.5em;
    }

    .input .error_description {
        width: 90%;
    }
    
        .input .error_description.left  {
            left:  0px;
            top: -70px;
        }

        .input .error_description.right {
            right: 0px;
            top: -70px;
        }
}