@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600';
body {
    /*padding-top: 79px;*/
    font-family: "Roboto", "Tahoma", "Helvetica", sans-serif;
    padding-bottom: 40px;
    overflow-y: scroll;
    padding-right: 0 !important;
    overflow: auto !important;
}

a {
    color:#996c4b;
}

a:focus, a:hover {
    color:#7b4022;
}

p {
    margin: 0;
}
.container {
    max-width: 1280px;
    width: 100%;
}
a:focus, a:hover {
    text-decoration: none;
}

label {
    margin-bottom: 0;
}
.notactive {
    pointer-events: none !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
    opacity: 0.6 !important;
    filter:alpha(opacity=60);
}

.opacity-100 {
    opacity: 1 !important;
    filter:alpha(opacity=100);
}

nav.main_nav {
    /*float: right;*/
    position: absolute;
    right: 15px
}

nav.main_nav ul li {
    display: inline;
    float: left;
    margin-left: 35px;
    position: relative;
}

nav.main_nav ul li a {
    color: #6a6a6a;
    font-family: "Maven Pro","Tahoma","Helvetica",sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.navbar {
    height: 72px;
    font-family: "Roboto", "Tahoma", "Helvetica", sans-serif;
    background: transparent;
}

.navbar-header {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.navbar-collapse {
    float: right;
}
.navbar-nav li {
    float: right;
}

.navbar-brand {
    padding-top: 12px;
}
.navbar-brand img {
    width: 60%;
}
.login_logout {
    margin-top: 13px;
    padding: 4px 13px;
    border-radius: 2px;
    font-size: 13px;
    color:#fff;
    background: #996c4b;
}

.login_logout:hover {
    cursor: pointer;
}

#shop_id {
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1001;
}

#shop_id a {
    text-shadow: none;
    padding: 0;
    color: #fff; 
} 

.login {
    clear: both;
}

.login_panel {
    background-color: #fff;
    box-shadow: 0px 6px 13px -8px gray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    float: right;
    padding-bottom: 30px;
    padding-left: 58px;
    padding-right: 58px;
    padding-top: 30px;
    width: 351px;
}

.login_panel .login_arrow {
    display: inline-block;
    float: left;
    margin-left: -85px;
    margin-top: -8px;
    position: relative;
}

.login_panel span.login_title {
    color: #4f4f4f;
    display: inline-block;
    font-family: "Roboto","Tahoma","Helvetica",sans-serif;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 24px;
    width: 100%;
}

.login_field {
    display: block;
    color:#4f4f4f;
    margin-bottom: 10px;
}

.login_panel input.login_input {
    background-color: #f1f1ec;
    border-radius: 3px;
    border: none;
    display: inline-block;
    font-family: "Roboto","Tahoma","Helvetica",sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: 38px;
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
    width: 250px;
}
.login_input {
    margin-left: 50px;
}

.login_panel #login_button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icon/log_in_icon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 32px;
    margin-top: 12px;
    width: 94px;
}

.login_iframe {
    display: table;
    width: 100%;
}

.login_iframe #login_form {
    width: 300px;
    margin:auto;
}
.login_iframe .login_title {
    text-align: center;
    width: 100%;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.login_iframe #login_form .login_field {
    margin-bottom: 3px;
    font-size: 18px;
}
.login_iframe #login_form input {
    width: 100%;
    margin-left: 0 !important;
    border:1px solid #000;
    height: 40px;
    margin-bottom: 15px;
}
.login_iframe #login_form #forgot_password {
    margin-bottom: 5px;
}

.login_iframe #login_form #login_button {
    width: 140px;
    height: 40px;
    display: inline-block;
    float: right;
    text-align: center;
    padding: 10px;
}

#forgot_password {
    margin-top: -8px;
    display: block;
    font-size: 14px;
    cursor: pointer;
}
.input_error {
    width: 100%;
    border: 1px solid #C63846 !important;
    color: #C63846 !important;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(198,56,70,.5) !important;
}

.input_error:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(198,56,70,.5) !important;
}

.rest_menu {
    margin-top: 13px;
    padding: 4px 13px;
    border-radius: 2px;
    font-size: 13px;
    margin-right: 32px;
    cursor: pointer;
}

.rest_menu a {
    color:#996c4b;
    text-decoration: none;
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #996c4b;
    border-left: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #996c4b;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu {
    background: #996c4b;
    border-radius: 0px 0px 5px 5px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow:none;
    margin-top:10px;
    width: 200px;
}

.dropdown-menu li, .dropdown-menu li a {
    color: #fff;
    font-size: 15px;
    padding: 20px 20px 5px 20px;
}

.dropdown-menu li a {
    padding:0;
}

.dropdown-menu li a:hover{
    background: transparent;
    color: #fff;
}

.dropdown-menu li:last-of-type {
    padding-bottom: 20px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
}


.navbar-nav li a:hover {
    background-color: transparent ;
}

.my_humidor_menu {
    font-size: 13px;
}

@media only screen and (max-width: 760px) {
    .navbar {
        margin-bottom: 130px;
    }
    .navbar-header {
        transform: translate(-25%, -5%);
    }
    .navbar-collapse, .navbar-nav {
        width: 100%;
        position: absolute;
        right: 50%;
        transform: translateX(45%);
    }
    
    .navbar-nav {
        margin-top: -7px;
    }

    .container > .navbar-collapse {
        margin-right: -4px;
    }

    #log_out, #cockpit_menu {
        margin-top: 8px;
    }
    .login_logout {
        font-size: 10px;
    }
    
    #shop_id a {
        line-height: 16px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%; /* ispod linka */
        left: 0;
        z-index: 1000; /* dovoljno visoko da bude iznad sadržaja */
        display: none; /* sakriveno dok se ne klikne */
        background-color: #996c4b;
        left: -45vw;
        top: 30px;
    }
    .dropdown.open .dropdown-menu {
        display: block;
    }
    .dropdown-menu:before, .dropdown-menu:after{
        left:48vw;
        
    }
}

.btn {
    line-height: 1.2
}

.btn-success {
    background-color: #996c4b;
    background-image: -moz-linear-gradient(top, #996c4b, #996c4b);
    background-image: -ms-linear-gradient(top, #996c4b, #996c4b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#996c4b), to(#996c4b));
    background-image: -webkit-linear-gradient(top, #996c4b, #996c4b);
    background-image: -o-linear-gradient(top, #996c4b, #996c4b);
    background-image: linear-gradient(top, #996c4b, #996c4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#996c4b', endColorstr='#996c4b', GradientType=0);
    border: none;
    width: 104px;
    height: 30px;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #996c4b;
    border: none;
}

.btn-success:focus, .btn-success:hover, .btn-success:active {
    background-color: #996c4b;
    border: none;
}

.btn-warning {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -ms-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(top, #fff, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    border: 1px solid #996c4b;
    color:#996c4b;
    width: 104px;
    height: 30px;
}

.btn-warning:focus, .btn-warning:hover, .btn-warning:active {
    background-color: #fff;
    border: 1px solid #996c4b;
    color:#996c4b;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #fff;
    border: 1px solid #996c4b;
    color:#996c4b;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #996c4b;
}
.progress-bar-info {
    background-color: #996c4b;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}
.modal {
    z-index: 100001;
}
.modal-content {
    background: #f3f3ee;
    border: none;
}
.modal-header {
    border:none;
}
.modal-dialog {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
.modal-body {
    text-align: center;
    font-size: 15px;
    font-family: "Roboto","Tahoma","Helvetica",sans-serif;
    color:#000;
    padding: 0 15px 40px;
    font-weight: 500;
}
.modal-footer {
    border:none;
    text-align: center;
    padding:15px 15px 30px;
}

#my_humidor_map_canvas {
    width: 100%;
    height: 312px;
    margin-bottom: 19px;
}

.chart_holder {
    margin-bottom: 50px;
}

#tooltip {
    border: none;
}

#tooltip {
    position: absolute;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: lighter;
    padding: 9px 11px 0px 11px;
    display: none;
    z-index: 99999999 !important;
    width: 165px;
    min-height: 80px;
    box-shadow: 1px 1px 1px 0px #000;
}
#tooltip.right {
    box-shadow: -1px 1px 1px 0px #000;
}
#tooltip.right svg {
    left: auto;
    right: 0px;
}
#tooltip svg {
    position: absolute;
    display: inline;
    float: right;
    left: 0px;
    right: auto;
    top: -13px;
    width: 11px;
    height: 13px;
}
#tooltip #tooltip-triangle {
    background: black;
    fill: rgba(0, 0, 0, 0.8);
}
#tooltip .value .value-part {
    font-size: 32px;
    vertical-align: top;
    position: relative;
    top: -3px;
}
#tooltip .value .tooltip_time_holder {
    padding-bottom: 6px;
}
#tooltip img{
    margin-right: 10px;
    padding-bottom: 10px;
}
.legend_text {
    text-transform: capitalize;
}

image {
    cursor: pointer;
}

input[type=checkbox].css-checkbox {
    display: none;
}
input[type=checkbox].css-checkbox + label.css-label2 {
    padding-left: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 -1px;
    font-size: 14px;
    cursor: pointer;
    font-family: "Open Sans", "Tahoma", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    /*    margin-bottom: 18px;*/
}
input[type=checkbox].css-checkbox:checked + label.css-label2 {
    background-image:url("../images/icon/checkbox_checked.png");
    color: #2e5555 !important;
}
label.css-label2 {

    background-image:url("../images/icon/checkbox_empty.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #849b9b !important;
}

input[type=checkbox].sidr-class-css-checkbox {
    display: none;
}
input[type=checkbox].sidr-class-css-checkbox + label.sidr-class-css-label2 {
    padding-left: 29px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-size: 14px;
    cursor: pointer;
    font-family: "Roboto","Tahoma","Helvetica",sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    /*    margin-bottom: 18px;*/
}
input[type=checkbox].sidr-class-css-checkbox:checked + label.sidr-class-css-label2 {
    background-image:url("../images/icon/checkbox_checked.png");
    color: #2e5555 !important;
}
label.sidr-class-css-label2 {
    background-image:url("../images/icon/checkbox_empty.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #849b9b !important;
}

.chart_checkbox_filter {
    padding-left: 50px;
    margin-top: 20px;
}

.chart_filter {
    color: #999;
    font-size: 24px;
    padding: 8px;
}
.chart_filter img {
    float:left;
    padding: 10px;
    cursor: pointer;
}
.chart_filter .month_holder, .chart_filter .week_holder {
    position:relative;
    width:120px;
    height:34px;
    overflow:hidden;
    margin:auto;
    border:0px solid #61616A;
    float: left;
}
.chart_filter .week_holder {
    width: 170px;
    margin-top: 1px;
}
.chart_filter .month {
    position:absolute;
    left:-116px;
    top:0px;
    width:111px;
    height:30px;
    text-align: center;
}

.date_filter, .cabinet_filter {
    border: 1px solid #999999;
    color: #999;
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.cabinets_holder {
    margin-left: 20px;
}

.cabinets_holder span.select2 {
    min-width: 160px;
    margin-top: 9px;
    font-size: 24px;
}

.cabinets_holder .select2-selection {
    padding-top: 0;
}

.cabinets_holder .select2-results__option{
    font-size: 24px;
}
.modal_with_form .modal-body {
    padding-bottom: 0;
}
.modal_with_form .modal-body .row {
    padding: 25px;
    padding-bottom: 0;
    padding-top: 0;
}
.modal_with_form .modal-dialog {
    transform: translate(0, 5%) !important;
    -ms-transform: translate(0, 5%) !important; /* IE 9 */
    -webkit-transform: translate(0, 5%) !important; /* Safari and Chrome */
}
.modal_with_form label {
    float: left;
    margin-bottom: 4px;
}

.modal_with_form input {
    margin-bottom: 12px;
}

.modal_with_form .model_software_package{
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 0;
}

.modal_with_form .model_software_package label{
    left: 0;
    margin-bottom: 0px !important;
}
.modal_with_form .model_software_package img{
    left: 0;
    position: absolute;
    cursor:pointer
}

.add_param_row_select {
    padding-left: 0;
    margin-bottom: 45px;
}

#add_param_modalm .select2 {
    position: absolute;
    left: 0;
    text-align: left;
}

#allow_edit_param {
    float:left;
}

#allow_edit_param i {
    margin-left:8px;
    vertical-align: middle;
    cursor: pointer;
}

#grids_allow_edit_param {
    width: 100% !important;
}

#grids_allow_edit_param th {

}

#allow_param_edit_modal .modal-dialog {
    position: absolute;
    left: 50%;
    transform: translate(-50%) !important;
}

.select2-dropdown.increasezindex {
    z-index:9999999;
}

.backend_button_command_holder {
    margin-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}
.backend_button_command_holder .row{
    padding: 25px 5px;
    border-bottom: 1px solid #ddd;
}
.backend_button_command_header {
    text-align: center;
}
.b-r  {
    border-right: 1px solid #ddd;
}

.software_ressponse {
    border-bottom: 1px dashed #c1c1c1;
}
.backend_button_command {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border:1px solid #ddd;
    text-align: center;
    color: #fff;
    background: rgb(153, 108, 75);
    cursor: pointer;
}
