.header_top{
    display: table;
    width: 100%;
    height: 60px;
}

.back_to_panel{
    float: left;
    padding: 9px 0 11px 64px;
    position: relative;
    color: #606060;
    font: 500 14px/18px Roboto;
    text-transform: uppercase;
}

.back_to_panel i.material-icons{
    position: absolute;
    top: 10px;
    left: 13px;
    color: #606060;
    font-size: 34px !important;
    line-height: 34px;
}

.new_dev{
    padding-right: 5px;
    padding-left: 2px;
}

.new_dev #user{
    color: #606060;
    max-width: inherit;
    padding: 8px 10px 8px 8px;
    margin-bottom: -15px;
    top: -6px;
}

.subnavToggle{
    padding-left: 6px;
    padding-right: 15px;
    margin-right: 5px;
}

.new_dev #user.active,
.nav-item.active{
    background: #d8d8d8;
    border-radius: 30px;
}

.navbar .item3.color-black{
    max-width: 109px;
}

.navbar .hasSubnav.notification-header{
    position: relative;
    left: 3px;
}

.navbar .item3.color-black li.hidden-xs{
    position: relative;
    right: -3px;
}

.navbar .hasSubnav.notification-header .subnavToggle{
    padding: 0px;
}

.navbar .hasSubnav.notification-header .subnavToggle .badge{
    right: -5px;
}

.color-black i,
.btn-plus{
    color: #606060;
}

.logo{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -81px;
    top: -3px;
}

.logo img{
    width: 161px;
}

.navbar .item2.new_width{
    width: auto;
    padding-right: 4px;
}

.new_navbar{
    height: 59px;
}

.head_device{
    display: table;
    width: 100%;
    min-height: 105px;
    background: #fff;
    border-top: 1px solid #d0d0d0;
    position: relative;
    padding-bottom: 2px;
}

.head_device_logo{
    float: left;
    position: relative;
    padding: 24px 23px 0 22px;
    width: 104px;
}

/*.head_device_logo:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    background: #4285F4;
    height: 64px;
    width: 6px;
    border-radius: 0 2px 2px 0;
}*/

.head_device_logo img{
    display: block;
    width: 59px;
    border-radius: 3px;
}

.head_device_name{
    float: left;
    color: #000;
    font: normal 24px/28px Roboto;
    padding: 31px 38px 0 0;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head_device_name span{
    font-size: 13px;
    line-height: 15px;
    display: block;
    color: #808080;
}

.disabled .head_device_name,
.disabled .head_device_name span{
    color: #BFBFBF;
}

.head_device_temp{
    display: table-cell;
    padding: 35px 21px 20px 0;
    color: #606060;
    font: normal 36px/36px Roboto;
    vertical-align: baseline;
    white-space: nowrap;
    max-width: 196px;
    width: 176px;
}

.head_device_temp i{
    font-size: 22px;
    position: relative;
    top: -1px;
    margin: 0 11px 0 3px;
}

.temp_box_1{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
}

.temp_box_1 span{
    color: #606060;
    font: normal 36px/36px Roboto;
    display: inline-block;
    vertical-align: top;
}

.temp_1{
    min-width: 60px;
    max-width: 60px;
    overflow: hidden;
}

.temp_box_2{
    border-bottom: 1px solid #A2ACBA;
    position: relative;
    padding: 0 0 0 3px;
    min-width: 46px;
    text-align: center;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.temp_box_2 span{
    font: normal 24px/24px Roboto;
    color: #A2ACBA;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 4px;
}

.temp_2{
    min-width: 40px;
    max-width: 40px;
    overflow: hidden;
}

.disabled .head_device_temp,
.disabled .head_device_temp i{
    color: #BFBFBF;
}

.disabled .head_device_temp span{
    color: #EFEFEF;
}

.head_device_slider{
    display: table-cell;
    padding: 51px 28px 0 0;
    vertical-align: top;
    max-width: 268px;
    width: 268px;
}

.head_device_slider .mdl-slider,
.head_device_slider .mdl-slider__background-flex{
    width: 100% !important;
}

.disabled .head_device_slider .slider.slider-horizontal .slider-handle,
.disabled .head_device_slider .slider.slider-horizontal .slider-selection{
    background: #BFBFBF;
}

.disabled .head_device_slider .slider-track-low, .slider-track-high{
    background: #efefef;
}

.head_device_icons{
    display: table-cell;
    padding: 25px 22px 0 0;
    font-size: 0;
    vertical-align: top;
    white-space: nowrap;
}

.head_device_icons span{
    display: inline-block;
    vertical-align: top;
    height: 56px;
    padding: 3px 5px 0;
    text-align: center;
}

.head_device_icons span.active{
    background: #4285F4;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    border-radius: 100px;
    width: 56px;
    margin-right: 17px;
    cursor: pointer;
}
.head_device_icons span.active:hover{
    box-shadow: none;
}

.disabled .head_device_icons.head_device_icons span.active{
    cursor: not-allowed;
    background: #BFBFBF;
}

.head_device_icons i{
    color: #EFEFEF;
    font-size: 22px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

.head_device_icons i.on{
    color: #A2ACBA;
}

.head_device_icons i.red_color{
    color: #FE0303;
}

.head_device_icons i.yellow_color{
    color: #FDC018;
}

.disabled .head_device_icons i.on{
    color: #EFEFEF;
}

.head_device_icons .connection{
    position: relative;
    height: 17px;
    width: 22px;
    top: 8px;
    margin-right: 10px;
    margin-left: -5px;
}

.head_device_icons .connection:before{
    display: block;
    content: '';
    height: 44px !important;
    width: 34px !important;
    top: 1px;
    left: 0px;
    position: absolute;
}

.head_device_icons .connection.half:before{
    background: url("../img/SVG/halfSignal.svg") no-repeat top center;
}

.head_device_icons .connection.bad:before{
    background: url("../img/SVG/badSignal.svg") no-repeat top center;
}

.head_device_icons .connection.good:before{
    background: url("../img/SVG/goodSignal.svg") no-repeat top center;
}

.head_device_icons .connection.online:before {
    background: url("../img/SVG/goodSignal.svg") no-repeat top center;
}

.head_device_icons .connection.off:before{
    background: url("../img/SVG/offline.svg") no-repeat top center;
}

.head_device_icons .connection.short_offline:before{
    background: url("../img/SVG/short_offline.svg") no-repeat top center;
}

.head_device_icons .connection.no_signal:before{
    background: url("../img/SVG/noSignal.svg") no-repeat top center;
}

.head_device_icons i.connection{
    font-style: normal;
}

.head_device_icons .icon-warm-icon:before{
    font-size: 30px;
    position: relative;
    top: 9px;
}

.head_device_icons i.pan_tool{
    top: 11px;
    left: -1px;
}

.head_device_icons i.icon_tool{
    top: 12px;
}

.head_device_icons i.schedule_tool{
    top: 10px;
    left: 0px;
}

.head_device_icons i.work{
    top: 12px;
    left: 0px;
}

.head_device_icons span.active i{
    color: #fff;
}

.head_device_icons i.people,
.head_device_icons .icon-notification_icon-header{
    top: 13px;
}

.head_device_icons i.people,
.head_device_icons .icon-notification_icon-header{
    margin-right: 4px;
}

.head_device_icons i.warning{
    top: 14px;
}

.head_device_icons i.lock{
    top: 12px;
}

.head_device_stat{
    display: table-cell;
    vertical-align: top;
    color: #606060;
    font: normal 14px Roboto;
    padding: 38px 10px 0 0;
    line-height: 30px;
    position: relative;
    max-width: inherit;
}

    .head_device_stat > div{
        line-height: 30px;
        display: inline-block;
    }

.red_color{
    color: #FE0303;
}

.yellow_color{
    color: #FDC018;
}

.head_device_stat span{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.head_device_stat a{
    color: #4285F4;
    margin-left: 4px;
    font-weight: normal;
}

.head_device_stat input,
.comiseo-daterangepicker-triggerbutton.ui-button{
    color: #4285F4;
    border: 0px;
    font: normal 14px/18px Roboto;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.menu_device_toggle{
    position: absolute;
    height: 22px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    top: 39px;
    right: 20px;
}

.menu_device_toggle:hover:before,
.head_device_toggle:hover:before{
    content: '';
    background: #ebebeb;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    z-index: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    right: auto;
}

.head_device_toggle:hover:before{
    top: -8px;
    left: -16px;
}

.menu_device_toggle i,
.head_device_toggle i{
    font-size: 25px;
    color: #6d6d6d;
    position: relative;
    z-index: 1;
}

.icon-toggle_off{
    position: relative;
}

.icon-toggle_off:before{
    content: '';
    background: url("../img/png/toggle_off.png") no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;
}

.head_device_toggle{
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.head_device_toggle i:hover{
    color: #6d6d6d;
}

.menu_device{
    background: #fff;
    box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
    min-width: 320px;
    position: absolute;
    top: -8px;
    right: -10px;
    list-style: none;
    text-align: left;
    z-index: 999;
    margin: 0px;
    padding: 8px 0;
    display: none;
}

.menu_device_2{
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.26);
    padding: 5px 0;
}

.menu_device li{
    list-style: none;
}

.menu_device_2 li{
    border-bottom: 1px solid #EEEEEE;
}

.menu_device_2 li:last-child{
    border-bottom: 0px;
}

.menu_device li a,
.menu_device li div{
    color: #000000;
    font: normal 14px/16px Roboto;
    opacity:0.87;
    padding: 8px 10px 8px 60px;
    display: block;
    position: relative;
}

.menu_device_2 li a,
.menu_device_2 li div{
    padding: 12px 10px 11px 60px;
}

.menu_device_2 li a span i,
.menu_device_2 li div span i{
    position: absolute;
    left: 0px;
}

.menu_device_2 li a.group-link,
.menu_device_2 li div.group-link{
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu_device_2 li a.group-link:first-child,
.menu_device_2 li div.group-link:first-child{
    margin-top: 4px;
}

.menu_device_2 li a.group-link:last-child,
.menu_device_2 li div.group-link:last-child{
    margin-bottom: 4px;
}

.menu_device li a:hover,
.menu_device li a.active{
    background: #eeeeee;
}

.menu_device li a span,
.menu_device li div span{
    position: absolute;
    top: 4px;
    left: 20px;
    text-align: center;
    width: 24px;
}

.menu_device li a span i,
.menu_device li div span i{
    color: #808080;
    font-size: 23px;
}

.menu_device .disabled{
    color: #BFBFBF;
    cursor: default;
    opacity: 0.87;
}
.menu_device .disabled span i{
    color: #EFEFEF;
}

.menu_device_2 i{
    top: 4px;
}

.menu_device i.icon-folder_icon,
.menu_device i.icon-past_icon,
.menu_device i.icon-copy_icon{
    top: 0px;
}

.menu_device i.icon-folder_icon:before{
    content: '';
    background: url("../img/png/folder.png") no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.switchers_group{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 42px 0 0;
}

.head_switcher{
    float: right;
    margin: 34px 34px 0 0;
}

.head_switcher .switcher-holder{
    float: right;
}

.switcher_label{
    float: right;
    padding: 10px 18px 0 3px;
    color: #606060;
    font: normal 14px/16px Roboto;
}

.head_device_toggle{
    display: none;
}

.head_device_content{
    display: block;
    padding-right: 410px;
}

.device_content_in{
    width: 100%;
}

.device_content_left{
    margin-right: 380px;
    display: table-cell;
}

.device_content_left_in{
    float: left;
    margin-right: -280px;
}

.content{
    /*padding-top: 165px;*/
}

.sidebar{
    position: fixed;
    top: 0px;
    width: 256px;
    background: #FAFAFA;
    box-shadow: 0px 9px 18px rgba(0,0,0,0.2);
    height: 100%;
}
.sidebar_content{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 28px 26px;
    position: relative;
}

.sidebar ul,
.sidebar ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sidebar ul li{
    padding-bottom: 12px;
}

.sidebar ul li a {
    color: #000000;
    font: 500 16px/18px Roboto;
    padding: 0 0 5px 21px;
    position: relative;
    display: block;
}

.group:before{
    content: '';
    border-top: 5px solid #707070;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 6px;
    left: 0px;
}

.sidebar ul li ul.device_list{
    padding-left: 14px;
}

.sidebar ul li ul.device_list li{
    padding-bottom: 0px;
}

.sidebar ul li ul.device_list li a{
    font-size: 14px;
    padding: 0 0 4px 0;
}

.sidebar ul li ul.device_list li a.active{
    color: #4285F4;
    cursor: default;
}

.device_list li a span{
    background: #4D4D4D;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.device_list li a.circle_red span{
    background: #FE0303;
}
.device_list li a.circle_yellow span{
    background: #FDC018;
}
.device_list li a.circle_blue span{
    background: #4285F4;
}
.device_list li a.circle_grey span{
    background: #A2ACBA;
}

.device_settings{
    padding: 13px 16px 0;
}

.device_settings .tab-pane{
    max-width: 680px;
    margin: 0 auto;
}

.device_settings .tab-pane.tab-schedule{
    max-width: inherit;
    margin-left: 230px;
}

.settings_tabs{
    text-align: center;
    min-width: 680px;
    max-width: 680px;
    margin: 0 auto 16px;
    border-bottom: 1px solid #c4c4c4;
    height: 71px;
    display: block;
}

.settings_tabs li{
    float: none;
    display: inline-block;
    vertical-align: top;
}

.settings_tabs li span{
    display: block;
    text-align: center;
    height: 25px;
    margin-bottom: 4px;
}

.settings_tabs li span i{
    color: #808080;
    font-size: 24px;
}

.settings_tabs li a{
    color: #808080;
    font: normal 12px/15px Roboto;
    display: block;
    min-width: 80px;
    margin: 0 5px;
    position: relative;
    padding-bottom: 9px;
    height: 71px;
    border: 0px;
    background: none;
    text-shadow: 0px 1px #fff;
}

.settings_tabs li a:hover{
    background: none;
}

.settings_tabs li.active a,
.settings_tabs li.active a i,
.settings_tabs li.active a:hover{
    color: #4285F4;
    background: none !important;
    border: 0px !important;
}

.settings_tabs li.active a:after{
    content: '';
    background: #4285F4;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.set_tab_content h5{
    color: #606060;
    font: 500 14px/16px Roboto;
    margin-bottom: 16px;
    padding-top: 1px;
    text-shadow: 0px -1px #fff;
}

.set_box{
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-bottom: 32px;
}

.set_row{
    padding: 17px 20px 12px;
    border-bottom: 1px solid #f0f0f0;
    display: table;
    width: 100%;
    position: relative;
}

.set_name{
    color: #606060;
    font: normal 14px/16px Roboto;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}

.set_name b{
    position: relative;
    font-weight: normal;
}

.set_value{
    color: #606060;
    font: normal 14px/16px Roboto;
    padding: 0 20px 12px 0;
    position: relative;
    display: block;
}

    .set_value .slider_value{
        top: auto;
        bottom: 0px;
    }

    .set_value b{
        color: #606060;
        font: normal 14px/16px Roboto;
        margin-right: 90px;
        display: block;
        position: relative;
        top: 6px;
    }

.set_name i,
.set_value i{
    color: #BFBFBF;
    font-size: 16px;
    position: relative;
    top: 3px;
    right: -6px;
    cursor: pointer;
}

.set_row .set_name span{
    color: #BFBFBF;
    font-size: 13px;
    display: block;
    padding: 0px;
}

.set_slider{
    position: relative;
    padding: 9px 0;
    height: 30px;
    display: flex;
    align-items: center;
}
.set_slider .rc-slider{
    width: calc(100% - 68px) !important;
}
.set_slider .slider.slider-horizontal{
    width: calc(100% - 66px);
    display: block;
}

.slider_value{
    width: 68px;
    text-align: center;
    color: #000;
    font: normal 20px Roboto;
    height: 36px;
    border: 0px;
    border-bottom: 1px solid #c5c5c5;
}

.color_box{
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 24px;
    margin: 4px 12px 1px 0;
}

.color_radio:not(checked){
    position: absolute;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
}

.color_grey + label{
    background: #4D4D4D;
}

.color_red + label{
    background: #FF0000;
}

.color_orange + label{
    background: #FFC000;
}

.color_yellow + label{
    background: #FFF200;
}

.color_blue + label{
    background: #00BFF3;
}

.color_darkblue + label{
    background: #0072BC;
}

.color_violet + label{
    background: #EC008C;
}

.color_crimson + label{
    background: #A864A8;
}

.color_radio:not(checked) + label{
    height: 24px;
    width: 24px;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.color_radio:not(checked) + label i{
    display: none;
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 3px;
}

.color_radio:checked + label i{
    display: block;
    color: #fff;
}

.set_link{
    color: #606060;
    font: normal 14px/16px Roboto;
    display: block;
    padding: 17px 20px 15px;
    position: relative;
    cursor: pointer;
}

.set_link i{
    color: #BFBFBF;
    position: relative;
    top: -1px;
    right: -7px;
    font-size: 16px;
}

.set_link:after{
    content: '';
    border-left: 5px solid #606060;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 19px;
    right: 29px;
}

.buttons{
    display: table;
    width: 100%;
}

.buttons .btn,
.btn-default{
    color: #4285F4;
    font: 500 14px/38px Roboto;
    text-transform: uppercase;
    float: left;
    height: 36px;
    padding: 0px 16px;
}

.btn-default:focus{
    color: #fff;
    background: #4285F4;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.buttons .btn.float_r{
    float: right;
    margin-left: 21px;
}
.buttons .btn:hover{
    color: #4285F4;
    background: #dfdfdf;
}

.btn-default{
    background: #4285F4;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    color: #fff !important;
    margin-right: 0px;
}
.btn-default:hover{
    background: #4285F4 !important;
    box-shadow: none;
}

.info_box{
    max-width: 680px;
    margin: 11px auto;
}

.side_toggle,
.side_hide{
    visibility: hidden;
}

.set_box h2{
    margin-top: 4px;
    padding: 20px 20px 8px 0;
    margin-left: 64px;
    position: relative;
}

.back{
    position: absolute;
    top: 20px;
    left: -45px;
}

.back i{
    color: #000;
    font-size: 25px;
    opacity: 0.54;
    cursor: pointer;
}

.new_trigger.bootstrap-select.btn-group > .dropdown-toggle{
    padding: 2px 20px 4px 0;
    font-size: 16px;
    background: none !important;
    text-transform: none !important;
}

.new_trigger.bootstrap-select.btn-group > .dropdown-toggle .caret:before{
    content: '';
    border-top: 5px solid #606060;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    right: 7px;
}

.new_trigger{
    margin-bottom: 1px;
}

.set_name.float_l{
    float: left;
    padding-bottom: 0px;
    position: relative;
    padding-right: 70px;
}

.set_row .card_switch_holder{
    position: absolute;
    top: 50%;
    margin: -7px 24px 0 0;
    right: 0px;
}

.set_box .buttons{
    padding: 34px 9px 8px;
}

.delete_options{
    list-style-type: none;
    margin: 0px;
    padding: 2px 1px 0;
}

.delete_options li{
    padding-bottom: 14px;
    list-style-type: none;
}

.delete_options li p{
    color: #808080;
    padding: 11px 0 0;
    font-size: 14px;
    line-height: 21px;
    max-width: 616px;
}

.option_radio:not(checked){
    position: absolute;
    opacity: 0;
}

.option_radio:not(checked) + label{
    padding: 0 0 0 38px;
    position: relative;
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.option_radio:not(checked) + label:before{
    content: '';
    border: 2px solid #787878;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.option_radio:checked + label:before{
    border-color: #fdc018;
}

.option_radio:checked + label:after{
    content: '';
    background: #fdc018;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.delete_device{
    padding: 20px 25px 25px !important;
}

.red_buttons{
    padding: 5px 0 4px;
}

.red_buttons .btn{
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px;
}

.btn_red.active{
    background: #FE0303;
    color: #fff;
    box-shadow: none;
}
.delete_form .new_user_input{
    position: relative;
    margin-right: 0px;
    width: 100%;
    float: none;
}

.delete_form .new_user_input .form-control{
    color: #BFBFBF;
    padding-left: 30px;
    font-size: 14px;
}

.new_owner{
    padding: 0 0 32px;
    display: none;
}

.new_owner h5{
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 8px;
}

.delete_form .form-group.email:before{
    top: 5px;
    left: 0px;
}

.accordeon,
.accordeon ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.accordeon li{
    padding: 10px 0 20px;
    list-style-type: none;
}

.accordeon li a,
.accordeon li .grafic_date,
.accordeon li .comiseo-daterangepicker-triggerbutton.ui-button{
    display: inline-block;
    vertical-align: top;
    color: #606060;
    opacity: 0.87;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    text-shadow: 0px -1px #fff;
}

.accordeon li .grafic_date{
    margin-bottom: 23px;
}

.grafic_date input{
    border: 0px;
    cursor: pointer;
    width: auto;
    max-width: inherit;
}

.popup_holder{
    position: relative;
}

.accordeon li a:after,
.accordeon li .grafic_date:after{
    content: '';
    border-top: 5px solid #606060;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 4px;
    right: -17px;
}

.accordeon li .grafic_date:after{
    border-top-color: transparent;
    border-bottom: 5px solid #606060;
    top: 0px;
}

.accordeon li ul li a{
    opacity: 1;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.accordeon li ul li a:after{
    right: 7px;
}

.accordeon li.opened > a:after{
    border-top: 0px;
    border-bottom: 5px solid #606060;
}

.info{
    display: none;
}

.info.visible{
    display: block;
}

.info-2{
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    border-radius: 3px;
    padding: 0 20px 20px;
}

.info-chart{
    padding: 40px 12px 61px;
    position: relative;
}

.bar-chart{
    padding: 40px 12px 20px;
}

h5.chart_title{
    max-width: 400px;
    position: absolute;
    top: 16px;
    left: 20px;
    font: normal 14px/16px Roboto;
    color: #606060;
    margin: 0px;
    padding: 0px;
}

.chart_label{
    position: absolute;
    bottom: 16px;
    left: 20px;
}

.chart_label .legendLabel{
    color: #808080;
    font: normal 14px/16px Roboto;
}

.chart_label .legendColorBox > div{
    border: 0px !important;
}

.chart_label .legendColorBox > div > div{
    border-radius: 10px;
    border-width: 6px !important;
    padding: 0px;
}

.chart_label .legendLabel{
    padding: 1px 42px 0 10px;
}

.flot-x-axis div{
    margin-top: 11px !important;
    margin-left: 6px !important;
}

.highcharts-credits{
    display: none;
}

.info_table{
    width: 100%;
}

.info_table th{
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 5px;
    vertical-align: top;
}

.info_table th:nth-child(2),
.info_table tr:nth-child(2) th:nth-child(3),
.info_table tr:nth-child(2) th:nth-child(4),
.info_table td:nth-child(2),
.info_table td:nth-child(3),
.info_table td:nth-child(4){
    background: #fafafa;
}

.info_table tr:nth-child(1) th{
    padding: 19px 20px 11px;
}

.info_table tr:nth-child(2) th{
    border-bottom: 2px solid #BFBFBF;
    color: #808080;
    font-weight: normal;
    text-align: right;
    padding-bottom: 4px;
}

.info_table td{
    font-size: 14px;
    line-height: 16px;
    padding: 9px 5px 7px;
    border-bottom: 1px solid #f1f1f1;
    text-align: right;
    vertical-align: top;
}

.info_table th:first-child,
.info_table td:first-child{
    text-align: left;
    width: 14.2%;
    padding-left: 0px;
}

.info_table td:last-child,
.info_table tr:nth-child(2) th:last-child{
    padding-right: 43px;
}

.info_table tr:nth-child(2) th:nth-child(2),
.info_table td:nth-child(2){
    width: 14.7%;
}

.info_table td:nth-child(3),
.info_table tr:nth-child(2) th:nth-child(3){
    width: 11%;
}

.info_table td:nth-child(4),
.info_table tr:nth-child(2) th:nth-child(4){
    padding-right: 42px;
    width: 17.3%;
}

.info_table td:nth-child(5),
.info_table tr:nth-child(2) th:nth-child(5) {
    width: 15%;
}

.info_table td:nth-child(6),
.info_table tr:nth-child(2) th:nth-child(6) {
    width: 11%;
}

.show_more{
    color: #4285F4 !important;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: absolute !important;
    top: 13px;
    right: 12px;
    z-index: 2;
}

.show_more i{
    font-size: 25px;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

.show_more:after{
    display: none;
}

.add_settings{
    display: none;
    margin-top: -33px;
    position: relative;
}

.btn-set{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #808080;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px 6px;
    margin: 0 12px 2px 0;
}
.btn-set:hover{
    border: 1px solid #4285F4;
    color: #4285F4;
}
.btn-set:focus,
.btn-set-active,
.btn-set-active:hover{
    border: 1px solid #4285F4;
    background: #4285F4;
    color: #fff;
    cursor: default;
}

.set_period{
    padding: 0px;
}

.show_period_popup{
    padding: 17px 20px 15px;
}

.show_period_popup span{
    display: block;
    color: #BFBFBF;
    font-size: 13px;
    line-height: 15px;
}

.set_period:after{
    top: 50%;
    border-left-color: transparent;
    border-right: 5px solid transparent;
    border-top-color: #606060;
    border-bottom: 0px;
    right: 26px;
    margin-top: -3px;
}

.date_active .show_period_popup{
    padding-top: 21px;
    padding-bottom: 20px;
}

    .set_period b{
        font-weight: normal;
    }

    .set_period span,
    .set_period .comiseo-daterangepicker-triggerbutton.ui-button,
    .set_period_input{
        display: block;
        color: #BFBFBF;
        font-size: 13px;
        border-bottom: 0px;
    }

    .set_period_input{
        cursor: pointer;
    }

    .date_active b{
        display: none;
    }

    .date_active .comiseo-daterangepicker-triggerbutton.ui-button,
    .date_active .set_period_input{
        color: #4285F4;
        font-size: 16px;
    }

    .date_active .set_period_input{
        width: 90%;
    }

.period{
    font-size: 14px;
    line-height: 16px;
    padding: 21px 20px 15px;
    display: block;
    color: #000;
    opacity: 0.87;
}
.period:hover{
    background: #ebebeb;
    color: #000;
    opacity: 0.87;
}

    .period span{
        color: #4285F4;
        font-size: 12px;
        display: block;
        line-height: 13px;
        margin-bottom: 2px;
    }

.period_all{
    border-top: 1px solid #EFEFEF;
}

    .period_all .period{
        padding-top: 8px;
        padding-bottom: 8px;
    }

.period_header{
    padding: 15px 20px;
}

    .period_header:hover{
        background: none;
    }

.period_user{
    padding-top: 7px;
    padding-bottom: 8px;
}

    .period_user .period{
        padding-top: 9px;
        padding-bottom: 7px;
    }

.period.active{
    background: #ebebeb;
    color: #4285F4;
}

.set_period_popup{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 9px 13px rgba(0,0,0,0.26);
    background: #fff;
    border-radius: 0 0 2px 2px;
    display: none;
    margin-bottom: 20px;
}

.set_row h5{
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px;
}

.set_row span:not(.switcher){
    color: #606060;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0 13px;
    display: block;
}

.set_row span.filter-option,
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    color: #606060;
    padding-bottom: 10px;
    padding-top: 6px;
}

.set_row span.new_version{
    color: #000;
    font-weight: 500;
}

.info_row{
    padding-top: 13px;
    padding-bottom: 0px;
}

.btn-update{
    margin-top: 4px;
    margin-bottom: 19px;
}

.float_r{
    float: right;
}

.float_l{
    float: left;
}

.hd_row{
    padding-top: 37px;
}

    .hd_row span{
        padding: 2px 0 0;
    }

.info_box{
    padding-bottom: 0px;
}

.info_box h2{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.new_user_rights .bootstrap-select.btn-group > .dropdown-toggle{
    box-shadow: none;
    height: 34px;
}
.new_user_rights .bootstrap-select.btn-group > .dropdown-toggle:hover{
    background: none !important;
}

.btn.dropdown-toggle.btn-default{
    box-shadow: none;
}

.buttons_group .btn{
    margin-left: 21px;
}

.set_box_lines{
    position: relative;
    padding: 20px 0 0;
}

.bg_lines{
    padding-left: 60px;
    padding-right: 112px;
    white-space: nowrap;
}

    .bg_line{
        background: #f1f1f1;
        width: 1px;
        height: 477px;
        float: left;
        margin-right: 4.1%;
        position: relative;
        top: 14px;
    }
    .bg_line:last-child{
        margin-right: 0px;
        float: right;
    }
    .bg_line:nth-last-child(2){
        margin-right: 0px;
    }

        .bg_line span{
            color: #BFBFBF;
            font-size: 12px;
            line-height: 12px;
            display: block;
            position: absolute;
            top: -17px;
            left: -15px;
            width: 30px;
        }

.schedule_wrap{
    position: absolute;
    display: table;
    width: 100%;
    left: 0px;
}
.schedule_monday{
    top: 76px;
}
.schedule_tuesday{
    top: 141px;
}
.schedule_wednesday{
    top: 206px;
}
.schedule_thursday{
    top: 271px;
}
.schedule_friday{
    top: 336px;
}
.schedule_saturday{
    top: 401px;
}
.schedule_sunday{
    top: 466px;
}

    .schedule_row{
        padding-right: 112px;
    }

        .schedule_day{
            color: #606060;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 14px;
            float: left;
            width: 60px;
            text-align: center;
            padding: 6px 0 0;
        }

        .schedule{
            padding-left: 60px;
        }

            .schedule_box{
                position: relative;
                height: 24px;
                text-align: center;
                float: left;
                cursor: default;
                white-space: nowrap;
            }
            .schedule_box:first-child{
                border-radius: 4px 0 0 4px;
            }
            .schedule_box:last-child{
                border-radius: 0 4px 4px 0;
            }
            .schedule_box:first-child:last-child{
                border-radius: 4px;
            }
            .schedule_box:hover{
                height: 30px;
                top: -3px;
                border-radius: 4px;
            }

            .schedule_box:first-child .point_left,
            .schedule_box:last-child .point_right{
                display: none !important;
            }

            .bg_orange{
                background: #FF9700;
            }

            .bg_orange_light{
                background: #fdc107;
            }

            .bg_yellow{
                background: #FFEB3C;
            }

            .bg_yellow_light{
                background: #FFEE58;
            }

            .bg_blue{
                background: #1D89E4;
            }

            .bg_blue_light{
                background: #03A9F5;
            }

            .bg_dark_green{
                background: #006400;
            }

            .bg_green{
                background: #009788;
            }

            .bg_green_light{
                background: #7DB343;
            }

            .bg_red{
                background: #FE5722;
            }

            .bg_dark_red{
                background: #D74315;
            }

                .schedule_value{
                    color: #000000;
                    font-size: 14px;
                    line-height: 24px;
                    padding-top: 1px;
                    display: inline-block;
                }
                .schedule_box:hover .schedule_value{
                    line-height: 30px;
                }

                .schedule_time{
                    background: #616161;
                    border-radius: 2px;
                    height: 22px;
                    width: 86px;
                    text-align: center;
                    position: absolute;
                    top: -29px;
                    left: 50%;
                    margin-left: -43px;
                    color: #BFBFBF;
                    display: none;
                    z-index: 100;
                    line-height: 22px;
                }
                    .schedule_time .time_start{
                        position: absolute;
                        width: 47px;
                        top: 0px;
                        left: 0px;
                        text-align: center;
                    }
                    .schedule_time .time_start:before{
                        content: attr(data-timeStart);
                        color: #fff;
                        position: absolute;
                        top: 0px;
                        left: 8px;
                        line-height: 22px;
                        font-size: 12px;
                        font-weight: 500;
                    }

                    .schedule_time .time_end{
                        position: absolute;
                        width: 47px;
                        top: 0px;
                        right: 8px;
                        text-align: center;
                    }
                    .schedule_time .time_end:before{
                        content: attr(data-timeEnd);
                        color: #BFBFBF;
                        position: absolute;
                        top: 0px;
                        right: 0px;
                        line-height: 22px;
                        font-size: 12px;
                        font-weight: 500;
                    }

                .schedule_box:hover .schedule_time{
                    display: block;
                }

                .point_left,
                .point_right{
                    position: absolute;
                    top: -2px;
                    left: -5px;
                    height: 24px;
                    width: 16px;
                    cursor: pointer;
                    display: none;
                    z-index: 100;
                }

                .schedule_box:hover .point_left,
                .schedule_box:hover .point_right{
                    display: block;
                }
                .point_right{
                    left: auto;
                    right: -5px;
                }

                .point_left:before,
                .point_right:before{
                    content: '';
                    background: #fff;
                    height: 24px;
                    width: 2px;
                    position: absolute;
                    left: 3px;
                    top: 0px;
                }
                .point_right:before{
                    left: auto;
                    right: 3px;
                }

                .point_left:after,
                .point_right:after{
                    content: '';
                    background: #fff;
                    height: 20px;
                    width: 20px;
                    top: 4px;
                    left: -4px;
                    border-radius: 10px;
                    position: absolute;
                }
                .point_right:after{
                    left: auto;
                    right: -4px;
                }

                .schedule_box:hover .point_left:before,
                .schedule_box:hover .point_right:before{
                    top: 3px;
                }

                .schedule_box:hover .point_left:after,
                .schedule_box:hover .point_right:after{
                    top: 7px;
                }

                .point_left:hover:after,
                .point_right:hover:after{
                    box-shadow:0px 0px 0px 4px rgba(255,255,255,0.3);
                }

        .btn_tools_1,
        .btn_tools_2{
            position: absolute;
            top: 2px;
            right: 26px;
            padding: 0px;
        }
        .btn_tools_2{
            right: 62px;
        }

        .btn_tools_1 i,
        .btn_tools_2 i{
            color: #808080;
            font-size: 24px !important;
        }
        .btn_tools_1:hover i,
        .btn_tools_2:hover i{
            color: #333333;
        }

.schedule_chart{
    height: 491px;
}

.chart_buttons{
    border-top: 1px solid #f1f1f1;
    padding: 8px !important;
    margin-top: 20px;
}

    .chart_buttons .btn.float_r{
        margin-left: 7px;
    }

.schedule_popup{
    position: absolute;
    top: -19px;
    right: 91px;
    background: #fff;
    border: 1px solid #BFBFBF;
    box-shadow: 0px 9px 13px rgba(0,0,0,0.26);
    min-width: 383px;
    border-radius: 2px;
    z-index: 100;
}

    .popup_hd{
        border-bottom: 1px solid #EFEFEF;
        padding: 17px 19px;
        position: relative;
    }

    .popup_hd_tarif{
        padding: 8px 11px 7px;
    }

        .headline-box{
            position: relative;
            max-width: inherit !important;
        }

        .popup_hd > span{
            display: block;
            text-transform: uppercase;
            color: #4D4D4D;
            font-size: 17px;
            line-height: 17px;
            font-weight: 500;
        }

        .popup_hd h3.headline{
            display: block;
            text-transform: uppercase;
            color: #4D4D4D;
            font: 500 17px/24px Roboto;
            min-height: 36px;
            height: 36px;
            max-width: 100% !important;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
            padding-top: 5px;
            padding-left: 7px;
            letter-spacing: -0.01em;
            margin: 0 103px 0 0 !important;
        }
        .popup_hd h3.headline:hover{
            top: -1px;
            padding-top: 5px;
            padding-left: 7px;
            left: -1px;
            height: 36px;
            margin-right: 0px !important;
        }

        .popup_hd h3.headline:hover .edit_headline{
            top: 7px;
            right: 8px;
        }

        .popup_hd .edit_headline_input{
            left: -1px;
            top: -1px;
            height: 36px;
            width: 100%;
            max-width: 100%;
            display: none;
            padding-left: 7px;
            font: 500 17px/24px Roboto;
            letter-spacing: -0.01em;
        }

        .popup_hd .apply_headline{
            right: 9px;
            top: 3px;
        }

        .popup_hd .btn_tools_1{
            top: 14px;
            right: 13px;
        }

        .popup_hd .btn_tools_2{
            top: 14px;
            right: 49px;
        }

        .popup_hd_tarif .btn_tools_1{
            top: 13px;
            right: 58px;
        }

        .popup_hd_tarif .btn_tools_2{
            top: 13px;
            right: 94px;
        }

        .popup_hd .btn_delete{
            position: absolute;
            top: 12px;
            right: 7px;
        }
        .popup_hd .btn_delete:before{
            content: '';
            background: #e1e1e1;
            height: 36px;
            width: 1px;
            position: absolute;
            top: -5px;
            left: -5px;
        }

    .schedule_table{
        margin-bottom: 24px;
        width: 383px;
    }

        .schedule_table th{
            color: #BFBFBF;
            font-size: 13px;
            line-height: 16px;
            font-weight: normal;
            text-align: center;
            padding: 14px 11px 0;
        }

        .schedule_table td{
            padding: 8px 11px 5px;
            vertical-align: top;
        }

        .btn_delete{
            position: relative;
            top: 4px;
        }

            .btn_delete i{
                font-size: 24px;
                line-height: 24px;
                color: #808080;
            }
            .btn_delete:hover i{
                color: #333333;
            }

        .schedule_table td:first-child{
            padding: 8px 14px 5px 16px;
        }
        .schedule_table td:nth-child(2){
            font-size: 0;
            text-align: center;
        }
        .schedule_table td:last-child{
            padding: 8px 11px 5px 5px;
            min-width: 44px;
        }

        .input_group{
            margin: 0 auto;
            width: 118px;
        }

        .schedule_color{
            border-radius: 100px;
            height: 24px;
            width: 24px;
            display: block;
            margin: 0 auto;
            position: relative;
            top: 4px;
            left: 2px;
            cursor: pointer;
        }

            .schedule_color span{
                height: 24px;
                width: 24px;
                border-radius: 100px;
                display: block;
            }

        .color-box{
            position: relative;
        }

        .schedule_color_panel{
            position: absolute;
            top: -4px;
            left: -5px;
            background: #fff;
            border: 1px solid #BFBFBF;
            box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.26);
            padding: 7px 2px 2px 7px;
            width: 360px;
            z-index: 900;
            border-radius: 2px;
            display: none;
        }
        .schedule_color_panel:after{
            content: '';
            background: transparent;
            position: absolute;
            /*top: 0px;*/
            /*left: 0px;*/
            height: 100%;
            width: 100%;
            z-index: 100;
        }
        .schedule_color_panel.panel_ready:after{
            display: none;
        }

            .radio-color:not(checked) {
                position: absolute;
                opacity: 0;
            }

            .radio-color + label{
                margin-right: 8px;
                margin-bottom: 5px;
                position: relative;
                float: left;
                height: 24px;
                width: 24px;
                border-radius: 100px;
                cursor: pointer;
            }

            .radio-color + label:last-child{
                margin-right: 0px;
            }

            .radio-color + label:before{
                border-radius: 100px;
                height: 24px;
                width: 24px;
                position: absolute;
                top: 0px;
                left: 0px;
            }

            .radio-color:not(checked) + label:before{
                content: '';
                height: 24px;
                width: 24px;
                border-radius: 100px;
                position: absolute;
                top: 0px;
                left: 0px;
            }

            .radio-color:checked + label:before{
                border: 2px solid #eff0f2;
            }

            .radio-color:checked + label:after{
                content: '';
                background: url("../img/svg/baseline-check_white.svg") no-repeat;
                background-size: 100%;
                height: 16px;
                width: 20px;
                position: absolute;
                top: 2px;
                left: 2px;
            }


        .input_box{
            width: 50px;
            display: inline-block;
            position: relative;
        }

            .schedule_input{
                border: 0px;
                border-bottom: 1px solid #c5c5c5;
                margin-bottom: 1px;
                width: 50px;
                text-align: center;
                color: #4D4D4D;
                font: normal 16px Roboto;
                display: inline-block;
                vertical-align: top;
                height: 36px;
                padding: 0px;
            }
            .schedule_input[disabled]{
                color: rgb(191, 191, 191);
                -webkit-text-fill-color: rgb(191, 191, 191);
                opacity: 1;
            }
            .schedule_input:focus,
            .schedule_input_val:focus{
                border-bottom: 2px solid #4285F4;
                color: #000000;
            }

            .end_time,
            .end_time:focus{
                color: #BFBFBF;
            }

            .time_error .schedule_input{
                border-bottom: 2px solid #fe0303;
                margin-bottom: 0px;
            }

            .val_error .schedule_input_val{
                border-bottom: 2px solid #fe0303;
            }

            .error_message{
                background: rgba(0,0,0,0.5);
                color: #fff;
                font: normal 12px/16px Roboto !important;
                padding: 3px 8px;
                position: absolute;
                top: 38px;
                left: 50%;
                border-radius: 3px;
                z-index: 100;
                max-width: 200px;
                min-width: 120px;
                width: 200px;
                text-align: center;
            }

        .input_val{
            width: 101px;
            position: relative;
        }

            .btn_val{
                background: transparent;
                height: 40px;
                border-radius: 100px;
                width: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #727272;
                cursor: pointer;
                box-sizing: border-box;
                position: absolute;
                left: -8px;
                top: -3px;
                margin-bottom: -5px;
                z-index: 2;
            }
            .btn_val:last-child{
                left: auto;
                right: -8px;
            }
            .btn_val:hover{
                background: #ebebeb;
            }

            .btn_disabled:hover{
                background: none;
            }

                .btn_val i{
                    font-size: 24px;
                    line-height: 24px;
                    color: #808080;
                    -webkit-touch-callout: none;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }
                .btn_val:hover i{
                    color: #333333;
                }

                .btn_disabled i,
                .btn_disabled:hover i{
                    cursor: default;
                    color: #BFBFBF;
                }

            .schedule_input_val{
                border: 0px;
                border-bottom: 1px solid #c5c5c5;
                color: #000000;
                font: normal 16px Roboto;
                text-align: center;
                height: 33px;
                padding-bottom: 2px;
                position: relative;
                top: 3px;
                display: inline-block;
                vertical-align: top;
                width: 101px;
            }

        .sep{
            color: #4D4D4D;
            font-size: 16px;
            display: inline-block;
            padding: 7px 3px;
            vertical-align: top;
        }

    .btn_add,
    .btn_add:focus{
        margin: 0 auto;
        background: #808080;
        height: 36px;
        width: 36px;
        border-radius: 100px;
        display: block;
        text-align: center;
        padding: 0px;
    }
    .btn_add:hover{
        background: #333333;
    }

        .btn_add i{
            color: #fff;
            font-size: 24px;
            line-height: 36px;
            position: relative;
            top: 0px;
            left: 0.5px;
            width: 36px;
        }

    .popup_buttons{

        padding: 30px 20px 19px !important;
    }
    .buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    @media(min-width: 971px){
        .buttons{display: table;}
        .buttons .donut,
        .buttons .material-icons{
            margin-left: 5.2rem;
            margin-right: 4rem;
            margin-bottom: 0!important;
        }
    }

        .popup_buttons .btn.float_r{
            margin-left: 10px;
        }
        @media(min-width: 971px){
            .popup_buttons .donut,
            .popup_buttons .material-icons{
                margin-right: 0.5em;
                margin-left: 1.85rem;
                margin-bottom: 0!important;
            }
        }

.icon_apply,
.icon_apply_2{
    color: #4285F4;
    font-size: 24px;
    line-height: 24px;
    width: 51px;
    text-align: center;
    padding: 4px 0 0;
}

.icon_apply.float_r{
    margin-left: 10px;
}

.icon_apply_2{
    width: 114px;
}

.icon_apply_2.float_r{
    margin-left: 21px;
}

.table_box{
    padding: 20px;
    overflow: hidden;
}

.history_table{
    width: 100%;
}

.history_table th{
    border-bottom: 2px solid #bfbfbf;
    padding: 6px 0;
    color: #767676;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.history_table th:first-child{
    width: 137px;
}

.history_table td{
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0 0;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}

.unread td{
    position: relative;
    z-index: 100;
}

.unread td:before{
    content: '';
    background: #f4f8fe;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-right: -20px;
    height: 100%;
    width: 130%;
    z-index: 0;
}
.unread td:first-child:before{
    left: -20px;
}

.history_table td span,
.history_table td strong,
.history_table td p,
.history_table td div{
    position: relative;
    z-index: 100;
}

.history_table td span{
    padding-right: 6px;
}

.history_table td p{
    margin-bottom: 6px;
}

.history_table td strong{
    display: block;
    padding-bottom: 6px;
}

.history_delete{
    float: right;
    color: #808080;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-top: 26px;
    margin-right: 17px;
}
.history_delete:hover{
    color: #4285F4;
}

    .history_delete i{
        position: absolute;
        top: -4px;
        left: -32px;
        font-size: 24px;
        line-height: 24px;
    }

.info_headline{
    float: left;
}

.set_box .info_headline{
    margin-left: 21px !important;
}

.clear{
    display: table;
    width: 100%;
    height: 1px;
}

.info_box_2{
    margin-top: 16px;
}

    .info_box_2 .table_box{
        padding-top: 11px;
    }

.history_empty{
    color: #808080;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: center;
    padding-top: 165px;
    letter-spacing: 0.04em;
    position: relative;
    left: 8px;
}

.history_delete_disabled,
.history_delete_disabled:hover{
    cursor: default;
    color: #bfbfbf;
}

.btn_support{
    margin-top: 16px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.help_box{
    border-bottom: 1px solid #efefef;
    display: table;
    width: 100%;
}

    .help_item{
        color: #4285f4;
        display: block;
        font-size: 15px;
        line-height: 20px;
        position: relative;
        cursor: pointer;
        padding: 14px 20px 13px;
    }

        .help_item i{
            position: absolute;
            top: 13px;
            right: 20px;
            font-size: 24px;
            line-height: 24px;
        }
        .open.help_item i{
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .help_content{
        border-left: 2px solid #bfbfbf;
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 0 16px;
        margin: 3px 20px 15px;
        display: none;
    }

        .help_content p{
            margin: 0px;
        }

.input_email{
    position: relative;
    margin-bottom: 38px;
}
.input_email:before{
    top: 4px;
}

.textarea{
    border: 1px solid #bfbfbf;
    background: #fff;
    border-radius: 3px;
    height: 190px;
    padding: 15px 20px;
    color: #bfbfbf;
    font: normal 16px 'Roboto';
    width: 100%;
    margin-bottom: 18px;
}

.textarea::-webkit-input-placeholder {color:#bfbfbf;}
.textarea::-moz-placeholder          {color:#bfbfbf;}
.textarea:-moz-placeholder           {color:#bfbfbf;}
.textarea:-ms-input-placeholder      {color:#bfbfbf;}

#modalSupport .modal-content{
    background: #fff;
}

#modalSupport h3{
    margin-bottom: 3px;
}

.select_box{
    margin-bottom: 25px;
}

    .select_box .bootstrap-select.btn-group .dropdown-toggle .filter-option{
        padding-bottom: 0px;
        text-transform: none;
        padding-top: 0px;
        position: relative;
        top: -2px;
        color: #222222;
        font-weight: normal;
     }

.input_email input.form-control.pictured{
    color: #bfbfbf;
    padding-left: 32px;
}

.input_text{
    margin-bottom: 26px;
}

    .input_text .form-control{
        padding-left: 2px;
        padding-top: 2px;
        padding-bottom: 4px;
        font-size: 16px;
        color: #808080;
    }

    .input_text .form-control::-webkit-input-placeholder {color:#808080;}
    .input_text .form-control::-moz-placeholder          {color:#808080;}
    .input_text .form-control:-moz-placeholder           {color:#808080;}
    .input_text .form-control:-ms-input-placeholder      {color:#808080;}
    :focus::-webkit-input-placeholder {color: transparent !important}
    :focus::-moz-placeholder          {color: transparent !important}
    :focus:-moz-placeholder           {color: transparent !important}
    :focus:-ms-input-placeholder      {color: transparent !important}

    .input_text .form-control:focus{
        border-bottom-color: #4285f4;
        color: #222222;
    }

.modal_label_2{
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    display: none;
    padding-left: 2px;
    position: relative;
    top: -15px;
    margin-bottom: -17px;
}

#modalAddGroup .modal_small,
#modalAddDevice .modal_small{
    max-width: 400px;
    min-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
}

#modalAddGroup h3{
    margin-bottom: 14px;
}

#modalAddDevice h3{
    margin-bottom: 8px;
}

#modalAddGroup .buttons_group .btn,
#modalAddDevice .buttons_group .btn{
    margin-left: 9px;
}

.modal_link{
    color: #4285f4;
    display: block;
    margin-bottom: 37px;
    font-size: 14px;
    line-height: 16px;
}

.modal_label_3{
    color: #808080;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 12px;
    font-weight: normal;
}

#modalAddDevice .select_box .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    color: #808080;
}

#modalAddDevice .input_text{
    margin-bottom: 33px;
}

.select_box .new_trigger.bootstrap-select.btn-group > .dropdown-toggle .caret:before{
    top: -2px;
}

.modal-open .modal{
    overflow: visible;
}

.modal{
    min-height: 100%;
}

.input_box_2{
    position: relative;
    top: -4px;
    margin-bottom: -4px;
}

    .input_box_2 .form-control{
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        font: normal 20px Roboto;
        padding: 0 0 5px;
        color: #000;
        margin-bottom: 1px;
    }
    .input_box_2 .form-control:focus{
        border-bottom:2px solid #4285f4;
        color: #222222;
    }

.input_box_2.validation-error{
    padding-bottom: 22px;
}

.profile_headline{
    color: #606060;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 23px;
}

.profile_input .form-control{
    font-size: 16px;
    color: #000;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text{
    padding-bottom: 0px;
}

.profile_select.bootstrap-select.btn-group .dropdown-menu li a span.text{
    text-transform: uppercase;
}

.set_row .profile_select span.filter-option,
.profile_select.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 16px;
    color: #000 !important;
    padding-bottom: 0px;
    font-weight: normal;
    line-height: 18px;
}

.profile_select_2.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 14px;
    color: #606060;
    font-weight: normal;
}

.profile_select.bootstrap-select.btn-group > .dropdown-toggle{
    padding-top: 0px;
    padding-bottom: 11px;
    height: 31px;
}

.dropdown-menu{
    max-height: 144px !important;
    overflow: auto;
    padding: 0px;
}

.dropdown-menu ul{
    padding-bottom: 10px;
}

.dropdown-menu li{
    padding-bottom: 0px;
    padding-top: 0px;
}

.dropdown-menu li.user-holder{
    position: relative;
    padding-bottom: 17px;
}

.user-holder .sub-menu,
.navbar .item2 .hasSubnav > ul{
    min-height: inherit;
    position: absolute;
    min-width: 160px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    right: 0px;
    padding-bottom: 7px;
    margin-top: 1px;
    text-align: left;
}

    .user-holder .sub-menu li,
    .navbar .item2 .hasSubnav > ul li{
        padding: 0;
        border: 0px;
        background: none;
    }
    .user-holder .sub-menu li:hover,
    .navbar .item2 .hasSubnav > ul li:hover{
        background: #eeeeee;
    }

        .user-holder .sub-menu .nav-item,
        .navbar .item2 .hasSubnav > ul .nav-item{
            padding: 8px 10px 6px 59px !important;
            position: relative;
            font-size: 14px !important;
            margin-top: 7px;
            line-height: 18px !important;
            display: block;
            color: #000;
            opacity: 0.87;
        }

            .user-holder .sub-menu .nav-item i,
            .navbar .item2 .hasSubnav > ul .nav-item i{
                position: absolute;
                top: 4px;
                left: 19px;
                color: #808080;
                font-size: 24px;
                line-height: 24px;
            }

.dropdown-menu-holder .dropdown-menu{
    overflow: visible;
}

.tarif_zone_box{
    position: relative;
}

.btn_groups{
    position: absolute;
    top: 10px;
    right: -180px;
    border: 1px solid #7d7d7d;
    color: #606060;
    font-size: 16px;
    padding: 0 10px;
    line-height: 31px;
}
.btn_groups:hover{
    border: 1px solid #7d7d7d;
    color: #4285F4;
}

.sub-menu.history_messages{
    background: #fff;
    box-shadow: 0px 9px 13px rgba(0,0,0,0.26);
    border-radius: 2px;
    width: 320px;
    min-width: 320px !important;
    border: 1px solid #BFBFBF;
    position: absolute;
    top: 59px;
    right: 43px;
    z-index: 900;
    padding-top: 6px;
}

.history_messages_empty{
    color: #808080;
    font-size: 15px;
    text-align: center;
    padding: 33px 0 39px;
}

.sub-menu .history_list{
    list-style-type: none;
    margin: 0px;
    text-align: left;
}

    .sub-menu .history_list li{
        border-bottom: 1px solid #f0f0f0;
        padding: 8px 16px 7px;
        font-size: 14px;
        line-height: 17px;
        color: #363636;
        list-style-type: none;
        background: none;
    }
    .sub-menu .history_list li:last-child{
        border-bottom: 0px;
    }

        .sub-menu .history_list strong{
            color: #000;
            font-weight: normal;
        }

        .sub-menu .history_list p{
            margin: 0px;
        }

        .sub-menu .history_date{
            display: block;
            padding-bottom: 7px;
        }

.sub-menu .history_tools{
    background: #efefef;
    text-align: center;
    padding: 16px 10px 0;
    display: block !important;
}

    .sub-menu .history_tools a{
        display: block;
        text-transform: uppercase;
        padding: 2px 0 24px;
        color: #606060;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        margin: 0px !important;
        width: 100%;
        float: none;
    }
    .sub-menu .history_tools a:hover{
        color: #4285F4;
    }

    .sub-menu .history_tools .mark_read{
        color: #BFBFBF;
    }

.set_box_link,
.set_box_link:hover{
    display: block;
    border-bottom: 1px solid #BFBFBF;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    padding: 0 24px 6px 0;
    margin-bottom: 1px;
}
.set_box_link:after{
    content: '';
    border-left: 5px solid #5d5d5d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 6px;
    right: 9px;
}
.set_box_link:hover{
    color: #4285F4;
}

.modal_save .modal-content{
    padding: 21px 24px 25px;
}

button[type='submit'].btn_red,
button[type='submit'].btn_red:hover{
    background: #FE0303 !important;
}

.input_box_day{
    color: #BFBFBF;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: -13px;
    display: block;
}

.tarif_zones{
    margin-top: 18px;
    margin-left: 256px;
}

    .tarif_zones .schedule_chart{
        height: 232px;
    }

    .tarif_zones .bg_line{
        height: 218px;
    }

    .chart_bottom_line{
        background: #f1f1f1;
        height: 1px;
        width: auto;
        margin: 0 20px 20px;
    }

    .tarif_zones .set_box_lines{
        padding-top: 0px;
    }

    .tarif_zones .schedule_chart{
        margin-top: 22px;
    }

    .schedule_tarif{
        padding-top: 19px;
        height: 64px
    }

    .schedule_tarif_active{
        background: rgba(0,0,0,0.1);
    }

    .schedule_radio_btn{
        width: 120px;
        float: left;
        padding: 0 0 0 22px;
        position: relative;
        top: 2px;
    }

    .tarif_zones .bg_lines,
    .tarif_zones .schedule{
        padding-left: 120px;
    }

    .tarif_zones .btn_tools_1,
    .tarif_zones .btn_tools_2{
        top: 20px;
    }

    .schedule_radio + label{
        cursor:pointer;
        display: inline-block;
        vertical-align: middle;
        color: #606060;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 0 38px;
    }

    .schedule_radio + label span{
        position: relative;
        top: 2px;
    }

    .schedule_radio:not(checked) + label:before{
        content: '';
        width: 20px;
        text-align: center;
        line-height: 20px;
        height: 20px;
        position:absolute;
        border: 2px solid #6f6f6f;
        border-radius: 50px;
        left: 22px;
        top: 0px;
    }

    .schedule_radio:not(checked){
        position: absolute;
        opacity: 0;
    }

    .schedule_radio:checked + label:before{
        border-color: #4285f4;
        background: none;
        cursor: default;
    }
    .schedule_radio:checked + label:after{
        content: '';
        background: #4285f4;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 5px;
        left: 27px;
        border-radius: 10px;
    }

    .tarif_zone_popup{
        top: 0px;
        right: 91px;
    }

        .tarif_zone_popup .btn_tools_1,
        .tarif_zone_popup .btn_tools_2{
            top: 14px;
        }

.tarif_zones .schedule_chart{
    position: relative;
    padding-top: 36px;
}

.set_box .dropdown-menu.open{
    left: -20px;
    right: -20px;
}

.tarif_zones .bg_lines{
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    padding-left: 120px;
    width: 100%;
}

.schedule_tarif{
    position: relative;
    top: 0px;
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a .text{
    cursor: pointer;
    display: block;
    padding-top: 5px;
    padding-bottom: 8px;
    line-height: 16px;
}

.bootstrap-select .dropdown-menu li:hover{
    background: #eeeeee;
}

.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a .text{
    color: #4285f4;
    cursor: default;
    display: block !important;
}

.bootstrap-select .dropdown-menu li.selected a{

}

#modalDeleteDevice .modal-dialog{
    max-width: 688px;
}

.tab-content>.tab-pane{
    display: block;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.tab-content>.active{
    height: auto;
    width: auto;
    overflow: visible;
}

.short_head{
    padding-top: 46px !important;
}

#modalShare .modal-content{
    padding-top: 20px;
}

.modal-content{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.modal-content.lift-effect{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-content.lift-effect-remove{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.has-error .form-control{
    border-bottom-color: #FE0303;
    color: #000 !important;
}

.has-error.form-group.email:before{
    color: #FE0303;
}

.error_label,
.form-group label.error_label{
    color: #B92D00;
    font-size: 12px;
    line-height: 12px;
    display: block;
    padding: 7px 0 0;
}

.info-message{
    background: #fff;
    border-radius: 2px;
    border: 1px solid #BFBFBF;
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.26);
    width: 377px;
    padding: 11px 30px 11px 14px;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 188px;
    right: 20px;
}

.close-message{
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.close-message i{
    color: #808080;
    font-size: 24px;
    line-height: 24px;
}

.navbar-right-2{
    float: left;
    min-width: 300px;
}

.nav-panel{
    float: left;
    border-right: 1px solid rgba(96,96,96,0.2);
    position: relative;
    padding: 21px 46px 0 63px;
    height: 60px;
}

.nav-panel i{
    position: absolute;
    top: 17px;
    left: 17px;
    color: #606060;
    font-size: 24px !important;
    line-height: 24px;
}

.nav-panel span{
    color: #606060;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}

.nav-view_module{
    float: left;
    margin: 17px 0 0 20px;
    height: 24px;
    width: 24px;
    position: relative;
}

.nav-view_module i{
    color: #606060;
    font-size: 24px !important;
    line-height: 24px;
    top: 0px !important;
    position: absolute;
    left: 0px;
}

.panel-content{
    /*padding-top: 60px;*/
}

.device-group{
    padding: 21px 19px 0;
}

.device-group-head{
    position: relative;
    padding-bottom: 8px;
}

.device-group-head h5{
    display: inline-block;
    vertical-align: top;
    padding-left: 28px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

.device-group-head .settings{
    position: absolute;
    top: 5px;
    right: -8px;
    height: 40px;
    width: 40px;
    border-radius: 200px;
}
.device-group-head .settings:hover{
    background: #d9d9d9;
}

.panel-template .menu_device_toggle .more_vert{
    margin-left: 0px;
    height: 25px;
    width: 25px;
    top: 6px;
    right: 12px;
}
.panel-template .menu_device_toggle .more_vert:hover{
    background: #d9d9d9;
    border-radius: 50px;
    color: #4d4d4d;
}

.device-group-head .settings i{
    color: #606060;
    font-size: 24px;
    line-height: 24px;
}

.panel-template .card-header .menu_device_toggle{
    right: 0px;
    position: absolute;
    top: 0px;
}
.panel-template .card-header .menu_device_toggle:hover:before{
    background: none;
}

.panel-template .card-header .more_vert{
    color: #808080;
    font-size: 24px;
}

.panel-template{
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 1px;
    width: 296px;
    min-height: 165px;
    float: left;
}

.panel-template .card-header{
    padding-top: 9px;
    padding-left: 12px;
    border-radius: 2px 2px 0 0;
    height: 72px;
    position: relative;
    overflow: visible;
}

.panel-template .card-header .menu_device_toggle{
    top: 0px;
    right: 0px;
}

.panel-template .card-header img{
    width: 40px;
    height: 40px;
    margin-top: 1px;
    margin-right: 2px;
    background: transparent;
}

.icons_group{
    padding-left: 8px;
}

.panel-template .card-header .connection{
    top: 22px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-family: Roboto;
    font-weight: normal;
    color: #4D4D4D;
}
.panel-template .card-header .connection:before{
    margin-right: 5px;
}

.panel-template .card-info{
    display: table;
    width: 100%;
    padding-right: 16px;
    padding-bottom: 2px;
}

.panel-template .card-info .value{
    color: #606060;
    font-size: 36px;
    line-height: 36px;
    margin-left: 2px;
    font-weight: normal;
    padding-top: 0px;
    min-width: 60px;
}

.panel-template .icon_arrow{
    color: #BFBFBF;
    font-size: 24px;
    line-height: 24px;
    top: 0px;
    margin-left: 0px;
    opacity: 1;
}

.panel-template .card-info .value2{
    font-size: 24px;
    line-height: 36px;
    color: #A2ACBA;
    border-bottom: 1px solid #A2ACBA;
    margin-left: 12px;
    top: -6px;
    position: relative;
    min-width: 46px;
    text-align: center;
    padding-bottom: 2px;
}

.value-box{
    min-width: 150px;
    float: left;
}

.panel-template .card-info .value sup{
    left: 2px;
}

.panel-template .card-info .value2 sup{
    left: 0px;
}

.panel-template .card-info .icon-holder{
    float: left;
    margin-left: 2px;
    padding-right: 0px;
    display: block;
    width: 113px;
}

.panel-template .card-info .icon-warm-icon{
    top: 3px;
    font-weight: normal;
    margin-left: 12px;
}

.panel-template .card-info .icon-warm-icon.grey-icon{
    color: #999999;
    opacity: 0.2;
}

.panel-template .head_device_icons{
    padding: 0px;
    float: right;
    display: block;
    position: relative;
    top: -8px;
}

.panel-template .head_device_icons span{
    margin-right: 0px;
    padding-top: 1px;
}

.panel-template .head_device_icons i.schedule_tool{
    top: 12px;
    left: 0px;
}

.panel-template .head_device_icons span.active{
    height: 52px;
    width: 52px;
}

.panel-template .card-info .icon{
    float: left;
}

.panel-template .range-default{
    height: 39px;
    padding: 0 20px 0;
}

.panel-template .mdl-slider__container{
    height: 16px;
    width: 100% !important;
}

.panel-template .mdl-slider,
.panel-template .mdl-slider__background-flex{
    width: 100% !important;
}

.head-red{
    border-top-color: #FE0303;
}

.head-yellow{
    border-top-color: #FDC018;
}

.head-orange {
    border-top-color: var(--color-colorOrange);
}

.head-green{
    border-top-color: #009E1A;
}

.head-blue{
    border-top-color: var(--color-colorBlue);
}

.head-darkblue {
    border-top-color: var(--color-colorDarkBlue);
}

.head-violet {
    border-top-color: var(--color-colorViolet);
}

.head-purple {
    border-top-color: var(--color-colorPurple);
}

.icon_lock{
    color: #BFBFBF;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

.locked .head_device_icons span.active{
    background: #BFBFBF;
    cursor: default;
}
.locked .head_device_icons span.active:hover{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}

.disabled.panel-template h3.headline{
    color: #BFBFBF;
}

.panel-template .range-default .switcher_label{
    padding: 1px 10px 0 27px;
    font-size: 14px;
}

.panel-template .range-default .head_switcher{
    margin: 0px;
}

.panel-template .range-default .card_switch_holder{
    margin: 0 0 0 4px;
}

.group-row{
    padding-bottom: 8px;
}

.device-group-head .menu_device_toggle{
    right: 4px;
    top: 11px;
}

.sidebar-sm{
    width: 235px;
}

.sidebar-sm .sidebar_content{
    padding-top: 7px;
}

.main_content_2{
    margin-left: 254px;
}

.panel-template-2{
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
    border-top-width: 4px;
    border-top-style: solid;
    border-radius: 2px;
    min-height: 90px;
    margin-bottom: 16px;
}

.panel-template-2 .head_device_logo{
    padding-left: 14px;
    padding-right: 00px;
    width: 96px;
    padding-top: 14px;
}

.panel-template-2 .head_device_logo img{
    width: 61px;
    height: auto;
}

.panel-template-2 .head_device_logo:before{
    display: none;
}

.panel-template-2 .head_device_name{
    padding-top: 21px;
    padding-right: 38px;
}
.panel-template-2 .head_device_temp{
    padding-top: 25px;
    padding-right: 18px;
}

.panel-template-2 .head_device_temp i{
    margin-left: 0px;
    margin-right: 0px;
    left: -8px;
}

.panel-template-2 .head_device_slider{
    padding-top: 37px;
}

.panel-template-2 .head_device_icons{
    padding-top: 16px;
}

.panel-template-2 .head_device_stat{
    padding-top: 27px;
}

.panel-template-2 .head_switcher{
    margin-top: 25px;
}

.panel-template-2 .menu_device_toggle{
    top: 30px;
}

.device-group-2{
    padding-bottom: 20px;
}

.device-group-2 .group-row{
    padding-left: 15px;
    padding-right: 15px;
}

.input-buffer,
.input-buffer2{
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    white-space: nowrap;
}

.info_box_3{
    margin-bottom: 29px;
}

.info_box_4{
    padding-top: 22px;
}



@media (max-width: 1210px) {

    .logo{
        display: none;
    }

    .history_table th:first-child,
    .history_table td:first-child{
        width: 137px;
        padding-right: 30px;
    }

    .head_device_slider {
        width: 150px;
        max-width: 150px;
    }
}

@media (max-width: 1490px){
    .bg_line{
        margin-right: 8.2%;
    }

    .bg_line:nth-child(even){
        display: none;
    }

    .bg_line:nth-last-child(3){
        margin-right: 0px;
    }

}

@media (max-width: 1500px){

    .head_switcher,
    .panel-template-2 .head_switcher{
        margin-top: 0px;
    }

    .switchers_group{
        max-width: 280px;
        padding-top: 15px;
    }

    .panel-template-2 .switchers_group{
        padding-top: 8px;
    }

    .head_device_content{
        padding-right: 260px;
    }

}

@media (max-width: 1350px) {

    .tarif_zone_box{
        margin-bottom: 80px;
    }

    .btn_groups{
        right: auto;
        left: 50%;
        margin-left: -48px;
        bottom: -60px;
        top: auto;
    }

}

@media (max-width: 1900px) {
    .head_device_slider {
        padding-right: 20px;
    }

    .head_device_slider .slider.slider-horizontal{
        width: 100%;
    }

    .device_content_left{
        margin-right: 210px;
    }


}

@media (max-width: 1600px) {

    .head_device_stat a,
    .head_device_stat input,
    .comiseo-daterangepicker-triggerbutton.ui-button{
        margin: 0px;
    }

}

@media (max-width: 1530px) {
    .head_device_stat{
        max-width: 365px;
    }
}

@media (max-width: 1500px) {

    .head_device_stat {
        max-width: 280px;
    }

}

@media (max-width: 1700px) {

    .head_device_slider{
        width: 150px;
        max-width: 150px;
        min-width: 150px;
    }

}

@media (max-width: 990px){

    .sub-menu.history_messages{
        right: 0px;
        margin-top: 0px;
        top: 56px;
    }

}

@media (max-width: 1100px) {
    .navbar .item3.color-black{
        max-width: 15%;
    }

    .navbar .item2.new_width{
        width: calc(80% - 321px);
    }

    .back_to_panel{
        padding-top: 15px;
    }

    .back_to_panel i.material-icons{
        top: 12px;
    }


}

@media (max-width: 450px) {
    .back_to_panel span{
        display: none;
    }
}

@media (max-width: 1440px){
    .switchers_group{
        padding-right: 30px;
        max-width: 250px;
    }
}

@media (max-width: 1420px){

    .head_device_name,
    .panel-template-2 .head_device_name{
        padding-right: 20px;
    }

}

@media (max-width: 1400px){

    .device_content_in{
        margin-right: 0px;
        padding-bottom: 25px;
    }

    .head_device_content{
        padding-right: 50px;
    }

    .switchers_group{
        clear: both;
        max-width: inherit;
        padding: 0 0 0 20px;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 5px;
    }

    .head_device_stat{
        max-width: 370px;
    }

    .head_device_stat a,
    .head_device_stat input,
    .comiseo-daterangepicker-triggerbutton.ui-button{
        display: inline;
    }

    .accordeon li .comiseo-daterangepicker-triggerbutton.ui-button{
        margin-left: 0px;
    }

    .content{
        /*padding-top: 200px;*/
    }

    .main_content{
        margin-left: 256px;
        padding-bottom: 30px;
    }

    .device_settings .tab-pane.tab-schedule,
    .tarif_zones{
        margin-left: 0px;
    }

    .btn_tools_1{
        right: 16px;
    }

    .btn_tools_2{
        right: 46px;
    }

    .schedule_row,
    .bg_lines{
        padding-right: 90px;
    }

    .head_device_temp{
        width: 196px;
    }

    .info-message{
        top: 190px;
    }
}

@media (max-width: 1299px){
    .main_content{margin-left: 50px;}
}

@media (max-width: 1170px){

    .head_device_stat{
        display: block;
        clear: both;
        padding: 0px 20px 0 20px;
        max-width: none;
        top: 0px;
    }

    .panel-template-2 .head_device_stat{
        padding-top: 0px;
    }

    .device_content_left{
        display: block;
    }

    .device_content_in{
        padding-bottom: 0px;
        display: block;
    }

    .head_device{
        padding-bottom: 5px;
    }

    .panel-template-2{
        padding-bottom: 12px;
    }

    .head_device_icons,
    .head_device_slider,
    .head_device_temp{
        display: block;
        float: left;
    }

    .info-message{
        top: 200px;
    }

    .panel-template-2 .head_device_icons{
        padding-right: 0px;
    }
}

@media (min-width: 970px){
    .head_device_content{
        padding-left: 0px !important;
    }
}

@media (max-width: 990px) {

    .subnavToggle {
        padding-right: 6px;
    }

}

@media (max-width: 970px) {
    .head_device_toggle,
    .head_device_toggle .navbar-toggle{
        display: block !important;
    }

    .head_device{
        min-height: 80px;
    }

    .head_device_logo{
        padding-top: 12px;
        padding-right: 15px;
    }

    .head_device_logo:before{
        top: 10px;
    }

    .head_device_name{
        padding: 15px 0 0;
        display: block;
        font-size: 20px;
        width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .panel-template-2 .head_device_name {
        padding-right: 0px;
        width: auto;
    }

    .head_device_toggle{
        margin: 28px 5px 0 0;
    }

    .head_device_toggle:hover:before{
        left: 3px;
    }

    .head_device_content{
        left: 0px;
        top: 80px;
        right: 0;
        min-width: 280px;
        min-height: calc(100vh - 80px);
        border: 0;
        display: none;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        margin-left: 0px;
    }

    .device_content_in {
        position: absolute;
        top: 0;
        left: 20px;
        min-height: calc(100vh - 67px);
        width: 100%;
        background: #fff;
        z-index: 0;
        -webkit-box-shadow: inset 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
        box-shadow: inset 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
        padding: 120px 20px 50px 0;
        overflow-y: auto;
    }

    .device-group-2{
        overflow-x: hidden;
    }

    .panel-template-2 .device_content_in,
    .panel-template-2 .head_device_content{
        min-height: 700px;
    }

    .panel-template-2 .head_device_content{
        top: 86px;
    }

    .panel-template-2 .device_content_in{
        padding-right: 0px;
    }

    .head_device_content.opened{
        display: block;
    }

    .head_device_temp{
        float: none;
        padding: 0 20px;
    }

    .head_device_slider{
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 20px 20px 0;
    }

    .head_device_icons{
        float: none;
        padding: 20px 20px 0;
    }

    .head_device_stat{
        max-width: 100%;
        float: none;
        padding: 20px;
    }

    .panel-template-2 .head_device_stat{
        padding-top: 20px;
    }

    .head_device_stat a,
    .head_device_stat input,
    .comiseo-daterangepicker-triggerbutton.ui-button{
        display: inline;
        margin: 0px;
    }
    .set_period .comiseo-daterangepicker-triggerbutton.ui-button{
        margin-left: 0px;
    }

    .switchers_group{
        float: right;
        max-width: inherit;
        padding: 30px 20px 40px;
        width: 260px;
        position: absolute;
        bottom: auto;
        top: -10px;
        left: 0px;
        right: auto;
    }

    .panel-template-2 .switchers_group{
        padding-top: 30px;
    }

    .panel-template-2 .device_content_in{
        padding-top: 100px;
    }

    .head_switcher{
        float: left;
    }

    .switcher_label{
        padding-left: 0px;
    }

    .menu_device_toggle{
        position: static;
        clear: both;
        width: 100%;
    }
    .head_device_toggle:before{
        left: 10px;
        display: block !important;
    }

    .menu_device_toggle i.more_vert,
    .menu_device_toggle:before{
        display: none;
    }

    .device-group-head .menu_device_toggle i.more_vert,
    .device-group-head .menu_device_toggle:before,
    .panel-template .menu_device_toggle i.more_vert,
    .panel-template .menu_device_toggle:before{
        display: block;
    }

    .device-group-head .menu_device_toggle{
        width: 40px;
    }

    .panel-template .menu_device_toggle{
        width: 25px;
    }

    .device-group-head .menu_device_toggle i.more_vert,
    .device-group-head .menu_device_toggle:before{
        position: absolute;
        right: 0px;
    }

    .device-group-head .menu_device_toggle:before{
        left: auto;
        right: -7px;
    }

    .device-group-head .menu_device_toggle{
        position: absolute;
    }

    .opened .menu_device{
        display: block !important;
        box-shadow: none;
        max-width: 100%;
        position: static;
        padding: 0 0 30px;
        min-height: 300px;
        width: 100%;
        background: none;
        border-top: 1px solid #a3adbb;
    }

    .opened .menu_device li:last-child{
        border-bottom: 1px solid #a3adbb;
    }

    .menu_device li a,
    .menu_device li div{
        padding: 17px 10px 17px 50px;
    }

    .menu_device li a span,
    .menu_device li div span{
        left: 10px;
        top: 12px;
    }

    .menu_device_2 i{
        top: 0px;
    }

    .menu_device_2 li a.group-link span,
    .menu_device_2 li div.group-link span{
        top: 4px;
    }

    .menu_device_2{
        border: 0px;
        border-radius: 0px;
    }

    .content{
        /*padding-top: 140px;*/
    }

    .sidebar{
        left: -220px;
        z-index: 100;
    }

    .sidebar.opened{
        left: 0px;
        margin-right: 0px;
    }

    .main_content{
        margin-left: 0;
    }

    .device_settings{
        padding-left: 15px;
        padding-right: 15px;
    }

    .settings_tabs li a{
        min-width: 50px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 11px;
    }

    .settings_tabs li a span{
        height: 18px;
    }

    .settings_tabs li a span i{
        font-size: 17px;
    }

    .buttons .btn,
    .icon_apply,
    .icon_apply_2{
        text-align: center;
        float: none !important;
        max-width: 200px;
        margin: 0 auto 20px !important;
        display: block;
    }

    .chart_buttons{
        padding-top: 20px !important;
    }

    #wrapper,
    header{
        min-width: 320px;
    }

    .side_toggle,
    .side_hide{
        color: #a3adbb;
        font-size: 25px;
        visibility: visible;
        position: absolute;
        top: 10px;
        right: 5px;
        cursor: pointer;
    }

    .side_hide,
    .sidebar.opened .side_toggle{
        visibility: hidden;
    }

    .sidebar.opened .side_hide{
        visibility: visible;
        top: 10px;
        right: 5px;
        margin-top: 0px;
        font-size: 23px;
    }

    .info-2{
        padding: 0 5px 20px;
    }

    .info-chart{
        padding: 40px 0px 60px 1px;
    }

    .bar-chart{
        padding-bottom: 10px;
    }

    h5.chart_title{
        font-size: 12px;
    }

    .show_more{
        font-size: 11px !important;
        right: 5px;
    }

    .show_more i{
        font-size: 13px;
        margin-left: 3px;
    }

    .info_table th,
    .info_table td{
        font-size: 12px;
    }

    .info_table{
        min-width: 480px;
    }

    .info-2{
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-message{
        top: 150px;
    }

    .main_content_2{
        margin-left: 40px;
    }

    .sidebar-sm{
        left: -199px;
    }

    .main_content_2 .device-group{
        padding-left: 32px;
        padding-right: 6px;
        overflow: visible;
    }

    .sidebar-sm .sidebar_content{
        padding-top: 28px;
    }

}

@media (max-width: 767px) {
    .nav-panel span {
        display: none;
    }

    .navbar-right-2{
        min-width: 188px;
    }

    .nav-panel{
        width: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 750px) {

    .head_device_toggle:hover:before {
        left: -7px;
    }

    .bg_line span{
        font-size: 11px;
    }

    .dropdown-menu-holder .dropdown-menu{
        overflow: hidden;
    }

    .user-holder .sub-menu{
        left: 0px;
        margin-left: 0px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
        background: none;
        padding-top: 7px;
        padding-left: 0px;
    }

    .navbar-right li .nav-item{
        padding-left: 15px;
        padding-right: 15px;
    }

    .dropdown-menu-holder .dropdown-menu{
        padding-top: 20px;
    }

    .user-holder .sub-menu .nav-item:hover{
        background: none;
    }

    .navbar-right li{
        padding-bottom: 19px;
    }

    .new_dev #user{
        top: 0px;
    }

    .schedule_radio_btn{
        padding-left: 0px;
    }

    .schedule_radio + label:before{
        left: 10px !important;
    }
    .schedule_radio:checked + label:after{
        left: 15px;
    }

    .schedule_radio_btn{
        width: 90px;
    }

    .tarif_zones .bg_lines,
    .tarif_zones .schedule{
        padding-left: 90px;
    }

    .navbar .item2 .hasSubnav > ul{
        padding-left: 0px;
    }

    .sub-menu.history_messages{
        right: -100px;
        top: 61px;
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media (max-width: 650px) {
    .info_row span,
    .hd_row h5,
    .hd_row span,
    .info_row .btn{
        float: none !important;
        display: block;
    }

    .hd_row h5{
        padding-bottom: 12px;
    }

    .info_row .btn{
        display: inline-block;
    }

    .schedule_day{
        width: 30px;
        font-size: 12px;
        float: none;
        position: relative;
        top: -6px;
    }

    .schedule{
        padding-left: 0px;
    }

    .schedule_value{
        font-size: 11px;
    }

    .btn_tools_1 i,
    .btn_tools_2 i {
        font-size: 18px !important;
    }

    .btn_tools_1{
        top: -6px;
        right: 10px;
    }

    .btn_tools_2{
        top: -6px;
        right: 35px;
    }

    .schedule_row{
        margin-right: 0px;
    }

    .set_box_lines{
        box-sizing: content-box;
    }

    .schedule_row{
        padding-left: 5px;
        padding-right: 5px;
    }

    .schedule_time .time_start:before,
    .schedule_time .time_end:before{
        font-size: 11px;
    }

    .schedule_box:last-child .schedule_time{
        margin-left: -58px;
    }

    .bg_lines{
        padding-right: 5px;
        padding-left: 5px;
    }

    .bg_line span{
        font-size: 10px;
    }

    .bg_line:first-child span{
        left: -4px;
    }
    .bg_line:last-child span{
        left: auto;
        right: -6px;
    }

    .tarif_zones .btn_tools_1,
    .tarif_zones .btn_tools_2{
        top: 5px;
    }

    .tarif_zone_popup .btn_tools_1,
    .tarif_zone_popup .btn_tools_2{
        top: 14px;
    }

    .schedule_tarif{
        padding-top: 32px;
        height: 79px;
    }

    .chart_bottom_line{
        margin-left: 0px;
        margin-right: 0px;
    }

    .schedule_radio_btn{
        position: relative;
        top: -26px;
        margin-bottom: -22px;
        float: none;
    }

    .tarif_zones .bg_lines{
        padding-left: 5px;
    }
    .tarif_zones .schedule{
        padding-left: 0px;
    }

    .panel-template{
        float: none;
        width: inherit;
        margin-right: 15px;
    }

}

@media (max-width: 530px) {
    .bg_line span{
        font-size: 11px;
    }

    .bg_line:nth-child(3) span,
    .bg_line:nth-child(7) span,
    .bg_line:nth-child(11) span,
    .bg_line:nth-child(15) span,
    .bg_line:nth-child(19) span,
    .bg_line:nth-child(23) span{
        display: none;
    }

    .schedule_popup{
        width: 280px;
        min-width: 0;
        right: 5px;
    }

    .schedule_color_panel{
        width: 270px;
    }

    .schedule_table{
        margin-bottom: 20px;
        width: 270px;
    }

    .popup_hd span,
    .popup_hd .edit_headline_input{
        font-size: 15px;
    }

    .popup_hd{
        padding-left: 5px;
        padding-right: 5px;
    }

    .popup_hd h3.headline{
        margin-right: 110px !important;
    }

    .schedule_table td{
        padding: 8px 4px !important;
    }

    .input_group{
        width: 90px;
    }

    .schedule_input_val{
        width: 90px;
        font-size: 14px;
    }

    .input_box{
        width: 35px;
    }

    .schedule_input{
        width: 35px;
        font-size: 14px;
    }

    .popup_buttons{
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

    .flot-x-axis > div:nth-child(3),
    .flot-x-axis > div:nth-child(5),
    .flot-x-axis > div:nth-child(7),
    .flot-x-axis > div:nth-child(9),
    .flot-x-axis > div:nth-child(11),
    .flot-x-axis > div:nth-child(13){
        display: none;
    }

    .info_headline{
        float: none;
        padding-bottom: 20px;
    }

    .history_delete{
        float: none;
        display: block;
        margin-left: 32px;
    }

    .history_empty{
        padding-top: 50px;
        left: 0px;
    }

    .btn_support{
        float: none !important;
        margin-left: 20px;
        display: block;
    }

    .set_box h2{
        float: none;
    }

    .history_messages{
        width: 100%;
        right: 0px;
        top: 59px;
    }

}

@media (max-width: 450px) {
    .sub-menu.history_messages {
        right: -160px;
        top: 58px;
    }

    .navbar-right-2{
        min-width: 130px;
    }

    .nav-view_module{
        margin-top: 19px;
    }

}

@media (max-width: 430px) {
    .btn-set{
        display: block;
        margin: 0 0 10px;
    }

    .set_link:after{
        right: 15px;
    }

    .info-message{
        max-width: 300px;
        right: 10px;
        top: 150px;
    }
}

@media (max-width: 400px) {

    #modalAddGroup .modal_small,
    #modalAddDevice .modal_small {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 380px) {

    .head_device_content{
        padding-left: 40px;
    }

}

@media (max-width: 380px) {

    .modal {
        padding-top: 5%;
    }

}

@media (max-width: 370px) {
    .sidebar{
        left: -230px;
        overflow-y: hidden;
        cursor: pointer;
    }

    .main_content{
        margin-left: 28px;
    }

    .device_settings{
        padding-right: 6px;
        padding-left: 4px;
    }

    .history_table th:first-child,
    .history_table td:first-child{
        padding-right: 10px;
    }

    #modalAddGroup .modal_small,
    #modalAddDevice .modal_small{
        max-width: 300px;
    }

    .menu_device_2{
        max-width: 90%;
        min-width: 300px;
    }

    .device-group{
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }

    .panel-template .card-info{
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidebar-sm{
        left: -210px;
    }

    .main_content_2{
        margin-left: 28px;
    }

    .panel-template .card-info{
        padding-left: 5px;
        padding-right: 5px;
    }

    .panel-template .card-info .icon-holder{
        width: 108px;
    }
}


.buttons .btn.cancel{
    color: #606060;
}
.buttons .btn.cancel:hover{
    color: #4285F4;
}

.modal_save .buttons .btn.float_r{
    margin-left: 16px;
}

#modalSave,
#modalDeleteHistory{
    top: 50%;
    margin-top: -140px;
    position: fixed;
    padding-top: 0px;
}

#modalSave .modal-content{
    min-width: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.32);
    padding: 21px 24px 24px;
    margin: 0 auto;
}

#modalSave .modal-dialog,
#modalDeleteHistory .modal-dialog{
    margin: 0 auto;
}

.modal_save{
    min-width: 400px !important;
    box-sizing: border-box;
    max-width: 400px;
}

.modal_save h3{
    font-size: 20px;
    margin-bottom: 34px;
    margin-top: 0px;
}

.modal_save p{
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.modal .close{
    top: 5px;
    right: 4px;
}

@media (max-width: 970px) {
    .modal_save .buttons .btn {
        float: right !important;
        margin: 0 0 0 16px !important;
    }

}

@media (max-width: 750px) {

    .modal .close{
        top: 0px;
        right: 0px;
    }

    #modalSave{
        top: 0px;
        margin-top: 30px;
    }

    .new_trigger.bootstrap-select.btn-group > .dropdown-toggle .caret:before{
        right: -12px;
    }
}

@media (max-width: 440px) {
    .modal_save .buttons .btn {
        float: none !important;
        margin: 0 auto 20px !important;
    }

    .modal_save{
        min-width: 300px !important;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.set_name span.details,
.set_value span.details,
.set_row span.input-details{
    position: absolute;
    background: #292929;
    border-radius: 4px;
    width: 437px;
    color: #fff !important;
    padding: 8px;
    display: none;
    top: 30px;
    left: 84px;
    margin-left: -20px;
    right: auto;
    z-index: 900;
    white-space: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: Roboto, sans-serif;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.4);
}
.set_row span.input-details{
    top: 40px;
    padding: 3px 8px !important;
    display: none;
}

.has-details{
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

@media (max-width: 999px) {
    .set_name span.details,
    .set_value span.details{
        width: 200px;
        right: auto;
    }
}

@media (max-width: 530px){
    .set_row span.input-details{
        width: 200px;
    }
}

.mdl-slider{
    margin: 0px;
}


/* animated submit button */

button[type="submit"] {
    background: #4285F4;
    cursor: pointer;
    color: #fff !important;
    outline: none;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    font: 500 14px/38px Roboto;
    text-transform: uppercase;
    height: 36px;
    padding: 0px 16px;
}

button.no_bord{
    background: none;
    color: #4285F4 !important;
    box-shadow: none;
}

button[type="submit"]:hover {
    box-shadow: none;
}
button.no_bord:hover{
    background: #4285F4;
    color: #fff !important;
}
.spin:active {
    background: none !important;
}
.spin.btn-active {
    background: none !important;
    color: transparent !important;
    box-shadow: none;
}
.spin span.loader {
    position: relative;
    width: auto;
    height: auto;
    background: none;
}
.spin span.loader:before{
    display: none;
}
.spin span.loader:after {
    content: '';
    border: 2px solid #dfdfdf;
    border-right: 2px solid #4285F4;
    animation: loader .4s linear infinite;
    height: 25px;
    width: 25px;
    box-shadow: none;
}
.spin span.success {
    display: block;
    text-align: center;
    background: none;
    box-shadow: none;
    will-change: transform;
    transition: all .2s ease;
    color: transparent;
}

.spin span.success i,
.spin span.error i{
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #4285F4 !important;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.spin span.btn-active:hover,
.spin span.pulse:hover{
    background: none !important;
}

@keyframes loader {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.icon-spin span{
    position: relative;
}

.icon-spin span.loader{
    top: 1px;
    left: 0px;
    height: 24px !important;
    width: 24px !important;
    background: #4285F4;
}

.icon-spin span.loader:after{
    content: '';
    border: 2px solid #fff;
    border-right: 2px solid #4285F4;
    animation: loader .4s linear infinite;
    height: 24px;
    width: 24px;
    box-shadow: none;
    background: #4285F4;
}

.icon-spin span.loader i{
    display: none;
}

.icon-spin span.loader:before{
    background: #4285F4;
}

.grafic_range{
    min-width: 120px;
}

.departure_range{
    width: 100%;
    position: relative;
    height: 36px;
    padding-top: 14px;
    margin-top: -17px;
}

.head_device_stat .departure_range{
    padding-top: 0px;
    margin-top: 0px;
    width: auto;
    height: auto;
}

.date_chosen{
    font-size: 16px;
    color: #4285F4;
    height: 53px;
    padding-top: 12px;
}

.head_device_stat .date_chosen{
    padding-top: 0px;
    height: inherit;
}

.custom_date{
    color: rgba(0,0,0,0.87);
    font-size: 14px;
}

.date_label{
    color: #4285F4;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: -3px;
    margin-bottom: -7px;
}

.show_period_popup{
    position: relative;
    cursor: default;
    padding-bottom: 9px;
    height: 62px;
}

.show_period_popup .daterangepicker{
    top: 0px !important;
    left: 0px !important;
    margin-top: 0px;
    margin-left: 0px;
}

.head_device_stat .daterangepicker{
    top: 62px !important;
}

.show_period_popup .daterangepicker .drp-selected{
    display: none;
}

.head_device_stat .daterangepicker .drp-selected{
    display: none;
}

.head_device_stat .daterangepicker{
    border-top: 1px solid #EFEFEF;
}

.date-holder{
    position: relative;
}

.show_period_popup .daterangepicker .ranges{
    padding-top: 32px;
    float: none;
    width: 100%;
}
.head_device_stat .daterangepicker .ranges{
    padding-top: 32px;
}

.show_period_popup .daterangepicker .ranges ul{
    width: 100%;
    text-align: left;
}

.clear_period,
.clear_period:focus{
    position: absolute;
    top: 62px;
    left: 0px;
    width: 100%;
    padding: 8px 20px 9px;
    font-size: 14px;
    font-family: Roboto;
    color: rgba(0,0,0,0.87);
    text-align: left;
    text-shadow: none;
    font-weight: normal;
}
.clear_period.active,
.clear_period.active:hover{
    background-color: #ebebeb;
    color: rgba(66,133,244,0.87);
    cursor: default;
}

.clear_period:hover{
    background-color: #eee;
    color: rgba(0,0,0,0.87);
}

.head_device_stat .clear_period{
    max-width: 245px;
}

.head_device_stat .clear_period{
    top: 0px;
}

.show_period_popup .daterangepicker{
    width: 100%;
}

.show_period_popup .drp-calendar{
    width: 50%;
}

.login-panel{
    width: 400px;
    min-width: 310px;
}

.login-panel .panel{
    width: 400px;
    padding: 30px 25px 24px;
    border-radius: 2px;
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.32);
    margin-bottom: 13px !important;
}

.recovery-panel .panel{
    padding-bottom: 0px;
}

.register-page .panel-body{
    padding: 0px;
}

.login-form .form-group.email:before,
.login-form .form-group.password:before{
    left: auto;
    right: 5px;
    font-size: 23px;
}

.login-form .form-group{
    margin-bottom: 34px !important;
}

.login-form .form-group.email:before{
    top: 4px;
    font-size: 23px;
}

.login-form .form-control.pictured{
    font-weight: normal;
    padding-left: 0px;
    padding-right: 32px;
}
.login-form .form-control.pictured:focus{
    border-bottom: 2px solid #4285F4;
}

.login-form .form-control.pictured:focus::-webkit-input-placeholder {color: #808080}
.login-form .form-control.pictured:focus::-moz-placeholder          {color: #808080}
.login-form .form-control.pictured:focus:-moz-placeholder           {color: #808080}
.login-form .form-control.pictured:focus:-ms-input-placeholder      {color: #808080}

.checkbox-default:not(checked) {
    display: block;
    position: absolute;
    opacity: 0;
}

.login-form .checkbox-default + label:before{
    border-color: #7a7a7a;
    margin-left: 0px;
    left: -30px;
    top: 8px;
    position: absolute;
}

.validation-error .checkbox-default + label:before{
    border-color: #FE0303;
}

.login-form .checkbox-default:checked + label:after{
    color: #7a7a7a;
    left: -31px;
    top: 17px;
}

.validation-success .checkbox-default + label:before{
    border-color: #009E1A;
}

.login-form .validation-success .checkbox-default:checked + label:after{
    content: '' !important;
    background: url("../img/svg/baseline-check-24px.svg") no-repeat;
    background-size: 100%;
    height: 16px;
    width: 16px;
    left: -29px;
    top: 8px;
}

.login-form .checkbox-default + label{
    font-size: 14px;
    color: #888888;
    padding-top: 6px;
    padding-left: 3px;
    margin-left: 32px;
    position: relative;
    display: block;
}

.login-form .checkbox-default + label a{
    color: #4285F4;
    font-size: 14px;
}
.login-form .checkbox-default + label a:hover{
    text-decoration: none;
}

.register-page .login-form button{
    width: 100%;
    margin: 0px;
}

.register-page .login-title{
    width: 160px;
    margin-bottom: 26px;
}

.register-page .login-title img{
    width: 160px;
}

.login-form .form-checkbox{
    margin-bottom: 28px !important;
}

.select-lang{
    color: #606060;
    text-transform: none;
}

.select-lang .bootstrap-select.btn-group > .dropdown-toggle{
    font-weight: normal;
    text-transform: none;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    padding-right: 25px;
    border-bottom: 0px;
}

.select-lang .bootstrap-select.btn-group .dropdown-menu{
    background: none;
    margin-top: 0px;
    width: auto;
    min-width: inherit;
}

.select-lang .bootstrap-select.btn-group .dropdown-menu li a{
    padding-left: 10px;
    padding-right: 10px;
}
.select-lang .bootstrap-select.btn-group .dropdown-menu li:hover{
    background: none;
}

.select-lang .bootstrap-select.btn-group .dropdown-menu li a span.text{
    padding-bottom: 0px;
}

.login-form .modal_label_2{
    text-align: left;
}

.link,
.link:hover{
    display: block;
    color: #4285F4;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

.forgot-link,
.forgot-link:hover{
    margin-bottom: 32px;
    padding-top: 3px;
}

.social-login{
    border-top: 2px solid #BFBFBF;
    margin-top: 28px;
    margin-bottom: 5px;
}

.social-login span{
    color: #808080;
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -11px;
    margin-bottom: -11px;
    background: #fff;
}

.social-buttons{
    font-size: 0;
    padding-bottom: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.social-btn:nth-child(2){
    margin: 0 14px;
}

.social-btn{
    height: 36px;
    width: 107px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 37px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.24);
}

.social-btn:hover{
    box-shadow: none;
    background: #4267B2;
    color: #fff;
}

.social-buttons-2 .social-btn{
    width: 48%;
}

.social-buttons-2 .social-btn:first-child{
    float: left;
}

.social-buttons-2 .social-btn:last-child{
    float: right;
}

.social-buttons-2 .social-btn:nth-child(2){
    margin: 0px;
}

.fb-btn,
.fb-btn:hover{
    background: #4267B2;
}

.vk-btn,
.vk-btn:hover{
    background: #4B77A6;
}

.gl-btn,
.gl-btn:hover {
    background: #D93025;
}

.link-box{
    background: #f5f5f5;
    border-radius: 0 0 2px 2px;
    padding: 21px 10px 20px;
    text-align: center;
    position: relative;
    left: -25px;
    margin-right: -50px;
}

.recovery-panel .link-box{
    margin-top: 32px;
}

.link-box-wrap{
    display: table;
    width: 100%;
    padding: 0 15px;
}

.link-box .link{
    text-align: center;
}

.enter-panel .panel{
    padding-bottom: 0px;
}

.validation-error{
    position: relative;
}

label.validation-error{
    color: #B92D00;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    position: absolute;
    top: 41px;
    left: 0px;
    font-weight: normal;
}

.form-group.validation-error:before{
    color: #FE0303 !important;
}

.validation-success:before{
    content: '' !important;
    background: url("../img/svg/baseline-check-24px.svg") no-repeat;
    background-size: 100%;
    height: 18px;
    width: 18px;
    top: 6px !important;
    right: 8px !important;
}

.validation-success .form-control{
    border-bottom-color: #009E1A;
}

@media (max-width: 1750px){
    .head_device_stat .daterangepicker.show-calendar{
        width: 680px;
    }

    .head_device_stat .daterangepicker .drp-calendar{
        width: 292px !important;
    }

}

@media (max-width: 1170px){
    .head_device_stat .daterangepicker .ranges{
        float: left !important;
    }

    .head_device_stat .clear_period{
        right: auto;
        left: 0px;
    }
}

@media (max-width: 970px){
    .head_device_stat .daterangepicker .ranges{
        float: none !important;
    }

    .head_device_stat .daterangepicker .ranges ul{
        width: 100%;
    }

    .head_device_stat .daterangepicker{
        margin-bottom: 80px;
    }

    .head_device_stat span.date-holder{
        display: block;
    }
}

@media (max-width: 460px) {
    .date_chosen,
    .custom_date{
        font-size: 12px;
    }
}

@media (max-width: 420px){
    .login-panel,
    .login-panel .panel{
        width: 100%;
    }

    .login-panel .panel{
        padding-right: 15px;
        padding-left: 15px;
    }

    .select-lang{
        margin-left: 15px;
    }

    .social-btn,
    .social-btn:hover{
        width: 80px;
    }
}


.text_label{
    position: absolute;
    top: 9px;
    left: 13px;
    color: #606060 !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.preloader .right {
    float: right !important;
}

.preloader .left {
    float: left !important;
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a;
}

.spinner-blue,.spinner-blue-only {
    border-color: #4285f4;
}

.spinner-red,.spinner-red-only {
    border-color: #db4437;
}

.spinner-yellow,.spinner-yellow-only {
    border-color: #fdc018;
}

.spinner-green,.spinner-green-only {
    border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only,.active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.custom-select>div:first-child {
    width: 0.01em;
}

.d-inline-block{display: inline-block;}
@media (max-width: 667px){
    .rc-slider{
        width: 100% !important;
        max-width: calc(100% - 68px);
    }
    .set_name, .set_value{position: relative;}
    .set_name b{position: static;}
    .set_name span.details, .set_value span.details{
        top: 100%;
        width: 70vw;
    }

    .custom-select>div:first-child {
        width: 100%;
        height: 0.01em;
        margin-bottom: 4.55em;
    }

}

@media(max-width: 767px){
    .schedule_chart .btn_tools_1,
    .schedule_chart .btn_tools_2{display: none;}

    #schedule_form{max-height: 35vh;}
    .schedule_popup{
        top: 0px !important;
        right: 5px !important;
    }
}
