/*
Usage:
- linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
   if 3 colors used then the position of each will be 33,33%
- linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
   first param - color, second - position. Also you can use px or other valid units for set position.
*/
/* based on "visually-hidden" mixin in LDS for accessibility goals */
/* Do not edit */
/* Style of advanced components */
/* toggler */
.toggler:after {
    margin-left: 3px;
    position: relative;
    top: 2px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e611";
}

.toggler.opened:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e610";
}

.toggled {
    display: none;
}

/* Adder */
.adder:before {
    margin-right: 5px;
    font-size: 10.5px;
    font-size: 1.05rem;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e636";
}

/* Closer / Deleter */
.closer:before, .deleter:before {
    margin-right: 5px;
    font-size: 10.5px;
    font-size: 1.05rem;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e637";
}

.undobox {
    border: 1px #266d9c solid;
    display: block;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 100005;
    background-color: #cfdfe9;
    padding: 20px 20px 20px 45px;
    border-radius: 3px;
    color: #222 !important;
}

.undobox > .icon-close {
    right: 7px;
    font-size: 1.5rem;
    color: #999;
    left: auto;
    top: 5px;
    cursor: pointer;
    position: absolute;
}

.undobox .icon-info {
    color: #0e5d91;
    font-size: 2rem;
    position: absolute;
    top: 20px;
    left: 15px;
}

/* Incrementer and duration */
input[data-increment], input.duration-ctrl {
    width: 40px !important;
    min-width: 40px !important;
    text-align: right;
}

.duration-ctrl-wrapper, .incrementer-ctrl-wrapper {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    border-radius: 2px;
}

.duration-ctrl-wrapper .incrementer, .incrementer-ctrl-wrapper .incrementer {
    text-align: right;
    border: none;
    padding-right: 18px;
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl {
    border-left: 1px #ddd solid;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a {
    outline: 0 !important;
    cursor: pointer;
    display: inline-block;
    line-height: 13px;
    color: #222;
    background: #f3f1ef;
    padding: 0 4px 0 4px;
    font-size: 10.5px;
    font-size: 1.05rem;
    position: absolute;
    right: 0;
    height: 50%;
    text-align: center;
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.inc, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.inc {
    top: 0;
    border-top-right-radius: 2px;
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.dec, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.dec {
    top: 50%;
    border-bottom-right-radius: 2px;
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.inc:before, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.inc:before {
    position: relative;
    bottom: 0px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e610";
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.dec:before, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a.dec:before {
    position: relative;
    top: 0px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e611";
}

.duration-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a:hover, .incrementer-ctrl-wrapper .incrementer ~ .incrementer-ctrl > a:hover {
    background-color: #3e7da7;
    color: white;
}

.duration-ctrl-wrapper ~ .separator {
    padding: 0 3px;
    text-align: center;
    opacity: .7;
}

/* InPlacer */
[data-in-place], .inplace {
    cursor: pointer;
    min-height: 1em;
}

[data-in-place] input, .inplace input {
    cursor: auto;
}

[data-in-place]:hover, .inplace:hover {
    border: dotted 1px #3e7da7;
}

/* ListBox  */
ul.listbox {
    margin: .1em 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

ul.listbox > li {
    white-space: no-wrap;
    position: relative;
    min-width: 75%;
    border: solid 1px #ddd;
    border-bottom-width: 0;
    vertical-align: top;
    margin: 0;
    padding: .3em 2em .3em .2em;
    background-color: #f3f1ef;
    min-height: 1.5em;
}

ul.listbox > li > .closer, ul.listbox > li > .deleter {
    position: absolute;
    right: 5px;
    top: 0;
}

ul.listbox > li:first-child {
    border-radius: 2px 2px 0 0;
}

ul.listbox > li:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom-width: 1px;
}

ul.listbox > li.placeholder {
    background: none;
    margin: .5em;
    opacity: 0.6;
}

/* Modal styles */
.modal {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 5px #666666;
    height: auto;
    opacity: 0;
    top: -1000px;
    padding: 40px;
    position: fixed;
    z-index: 105002;
    margin: auto;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100vw;
    max-height: calc(100vh - 40px);
}

.modal:focus {
    outline: none;
}

.modal .modal-close {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #222;
}

[dir="rtl"] .modal .modal-close {
    right: auto;
    left: 12px;
}

.modal .modal-close:hover {
    opacity: 0.6;
}

.modal .modal-close .icon-close {
    font-size: 20px;
    font-size: 2rem;
}

.modal button.modal-close {
    color: #222 !important;
    background-color: transparent;
    padding: 0;
    height: 20px;
}

.modal button.modal-close .icon-close {
    padding: 0;
}

.modal .modal-close:focus {
    outline: 3px solid #276d9b;
    outline-offset: 3px;
}

.modal .modal-body h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 8px;
}

.modal .modal-body .content, .modal .modal-body .message {
    margin-bottom: 8px;
}

.modal .modal-body .buttons {
    top: 16px;
    position: relative;
}

[dir="rtl"] .modal .modal-body .buttons {
    float: left;
    display: flex;
    flex-direction: row-reverse;
}

.modal .modal-body .buttons button {
    border-radius: 2px;
    margin-left: 8px;
    height: 36px;
    text-shadow: none;
    text-transform: uppercase;
    color: #0e5d91 !important;
    background: none;
}

.modal .modal-body .buttons button:focus, .modal .modal-body .buttons button:hover {
    background: #dbe7ef;
    outline: 3px solid #276d9b;
    outline-offset: 3px;
}

.modal .modal-body input[type="checkbox"]:focus ~ [class^="icon-"],
.modal .modal-body input[type="checkbox"]:focus ~ [class*=" icon-"] {
    outline: 3px solid #276d9b;
}

.modal[class^="icon-"]:before, .modal[class*=" icon-"]:before {
    font-size: 44px;
    font-size: 4.4rem;
    color: #0e5d91;
    position: absolute;
}

.modal[class^="icon-"].icon-result-nok:before, .modal[class*=" icon-"].icon-result-nok:before {
    color: #ba122b;
}

.modal[class^="icon-"].icon-warning:before, .modal[class*=" icon-"].icon-warning:before {
    color: #c96043;
}

.modal[class^="icon-"].icon-result-ok:before, .modal[class*=" icon-"].icon-result-ok:before {
    color: #0e914b;
}

.modal[class^="icon-"].error:before, .modal[class*=" icon-"].error:before {
    color: #ba122b;
}

.modal[class^="icon-"].danger:before, .modal[class*=" icon-"].danger:before {
    color: #c96043;
}

.modal[class^="icon-"].warning:before, .modal[class*=" icon-"].warning:before {
    color: #d8ae5b;
}

.modal[class^="icon-"].info:before, .modal[class*=" icon-"].info:before {
    color: #0e5d91;
}

.modal[class^="icon-"].success:before, .modal[class*=" icon-"].success:before {
    color: #0e914b;
}

.modal[class^="icon-"] .modal-body, .modal[class*=" icon-"] .modal-body {
    font-family: "Source Sans Pro", sans-serif !important;
    line-height: 1.4;
    margin-left: 8.5rem;
}

.modal-bg {
    background: none repeat scroll 0 0 black;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100001;
    overflow: hidden;
}

/* Button groups */
ul[data-button-group], ul.button-group {
    list-style-type: none;
    padding: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 1px;
    margin: 0 2px 2px 0;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    font-size: 1.2rem;
}

ul[data-button-group] > li, ul.button-group > li {
    border: 0 none;
    color: #222;
    cursor: pointer;
    display: inline-block;
    float: left;
    min-width: 26px;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none !important;
}

ul[data-button-group] > li.active, ul.button-group > li.active {
    color: white;
    background-color: #0e5d91;
    transition: all 0.4s ease;
}

ul[data-button-group] > li:hover, ul.button-group > li:hover {
    color: white;
    background-color: #3e7da7;
    transition: all 0.4s ease;
}

ul[data-button-group] > li.separator, ul.button-group > li.separator {
    background-color: #ddd;
    float: left;
    height: 18px;
    margin: 5px 2px 0 2px;
    width: 1px;
    min-width: 1px;
    padding: 0;
}

ul[data-button-group] > li[class^="icon-"], ul[data-button-group] > li[class*=" icon-"], ul.button-group > li[class^="icon-"], ul.button-group > li[class*=" icon-"] {
    height: 16px;
    margin-top: 1px;
    width: 16px;
    padding-top: 2px;
}

/* Media Preview */
.previewer {
    background-color: white;
    margin: 5px;
    min-width: 280px;
    min-height: 200px;
    display: -webkit-flexbox;
    display: flex;
    -webkit-flex-align: center;
    align-items: center;
    justify-content: center;
}

.previewer .nopreview {
    color: #ddd;
    font-size: 20px;
    font-size: 2rem;
}

.previewer .nopreview:before {
    font-size: 60px;
    font-size: 6rem;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tao' !important;
    speak: never;
    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;
    content: "\e670";
}

/* Progress bar */
.progressbar {
    height: 2em;
    text-align: left;
    border: none;
    height: 0.8em;
    background-color: white;
    border: 1px solid #ddd;
}

.progressbar > span {
    height: 100%;
    border: none;
    background-color: #3e7da7;
    display: block;
    color: white;
    transition: width 0.4s ease 0s;
}

.progressbar.info > span {
    background-color: #0e5d91;
}

.progressbar.success > span {
    background-color: #0e914b;
}

.progressbar.warning > span {
    background-color: #d8ae5b;
}

.progressbar.error > span {
    background-color: #ba122b;
}

/*# sourceMappingURL=components.css.map */