@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;
}

a {
    color:#1abc9c;
}

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

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

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: 130px;*/  
    font-family: "Roboto", "Tahoma", "Helvetica", sans-serif;
    background: #fff;
}

.navbar-collapse {
    float: right;
}
.navbar-nav li {
    float: right;
}
.navbar-brand {
    width: 282px;
    /*padding-top: 12px;*/
}
.navbar-toggle span {
    border: 1px solid #f59f11;
}

.language_swither {margin-top: 9px !important;}
.language_swither .select2-container--default .select2-selection--single, .language_swither .select2-selection .select2-selection--single {
    padding: 0 !important;
    height: 27px !important;
}
.language_swither .select2-container {
    border: 0 !important;
}
.login_logout {    
    margin-top: 13px;
    padding: 4px 13px;
    border-radius: 2px; 
    font-size: 13px;
    color:#fff;
    background: #1abc9c;
}

.login_logout:hover {
    cursor: pointer;
}

.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;
    /*margin-top:51px;*/
}

.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, .session_expired_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;
}
.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:#1abc9c; 
   text-decoration: none;
}

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

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

.dropdown-menu {
    background: #1abc9c;
    border-radius: 0px 0px 5px 5px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow:none;
    margin-top:10px;
    width: 250px;
    left:-85px
}

.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;
}

.btn {
    line-height: 1.2
}

.btn-success {
    background-color: #1abc9c;
    background-image: -moz-linear-gradient(top, #1abc9c, #1abc9c);
    background-image: -ms-linear-gradient(top, #1abc9c, #1abc9c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1abc9c), to(#1abc9c));
    background-image: -webkit-linear-gradient(top, #1abc9c, #1abc9c);
    background-image: -o-linear-gradient(top, #1abc9c, #1abc9c);
    background-image: linear-gradient(top, #1abc9c, #1abc9c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abc9c', endColorstr='#1abc9c', 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: #1abc9c;
    border: none;
}

.btn-success:focus, .btn-success:hover, .btn-success:active {
    background-color: #1abc9c;
    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 #1abc9c;
    color:#1abc9c;
    width: 104px;
    height: 30px;        
}

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

.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 #1abc9c;
    color:#1abc9c;
}

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

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}
.modal {
    z-index: 100001;    
}
.modal-content {
    background: #fff;
    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 {
    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;
}

image {
    cursor: pointer;
}

.checkbox_holder {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border:3px solid #000;
    border-radius:6px;
    margin: 0 auto;
    position: relative;
    display: block;
}

/* On mouse-over, add a grey background color */
.checkbox_holder:hover input ~ .checkmark {
    
}

/* When the checkbox is checked, add a blue background */
.checkbox_holder input:checked ~ .checkmark {
   /*background-color: #000;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_holder input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_holder .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #000;   
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

.price_mode input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.price_mode {
    position: relative
}
.price_mode label{
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0px 0px 52px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}


.price_mode .check {
    display: block;
    position: absolute;
    border: 3px solid #000;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.price_mode .check {
    border: 3px solid #000;
}

.price_mode .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.price_mode input[type=radio]:checked ~ .check {
    border: 3px solid #000;
}

.price_mode input[type=radio]:checked ~ .check::before{
    background: #000;
}

.price_mode input[type=radio]:checked ~ label{
    color: #000;
}