.mDialogBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    background: rgba(0,0,0,0.6);
}
.mDialog {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1005;
    background: white;
    width: 800px;
    margin: 50px auto;
    padding: 10px;
}
.mDialogContent {
}
.mDialogButtons {
    padding: 10px;
    text-align: center;
}
.mDialogForm {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}
.mDialogButton {
    margin: 0px 10px;
    border: 0px none;
    display: inline-block;
    padding: 10px;
    min-width: 100px;
    background: rgb(26, 179, 148);
    border-radius: 3px; 
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.mDialogButton:hover {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.app {
    display: flex;
    flex-direction: column;
    flex: 1;
	height: 100%;
    background: #4a5864;
    font-family: 'Open Sans', sans-serif;
    min-height: 0;
}
.injectionDiv {
    min-height: calc(100vh - 60px);
}
.blocklyToolboxDiv {
    box-sizing: border-box;
    background-color: #37414a;
    color: #c7d4e0;
    padding-top: 20px;
    min-width: 269px !important;
}
.blocklyTreeRow:not(.blocklyTreeSelected):hover {
    background-color: #232b31;
}
@media all and (max-width: 820px) {
    .blocklyToolboxDiv {
        padding-top: 0px;
        background-color: #4A5864;
    }
}
.context-menu {
    position: fixed;
    z-index: 999;
    /*width: 150px;*/
    background: rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
    box-sizing: border-box;
}

.context-menu__item {
    box-sizing: border-box;
    background: white;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}
.context-menu__item:hover {
    background: #ccc;
}
.context-menu__item_hidden {
    display: none;
}
.context-menu__item_disabled {
    cursor: default;
    color: #888;
}

.editor {
    flex: 1;
    display: flex;
}
.editor__blockly {
    flex: 1;
    min-height: calc(100vh - 60px);
}
.editor__control {
    display: flex;
    flex-direction: column;
    width: 80px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #4A5864;
    /*
    box-sizing: border-box;
    display: block;
    position: absolute;
    right: 20px;
    top: 80px;
    z-index: 1000;
    */
}

.editor__button {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    width: 50px;
    height: 50px;
    border: 0px none;
    border-radius: 50%;
    background-color: #37414a;;
    color: #c7d4e0;;
    margin: 0px auto 10px auto;
    font-size: 20px;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    text-align: center;
    cursor: pointer;
}
.editor__button_hidden {
    display: none;
}
.editor__button:disabled {
    color: rgb(122, 122, 122);
    cursor: default;
}

.editor__button:hover {
    color: white;
    /*box-shadow: 0px 1px 3px 2px rgba(255,255,255,0.75);*/

}
.editor__button:disabled:hover {
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.editor__button:disabled:hover::before {
    color: rgb(122, 122, 122);
}
.editor__control-wrapper {
    flex: 1;
}
@media all and (max-width: 820px) {
    .editor__control {
        box-sizing: border-box;
        display: block;
        position: absolute;
        right: 20px;
        top: 80px;
        z-index: 1000;
        background: none;
    }
}
.editor__toolbox__label {
    font-size: 14px;
    color: #37414a;
}
.editor__toolbox__button{
    font-weight: bold;
    fill: #A5CEC6;
}
    .editor-control {
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    background: #37414a;
    font-size: 16px;
    width: 268px;
}
.editor-control__control {
    box-sizing: border-box;
    display: block;
    position: absolute;
    right: 20px;
    top: 80px;
    z-index: 1000;
}

.editor-control__button {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    width: 50px;
    height: 50px;
    border: 0px none;
    border-radius: 50%;
    background-color: white;
    color: #92999f;
    margin: 0px auto 10px auto;
    font-size: 20px;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
    text-align: center;
    cursor: pointer;
}

.editor-control__button:disabled {
    color: #d2d4d6;
    cursor: default;
}

.editor-control__button:hover {
    color: #37414A;
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.25);

}
.editor-control__button:disabled:hover {
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.editor-control__button:disabled:hover::before {
    color: #d2d4d6;
}
/*

.editor-control__button {
    width: 40px;
    height: 40px;
    margin: auto 0px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.editor-control__button:hover{
    background-color: #333;
}

.editor-control__button_back {
    background-image: url('/assets/back.svg');
}
*/@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700&subset=cyrillic');

window,
body {
    margin: 0px;
    padding: 0px;
    height: 100vh;
    display: flex;
}

.switch {
    display: flex;
}

.switch__checkbox {
    display: none;
}

.switch__body {
    margin: auto 0px;
    display: inline-block;
    width: 40px;
    height: 28px;
    background: #232b31;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 3px;
    cursor: pointer;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: 0.2s;
}

.switch__slider {
    width: 22px;
    height: 22px;
    background: #37414a;
    border-radius: 11px;
    
}
.switch_text {
    display: inline-block;
    margin: auto 0px;
    color: #fff;
}
.switch_text:last-child {
    margin-left: 10px;
}

.switch_text:first-child {
    margin-right: 10px;
}
.switch>input:checked+.switch__body{
    background: #00a8ec;
    padding-left: 14px;
}

.button {
    display: block !important;
    box-sizing: border-box;
    color: white;
    padding: 5px;
    margin: auto;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}
.button:hover {
    background: #005f85;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v38/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

  input, button {
    outline: none;
  }.filesystem {
    flex: 1;
    display: flex;
    flex-direction: row;
}
.filesystem__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.filesystem__news {
    width: 450px;
    background: #4A5864;
    overflow-y: auto;
}
.filesystem__header {
    display: flex;
    padding: 0px 60px;
}
.filesystem__back {
    width: 40px;
    height: 40px;
    margin: auto 0px;
}
.filesystem__backbutton {
    width: 40px;
    height: 40px;
    background: #999 url('/assets/back.svg') center no-repeat;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.filesystem__backbutton:hover{
    background: #333  url('/assets/back.svg') center no-repeat;
}
.filesystem__backbutton_hidden {
    display: none;
}
.filesystem__breadcrumbs {
    display: flex;
    flex: 1;
    margin: auto 0px;
}
.filesystem__breadcrumb {
    padding-left: 5px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
.filesystem__breadcrumb::after {
    content: ' / '
}
.filesystem__breadcrumb:hover {
    text-decoration: underline;
}

.filesystem__breadcrumb_last {
    cursor: default;
    color: #333;
}

.filesystem__breadcrumb_last:hover {
    text-decoration: none;
    cursor: default;
}

.filesystem__breadcrumb_last::after{
    content: '';
}

.filesystem__buttons {
    padding: 15px 0px;
}
.filesystem__button {
    cursor: pointer;
    padding: 12px 25px 12px 45px;
    color: white;
    box-shadow: 0 5px 5px 1px rgba(53, 53, 53, 0.1);
    border: 0px none;
    border-radius: 10px;
    transition: all 0.3s;
    background: #0E92E4 url('/assets/plus.svg') no-repeat;
    background-size: 16px 16px;
    background-position: 20px 12px;
}
.filesystem__button:hover {
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.25);
}

.filesystem__items {
    flex: 1;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
    box-sizing: border-box;
    padding: 10px 50px;
    overflow-y: auto;
}
.filesystem__items:empty::before {
    content: 'Пустая папка';
    margin: auto;
    color: #bbb;
    font-size: 24px;
}
.filesystem__flat {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 10px;
    /*width: 300px;*/
    /*height: 200px;*/
    z-index: 1000;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    right: 60px;
    top: 120px;
    background: #fff;
    transition: all 0.3s;
}
.filesystem__flat_hidden {
    display: none;
}

.filesystem__flat-header {
    text-align: right;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #555;

}

.filesystem__flat-buttons {
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    box-sizing: border-box;
    padding: 10px;
}
.filesystem__flat-button {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 20px 15px 35px 60px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-x: 10px;
    background-position-y: 10px;
    font-size: 13px;
    color: #555;
}

.filesystem__flat-button:hover {
    box-shadow: 0 0 3px 1px rgba(53, 53, 53, 0.1);
}

.filesystem__flat-button_file {


    background-image: url('/assets/create_file.svg');
}

.filesystem__flat-button_folder {
    background-image: url('/assets/create_folder.svg');
}
@media all and (min-width: 820px) {
    .filesystem__back {
        display: none;
    }
}
@media all and (max-width: 820px) {
    .filesystem__header {
        padding: 0px 5px;
    }
    .filesystem__breadcrumb {
        display: none;
    }
    .filesystem__breadcrumb_last {
        display: block;
    }
    .filesystem__items {
        padding: 10px;
    }
    .filesystem__flat {
        right: 5px;
    }
    .filesystem__news{
        display: none;
    }
}
.filesystem-item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 150px;
    height: 180px;
    margin: 5px 10px 20px 10px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
}

.filesystem-item.select {
    box-shadow: 0 0 10px 2px rgb(14, 146, 228, .55) !important;
}

.filesystem-item:hover {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
}

.filesystem-item__icon {
    width: 150px;
    min-height: 90px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.filesystem-item__title {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    padding: 5px 5px 0 5px;
}
.filesystem-item__input {
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: auto 0px;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #999;
    color: #37414A;
    width: 100%;
}
.filesystem-item__input[readonly] {
    cursor: pointer;
    border: 1px solid white;
}
.filesystem-item__input_error {
    border: 1px solid rgb(255, 72, 72);
}
.filesystem-item__updated {
    font-size: 11px;
    color: #999;
    padding: 5px;
    text-align: center;
}
.filesystem-item__menu_button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    width: 28px;
    height: 28px;
    margin: 5px 5px 0px auto;
    font-weight: bold;
    color: #bbb;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}
.filesystem-item__menu_button:hover{
    border: 1px solid #bbb;
    background-color: #f1f1f1;
    color: #37414A;
}

.dots3 {
    display: flex;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a9a9a9;
    position: relative;
    pointer-events: none;
}

.dots3:before {
    content: '';
    position: absolute;
    left: -6px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a9a9a9;
}

.dots3:after {
    content: '';
    position: absolute;
    right: -6px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a9a9a9;
}
.footer {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 268px;
}
.footer__hipro {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.footer__logo {
    box-sizing: border-box;
    background: #2A3239 url('/assets/tec.svg') no-repeat;
    background-position: 40px 18px;
    background-size: 40px 18px;
    font-size: 13px;
    padding: 20px 10px 20px 50px;
    text-align: center;
}
.footer__link {
    color: white;
    text-decoration: none;
}
.footer__link:hover {
    text-decoration: underline;
}

@media all and (max-width: 820px) {
    .footer {
        display: none;
    }
}.header {
    box-sizing: border-box;
    display: flex;
    background: #37414a;
}

.header__logo {
    background: url('/assets/logotype.svg') center no-repeat;
    background-position: 0px 0px;
    width: 60px;
}
.header__back {
    width: 40px;
    height: 40px;
    margin: auto 0px;
    padding: 0px 15px;
    display: flex;
}
.header__backbutton {
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
    color: #c7d4e0;
    padding: 10px;
}
.header__backbutton:hover{
    color: white;
}
.header__backbutton_hidden {
    display: none;
}
.header__title {
    width: 208px;
    box-sizing: border-box;
    background: #4A5864;
    display: flex;
}
.header__title-content {
    margin: auto 15px;
    color: white;
    font-weight: bolder;
    font-size: 14px;
    line-height: 14px;
}

.header__programm {
    margin: auto 0px;
    font-size: 18px;
    color: #c7d4e0;
    text-decoration: dotted;
    flex: 1;
}
.header__profile {
    padding: 10px 0px;
    min-height: 60px;
    box-sizing: border-box;
}
@media all and (max-width: 800px) {
    .header__title {
        display: none;
    }
}@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?su4rq4');
  src:  url('assets/fonts/icomoon.eot?su4rq4#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?su4rq4') format('truetype'),
    url('assets/fonts/icomoon.woff?su4rq4') format('woff'),
    url('assets/fonts/icomoon.svg?su4rq4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-comment:before {
  content: "\e919";
}
.icon-copy:before {
  content: "\e912";
}
.icon-cut:before {
  content: "\e913";
}
.icon-paste:before {
  content: "\e914";
}
.icon-rename:before {
  content: "\e915";
}
.icon-star:before {
  content: "\e916";
}
.icon-create_folder:before {
  content: "\e917";
}
.icon-create_file:before {
  content: "\e918";
}
.icon-edit:before {
  content: "\e90b";
}
.icon-cloud:before {
  content: "\e90c";
}
.icon-cloud_upload:before {
  content: "\e90d";
}
.icon-cloud_download:before {
  content: "\e90e";
}
.icon-cloud_done:before {
  content: "\e90f";
}
.icon-cloud_circle:before {
  content: "\e910";
}
.icon-car:before {
  content: "\e911";
}
.icon-back:before {
  content: "\e90a";
}
.icon-home:before {
  content: "\e900";
}
.icon-more:before {
  content: "\e901";
}
.icon-save:before {
  content: "\e902";
}
.icon-save_as:before {
  content: "\e903";
}
.icon-exit:before {
  content: "\e904";
}
.icon-dublicate:before {
  content: "\e905";
}
.icon-download:before {
  content: "\e906";
}
.icon-share:before {
  content: "\e907";
}
.icon-remove:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e909";
}
.icon-user:before {
  content: "\e971";
}
.input-dialog__background {
    position: absolute;
    display: flex;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.input-dialog {
    min-height: 90vh;
    max-height: 90vh;
    width: 980px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #415765;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: white;
}
.input-dialog__header {
    font-size: 20px;
    font-weight: bolder;
    padding: 15px;
}
.input-dialog__about {
    font-size: 14px;
    color: #abc;
    padding: 5px 15px;
    margin: 0px;
}
.input-dialog__virtual-title {
    text-align: center;
    display: block;
    margin: auto 0px;
    font-size: 16px;
    font-weight: 700;
    color: #c3d4de;
    margin: 15px;
}
.input-dialog__content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}
.input-dialog__footer {
    min-height: 72px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    background: #4c6b7d;
}

.input-dialog__button {
    display: flex;
    cursor: pointer;
    background: #2e3f49;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.input-dialog__button:last-child {
    margin-right: 0px;
}


.input-dialog__button_save {
    background-color: #00aaef;
}


.input-dialog__label {
    display: flex;
    margin-bottom: 10px;
}
.input-dialog__label>span {
    display: block;
    min-width: 250px;
    margin: auto 5px;
}

.input-dialog__label>input {
    display: block;
    flex:1;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    background: none;
    margin: auto 5px;
}

.input-dialog__wrapper {
    flex: 1;
}.main {
    flex: 1;
    display: flex;
    background: white;
    min-height: 0;
}.news {
    display: flex;
    flex-direction: column;
    background: #e8e8e8;
    min-height: 0;
}

.news-item {
    display: block;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 14px;

}
.news-item__released {
    display: flex;
    color: #0299e8;
    font-weight: bold;
    justify-content: space-between;
}
.news-item__version::before {
    content: 'Версия '
}
.news-item__created::before {
    padding: 10px 0px;
    content: 'Что добавлено:';
    font-weight: bold;
    display: block;
}
.news-item__created:empty::after {
    content: 'нет';
}
.news-item__fixed::before {
    padding: 10px 0px;
    content: 'Что исправлено:';
    font-weight: bold;
    display: block;
}
.news-item__fixed:empty {
    display: none;
}

.news-item__created>ul {
    margin: 0px;
}

.notify {
    padding: 20px;
    z-index: 1001;
    background: #00A9EC;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-family: 'Open Sans', sans-serif;
}.pin-dialog {
    position: absolute;
    display: flex;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.pin-dialog__body {
    min-height: 90vh;
    max-height: 90vh;
    width: 980px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #415765;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.pin-dialog__header {
    font-size: 20px;
    font-weight: bolder;
    padding: 15px;
}


.pin-dialog__footer {
    min-height: 72px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    background: #4c6b7d;
}

.pin-dialog__wrapper {
    flex: 1;
}

.pin-dialog__button {
    display: flex;
    cursor: pointer;
    background: #2e3f49;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.pin-dialog__button:last-child {
    margin-right: 0px;
}

.pin-dialog__button_save {
    background-color: #00aaef;
}.profile {
    margin: -10px 0;
    display: flex;
    position: relative;
    padding: 0 15px;
    height: 60px;
    cursor: pointer;
    min-width: 110px;
}
.profile_hidden {
    display: none;
}
.profile__title {
    display: block;
    margin: auto 10px auto 10px;
    color: #c7d4e0;
    pointer-events: none;
}
.profile__image {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto 0;
    pointer-events: none;
}

.profile__exit {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
    color: #c7d4e0;
}
.profile__exit::before {
    text-align: center;
}
.profile__exit:hover::before {
    color: white;
}

.profile-pop {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: rgba(55, 65, 74, 1);
    width: 100%;
}

.profile.show .profile-pop {
    display: block;
}

.profile.show {
    background: rgba(32, 34, 42, 1);
    z-index: 999;
}

.profile-pop .item {
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
    font-size: 16px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
}

.profile-pop .item:hover {
    background: rgba(32, 34, 42, 1);
}
.spinner {
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
  
.spinner__rect {
    background-color: #0E92E4;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
  
.spinner__rect_2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
  
.spinner__rect_3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
  
.spinner__rect_4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
.spinner__rect_5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }.timer-dialog {
    position: absolute;
    display: flex;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.timer-dialog__body {
    min-height: 90vh;
    max-height: 90vh;
    width: 980px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #415765;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.timer-dialog__header {
    font-size: 20px;
    font-weight: bolder;
    padding: 15px;
}

.timer-dialog__chart {
    flex: 0;
    background: #4c6b7d;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
}

.timer-dialog__channels {
    flex: 1;
    overflow: hidden;
    display: flex;
}

.timer-dialog__channels-content {
    padding: 10px 10px 0px 15px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    flex: 1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .timer-dialog__chart::-webkit-scrollbar {
        width: 0px;
        height: 5px;
        background: #415765;
    }
    .timer-dialog__chart::-webkit-scrollbar-track {
        background: #415765;
    }
    .timer-dialog__chart::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: #cb5c63;
    }
    .timer-dialog__channels-content::-webkit-scrollbar {
        width: 5px;
        background: #415765;
    }
    .timer-dialog__channels-content::-webkit-scrollbar-track {
        background: #415765;
    }
    .timer-dialog__channels-content::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: #cb5c63;
    }
}

.timer-dialog__footer {
    min-height: 72px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    background: #4c6b7d;
}

.timer-dialog__wrapper {
    flex: 1;
}

.timer-dialog__button {
    display: flex;
    cursor: pointer;
    background: #2e3f49;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.timer-dialog__button:last-child {
    margin-right: 0px;
}

.timer-dialog__button_add {
    border-color: #00c60b;
}

.timer-dialog__button_add::before {
    font-family: 'Material Icons' !important;
    content: 'add';
    color: #00c60b;
    font-size: 20px;
    padding-right: 10px;
}

.timer-dialog__button_save {
    background-color: #00aaef;
}.timer-dialog-channel {
    margin-bottom: 10px;
    background: #2e3f49;
}
.timer-dialog-channel__header {
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #435762;
}
.timer-dialog-channel__setup {
    border-bottom: 1px solid #435762;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px 20px;
    display: flex;
    flex-direction: column;
}
.timer-dialog-channel__setup-main {
    display: flex;
}
.timer-dialog-channel__setup-repeat {
    display: flex;
    padding: 10px 10px 0px 10px;
}
.timer-dialog-channel__setup-repeat_hidden {
    display: none;
}
.timer-dialog-channel__impulses {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    box-sizing: border-box;
}
.timer-dialog-channel__impulses:empty::before{
    text-align: center;
    color: #4c6b7d;
    content: 'импульсы не добавлены';

}
.timer-dialog-channel__footer {
    border-top: 1px solid #435762;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px 20px;
}
.timer-dialog-channel__setup {
    display: flex;
}


.timer-dialog-channel__text {
    display: block;
    margin: auto 0px;
    font-size: 14px;
    font-weight: 700;
    color: #c3d4de;
    margin-right: 15px;
}
.timer-dialog-channel__text_italic {
    font-weight: normal;
    font-style: italic;
}
.timer-dialog-channel__wrapper {
    flex: 1;
}

.timer-dialog-channel__button {
    display: flex;
    cursor: pointer;
    background: #2e3f49;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.timer-dialog-channel__button:last-child{
    margin-right: 0px;
}
.timer-dialog-channel__button_add {
    border-color: #00c60b;
}
.timer-dialog-channel__button_add::before {
    font-family: 'Material Icons' !important;
    content: 'add';
    color: #00c60b;
    font-size: 20px;
    padding-right: 10px;
}
.timer-dialog-channel__button_remove {
    border-color: #fc5454;
}
.timer-dialog-channel__button_remove::before {
    font-family: 'Material Icons' !important;
    content: 'delete';
    color: #fc5454;
    font-size: 20px;
    padding-right: 10px;
}

.timer-dialog-channel__input {
    display: block;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    background: none;
    width: 100px;
}

.timer-dialog-channel__input_select {
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    
    vertical-align: middle;
    width: auto;
    background: #435762;
    margin-left: 5px;
}
.timer-dialog-channel__input:disabled {
    border: 1px solid #435762;
}
.timer-dialog-channel__input_hidden {
    display: none;
}.timer-dialog-channel-impulse{
    display: flex;
    box-sizing: border-box;
    padding: 5px 30px;
}
.timer-dialog-channel-impulse_hidden {
    display: none;
}
.timer-dialog-channel-impulse:hover {
    background: #1a272f;
}

.timer-dialog-channel-impulse__text {
    display: block;
    margin: auto 0px;
    font-size: 14px;
}
.timer-dialog-channel-impulse__wrapper {
    flex: 1;
}
.timer-dialog-channel-impulse__input {
    display: block;
    box-sizing: border-box;
    border: 1px solid #00aaef;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    background: none;
    width: 100px;
    margin: 0px 10px;
}
.timer-dialog-channel-impulse__remove {
    display: flex;
    cursor: pointer;
    background: none;
    box-sizing: border-box;
    border: 1px solid #fc5454;;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    vertical-align: middle;
}
.timer-dialog-channel-impulse__remove::before {
    font-family: 'Material Icons' !important;
    content: 'delete';
    color: #fc5454;
}.tooltip:after {
    content:attr(title);
    box-sizing:border-box;
    display:none;
    background:rgba(0,0,0,.7);
    color:white;
    padding:5px 10px;
    position: absolute;
    right: 60px;
    margin-top: -20px;
    font-size: 14px;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    
   }

   .tooltip:hover:after {
       display: block;
   }.vote {
    position: absolute;
    display: flex;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.vote__thanks {
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.vote__body {
    min-height: 482px;
    min-width: 456px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    padding: 25px;
}
.vote__header {
    margin: 0px;
    text-align: center;
    padding: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #37414A;
}
.vote__p {
    margin: 0px;
    padding: 5px 0px 25px 0px;
    font-size: 14px;
    color: #37414A;
    text-align: center;
}
.vote__stars {
    display: flex;
    justify-content: space-around;
    font-size: 36px;
    padding: 0px 50px 20px 50px;
}
.vote__star {
    cursor: pointer;
    transition: all 0.3s;
    color: #CFCFCF;

}
.vote__star_selected {

}
.vote__star_highlighted{
    color: gold;
}

.vote__comment {
    width: 400px;
    min-height: 100px;
}
.vote__buttons {
    display: flex;
    flex-direction: column;
}

.vote__button {
    display: block;
    margin: 5px auto;
    background: none;
    border: 0px none;
    color: #737A80;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}
.vote__button:hover {
    text-decoration: underline;
}
.vote__button_main {
    border-radius: 5px;
    background: #0E92E4;
    color: white;
    padding: 10px 35px;
    margin: 10px auto;
    transition: all 0.3s;
}
.vote__button_main:hover {
    box-shadow: 0 5px 5px 0px rgba(0,0,0,0.25);
    text-decoration: none;
}
.vote__button_main:disabled {
    background: #CFCFCF;
    color: #6B6B6B;
    cursor: default;
}
.vote__button_main:disabled:hover {
    box-shadow: none;
}

.vote__button_hidden {
    display: none;
}
.warning {
    position: absolute;
    display: flex;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.warning__body {
    min-height: 10vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #555;
}
.warning__body>input {
    margin: 10px;
    padding: 10px;
}
.warning__text {
    text-align: center;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
}
.warning__text:empty {
    display: none;
}
.warning__buttons {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}

.warning__button {
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    background: #00aaef;
    color: white;
    padding: 12px 25px 12px 25px;
    border: 0px none;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
    box-shadow: 0 5px 5px 1px rgba(53, 53, 53, 0.1);
}
.warning__button:hover {
    box-shadow: 0 5px 5px 1px rgba(53, 53, 53, 0.25);
}
.warning__button:last-child{
    margin-right: 0px;
}
.warning__button_alert {
    color: rgb(255, 93, 93);
    background: none;
}

.warning__button_active {
    border-color: #00c60b;
    background: none;
}

.welcome {
    flex: 1;
    display: flex;
}
.welcome__content {
    margin: auto;
    width: 600px;
    height: 400px;
}
.welcome__content>h1 {
    margin: 0px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #37414A;
}
.welcome__content>p {
    text-align: center;
    color:#828D9F;
}
.welcome__panels {
    display: flex;
    padding-top: 50px;
    
}
.welcome__panel {
    display: flex;
    box-sizing: border-box;
    padding: 180px 0px 0px 0px;
    flex: 1;
    border-right: 1px solid #828D9F;
    background-image: url('/assets/create_folder.svg');
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    
}

.welcome__panel:last-child{
    background-image: url('/assets/create_file.svg');
    border-right: 0px none;
}

.welcome__panel>.filesystem__button {
    margin: 0px auto;
}