/* Minification failed. Returning unminified contents.
(553,9): run-time error CSS1024: Expected media identifier, found '{'
(561,1): run-time error CSS1019: Unexpected token, found '}'
(563,8): run-time error CSS1024: Expected media identifier, found '{'
(629,1): run-time error CSS1019: Unexpected token, found '}'
(651,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(652,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1093,9): run-time error CSS1024: Expected media identifier, found '{'
(1101,1): run-time error CSS1019: Unexpected token, found '}'
(1103,8): run-time error CSS1024: Expected media identifier, found '{'
(1136,1): run-time error CSS1019: Unexpected token, found '}'
(1221,41): run-time error CSS1046: Expect comma, found '0'
(1221,45): run-time error CSS1046: Expect comma, found '/'
(1222,44): run-time error CSS1046: Expect comma, found '0'
(1222,48): run-time error CSS1046: Expect comma, found '/'
(1223,36): run-time error CSS1046: Expect comma, found '0'
(1223,40): run-time error CSS1046: Expect comma, found '/'
(5855,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5857,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5873,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5875,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5891,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5893,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5909,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5911,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5927,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5929,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5945,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(5947,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5958,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5960,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5971,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5973,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6030,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6032,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6043,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6045,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6056,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6058,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6069,1562): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6069,1589): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6069,1710): run-time error CSS1019: Unexpected token, found '@keyframes'
(6069,1729): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@import url(extensions.css);
    
html
{
    font: 13px 'Segoe UI','Open Sans',Tahoma Light, Arial Light, Helvetica, sans-serif;
    font-weight: 400;
    height: 100%;
}

*
{
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    /*min-width: 1440px;*/
    width: auto!important;
    width:1100px;
    background-color: #F1F3F4;
    /*background-image: url('images/light-wool.png');*/
    overflow-y: scroll;
}

html, body {
    scrollbar-color: #b2b2b2 #8e8e8e;     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 10px  /* толщина */
}

::-webkit-scrollbar {
    width: 10px; /* ширина для вертикального скролла */
    height: 10px; /* высота для горизонтального скролла */
    background-color: #dadada;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #8e8e8e;
    border-radius: 5px;
    box-shadow: inset 1px 1px 10px #8e8e8e;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #4DAA59;
}

::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #dadada 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #787878;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #dadada 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #787878;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #dadada 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #787878;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #dadada 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #dadada 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #787878;
}

ul, ol {
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 10px;
}

ul li{
    text-decoration: none;
    list-style: none;
}

a {
    /*color: #346cb0;*/
    color: #4DAA59;
    font-weight: inherit;
    text-decoration: none;
    cursor: pointer;
}

.my-off-class {
    pointer-events: none
}

/*
    HEADER
    */
img
{
    border:none;
}

img.img_f-type-48 {
    width: 48px;
    height: 48px;
}

.header-logo__img {
    height: 66px;
}

.header-wrapper {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header-top {
    background-color: #fff;
    border-bottom: 1px solid #DBDBDB;
    z-index: 985;
}
.header-top__container {
    margin: 0 auto;
}

.header-top-left__container {
    float: left;
    margin: 8px 30px;
}

/*

    HEADER LOGO

*/

.header-logo {
    background: #fff;
}

.user-logo {
    float: left;
}

.user-info-wrapper:hover .user-logo-icon {
    color: #4DAA59;
}

.user-info-wrapper:hover .user-logo__container {
    background-color: #fff;
    border: 1px solid #4DAA59;
}

.user-logo__container {
    position: relative;
    border-radius: 100%;
    background: #F5F5F5;
    border: 1px solid rgba(68, 68, 68, 0.2);
    padding: 5px;
    width: 36px;
    height: 36px;
    transition: 0.3s all ease-in-out;
}

.user-logo-icon {
    position: absolute;
    color: rgba(68, 68, 68, 1);
    top: 9px;
    left: 12px;
    transition: 0.3s all ease-in-out;
}

.app-name-wrapper {
    position: absolute;
    top: 46px;
    height: 25px;
    left: 102px;
}

/* dd container */
.dropdown {
    display: inline-block;
    position: relative;
    outline: none;
}

/* button */
.dropbtn {
    padding: 12px 5px 12px 16px;
    color: #444444;
    cursor: pointer;
    transition: 0.35s ease-out;
}

/* dd content */
.dropdown .dropdown-content {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 8px 0px;
    background-color: #f7f7f7;
    width: 300px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s ease-out;
}

.menu-title {
    padding: 10px 15px;
    background-color: #eee;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.sellang__container {
    display: flex;
    align-items: center;
}

/* show dd content */
.dropdown:focus .dropdown-content {
    outline: none;
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}

.dropbtn:hover, .dropdown:focus .dropbtn {
    color: #4DAA59;
}



/* mask to close menu by clicking on the button */
.dropdown .db2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.dropdown:focus .db2 {
    display: inline-block;
}

.dropdown .db2:focus .dropdown-content {
    outline: none;
    visibility: hidden;
    opacity: 0;
}

.user-info {
    float: right
}

.user-info-wrapper {
    display: flex;
    color: #000;
    line-height: 16px;
    align-items: center;
}

.username {
    font-weight: 600;
    font-size: 14px;
    width: 160px;
}

i.fa.fa-question-circle-o {
    vertical-align: top;
}

/* FOOTER*/
/*.hFooter
{
    clear: both;
    height: 330px; /*165px
}
*/

.footer
{
    border-top: 1px solid #d1d3d4;
    /*height: 168px;*/
    position: relative;
    z-index: 999;
    margin-top: auto;
}
.footer-bottom {
    padding: 8px 0;
    background-color: #fff;
    border-top: 1px solid #dadada;
}
.footer-top {
    background-color: #fff;
    padding: 17px 0;
}

/*
    USER GUIDE
    */
.div-img-block {
    width: 80px;
    height: 80px;
}
.user-guide-tab {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 30px 25px 0;
    width: 256px;
    height: 76px;
    border-bottom: 1px solid #dadada;
}
.user-guide-top-tab {
    font-size: 14px;
    font-weight: 400;
    margin: 5px;
    width: 232px;
    line-height: 47px;
}

label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

label[disabled]{
    color: #dadada;
}

input.k-input:disabled,
textarea.k-input:disabled {
    background-color: #f0f0f0;
}

input[type="checkbox"].css-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type="checkbox"].css-checkbox.lrg:disabled + label:before {
    border-color: #eee;
    color: #ccc;
    background: linear-gradient(to top, #e6e6e6 0px, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

    input[type="checkbox"].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

input[type="checkbox"].css-checkbox:checked + label.css-label {
	background-position: 0 -15px
}
.web-two-style{
    background-image:url(images/csscheckbox.png);
}

label[disabled].web-two-style {
    background-image: url(images/uncsscheckbox.png);
}

input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg {
	padding-left:55px;
	display:inline;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 1px;
	font-size:14px;
	vertical-align:middle;
    cursor:pointer;
}

input[type="checkbox"].css-checkbox.lrg:checked + label.css-label.lrg {
    background-position: 0 -19px;
}


input[type="checkbox"][pinned="true"].css-checkbox.lrg + label.css-label.lrg {
    background-position: 0 -40px;
}

span.count-badge {
    background-color: #4DAA59;
    color: #fff;
    font-weight: 600;
    padding: 2px 8px;
    margin: 0 0 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a:hover
{
    color: rgba(30,145,252,.8);
}

a.grid-link {
    color: #1b6ebb;
    padding: 2px 0;
}

.link-text a {
    border-width: 0px 0px 1px 0px!important;
    border-style: dashed!important;
}

button[disabled] {
    color: #787878!important;
    background-color: #dadada!important;
    text-shadow: none!important;
    border: 1px solid #bbb!important;
}

button[disabled]:hover{
    color: #787878!important;
    background-color: #dadada!important;
    background-image: none!important;
    border: 1px solid #dadada;
}

button.fin-button[disabled] {
    display: none;
}

/*input[type="checkbox"] {
    vertical-align: sub;
    margin-right: 5px;
    position: relative;
}*/

input[type="password"].password, input[type="text"].trader-login, input[type="text"].password {
    border: 1px solid #dadada;
    width: 100%;
}

div.tabs {
    border: 1px solid #dadada;
    padding: 10px;
}

.unhide-pass {
    cursor: pointer;
    border: 1px dashed #dadada;
    height: 27px;
    width: 70px;
    margin-left: 10px;
}

.unhide-pass span {
    cursor: pointer;
    display: block;
    margin: 4px auto;
    text-align: center; 
}

.unhide-pass:hover span {
    color: #4DAA59;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

span.auth-details {
    color: #4DAA59;
    font-style: italic;
    line-height: 1.3em;
    display: block;
    margin-left: 7px;
    border-left: 2px solid #4DAA59;
    padding-left: 7px;
}

/*
    ACCREDITATION TABS STYLE - - - - - - - -START
*/

ul.accred-tab.k-tabstrip-items {
    border-width: 1px 1px 0px 1px;
    padding: 0px!important;
    background: #F4F4F4;
    border-style: solid;
    display: flex;
}

/*ul.accred-tab.k-tabstrip-items > li.k-item.k-state-active {
    color: #4DAA59;
    border-color: #dadada;
    border-bottom: 2px solid #4DAA59;
}*/

ul.accred-tab.k-tabstrip-items > li.k-item {
    border-width: 0px 0px 1px 0px;
    font-weight: 600;
    background-color: #F4F4F4;
    border-color: #bdbdbd;
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.accred-tab .k-item> a.k-link {
    margin: 5px 0px;
    border-right: 1px solid #dadada;
    padding: 5px 15px;
    text-align: center;
    height: 34px;
    vertical-align: middle;
    display: table-cell;
}

ul.accred-tab.k-tabstrip-items > li.k-item.k-state-active > a.k-link {
    color: #4DAA59;
}

@media  {
    ul.accred-tab li:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media {
    ul.accred-tab li:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 2px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background-color: #4DAA59!important;
    }

    ul.accred-tab li.k-state-active:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background-color: #4DAA59!important;
    }
}

.separator-ani {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.separator--line {
    border: 0;
    border-bottom: 1px solid #4DAA59;
    width: 0;
    -moz-animation: separator-width 1s ease-out forwards;
    -o-animation: separator-width 1s ease-out forwards;
    -webkit-animation: separator-width 1s ease-out forwards;
    animation: separator-width 1s ease-out forwards;
}

@keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*
    ACCREDITATION TABS - - - - - - END
*/

button
{
    filter: chroma(color=#000000);
}

table td {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

table.table-register-form{
    margin-left: 55px;
}

table.table-register-form input[type="text"] {
    padding: 5px;
}

.data-wrapper {
    background-color: #fff;
    /*margin: 85px 0 0 0;*/
    position: relative;
}

.ver-beta {
    display: inline-block;
    height: 18px;
    line-height: 1.35em;
    background: #C40F3A;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 1px 5px 5px 1px;
    margin: 0 0 0 20px;
    width: 30px;
    text-align: right;
    position: relative;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-shadow: 0 1px 0px rgba(0,0,0,1);
    z-index: 999999999999999999999;
}

.ver-beta-block {
    height: 18px!important;
    line-height: 1.35em;
    background: #C40F3A;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    text-align: right;
    position: absolute;
    top: -1px;
    left: -1px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-shadow: 0 1px 0px rgba(0,0,0,1);
    z-index: 1;
}

.ver-beta-border{
    border: 1px solid #C40F3A!important;
}

.ver-beta-border a{
    border: none!important;
}

.ver-beta:before {
    content: '';
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #C40F3A transparent transparent;
    border-style: solid;
    border-width: 12px 12px 10px 0;
}

.ver-beta:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0px 1px 2px #afafaf;
    -webkit-box-shadow: 0px 1px 2px #afafaf;
    box-shadow: 0px 1px 2px #afafaf;
}

.text-description {
    border: 1px solid #cdb8b8;
    padding: 5px;
    color: #396750;
    margin: 5px 0;
    background-color: #f5e5e5;
    font-size: 12px;
    display: inline-block;
}

.badge-def {
    display: inline-block;
}

/*
    Header
*/

/*.app-name
{
    color: #4DAA59;
    font-family: 'Segoe UI Light',Segoe UI,'Open Sans', Tahoma Light,Arial Light,Helvetica Light,sans-serif;
    font-weight: lighter;
    font-size:3.5em;
}*/

.app-name {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
}

.company-name
{
    color: #a4a4a4;
    font-size: .9em;
}

.company-name:hover
{
    color: #7e7e7e;
}

.company-name:hover .icon-right-arrow-gray-small
{
    opacity:1;
}

.icon-user-left
{
    float: left;
}

.logout-wrapper
{
    float: right;
}

.reg-number-label, .company-name, .duration-public-key
{
    color: #000;
    font-size: 14px;
}

.reg-number{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}




/* 
    Error Page
*/

.error-message-wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -266px;
    border: 1px solid #4DAA59;
}

.error-message
{
    width: 500px;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 1.1em;
    color: #787878;
}

.code-error
{
    font-size: 3.5em;
    text-align: center;
}

.error-text
{
    margin: 20px 0;
}

.error-text-list
{
    padding: 0 10px;
    margin: 2px 10px;
    border-left: 3px solid #4DAA59;
}

.error-text-action
{
    margin: 15px 0;
    float: right;
    width: 420px;
}

.back-history
{
    width: 64px;
    height: 64px;
    background: url('images/icons/back-slider.png') no-repeat;
    cursor: pointer;
    margin: 12px 0;
    float: left;
}

    .back-history:hover
    {
        width: 64px;
        height: 64px;
        background: url('images/icons/back-slider.png') no-repeat -64px;
    }

/*
    General elements
*/
.break-words{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

span.code-el {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#modalWindow
{
    display: none;
}

.button-on-modal-window{
    float: right;
}

.button_container {
    margin-top: 146px;
}

.service-button{
    font-size: 1.3em !important;
}

#menu
{
    margin: 0;
    display: none;
    border: 0;
    border-bottom: 1px solid;
    margin-top: 146px;
    text-align: center;
}

#menu .item-icon a.k-link
{
    padding-top: .15em;
    padding-bottom: .15em;
}

#menu .item-icon span.k-link
{
    padding-top: .15em;
    padding-bottom: .15em;
}

#menu .main-menu-item
{
    font-size: 1.5em;
}

#menu .item-icon .main-menu-item
{
    font-size: 1em;
}

#menu .sub-menu-item
{
    font-size: 1.22em;
}

ul#menu li {
    width: 95px;
    height: 95px;
    margin: 2px!important;
    position: relative;
    text-align: center;
    display: inline-block;
    float: inherit!important;
    background-color: #fff;
}

ul#menu li span {
    height: 95px;
    display: block;
}

ul#menu li span i {
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dadada;
    -moz-box-shadow: 0 8px 5px -7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 8px 5px -7px rgba(0,0,0,0.5);
    box-shadow: 0 8px 5px -7px rgba(0,0,0,0.5);
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    overflow: hidden;
    width: 60%;
    background-position: 50% 0;
}

span.day-in, span.day-in-vert-menu {
    position: absolute;
    font-size: 25px;
    top: 18px;
    width: 30px;
    display: block!important;
    left: 9px;
    color: #333333;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

span.day-in-vert-menu {
    top: 15px;
}

ul li:hover span.day-in {
    top: 40px;
}

ul#menu li:hover i, ul#menu li.k-state-selected i{
    background-position-y: 22px;
}

ul#menu li.k-state-selected{
    background-color: #fff!important;
    background-color: #dbdbdb;
}

ul#menu li.k-state-selected:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        background-color: #4DAA59!important;
    }

#menu li.k-state-selected > a.k-link:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 40px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: #4DAA59;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 0 3px rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 3px rgba(255,255,255,1);
    box-shadow: 0 0 3px rgba(255,255,255,1);
    /*z-index: 9999;*/
}

.grid-wrapper {
    padding-right: 0px;
}

@media  {
    ul#menu li:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media {
    ul#menu li:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background-color: #4DAA59!important;
    }
}

ul#menu li span p {
    /*position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    height: 25px;
    color:#000;*/
    line-height: 1em;
    height: 35px;
    color: #000;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 95px;
}

ul#menu li.k-state-selected a {
    text-decoration: none!important;
}

ul#menu li.k-state-selected span p, ul#menu li.k-state-selected.k-state-hover span p {
    /*color:#fff;*/
    color: #555;
    text-shadow: 0px 0px 0px rgb(85, 85, 85);
    font-weight: 600;
}

tr.k-state-selected a.gr-link {
    color: #eeff98;
    text-decoration: underline;
}

tr.k-state-selected:hover a.gr-link {
    color: #eeff98;
    font-weight: 400;
    text-decoration: none;
}

.k-state-selected a.k-button {
    color: #000;
}

/*sidebar menu*/
.sidebarMenu span {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    line-height: 1em;
}

.sidebarMenu {
    margin-left: 3px;
    padding: 0 5px;
    position: fixed;
    width: 48px;
    top: 149px;
    bottom: 0;
    z-index: 9999;
    background-color:#F1F3F4;
}

.sidebarMenuExpanded {
    width: 190px;
}

.sidebarMenu ul {
    list-style-type: none;
    padding: 0 0 5px 0;
}

.sidebarMenu ul li {
    background: #fff;
    height: 48px;
    padding: 0;
    margin: 5px 0 0 0;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 16px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 16px rgb(0 0 0 / 4%);
}

.sidebarMenu li:hover{
    background-color:#dadada;
}

.sidebarMenu ul li i {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 5px 0 0;
}

a#expandMenuBtn {
    margin-left: 18px;
}

.sidebarMenu a {
    color: #555;
    display: block;
    height: 46px;
    /*border-bottom: 1px solid #c5c5c5;*/
}

.menu-state-selected{
    border-bottom:2px solid #4DAA59!important;
    text-transform:uppercase;
    font-weight:700;
}

.panel-menu-wrapper {
    text-align: right;
}

/*main part margin for sidebar*/
.client-content {
    margin-left: 60px;
    padding-top: 20px;
}

.client-content .news-data {
    margin-right: 65px;
}
.data-block
{
    /*min-height: 100%;*/
}

.data-block-wrapper
{
    margin: 5px;
}

.input-search
{
    border: none;
    margin: 4px 5px;
    outline: none;
    width: 260px!important;
}

.search {
    /*padding: 4px 15px 4px 30px;
    margin: 3px;
    background: url(images/icons/search-2-16.png) no-repeat 8px 3px;*/
}

.input-search-admission, .input-search-participants, .input-search-firm
{
    border: none;
    margin: 4px 0;
    outline: none;
    width: 360px;
}

.input-search-wrapper
{
    border: 1px solid #bdbdbd;
    margin: 0 0 0 5px;
    padding: 0 2px;
}

    .input-search-wrapper:hover
    {
        border-color: #4DAA59;
    }

.actual-checkbox
{
    border: none;
    margin: 5px;
    padding: 4px;
    outline: none;
}

.actual-wrapper
{
    border: 1px solid #ddd;
    margin: 2px;
    padding: 4px 0;
    width: 130px;
    vertical-align:middle;
}

.news-per-page-wrapper
{
    border: 1px solid #ddd;
    margin: 2px;
    padding: 4px 2px;
    width: 250px;
    vertical-align:middle;
}

.item-action
{
    text-transform: uppercase;
}

.loading
{
    color: #4DAA59;
}

.loading-wrapper
{
    /*height: 26px;*/
    margin: 0 auto;
    width: 280px;
    display: block;
}

.loading-wrapper.inline{
    display: inline-block;
}

.loading-wrapper.zero-width{
    width: 0;
}

.loading-login-wrapper
{
    margin-top: 10px;
}

.pagination-data-wrapper, .pagination-data-wrapper-top {
    background-color: #fff;
    border-top: 1px solid #dadada;
    margin: 10px 0;
    padding: 10px 15px 0 15px
}

.paginator {
    display: inline-block;
    color: #787878;
    text-align: left;
    padding: 0.75em 10px 0.75em 5px;
}


.paginator a.k-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    line-height: inherit;
    padding: 0.5em 1em;
    margin-right: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #ccc;
    background-color: #fff;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.paginator a.k-button:hover{
    background-image: none!important;
    border: 1px solid #111;
    color: #333;
    border-color: #aeaeae;
    background-color: #ebebeb;
}

.paginator a.k-button.k-state-selected  {
    background-image: none!important;
    border: 1px solid #979797;
    color: #fff !important;
    background-color: #4DAA59;
    border-color: #4DAA59;
}

.paginator a.k-button:active, .paginator a.k-button:focus {
    background-image: none!important;
        border: 1px solid #979797;
    color: #fff !important;
    background-color: #4DAA59;
    border-color: #4DAA59;
}

.paginator .k-button:focus:not(.k-state-disabled):not([disabled]) {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.pagination-data-wrapper.fixed-top {
    position: fixed;
    padding: 15px;
    top: -10px;
    right: 0px;
    left: 0px;
    z-index: 1030;
    background-color: #efefef;
    -moz-box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
}

.sub-menu-item
{
    text-align: left!important;
}

.tabs
{
    border: none!important;
}

.title-section {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
    margin: 30px 25px 10px 25px;
}

.mini-title{
    float: left;
    font-size: 1.3em;
    margin-top: 20px;
    width: 600px;
}

.toolbar-panel, .search-panel, .controls
{
    float: right;
}

.controls-left
{
    float:left!important;
}

.toolbar-panel-level
{
    width: 100%;
    float: right;
}

.toolbar-panel-wrapper
{
    padding: 0 25px 10px 25px;
}

    .toolbar-panel-wrapper:before,
    .toolbar-panel-wrapper:after
    {
        content: " ";
        display: table;
    }

    .toolbar-panel-wrapper:after
    {
        clear: both;
    }

.userbar-panel-wrapper
{
    height: 25px;
    padding: 0 10px 20px 10px;
}

.text-userbar
{
    color: #787878;
}

.data-area {
    /*border: 1px solid #dadada;*/
    position: relative;
    min-height: 455px;
    overflow: hidden;
    opacity: 1;
    padding: 0 0 10px 0;
    background: #fff;
}

.data-area[disabled] {
    opacity: 0.3;
}

.level {
    height: 30px;
    margin: 0 0 15px 0;
}

.level-left
{
    /*height: 30px;*/
    float: left;
}

/*.level-left.obligState{
    display: table;
    width: 55%;
}*/

.level-left.obligState button{
    margin: 0 2px 5px 0;
}

.viewSummary
{
    display: inline-block;
    color: #787878;
    width: 100%;
}

.no-data
{
    display: none;
    margin: 10px auto;
    text-align: center;
    /*background-color: #fff3cd;
    border: 1px solid #f3dc97;
    color: #856404;
    font-weight: 600;
    padding: 10px;*/
    background-color: #F7F8F9;
    border: 1px solid #F7F8F9;
    color: #000;
    font-weight: 600;
    padding: 18px 10px;
}

.full-info-no-data
{   
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -8px 0 0 -40px;
}

.outer{
    /*height: 200px;*/
    overflow: hidden;
    width: 100%;
    display: table;
    position: static;
    box-sizing: border-box;
}

.middle{
    top: 50%;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: static;
}

.inner{
    position: relative;
    top: -50%;
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.no-data-refresh
{
    cursor: pointer;
}

.error-message-text
{
    margin: 10px auto;
    width: 420px;
    padding: 10px;
    border: 1px solid #ddd;
    color: #a00;
}

.info-message-on-page-text
{
    margin: 10px auto;
    width: 420px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
    color: #000;
}

.tableItem-left
{
    text-align: left;
}

.tableItem-right
{
    text-align: right;
}

.tableItem-center
{
    text-align: center;
}

.tableItem-italic
{
    font-style: italic;
}

.strikethrough{
    text-decoration:line-through;
}

.dividing-line{
    margin: 10px 0;
    border-top: 1px solid #d7d8d8;
}

.doc-wrapper{
    padding:5px;
    border:1px solid #dadada;
    /*width:980px;*/
    color: #131313;
}

.doc-wrapper #container {
    font-size: 14px;
    font-family: 'Segoe UI';
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}

.file-name-wrapper {
    /*width: 50%;
    float: left;
    margin-top: 7px;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.ext-label {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 3px;
    color: #5aaa55;
    display: inline-block;
    font-weight: 500;
    margin: 0 2px 2px 0;
    padding: 2px 4px;
    text-transform: uppercase;
}

.print-request-count {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #787878;
    padding: 0 4px;
}

.add-print-request:hover .print-request-count
{
    border-color: #fff;
}

.download-text {
    font-size: 1.2em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
}

.button-doc-info
{
    margin-top: 10px;
    float:right;
}

.button-doc-edit {
    display: inline-block;
    margin-bottom: 5px;
}

.button-news-wrapper
{
    margin: 5px 0 !important;
    float:right;
}

.section {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px !important;
    line-height: 1.3em;
    text-align: left;
    display: inline-block;
}

.k-state-selected .section{
    color: #fff;
}

.section-0 {
    background-color: rgba(194, 194, 194, 0.3);
    color: rgba(144, 144, 144, 1);
    border-color: rgba(194, 194, 194, 0.3);
    border-style: solid;
    border-width: 0;
}

.section-1 {
    background-color: rgba(194, 194, 194, 0.3);
    /*border: 0px solid rgba(194, 194, 194, 0.3);*/
    /*background-color: rgba(52, 152, 219, 0.3);
    border: 1px solid rgba(52, 152, 219, 0.3);*/
    color: rgba(52, 152, 219, 1);
    border-color: rgba(194, 194, 194, 0.3);
    border-style: solid;
    border-width: 0;
}

.section-2 {
    background-color: rgba(194, 194, 194, 0.3);
    /*border: 0px solid rgba(194, 194, 194, 0.3);*/
    /*background-color: rgba(39, 174, 96, 0.3);
    border: 1px solid rgba(39, 174, 96, 0.3);*/
    color: rgba(39, 174, 96, 1);
    border-color: rgba(39, 174, 96, 1);
    border-style: solid;
    border-width: 0;
}

.section-3 {
    background-color: rgba(194, 194, 194, 0.3);
    /*border: 0px solid rgba(194, 194, 194, 0.3);*/
    /*background-color: rgba(255, 204, 0, 0.3);
    border: 1px solid rgba(255, 204, 0, 0.3);*/
    color: rgba(201, 161, 0, 1);
    border-color: rgba(201, 161, 0, 1);
    border-style: solid;
    border-width: 0;
}

.section-4 {
    background-color: rgba(194, 194, 194, 0.3);
    /*border: 0px solid rgba(194, 194, 194, 0.3);*/
    /*background-color: rgba(155, 89, 182, 0.3);
    border: 1px solid rgba(155, 89, 182, 0.3);*/
    color: rgba(155, 89, 182, 1);
    border-color: rgba(155, 89, 182, 1);
    border-style: solid;
    border-width: 0;
}

.section-5 {
    background-color: rgba(194, 194, 194, 0.3);
    /*border: 0px solid rgba(194, 194, 194, 0.3);*/
    /*background-color: rgba(155, 89, 182, 0.3);
    border: 1px solid rgba(155, 89, 182, 0.3);*/
    color: rgba(155, 89, 182, 1);
    border-color: rgba(155, 89, 182, 1);
    border-style: solid;
    border-width: 0;
}

.section-6 {
    background-color: rgba(194, 194, 194, 0.3);
    /*border: 0px solid rgba(194, 194, 194, 0.3);*/
    /*background-color: rgba(174, 146, 136, 0.9);
    border: 1px solid rgba(174, 146, 136, 0.9);*/
    color: rgba(58, 39, 35, 1);
    border-color: rgba(58, 39, 35, 1);
    border-style: solid;
    border-width: 0;
}

.bottom-block{
    position: absolute;
    bottom: 0;
}

.dividing-block{
    padding: 10px;
    min-height:120px;
    width:700px;
    border: 1px dashed #4DAA59;
}

button.k-button.remove-doc {
    border: 1px solid #fcc9c9;
    color: #000;
    font-weight: 600;
    background-color: #ffe0e0;
    background-image: none;
}

button.k-button.remove-doc:hover {
    border: 1px solid #fcc9c9;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    background-image: none;
}

/*
    Login form
*/

/*.login-form:before, .login-form:after {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #c4c6ca;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
}

.login-form:before {
    -moz-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 30px -10px rgba(0,0,0,0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}

.login-form:after {
    -moz-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 25px -10px rgba(0,0,0,0.8);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}*/

span.lst-caption, span.pwd-caption {
    margin-bottom: 5px;
    display: block;
}

.login-form {
    background-color: #fff;
    border: 2px solid #4DAA59;
    /*width: 347px;*/
    min-height: 416px;
    height: 100%;
    box-sizing: border-box;
    /* right: 0px; */
    padding: 17px 25px;
    /* margin: 0 auto; */
    /* float: left;*/
}

i.icon.logo-icon {
    text-align: center;
    display: block!important;
    width: 36px;
    margin: 0 auto;
    color: #4DAA59;
    border: 2px solid #4DAA59;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 13px;
    font-size: 36px!important;
}

.icon-question {
    border: 5px solid #fff;
    background-image: url(images/icons/question-64.png);
    padding: 10px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    top: 15px;
    right: 20px;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    background-color: #fff;
    background-size: 65%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.alt-login {
    position: relative;
    text-align: center;
    margin: 20px 0 40px 0;
    font-size: 16px;
}

.login-header {
    text-align: left;
    width: 100%;
    margin: 20px 0 0px 0;
}

.login-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #444;
    font-weight: 600;
    text-align: center;
}

.login-field-block {
    margin: 5px 0 0 0;
}

.login-field {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    font-size: 24px;
    font-family: 'Segoe UI Light',Segoe UI,'Open Sans',Tahoma Light,Arial Light,Helvetica Light,sans-serif;
    font-weight: lighter;
    outline: none;
    text-align: center;
    -webkit-appearance: none !important;
    padding: 5px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    height: 34px;
    width: 100%;
}

button.button-login, a.button-login {
    background-color: #4DAA59;
    color: #fff;
    font-size: 1.4em !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid#4DAA59;
    -moz-box-shadow: 0px 6px 10px -5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 6px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 10px -5px rgba(0,0,0,0.5);
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    width: 100%;
}

button.button-login:hover, a.button-login:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-login
{
    width: 100%;
    /*margin: 0 auto 0 auto;
    padding-top: 70px;
    min-height:250px;*/
    position:relative;
}

.slider-wrapper {
    height: 302px;
    width: 500px;
    float: left;
    padding: 3px;
    border: 1px solid #dadada;
    background: #fff;
    -moz-box-shadow: 0 0 10px -4px rgba(0,0,0,0.89);
    -webkit-box-shadow: 0 0 10px -4px rgba(0,0,0,0.89);
    box-shadow: 0 0 10px -4px rgba(0,0,0,0.89);
}

.login-field-label
{
    color: #777;
}

.login-field:focus
{
    border: 1px solid #4DAA59;
}

.login-field:hover
{
    border: 1px solid #4DAA59;
}

.login-error-message
{
    /*margin: 20px 20px 20px 505px;*/
    color: #a00;
    padding: 5px 0 0 0;
}

.caption {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: lighter;
    color: #fff;
    background: rgba(0,0,0,0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.cation-header
{
    padding: 0 10px;
    font-size: 1.5em;
}

.caption-link {
    float: right;
    padding: 2px 10px;
    background: #4DAA59;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.9);
    box-shadow: inset 0 0 4px rgba(0,0,0,0.9);
}

.caption-link a {
    color: #fff;
    font-weight: 600;
    line-height: 1.6em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

.sad-block-image{
    margin: 30px 0 0 650px;
}

.loading-circle-big{
    margin:30px 0 30px 655px;
}

.loading-circle-big-text{
    margin-left:30px;
}

/*
    Feedback
*/

.feedback-panel {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
    padding: 8px 6px 6px 6px;
    background-color: #4DAA59;
    color: #fff;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
    box-shadow: 0 0 4px rgba(0,0,0,0.9);
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.feedback-panel:hover
{
    background-color: #4DAA59;
}

.feedback-text{
    background: url('images/feedback-text.png') no-repeat;
    width:12px;
    height:84px;
}

.feedback-separator
{
    border-top:1px solid #fff;
    margin:5px 0;
}

.form-content
{
    margin:0 10px;
}

div.rotate-text{
    position: relative;
    height: 120px;
}

div.rotate-text a {
    position: absolute;
    top: 50px;
    text-align: center;
    right: -46px;
    width: 115px;
    font-size: 14px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    font-weight: 600;
    color: #fff;
    -webkit-transform: rotate(268deg);
    -moz-transform: rotate(268deg);
    -o-transform: rotate(268deg);
    transform: rotate(270deg);
}

.upl{
    border: 1px solid #dadada;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.code {
    background: #e6e6e6;
    border: 1px solid #cacaca;
    border-radius: 3px;
    color: #0a0a0a;
    font-size: 0.875rem;
    line-height: 1.85714rem;
    padding: 4px;
}

.subject, .memberName, .memberTelephone {
    border: 1px solid #dadada;
    outline: none;
    width: 100%;
    height: 30px;
    padding: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.textarea-feedback {
    width: 100%;
    height: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font: inherit;
}

.captcha
{
    border:1px solid #ccc;
    outline: none;
    height:25px;
    width:110px;
    padding: 0 5px;
}

.subject:hover, .textarea-feedback:hover, .captcha:hover
{
    border:1px solid #4DAA59!important; 
}

.subject:focus, .textarea-feedback:focus, .captcha:focus
{
    border: 1px solid #4DAA59!important;
}

.select-file-help
{
    color:#787878;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.label-feedback
{
    font-size:1.3em;
}


.feedback-success-wrapper{
    height:70px;
    width:500px;
}

.success-text-action
{
    margin: 15px 0;
    float: right;
    width: 420px;
}

.field-validation-error {
    color: #905858;
    background: #ffdbdb;
    border: 1px solid #efcdcd;
    padding: 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    float: right;
}

/*
    Icons
*/


.icon
{
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block!important;
    vertical-align: text-top;
}

.icon-loading
{
    background-image: url(images/loading.gif);
    height: 20px;
    line-height: 15px;
    width: 215px;
}

.icon-loading-circle{
    background-image: url('Metro/loading.gif');
    height:16px;
    width:16px;
}

.icon-loading-circle-big{
    background-image: url('images/loading-circle.gif');
    height:48px;
    width:48px;
}

.icon-search
{
    background-image: url(images/toolbar_find.png);
    height: 16px;
    line-height: 16px;
    width: 16px;
    cursor: pointer;
}

.icon-user-big
{
    background-image: url(images/user-big.png);
    height: 48px;
    line-height: 48px;
    width: 48px;
}

.icon-user-big-ds
{
    background-image: url(images/user-big-ds.png);
    height: 64px;
    line-height: 64px;
    width: 64px;
}

.icon-certificate
{
    background-image: url('images/icons/certificate.png');
    height: 16px;
    width: 16px;
}

.icon-right-arrow-gray
{
    background-image: url(images/icons/right_round_light_gray.png);
    height: 26px;
    width: 26px;
}

.icon-right-arrow-gray-small{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -240px -144px;
    opacity:.7;
}

.icon-right-arrow-gray-small:hover{
    opacity:1;
}

.icon-left-arrow-gray
{
    background-image: url(images/icons/left_round_light_gray.png);
    height: 26px;
    width: 26px;
}

.k-button:hover .icon-left-arrow-gray
{
    background-image: url(images/icons/left_round_white.png);
    height: 26px;
    width: 26px;
}

.k-button:hover .icon-right-arrow-gray
{
    background-image: url(images/icons/right_round_white.png);
    height: 26px;
    width: 26px;
}

.icon-doc-template
{
    background-image: url('images/icons/doc-template.png');
    height: 24px;
    width: 24px;
}

.icon-doc-template-mini
{
    background-image: url('images/icons/doc-template-mini.png');
    height: 16px;
    width: 16px;
}


.icon-doc-rejected
{
    background-image: url('images/icons/doc-rejected.png');
    height: 24px;
    width: 24px;
}

.icon-doc-rejected-mini
{
    background-image: url('images/icons/doc-rejected-mini.png');
    height: 16px;
    width: 16px;
}

.icon-doc-without-template
{
    background-image: url('images/icons/doc-without-template.png');
    height: 24px;
    width: 24px;
}

.icon-doc-without-template-mini
{
    background-image: url('images/icons/doc-without-template-mini.png');
    height: 16px;
    width: 16px;
}

.icon-purch-approved {
    background-image: url('images/icons/i-purch-approved.png');
    height: 16px;
    width: 16px;
}

.icon-purch-rejected {
    background-image: url('images/icons/i-purch-rejected.png');
    height: 16px;
    width: 16px;
}

.icon-purch-wait {
    background-image: url('images/icons/i-purch-wait.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-payment-partly-n {
    background-image: url('images/icons/FilterObligsPaymentPartlyN.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-payment-partly {
    background-image: url('images/icons/FilterObligsPaymentPartly.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-payment-ok {
    background-image: url('images/icons/FilterObligsPaymentOk.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-unknown {
    background-image: url('images/icons/FilterObligsUnknown.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-payment-bad {
    background-image: url('images/icons/FilterObligsPaymentBad.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-deliv-ok {
    background-image: url('images/icons/FilterObligsDeliveryOk.png');
    height: 16px;
    width: 16px;
}

.icon-oblig-deliv-bad {
    background-image: url('images/icons/FilterObligsDeliveryBad.png');
    height: 16px;
    width: 16px;
}

.icon-home
{
    width: 16px;
    height: 16px;
    background: url('images/icons/home.png') no-repeat -16px;
    cursor: pointer;
    float: left;
}

.icon-home:hover
{
    width: 16px;
    height: 16px;
    background: url('images/icons/home.png') no-repeat;
}

.icon-agreement-not-expire {
    width: 10px;
    height: 10px;
    margin: 3px;
    background: #4DAA59;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.icon-agreement-expire {
    width: 10px;
    height: 10px;
    margin: 3px;
    background: #E64646;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.icon-agreement-today {
    width: 10px;
    height: 10px;
    margin: 3px;
    background: #E49013;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.icon-ag-term
{
    cursor: help;
}

.icon-doc-avail
{
    cursor: pointer;
}

.icon-sign-agreement
{
    width: 14px;
    height: 14px;
    background: url('images/icons/sign-doc.png') no-repeat;
}

.icon-sign-accord
{
    width: 14px;
    height: 14px;
    background: url('images/icons/sign-doc.png') no-repeat;
}

.icon-plus
{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -408px -96px;
}

.icon-doc-with-ds{
    background-image:url(images/icons/doc-with-ds.png);
    height: 24px;
    width: 24px;
}

/*.icon-valid-sign{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -192px -96px;
    margin-right: 2px;
}*/

.icon-valid-sign {
    width: 24px;
    height: 24px;
    background: url('images/icons/i-valid-sign.png') no-repeat;
}

.icon-non-valid-sign {
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -216px -96px;
    margin-right: 2px;
}

.icon-download{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -120px -24px;
}

.icon-calendar{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -192px -120px;
}

.icon-remove{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -312px 2px;
}

.icon-cancel-remove{
    width: 14px;
    height: 14px;
    background: url('images/icons/cancel-remove.png') no-repeat;
}

.icon-pencil{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: 0 -72px;
}

.icon-file{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -24px -24px;
}

.icon-tasks{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -384px -144px;
}

.icon-add-accord
{
    width: 14px;
    height: 14px;
    background: url('images/icons/add-accord.png') no-repeat;
}

.icon-print
{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -96px -48px;
}

.icon-clip
{
    width:21px;
    height: 21px;
    background: no-repeat url(images/icons/attach.png);
}

.icon-bullhorn
{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
    background-position: -24px -144px;
}

.icon-help
{
    width: 20px;
    height: 20px;
    background: url(images/icons/ecp-1-1.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-info
{
    /*width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
    background-position: -48px -48px;*/
    text-align: center;
    font-size: 18px!important;
    font-weight: 400!important;
    color: #fff;
    padding: 2px;
}

.icon-envelope
{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -72px 0;
}

.icon-share{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -336px -96px;
}

.icon-info-sign{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -120px -96px;
}

.icon-actual-light 
{
    width: 32px;
    height: 32px;
    background: url('images/icons/green-light.png') no-repeat;
}

.icon-nonactual-light 
{
    width: 32px;
    height: 32px;
    background: url('images/icons/grey-light.png') no-repeat;
}

.icon-nonactual {
    width: 32px;
    height: 32px;
    background: url('images/icons/agreement-expire.png') no-repeat;
}

.icon-buyer
{
    width:16px;
    height:16px;
    background: url('images/icons/buyer.png') no-repeat;
}

.icon-saler
{
    width:16px;
    height:16px;
    background: url('images/icons/saler.png') no-repeat;
}

#menu.k-menu .k-item > .k-link {
    padding:0;
}

.icon-bell, .k-state-selected .icon-bell, .k-state-hover .icon-bell, .icon-info-service-subscription,
.k-state-selected .icon-info-service-subscription, .k-state-hover .icon-info-service-subscription, .icon-credit-card,
.k-state-selected .icon-credit-card, .k-state-hover .icon-credit-card, .icon-user, .k-state-selected .icon-user, .k-state-hover .icon-user,
.icon-user-client, .icon-user-client-brokers, .icon-user-admission, .icon-user-demands, .icon-user-reestrs, .icon-user-agreements,
.icon-user-accords, .k-state-selected .icon-user-accords, .k-state-hover .icon-user-accords, .k-state-selected .icon-user-client, .k-state-hover .icon-user-client, .k-state-selected .icon-user-client-brokers, .k-state-hover .icon-user-client-brokers, .k-state-selected .icon-user-admission, .k-state-hover .icon-user-admission, .k-state-selected .icon-user-demands, .k-state-hover .icon-user-demands, .k-state-selected .icon-user-reestrs, .k-state-hover .icon-user-reestrs,
.k-state-selected .icon-user-agreements, .k-state-hover .icon-user-agreements, .k-state-selected .icon-user, .k-state-hover .icon-user,
.icon-worker-currency, .k-state-selected .icon-worker-currency, .k-state-hover .icon-worker-currency,
.icon-worker-w-session, .k-state-selected .icon-worker-w-session, .k-state-hover .icon-worker-w-session,
.icon-worker-report, .k-state-selected .icon-worker-report, .k-state-hover .icon-worker-report,
.icon-worker-options, .k-state-selected .icon-worker-options, .k-state-hover .icon-worker-options,
.icon-worker-arbitr, .k-state-selected .icon-worker-arbitr, .k-state-hover .icon-worker-arbitr,
.icon-worker-exchange-tax, .k-state-selected .icon-worker-exchange-tax, .k-state-hover .icon-worker-exchange-tax,
.icon-worker-holiday, .k-state-selected .icon-worker-holiday, .k-state-hover .icon-worker-holiday, .icon-user-transinet,
.icon-user-fulf-oblig, .k-state-selected .icon-user-fulf-oblig, .k-state-hover .icon-user-fulf-oblig,
.icon-worker-news, .k-state-selected .icon-worker-news, .k-state-hover .icon-worker-news,
.icon-user-tender-process, .k-state-selected .icon-user-tender-process, .k-state-hover .icon-user-tender-process,
.icon-user-catalogue, .k-state-selected .icon-user-catalogue, .k-state-hover .icon-user-catalogue,
.icon-user-findoc, .k-state-selected .icon-user-findoc, .k-state-hover .icon-user-findoc
 {
    width: 48px;
    height: 48px;
}

.icon-bell { background: url('images/icons/i-notification.png') no-repeat;}
.icon-info-service-subscription { background: url('images/icons/i-info-service.png') no-repeat;}
.icon-credit-card {background: url('images/icons/i-credit.png') no-repeat;}
.icon-user{background: url('images/icons/i-accreditation.png') no-repeat;}
.icon-user-client{background: url('images/icons/i-accreditation.png') no-repeat;}
.icon-user-client-brokers{background: url('images/icons/i-clients-broker.png') no-repeat;}
.icon-user-admission {background: url('images/icons/i-admission.png') no-repeat;}
.icon-user-demands{background: url('images/icons/i-demands.png') no-repeat;}
.icon-user-reestrs{background: url('images/icons/i-reestrs.png') no-repeat;}
.icon-user-agreements{background: url('images/icons/i-agreements.png') no-repeat;}
.icon-user-accords{background: url('images/icons/i-accords.png') no-repeat;}
.icon-worker-currency{background: url('images/icons/i-currency.png') no-repeat;}
.icon-worker-w-session{background: url('images/icons/i-work-with-session.png') no-repeat;}
.icon-worker-report{background: url('images/icons/i-reports.png') no-repeat;}
.icon-worker-options{background: url('images/icons/i-options.png') no-repeat;}
.icon-worker-arbitr{background: url('images/icons/i-justice.png') no-repeat;}
.icon-worker-holiday{background: url('images/icons/i-holiday.png') no-repeat;}
.icon-worker-exchange-tax{background: url('images/icons/i-exchange-tax.png') no-repeat;}
.icon-user-transinet {background: url('images/icons/i-transinet.png') no-repeat;}
.icon-user-fulf-oblig {background: url('images/icons/i-fulf-oblig.png') no-repeat;}
.icon-worker-news {background: url('images/icons/i-news.png') no-repeat;}
.icon-user-tender-process {background: url('images/icons/i-process-of-tender.png') no-repeat;}
.icon-user-catalogue {background: url('images/icons/i-catalogue.png') no-repeat;}
.icon-user-findoc {background: url('images/icons/i-finance-doc.png') no-repeat;}

.name-good-text:hover {
    color: #4DAA59!important;
}


#goodInfoPanel {
    position: fixed;
    top: 1px;
    background: #FFF;
    width: 535px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #dadada;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 192px);
    right: -10000px;
    opacity: 0;
    transition: ease-in-out 0.5s all;
}

    #goodInfoPanel .about-good {
        flex: 1;
        overflow-y: scroll;
    }

    #goodInfoPanel.visible {
        right: 0;
        opacity: 1;
        position: fixed;
        top: 15%;
        z-index: 9999;
    }

button[name="btn-remove"] {
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: -12px;
    height: 24px;
    width: 24px;
    padding: 0;
    line-height: 0.5em;
}

.catalog-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.img-80 {
    width: 80px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 13px -10px rgba(0, 0, 0, 0.9);
}

.catalog-img[remove="true"] {
    /*border: 1px dashed #C40F3A !important;*/
}

.catalog-img[remove="true"] {
    border-color: #C40F3A !important;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}

button[name="btn-remove"][remove="true"] {
    background: #C40F3A !important;
    border-color: #fff !important;
    border-width: 2px !important;
    color: #FFF!important;
}

img[main="true"] {
    transform: scale(0.9);
    padding: 1px;
    border: 1px solid #4DAA59!important;
    transition: all 0.3s ease-in-out;
}

.icon-user-mini {
    width: 10px;
    height: 16px;
    background: url('images/icons/user-mini.png') -10px 0;
}

.k-state-selected .icon-user-mini, .k-state-hover .icon-user-mini
{
    width:16px;
    height:16px;
    background: url('images/icons/user-mini.png') 0 0;
}

.icon-users-mini
{
    width:16px;
    height:16px;
    background: url('images/icons/users-mini.png') -16px 0;
}

.icon-sms-mini
{
    width:15px;
    height:13px;
    background: url('images/icons/sms-mini.png') -15px 0;
}

.k-state-selected .icon-sms-mini, .k-state-hover .icon-sms-mini
{
    width:15px;
    height:13px;
    background: url('images/icons/sms-mini.png') 0 0;
}

.icon-sms-mini-fault
{
    width:15px;
    height:13px;
    background: url('images/icons/sms-mini-fault.png') -15px 0;
}

.icon-push-message {
    width: 32px;
    height: 32px;
    background: url('images/icons/i-push-msg.png');
}

.icon-sms-message {
    width: 32px;
    height: 32px;
    background: url('images/icons/i-sms.png');
}

.icon-session-relocated {
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background: url('images/icons/i-session-relocated.png');
}

.icon-session-not-relocated{
    width: 24px;
    height: 24px;
    background: url('images/icons/i-session-not-relocated.png');
}

.k-state-selected .icon-sms-mini-fault, .k-state-hover .icon-sms-mini-fault
{
    width:15px;
    height:13px;
    background: url('images/icons/sms-mini-fault.png') 0 0;
}

.icon-email
{
    width:16px;
    height:11px;
    background: url('images/icons/email-mini.png') -16px 0;
}

.icon-email-mini
{
    width:16px;
    height:11px;
    background: url('images/icons/email-mini.png') -16px 0;
}

.k-state-selected .icon-email-mini, .k-state-hover .icon-email-mini
{
    width:16px;
    height:11px;
    background: url('images/icons/email-mini.png') 0 0;
}

/* browsers icons BEGIN*/
.icon-chrome{
    background-image: url('images/browsers/chrome-64.png');
    height:64px;
    width:64px;
}

.icon-firefox{
    background-image: url('images/browsers/firefox-64.png');
    height:64px;
    width:64px;
}

.icon-opera{
    background-image: url('images/browsers/opera-64.png');
    height:64px;
    width:64px;
}

.icon-ie{
    background-image: url('images/browsers/ie-64.png');
    height:64px;
    width:64px;
}

.icon-safari{
    background-image: url('images/browsers/safari-64.png');
    height:64px;
    width:64px;
}
/* browsers icons END*/

.icon-happy{
    background-image: url('images/icons/happy-128.png');
    height:128px;
    width:128px;
}

.icon-sad{
    background-image: url('images/icons/sad-128.png');
    height:128px;
    width:128px;
}


.icon-truck{
    background-image: url('images/icons/truck2_grey.png');
    height:16px;
    width:24px;
}

.icon-truck-big{
    background-image: url('images/icons/truck.png');
    height:102px;
    width:128px;
}

.icon-truck-big:hover{
    background-image: url('images/icons/truck-hover.png');
    height:102px;
    width:128px;
}

.icon-cargo-truck{
    height: 24px;
    width: 24px;
    background-image: url('images/icons/vehicles-light-gray.png')
}

.icon-forklift{
    height: 26px;
    width: 26px;
    background-image: url('images/icons/fork_truck_light_gray.png')
}

.icon-check
{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: -289px 1px;
}

.icon-exclamation-sign{
    width: 14px;
    height: 14px;
    background: url('images/icons/glyphicons-halflings.png') no-repeat;
    background-position: 0 -120px;
}
/* 
    Backlight
*/


.backlight-red
{
    color: #8F0000;
    font-weight: bold;
}

.backlight-orange
{
    color: #ff6c00;
    font-weight: bold;
}

.backlight-dark-green
{
    color: #179c17;
}

.text-ellips {
    display: inline-block;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
}

.backlight-dark-green-bold {
    color: #fff;
    padding: 2px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    background-color: #4DAA59!important;
}

.backlight-none{
    color: #787878;
}

/* 
    Agreements
*/


.session-name
{
    padding: 7px 0;
    cursor: help;
    color: #4DAA59;
}

.k-state-selected .session-name{
    color: #fff;
}

.level-client, .level-branches 
{
    display: none;
}

.validSign{
    color: #6B8F00;
    font-weight: bold;
}

.nonvalidSign, .reject{
    color: #a00;
    font-weight: bold;
    cursor:help;
    border-bottom: 1px dashed #a00;
}

.attention-message{
    color: #a00 !important;
    font-weight: bold;
}

.close-document-info-dialog{
    /*padding:0 30px 0 30px !important;*/
    margin: 5px 0 10px 0 !important;
    float:right !important;
}

.bg-grey{
    background:#ddd !important;
}

.warning-message{
    margin-top:20px;
    color: #a00;
}

/* 
    Agreements info
*/

.title-agreement
{
    color: #4DAA59;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 5px;
}

.agreement-number
{
    font-weight: 600;
    font-size: 22px;
    color: #4DAA59;
    line-height: 32px;
}

.inner-title{
    color: #4DAA59;
    font-size: 1.2em;
    font-weight: 600;
    margin: 5px 5px 5px 0;
}

.inner-title-value{
    font-size: 14px;
    font-weight: 400;
}

.mini-section-title{
    color: #4DAA59;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0px 10px 10px 0;
}

.block-info
{
    margin:5px;
}

.block-info .param
{
    width:350px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-align: left;
    margin: 0 0 0 5px;
}

.lot-info-block {
    border: 1px solid #d1d3d4;
    overflow: hidden;
    -moz-box-shadow: 0 3px 6px 0 rgba(55,65,72,.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(55,65,72,.08);
    box-shadow: 0 3px 6px 0 rgba(55,65,72,.08);
}


/*.block-info .param:after
{
    font-size: 10px;
    color: #e1e1e1;
    content: " .......................................................................................................................................................................... ";
}*/

.separator
{
    border-top:1px solid #dadada;
    margin:15px 0 0 0;
}

.manul-table ul.nav-links li {
    border: 1px solid #fff;
    border-bottom: 1px solid #dadada;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.manul-table .nav-links li:hover {
    background: #F5F5F5;
    border: 1px solid #4daa59;
}

.manul-table .nav-links li:hover i {
    color: #4daa59!important;
}

.manul-table .nav-links li:hover a .link_name {
    color: #4daa59!important;
}

/* 
    content-login-page
*/

.content{
    padding: 20px 20px;
    margin: 147px auto 0 auto;
    width: 900px;
    font-size: 13px;
}

.text-manual{
    border: 1px solid #dadada;
    padding: 15px;
    margin: 15px 0;
    background-color: #fff;
}

.title-step{
    color: #4DAA59;
    font-size:1.4em;
    text-transform: uppercase;
    font-weight: bold;
}

.substep
{
    font-size:0.9em;
}

.step{
    margin: 20px 0;
}

.icon-point
{
    width:5px;
    height:5px;
    margin:5px;
    background:#4DAA59;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius:  50%;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

/*
    Upload file
*/
#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #e1e1e1;
    width: 450px;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
  }
  #progress_bar.loading {
    opacity: 1.0;
  }
  #progress_bar .percent {
    background-color: #4DAA59;
    height: auto;
    width: 0;
  }
#upload-files, 
.upload-files {
    min-height: 180px;
}
table.file-upploader-table {
    border-collapse: separate;
    border-spacing: 0;
}

table.file-upploader-table td {
    border: solid 1px #dadada;
    border-style: none solid solid none;
    padding: 10px;
}

table.file-upploader-table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
table.file-upploader-table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table.file-upploader-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
table.file-upploader-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.file-upploader-table tr:first-child td {
    border-top-style: solid;
}
table.file-upploader-table tr td:first-child {
    border-left-style: solid;
}

.upload-files-wrapper {
    /*display: inline-block;*/
    border: 2px dashed #dadada;
    background-color: #f9f9f9 !important;
    padding: 20px 5px 20px 5px;
    position: relative;
    width: 620px;
    min-height: 140px;
    border-radius: 6px;
}
.file-size-restrictions {
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #6d757d85;
}

.text-upload-img {
    width: 134px;
    vertical-align: top;
    line-height: 1.19em;
    padding-top: 13px;
    display: inline-block;
}

.files {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}
.customFile {
    cursor: pointer;
    height: 180px;
    width: 100%;
    z-index: 20;
    opacity: 0;
}
.fakeButton {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}
.name-upload-file {
    white-space: nowrap !important;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    width: 200px !important;
}

.upload-agreement .name-upload-file{
    width: 480px;
}

/*
    Accreditation
*/
.table-accred{
    margin: 10px 0;
}

.td-init-accred{
    padding: 10px 10px 10px 0;
}

.button-selected-options{
    background-color: #4DAA59 !important;
    color: #fff !important;
    border: #4DAA59 !important
}

.country{
    color: #4DAA59;
    font-weight: bold;
}

.accred-title-block{
    color: #000!important;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.table-accred-form td{
    padding: 5px;
    vertical-align: top;
}

.table-accred-form-readonly td{
    padding: 8px;
}

.table-accred-form input{
    width: 400px;
    /**/-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.geo{
    border: 1px solid #dadada;
    padding: 5px;
    min-height:100px;
}

.geo p{
    margin: 5px 0;
}

#sectionsInfo{
    width:300px;
    float:left;
}

.table-accred-form input[readonly]{
    color: rgba(68, 68, 68, 0.4);
    border: 1px solid rgba(68,68,68,0.2);
}

#formAccred input[role="combobox"]{
    background-color: #fff !important;
}

.no-data-text{
    margin: 15px 0;
    font-size: 1.2em;
    text-align: center;
    background-color: #fff3cd;
    border: 1px solid #f3dc97;
    color: #856404;
    font-weight: 600;
    padding: 10px;
}

#subdivisions input{
    width: 400px;
}

#subdivisions td{
    padding: 5px;
}

.table-subdivisions{
    table-layout:fixed;
    margin:15px 0;
    width:100%;
}

blockquote.terminate-contract {
    font-style: italic;
    border-left: 8px solid #ddd;
    padding: 0 0 0 20px;
    color: #555;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 625px;
}

/*
    Firm Signers
*/


table.table-firmSigners td:last-child div.is-selected {
    border: 1px dashed #787878;
    height: 25px;
}

button.reset-signers {
    margin: 5px 0;
}

.table-bank-accounts{
    table-layout:fixed;
    margin:15px 0;
    width:100%;
}

#addBIC :hover{
    text-decoration: underline;
}

.table-subdivisions td, .table-bank-accounts td{
    padding: 5px; 
}

.show-add-bank-info{
    color: #787878;
    text-decoration: underline;
}

input[type=radio]{
    margin: 0 5px;
    width: 14px;
}

input[type=radio]:disabled + label {
    /*color: #dadada!important;
    border: 1px solid #dadada;
    background: #dadada;*/
}

.required-field{
    color:#a00;
    font-weight:bold;
}

.table-accred-info{
    table-layout:fixed;
    margin:15px 0;
    width:100%;
}

.table-accred-info td{
    padding: 5px 0;
}

.removed-document{
    color: #a00;
    text-decoration: line-through;
}

.accred-status, .status-deposit{
    clear: both;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 600;
    margin: 0 25px 10px 25px;
}

.status-text {
    font-size: 16px;
    padding: 3px 10px 4px 10px !important;
    background: none!important;
    color: #4DAA59!important;
    font-weight: 600;
}

.accred-status .status-text, .status-text{
    display: none;
    background: #4DAA59;
    color: #fff;
    padding: 2px 5px;
    line-height: 2;
}

.accred-status .reject-reason {
    display: none;
    color: #a00;
    padding: 5px 0;
}

/*.notes-upload-files{
    margin: 5px;
    overflow: hidden;
    font: 12px Segoe UI,'Open Sans',Tahoma Light, Arial Light, Helvetica, sans-serif;
}*/

.label-wrapper.date-upload-files,
.label-wrapper.date-begin-upload-files,
.label-wrapper.date-end-upload-files,
.label-wrapper.number-upload-files,
.label-wrapper.traders-upload-files,
.label-wrapper.notes-upload-files {
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

.label-wrapper.notes-upload-files {
    width: 450px;
}

.date-upload-files,
.date-begin-upload-files,
.date-end-upload-files,
.number-upload-files,
.traders-upload-files,
.notes-upload-files {
    margin: 5px;
}

/*.traders-upload-files{
    margin: 5px;
    display: inline-block;
    overflow: hidden;
    font: 12px Segoe UI,'Open Sans',Tahoma Light, Arial Light, Helvetica, sans-serif;
}*/

.documentNumber.k-input[type="text"], .paymentSum.k-input[type="text"],.deliveryDocumentNumber.k-input[type="text"],.quantityPriceWithVat.k-input[type="text"], .deliveryQuantity.k-input[type="text"]{
    border: 1px solid #bdbdbd;
    padding: 5px;
}

.paymentDate, 
.documentDate, 
.documentNumber, 
.paymentSum, 
.paymentCurrency, 
.deliveryDate, 
.deliveryDocumentNumber, 
.deliveryQuantity, 
.quantityPriceWithVat, 
.paymentSource  {
    display: inline-table;
    margin: 5px;
    width: 210px;
}

.paymentSum {
    display: inline-table;
    margin: 5px;
    width: 240px;
}

.quantityPriceWithVat {
    width: 260px;
}

.accred-error {
    color: #a00;
    font-weight: 600;
}

.controls-panel{
    margin: 20px 0;
    font-size: 12px;
}

#documsData .table-accred-info tr:hover{
    background: #D4ECD5;
}

.archived-docs {
    color: #93575c;
    background-color: #e9cdc9 !important;
    border-color: #f5c6cb;
}

    .archived-docs:hover {
        background: #e9cdc9 !important;
    }

textarea {
    border-radius: 5px;
    border: 1px solid #dadada;
}

#additional textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
}

#additional .name-field{
    vertical-align:top;
}

/*
    Manuals
*/

.manual-table{
    margin: 60px 0;
}

ul#menu.manual-table {
    /*width: 540px;*/
    margin: 0 auto;
    text-align: center;
}

ul#menu.manual-table li {
    height: 120px;
    width: 120px;
    margin: 10px 10px 13px 10px!important;
    padding: 5px 5px 5px 5px;
    float: none;
    display: inline-block;
}

ul#menu.manual-table li p {
    bottom: 20px;
    width: 120px;
    left: 0;
}


.column{
    border-right:solid;
    border-width:1px;
    border-color:#000 !important;
}

.manual-table td{
    font-weight:normal!important;
    padding: 15px;
    /*border-right: 1px dashed#787878;*/
    min-width: 80px;
}

.general-manual-app td{
    border-right: 0;
    min-width: 300px;
}

.general-manual-app td :hover {
    color: #4DAA59;
}

.manual-table b {
    color: #4DAA59;
}

.manual-table td:last-child
{
    border: none;
}
.manual-table td :hover{
    color:#4DAA59;
}

.manual-table tr:first-child td{
    padding: 0 15px 15px 15px;
    font-weight: bold;
    text-align: center;
}

.manual-table tr:last-child td{
    padding: 15px 15px 0 15px;
}

.manual-table td/*:not(.general-manual-app)*/ a{
    color: #787878;
    font-size: 1.2em;
    /*background-color: #fff;*/
    height: 100%;
    max-width: 300px;
    display: block;
}

.general-manual-app{
    text-align:center;
}

.general-manual-app a{
    color: #787878;
    font-size: 1.2em;
    /*background-color: #fff;*/
    height: 100%;
    display: block;
}

.general-manual-app td a div{
    display:table-cell;
    vertical-align:middle;
    padding: 0 5px;
}

.general-manual-app td a div img{
    width:80px;
    height:80px;
}

.manual-table td a div{
    display:table-cell;
    vertical-align:middle;
    padding: 0 5px;
}

.manual-table td a div img{
    width:80px;
    height:80px;
}

/*
    Holiday days
*/
.column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

h3.nameMonth {
    margin-left: -5px;
    text-transform: uppercase;
    border: 0px solid #dadada;
    background-color: #e8e8e8;
    padding: 2px 25px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h3.nameMonth:after {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 7px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.month-wrapper {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #dadada;
    position: relative;
    display: inline-block;
    width: 100%;
}

.fixed-block-wrapper {
    background: #fff;
    /*position: fixed;*/
    padding: 0 15px 10px 15px;
    /*height: 360px;*/
    text-align: center;
}

#calendar {
    padding: 10px;
    bottom: -10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#calendar:after {
    -moz-box-shadow: 0px -2px 10px rgba(0,0,0,1);
    -webkit-box-shadow: 0px -2px 10px rgba(0,0,0,1);
    box-shadow: 0px -2px 10px rgba(0,0,0,1);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
}

.exhibition{
    position:relative;
}

.party{
    border:1px dashed #104E8B;
    color:#104E8B;
    text-align:center;
    width: 100%;
}

.cocktail {
    border:1px dashed #40CFAC;
    color: #40CFAC;
    text-align:center;
    width: 100%;
}

.block-holiday-day-wrapper {
    margin: 10px 2px 35px 0px;
    position: relative;
    display: inline-block;
}

.block-holiday-day-wrapper:before {
    border: 3px solid #fff;
    background-color: #787878;
    height: 10px;
    width: 10px;
    position: absolute;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    content: "";
    left: 17px;
    top: 31px;
    z-index: 1;
}

.block-holiday-day-wrapper.holiday-day:before {
    background-color: #c40f3a;
}

.block-holiday-day-wrapper.work-day:before {
    background-color: #4DAA59;
}

.block-holiday-day-wrapper.holiday-day.sel-item:before, .block-holiday-day-wrapper.work-day.sel-item:before {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.block-holiday-date {
    top: 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #dadada;
    position: relative;
    float: left;
    height: 38px;
    width: 165px;
}

.block-holiday-date.work-day{
    border-color:#4DAA59;
} 

.block-holiday-date.holiday-day{
    border-color:#c40f3a;
} 

.block-holiday-date.work-day:before, .block-holiday-date.holiday-day:before {
    content: "";
    position: absolute;
    width: 20px;
    border: 0px solid #dadada;
    height: 2px;
    background: #dadada;
    bottom: -2px;
    left: 0;
}

.block-holiday-date.work-day:after, .block-holiday-date.holiday-day:after {
    content: "";
    position: absolute;
    width: 20px;
    border: 0px solid #dadada;
    height: 2px;
    background: #dadada;
    bottom: -2px;
    right: 0;
}

.block-holiday-day-wrapper.sel-item:after {
    content: "";
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 155px;
    height: 65px;
    left: 0;
    top: 0;
    background: #787878;
    -moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.11114);
    -webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.11114);
    box-shadow: inset 0 0 12px rgba(0,0,0,0.11114);
}

div.sel-item .block-holiday-day-text, div.sel-item .block-holiday-month-text{
    color: #dadada!important;
}

div.sel-item .block-holiday-year-text {
    color:#c3c3c3!important;
}

div.sel-item button.delete-day.k-button {
    z-index: 1;
    border: 1px solid #c40f3a;
    background: #c40f3a;
    color: #fff;
    bottom: -23px;
}

.sel-item + button.delete-day {
    border-color: #4DAA59;
}

button.delete-day {
    position: absolute;
    text-transform: lowercase;
    color: #787878;
    font-weight: 600;
    left: 46px;
    bottom: -29px;
    border: 1px solid #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button.delete-day i.fa {
    color: #c40f3a;
}

button.delete-day:hover {
    background: #C40F3A!important;
    border: 1px solid #c40f3a;
}

button.delete-day:hover i.fa {
    color: #fff!important;
}


.block-day-item
{
    padding:2px 0;
    text-align: center;
}

.block-holiday-date-item {
    padding:2px 0;
    text-align: center;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}
.block-holiday-day-text {
    float: left;
    color: #787878;
    margin-left: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1em;
    position: relative;
    z-index: 1;
}

.block-holiday-month-year-wrapper {
    float: left;
    position: relative;
    margin-right: 10px;
    padding: 4px 0 0 5px;
    line-height: .8em;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
    z-index:1;
}

.block-holiday-month-text {
    font-size: 14px;
    text-align: left!important;
    color: #737373;
    font-weight: 600;
}

.block-holiday-year-text {
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 400;
    text-transform: lowercase;
    text-align: left !important;
}

.holiday-day-legend {
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 25px;
    margin-right: 10px;
    color: #787878!important;
    float: right;
    border: 1px solid #dadada;
}

.work-day {
    color: #4DAA59;
}

.holiday-day {
    color: #c40f3a;
}

.holiday-day-legend.work-day:before {
    height: 12px;
    width: 12px;
    background-color: #c40f3a;
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    z-index: 1;
}

.holiday-day-legend.holiday-day:before {
    height: 12px;
    width: 12px;
    background-color: #4DAA59;
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    z-index: 1;
}

.check-box-container {
    margin: 3px 0 0 0;
}

.check-box-container span {
    vertical-align: top;
    line-height: 1.1em;
}
/*
    Notifications
*/
.block-date-wrapper {
    margin: 0 0 5px 0;
    position: relative;
}

.block-date-wrapper:last-child
{
    margin: 0;
}

/*.type-message-wrapper {
    border: 1px solid #bebebe;
    background-color: #fff;
    padding: 3px;
}

span.type-message {
    background: linear-gradient(180deg,#ececec,#bebebe);
    display: block;
    font-weight: 600;
    line-height: 1.15em;
    padding: 5px;
}
    */

.imgup {
    background-image: url(images/upload.png);
    background-repeat: no-repeat;
    background-size:contain;
    height: 90px;
    width: 90px;
}

.img-general {
    background-image: url(images/icons/img-general.png);
    background-repeat: no-repeat;
    /*background-size:contain;*/
    height: 20px;
    width: 20px;
}

.img-ecp{
    background-image: url(images/icons/img-ecp.png);
    background-repeat: no-repeat;
    /*background-size:contain;*/
    height: 20px;
    width: 20px;
}

.img-finance{
    background-image: url(images/icons/img-finance.png);
    background-repeat: no-repeat;
    /*background-size:contain;*/
    height: 20px;
    width: 20px;
}

.img-control{
    background-image: url(images/icons/img-control.png);
    background-repeat: no-repeat;
    /*background-size:contain;*/
    height: 20px;
    width: 20px;
}

.img-arbitr{
    background-image: url(images/icons/img-arbitr.png);
    background-repeat: no-repeat;
    /*background-size:contain;*/
    height: 20px;
    width: 20px;
}

.img-admiss{
    background-image: url(images/icons/img-admiss.png);
    background-repeat: no-repeat;
    /*background-size:contain;*/
    height: 20px;
    width: 20px;
}

.block-date {
    border-width: 1px;
    border: 1px solid #dadada;
    border-width: 0 0 0 0;
    float: left;
    padding: 5px;
    position: relative;
    z-index: 1;
}


.block-date-personal
{
    background-color: #fff !important;
}

.block-date-section
{
    width: 5px;
    height: 61px;
    float: left;
    margin: 2px;
}
.block-date-item
{
    padding:2px 0;
    text-align: center;
}

.block-day-text
{
    font-size: 14px;
    font-weight: 600;
    color: #7B8395;
}

.block-month-text {
    font-size: 14px;
    font-weight: 600;
    color: #7B8395;
    text-align: left;   
}

.block-year-text {
    font-size: 14px;
    font-weight: 400;
    color: #7B8395;
    text-align: left;
}

.block-month-year-wrapper{
    margin-right: 10px;
    padding: 0px 0 0 5px;
    line-height: 1.35em;
}

.message-time{
    color: #787878;
}



.block-notification {
    border: 2px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 0 0 207px;
    position: relative;
}

.block-notification-personal
{
    background-color: #f5f5f5 !important;
}

.block-notification-text
{
    min-height: 40px;
    text-align: left;
    line-height: 150%;
    padding: 10px 10px 25px 15px;
}

.block-notification-statusbar{
    margin: 5px 0;
}

.deposit-detail th{
    color:#787878;
    padding:2px;
    background-color: #ddd;
}

.deposit-detail td{
    padding:5px;
    border-bottom: 1px solid #ddd;
}

/*
    Log4Pro
*/
.info-text{
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #666;
}

.info-text-bold{
    margin-left: 5px;
    font-weight: 600;
}

.cargo-size-in{
    background-color:#E4E7DA;
    margin:0 3px;
    padding: 7px;
}
.cargo-size-in:first-of-type{
    margin-left:0;
}

#cargoTypeNamePersonal{
    border:1px solid #ccc;
    width:100%;
    height:auto;
    outline:none;
    font: 1.1em Segoe UI,Arial;
    color:#787878;
}

.first-column{
    width: 20px;
    float:right;
    vertical-align:top;
}

.pac-container{
    z-index:99999;
}

.route-name{
    color:#4DAA59; 
    font-size:1.2em;
    font-style:italic;
}

/* Arbitration */

.info-message-verify-success{
    clear: both;
    font-size: 1.2em;
    color: #5C5C5C;
    width: 800px;
}

.info-message-verify-error{
    clear: both;
    font-size: 1.2em;
    color: #a00;
    width: 800px;
}

.verifyed-docum-info{
    color:#5C5C5C !important;
}

.verifyed-docum-info td{
    padding:3px;
}

.back-to-change-doc{
    font-size: 1.4em !important;
    margin: 20px 0 10px 0 !important;
}

/*IAP*/
/*#editServiceCost{
    font-size:1.1em;
}

#editServiceCost .edit-price-name-service{
    font-weight: bold;
    font-style:italic;
    font-size:1.1em;
}

#editServiceCost .edit-price-table-data td{
    border:1px solid #dadada;
    text-align:center;
}

#editServiceCost .cost-data{
    width:100px;
    text-align:right;
    padding:3px;
}

#editServiceCost .cost-data input{
    text-align:right;
    width:100px;
    border:none;
}*/

/*#addNewPrice{
    font-size:1.1em;
}

#addNewPrice .new-price-name-service{
    font-weight: bold;
    font-style:italic;
    font-size:1.1em;
}

#addNewPrice .new-price-table-data td{
    border:1px solid #dadada;
    text-align:center;
}

#addNewPrice .cost-data{
    width:100px;
    text-align:right;
    padding:3px;
}

#addNewPrice .cost-data input{
    text-align:right;
    width:100px;
    border:none;
}*/

.print {
    float:right;
    margin:5px !important;
}

.register-title-block{
    color: #787878;
    float: left;
    font-size: 15px;
    margin: 5px 0 5px 50px;
    padding: 10px;
    font-weight: 700;
    line-height: 1.0em;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.register-title-block i {
    color: #787878;
    font-weight: normal;
    font-size: 13px!important;
}

.table-register-form td{
    padding: 10px 5px 10px 5px!important;
    border-bottom: 1px dashed #dadada !important;
    text-align: justify;
}

.table-register-form tr:last-child td {
    border-bottom: 0!important;
}

.table-register-form i {
    color: #787878;
    text-align:left;
}

.table-register-form input, .table-register-form textarea{
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .table-register-form input[type="radio"] {
        width:15px;
        height:15px;
        margin:0 10px;
    }

.table-register-form input[readonly]{
    background-color: #ddd !important;
    color: #525252;
}

table#table-violations th {
    padding: 10px;
}

table#table-violations td {
    padding: 5px;
    border-bottom: 1px solid #dadada;
}

.violation-name-combobox{
    font-size: 1.2em;
    color: #525252;
    text-transform: lowercase;
    padding-left: 5px;
    border-left: 2px solid #dadada;
    line-height: 1.25em;
}

#penaltyForViolationLeft{
    display: inline-block;
}

#penaltyForViolationRight{
    display: inline-block;
    margin: 0px 0px 0 5px;
    vertical-align: super;
}

#commit-graph-svg {
    width:30px;
}

#svg-table-div {
    display:flex !important;
}

a.reset-section.link {
    border-bottom: 1px dashed;
}

/*i.fa {
    color: #787887;
}*/

.edi button.k-button {
    margin-top: 5px;
    width: 45%;
}

#documentsInfo p {
    margin:5px;
    font-weight: bold;
}

#documentsInfo span {
    color: #006600;
    font-weight: normal;
}

#documentsInfo >.delimetr {
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #dadada;
}


span.work-unit-name-combobox {
    color: #b72727;
    font-weight: bold;
}

.k-alt {
    background: #F1F3F4!important;
}

table.personal-messages .k-alt td:first-child {
    border: none!important;
}

table.table-send-personal-message {
    border-spacing: 0;
}

table.table-send-personal-message td{
    border-bottom: 1px solid #dadada;
    padding: 5px;
}

table td.no-border {
    border: none;
}

/*.report-block-1, .report-block-2, .report-block-3, .report-block-4, .report-block-5 {
    
}*/

.k-grid table.report-table td {
    border-width: 0 !important;
}

table#report-table{
    border-spacing: 5px;
}

table#report-table td:first-child{
    
    margin-bottom: 5px;
}

span > #sessionNum {
    width: 350px;
}

div.disabled-block {
    margin: 5px 0;
    padding: 0 0 10px 0;
}

#editViolationWindow table td, #registerViolationWindow table td {
    padding: 2px 0;
}

button.k-button.fulfilled-obligations {
    border: 1px solid #2aa52b;
}

button.k-button.fulfilled-obligations:hover {
    border: 1px solid #4DAA59;
}

button.k-button.fulfilled-obligations:hover > i {
    color: #fff;
}

button.repaid-penalty {
    background-color: #dadada;
    border-color: #b5b5b5;
}

button.check-get-decision {
    background-color: #4DAA59;
    border-color: #4DAA59;
    color: #fff;
}

button.check-get-decision:hover {
    background-image: none,linear-gradient(to bottom,#4DAA59 0,#4DAA59 100%);
    background-color: #4DAA59;
}

.approve-date {
    border: 1px dashed #4DAA59;
    padding: 5px 15px;
    font-weight: 600;
}

/*#region Accordion*/

h3:focus {
    border: 1px solid #dadada;
    outline: none!important;
}

.accordion {
    margin: 0;  
}

.accordion h3 {
    cursor:pointer;
}

.accordion dt, .accordion dd, .accordion-lvl2 dt, .accordion-lvl2 dd {
    padding: 0 10px;
    border-bottom: 1px solid #dadada;
}

.accordion dt:nth-last-child(2), .accordion-lvl2 dt:nth-last-child(2){
    border-bottom: 1px solid #dadada!important;
}

.accordion .icon-expand, .accordion-lvl2 .icon-expand {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #dadada;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .icon-expand:before, .accordion .icon-expand:after, .accordion-lvl2 .icon-expand:before, .accordion-lvl2 .icon-expand:after{
    content: '';
    width: 1.25rem;
    height: 0.25rem;
    background: #787878;
    position: absolute;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion .icon-expand:after, .accordion-lvl2 .icon-expand:after {
    height: 0.3rem;
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion a.active .icon-expand, .accordion-lvl2 a.active .icon-expand  {
    background: #fefefe;
}
    

.accordion a.active .icon-expand:before, .accordion-lvl2 a.active .icon-expand:before {
    background:#4DAA59;
}

.accordion a.active .icon-expand:after, .accordion-lvl2 a.active .icon-expand:after{
    width: 0;
}


.accordion dd, .accordion-lvl2 dd {
    border-top: 0;
    font-size: 12px;
}

.accordion dd:after, .accordion-lvl2 dd:after{
    border-top: 1px solid white;
    position: relative;
    top: -1px;
    }

.accordion dt:after, .accordion dd:after, .accordion-lvl2 dt:after, .accordion-lvl2 dd:after {
    border-bottom: 1px solid #787878; 
}

.accordion dt a, .accordion dd a, .accordion-lvl2 dt a, .accordion-lvl2 dd a {
    display: block;
    /*color:#666666;*/
    font-weight:bold;
    position: relative;
}

.accordion dt a:hover .register-title-block, .accordion-lvl2 dt a:hover .register-title-block{
    color: #4DAA59;
}

.accordion dt a:hover .icon:before, .accordion dt a:hover .icon:after, .accordion-lvl2 dt a:hover .icon:before, .accordion-lvl2 dt a:hover .icon:after {
    background: #4DAA59;
}

.accordion dt a.active .register-title-block, .accordion-lvl2 dt a.active .register-title-block {
    color: #4DAA59;
}

.accordion dd td, .accordion-lvl2 dd td{
    border-bottom: 1px solid #ddd;
    /*padding: 5px 0;*/
}

.accordion .k-i-tick, .accordion-lvl2 .k-i-tick{
    cursor:pointer!important;
}

.accordion .name-source, .accordion-lvl2 .name-source{
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
}

.arbitr-add-info {
    color:#5e5e5e; 
    font-weight: 700;
}
/*#endregion Accordion*/


/*@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}*/

div#tax-ministry, #state-security {
    display: block;
    margin: 10px;
    line-height: 1.8em;
}

div#tax-ministry table, #state-security table {
    width: initial;
}

div#tax-ministry table td, #state-security table td{
    border-style: none;
}

.icon-transfer-to-sale {
    background-image: url('images/icons/icon-to-arch.png');
    height: 32px;
    width: 32px;
    background-size: contain;
}

.icon-transfer-to-archive {
    background-image: url('images/icons/icon-to-torgi.png');
    height: 32px;
    width: 32px;
    background-size: contain;
}

div.transfer-ok {
    border: 1px solid #4DAA59;
    color: #4DAA59;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    line-height: 1.9em;
    display: inline-block;
    padding: 2px 10px;
}

div.transfer-error {
    border: 1px solid #EE5362;
    color: #EE5362;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    line-height: 1.9em;
    display: inline-block;
    padding: 2px 10px;
}

div.transfer-warning {
    border: 1px solid #caa338;
    color: #caa338;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    line-height: 1.9em;
    display: inline-block;
    padding: 2px 10px;
}

div.transfer-in-process {
    border: 1px solid #656D79;
    color: #656D79;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    line-height: 1.9em;
    display: inline-block;
    padding: 2px 10px;
}

div.session-in-process {
    border: 1px solid #dadada;
    color: #dadada;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    line-height: 1.9em;
    display: inline-block;
    padding: 2px 10px;
}

/*.label:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 4px solid #fff;
    left: -7px;
    top: -7px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}*/


/*.label.transfer-error:before{
    background-color: #EE5362;
}

.label.transfer-warning:before{
    background-color: #caa338;
}

.label.transfer-in-process:before{
    background-color: #656D79;
}

.label.session-in-process:before{
    background-color: #dadada;
}

.label.transfer-ok:before {
    background-color: #4DAA59;
}*/

tr.k-state-selected .label:before {
    z-index: -1;
}

button.k-button.get-status-clients-violation {
    background-color: #4DAA59;
    color: #fff;
}

.submit-wrapper {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.unsigned-act-card {
    background-color: #f7f7f9;
    background-size: 60%;
    border: 2px dashed #dadada;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 5px;
    padding: 10px;
    position: relative;
    -moz-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    vertical-align: top;
    width: 345px;
}

.unsigned-act-card:hover {
	border-color: #98C215;
}

.unsigned-image-log-wrapper {
	float: left;
	display: block;
	position: absolute;
}

.unsigned-img{
	background: url('images/icons/i-unsigned-act-logo.png') no-repeat;
	width: 65px;
	height: 65px;
	background-size: 80%;
	background-position: 85%;
}

.unsigned-act-wrapper {
	padding-left: 5px;
	float: left;
	display: block;
	margin-left: 85px;
	border-left: 2px dashed #dadada;
	position: relative;
	font-size: 12px;
}

.unsigned-act-field-caption {
	color: #000000;
	margin-bottom: 5px;
	width: 95%;
	margin: 5px 10px;
	display: inline-block;
	line-height: 0.95em;
}

.unsigned-act-field-caption.header {
	font-size: 16px;
	line-height: 0.85em;
	font-weight: 400;
}

.unsigned-act-field-caption.header > .unsigned-act-field-data {
	margin-left: 0;
}

.unsigned-act-field-data {
	color: #4e4e4e;
	vertical-align: middle;
}

.unsigned-act-field-data.unsigned-section {
    padding: 4px 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700 !important;
    margin: 0;
    float: left;
}

.unsigned-act-download {
    -moz-transition: ease-in-out .3s all;
    -o-transition: ease-in-out .3s all;
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    position: absolute;
    bottom: 10px;
    left: 5px;
}	
	
.unsigned-act-download:hover {
	color: #fff!important;	    
}

.exclamation {
    color: #a00;
    font-size: 14px!important;
}

/*
    MANAGE SESSIONS
*/
span.session-label {
    width: 100%;
    height: 20px;
    border: 1px solid #dadada;
    display: block;
}

.control-panel{
    /*position: absolute;*/
    left: 3px;
    top: 16px;
    z-index: 1;
}

.button-control {
    position: relative;
    overflow: hidden;
    margin-right: 1px!important;
    color: #fff!important;
    background-color: #4DAA59!important;
    border: 1px solid #4DAA59!important;
}

.button-control:before {
    content: "";
    position: absolute;
    background: #4DAA59;
    border: 4px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: -5px;
    left: -5px;
    -moz-transition: ease-in-out .3s all;
    -o-transition: ease-in-out .3s all;
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}

button[disabled].button-control:before{
    background:#ff7d7d;
    border: 4px solid #fff
}

button.button-control.open-log:hover, button.button-control.move-demands:hover, button.button-control.move-session:hover, button.button-control.move-demand-remains:hover {
    border-bottom-color: #4DAA59;
    border-bottom-width: 4px;
}

/*triangle*/
/*.control-panel > button:after {
    content: "";
    position: absolute;
    background: #000;
    width: 0px;
    height: 0px;
    border-top: 10px solid #0000;
    border-bottom: 10px solid #0000;
    border-right: 10px solid #00f;
    transform: rotate(45deg);
}*/

.control-panel.fixed-top {
    position: fixed;
    text-align: center;
    padding: 5px 0 5px 0;
    border-bottom: 4px solid #4DAA59;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff !important;
    -moz-box-shadow: 0 5px 20px -10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 5px 20px -10px rgba(0,0,0,0.7);
    box-shadow: 0 5px 20px -10px rgba(0,0,0,0.7);
}

.control-panel.fixed-top > button:first-child {
    margin-left: 10px;
}

.header-page {
    text-transform: uppercase;
    color: #4DAA59;
    line-height: 1.75em;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    width: 100%;
}

button.close-participants-form, button.close-session-log-form {
        
}

/*
    END MANAGE SESSIONS
*/

/*
    exchange tax    
*/

.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.dateTimeTax {
    color: #333;
    padding: 2px 5px;
    border: 1px dashed #dadada;
    display: inline-block;
}

i.fa.disabled {
    vertical-align: sub;
    color: #6f6f6f;
    font-size: 14px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 5px 8px;
}

/*input#isUsedOption:before {
    position: absolute;
    border-bottom: 1px dashed #4DAA59;
    font: 12px 'Segoe UI','Open Sans',Tahoma Light, Arial Light, Helvetica, sans-serif;
    color: #7d7d7d;
    content: "выбрать → [";
    cursor: pointer;
    padding: 2px;
    left: -72px;
    top: -5px;
    width: 86px;
}*/

/*input#isUsedOption:hover:before{
    color: #4DAA59;
}*/

/*input#isUsedOption:after {
    position: absolute;
    content: "]";
    font: 12px 'Segoe UI','Open Sans',Tahoma Light, Arial Light, Helvetica, sans-serif;
    color: #7d7d7d;
    right: -12px;
    top: -3px;
    width: 10px;
}*/

/*
    OBLIGATION FULFILLMENT
*/
tr.k-master-row.disabled td, tr.k-master-row.disabled td span {
    background-color: #ededed!important;
    text-decoration: line-through;
    color: #dadada!important;
}

tr.k-master-row.disabled td, tr.k-master-row.disabled td .icon {
   opacity: 0.4;
}

tr.k-master-row td > input[type="checkbox"]{
    display: none;
}

tr.k-master-row.enabled td > input[type="checkbox"]{
    display: initial;
}

tr.k-master-row.disabled td > input[type="checkbox"]{
    display: none;
}

tr.k-master-row td > label.disabled {
    display: none!important;
}

button.k-button.reset {
    background-color: #fff;
    color: #000;
    background-image: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

button.k-button.reset:hover{
    background-color: #dadada;
    color: #000;
    background-image: none;
}

.item-divider-wrapper {
    width: 0px;
    border: 1px solid #a2a2a2;
    display: inline-block;
    height: 25px;
    border-width: 0 1px 0 0;
    vertical-align: middle;
}

button.ok-payment-document, button.ok-delivery-document {
    border: 1px solid #4DAA59 ;
    background-color: #4DAA59 ;
    background-image: none;
    color: #fff;
}

button.ok-payment-document:hover, button.ok-delivery-document:hover {
    border: 1px solid #4DAA59 ;
    background-color: #4DAA59 ;
    background-image: none;
    color: #fff;
}

button.k-button.add-pay-info, button.k-button.add-deliv-info {
    margin: 5px;
    font-weight: 700;
}

.addMoreDocs.fakeButton.k-button{
    /*position: inherit;*/
}

.tool-button.state-selected {
    background-color: #4daa59;
    color: #fff;
    font-weight: 600;

}

.filter-is-set {
    color: #4daa59;
}

/*i.fa-exclamation-circle {
    color: #c40f3a;
    
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    text-align: center;
}*/

li.tool-button {
    margin: 0 1px 0 0;
    height: 30px;
    padding-top: 2px;
}

li.tool-button.k-state-hover {
    border-color: #4daa59!important;
}

.flex-panel {
    position: fixed;
    bottom: 14%;
    padding: 14px;
    font-size: 14px;
    background-color: #fff;
    -moz-box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06) !important;
    -webkit-box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06) !important;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06) !important;
    z-index: 9999;
    width: 100%;
    background: rgb(238, 238, 238);
}

.item-direction {
    padding: 10px 11px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 2px 0;
    background-color: #d0d2d3;
}

.item-doc-attach-icon {
    text-align:left;
    height: 45px;
    padding: 10px 11px;
}

li.item-doc-attach-icon span.k-link > .k-icon {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 43%!important;
    background-color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    left: -8px!important;
    border: 5px solid #959595;
    z-index: 9999999999;
}

li.item-doc-attach-icon.k-state-hover span.k-link > .k-icon {
   background-position: 0px -16px;
}

.doc-count-attach {
    content: "";
    padding: 2px 5px;
    text-align: center;
    line-height: 1.1em;
    position: absolute;
    height: 16px;
    top: 33%;
    left: 82%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.9);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.9);
    border: 1px solid #ee4949;
    background-color: #ee4949;
    color: #fff;
}

.doc-count-attach.null-data {
    border: none!important;
    background-color: transparent!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.tax-based-on-percent.hide {
    display: none;
}

ul#subMenuInsertDoc li i {
    float: left;
    margin-left: 5px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

ul#subMenuInsertDoc li.item-doc-attach-icon i.fa-envelope-open {
    margin-top: -7px;
    padding: 10px;
    border: 2px solid #fff;
    background: #049e3a;
    color: #fff;
}


.isAttached {
    font-weight: 400;
    border: 1px solid #ee4949 !important;
    background-color: #ee4949 !important;
    color: #fff !important;
    line-height: 1.385em;
}


.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.box-shadow-search-input {
    border: 1px solid rgba(68, 68, 68, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.registry-entry__body {
    padding: 0 16px 17px 24px;
}

.registry-entry__body .registry-entry__body-block {
    padding-top: 16px;
}

.registry-entry__body .registry-entry__body-block .registry-entry__body-title {
    color: #909ebb;
    padding-bottom: 3px;
    word-break: break-word;
}

.registry-entry__property {
    border-top: 1px solid #e4e7f2;
}

.property-wrap-content .property-wrap-content__title {
    padding: 11px 16px 11px 0;
    color: #0065dd;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.arrow-lots, td.id-good {
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
}

 .lots-wrap-content {
    padding-right: 5px;
}

.lots-wrap-content__body {
    padding-right: 16px;
    width: inherit;
}

 .lots-wrap-content__body__header {
    color: #909ebb;
}

.lots-wrap-content__body__val {
    color: #334059;
}

input[type="text"].sections::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].sections::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].sections:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].sections:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #a6a6a7;
}

input[type="text"].goodSubGroup::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].goodSubGroup::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].goodSubGroup:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].goodSubGroup:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #a6a6a7;
}

input[type="text"].goodGroup::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].goodGroup::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].goodGroup:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #a6a6a7
}
input[type="text"].goodGroup:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #a6a6a7;
}

button[disabled].download-price.k-state-disabled {
    border: 0px !important;
    background-color: #fff !important;
    color: #787878 !important;
    text-transform: lowercase;
}

/*
    *
    REPORTS
    *
*/
[class^="report-block-"] {
    padding: 10px;
    border: 1px solid #4DAA59;
    margin: 10px;
}

[class^="report-block-"] a.btn {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.label-report-wrapper {
    display: inline-block;
    width: 145px;
}

.label-report-wrapper > label {
    display: inline-block;
    padding: 0 0 5px 0;
    font-weight: 600;
    font-size: 13px;
}


.label-report-wrapper input[name="dateReportStart-3"],
.label-report-wrapper input[name="dateReportEnd-3"] {
    display: inline-block;
}

/*

    DEPOSIT

*/
button.prints {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 99999999999999;
}

table.dataTable.no-footer {
    border-top: 0px solid #ccc !important;
    border-bottom: 0px solid #ccc !important;
}

ul.deposit-clients-radio li {
    clear: left!important;
}

i.fa-combobox {
    position: absolute;
    top: 54%;
    right: 30px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    width: 20px;
    height: 20px;
}


div[name=slider-range-wrapper] .leftR {
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    /*z-index: 1;*/
}

div[name=slider-range-wrapper] .rightR {
    position: absolute;
    right: 0px;
    top: 15px;
    background: #fff;
    font-size: 14px;
    padding: 0px;
    font-weight: 500;
    /*z-index: 1;*/
}

div.catalog-img-wrapper {
    display: flex;
    /*height: 100%;*/
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.thumb {
    height: 80px;
    width: 100px;
    border: 1px solid #000;
}

ul.thumb-Images li {
    width: 120px;
    float: left;
    display: inline-block;
    vertical-align: top;
    height: 120px;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #D0E5F5;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bolder;
        cursor: pointer;
        opacity: .5;
        font-size: 23px;
        line-height: 10px;
        border-radius: 50%;
    }

    .img-wrap:hover .close {
        opacity: 1;
        background-color: #ff0000;
    }

.FileNameCaptionStyle {
    font-size: 12px;
}
/* Loader with three blocks */
.loader, .loader:before, .loader:after
{
    display: inline-block;
    width: 100%;
    height: 8px;
    top: 0;
    position: fixed;
    z-index: 100000;
    -moz-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    -o-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    -webkit-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    background: linear-gradient(to right, #4DAA59 0px, #4DAA59 8px, transparent 8px) no-repeat 0px 0px / 8px 8px;
    content: ' ';
}

.loader
{
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

    .loader:after
    {
        -moz-animation-delay: .2s;
        -o-animation-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

@-moz-keyframes loading-opacity
{
    0%
    {
        opacity: 0;
    }

    50%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes loading-opacity
{
    0%
    {
        opacity: 0;
    }

    50%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@-moz-keyframes loading-opacity
{
    0%
    {
        opacity: 0;
    }

    50%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes loading-opacity
{
    0%
    {
        opacity: 0;
    }

    50%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes loading-opacity
{
    0%
    {
        opacity: 0;
    }

    50%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@-moz-keyframes loading
{
    0%
    {
        background-position: -50% 0px;
    }

    100%
    {
        background-position: 150% 0px;
    }
}

@-webkit-keyframes loading
{
    0%
    {
        background-position: -50% 0px;
    }

    100%
    {
        background-position: 150% 0px;
    }
}

@keyframes loading
{
    0%
    {
        background-position: -50% 0px;
    }

    100%
    {
        background-position: 150% 0px;
    }
}

/* 2 more loading blocks */
.loader.more:before, .loader.more:after
{
    content: ' ■';
    color: #4DAA59;
    top: 0;
    line-height: 6px;
    font-size: 22px;
    font-family: "Times New Roman";
    vertical-align: top;
    -moz-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-font 4s cubic-bezier(.1,.85,.9,.15) infinite !important;
    -o-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-font 4s cubic-bezier(.1,.85,.9,.15) infinite !important;
    -webkit-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-font 4s cubic-bezier(.1,.85,.9,.15) infinite !important;
    animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-font 4s cubic-bezier(.1,.85,.9,.15) infinite !important;
}

.loader.more:before
{
    -moz-animation-delay: 0s,.2s !important;
    -o-animation-delay: 0s,.2s !important;
    -webkit-animation-delay: 0s,.2s !important;
    animation-delay: 0s,.2s !important;
}

.loader.more
{
    overflow: hidden;
    opacity: 0;
    -moz-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    -o-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    -webkit-animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
    -moz-animation-delay: .6s,.4s !important;
    -o-animation-delay: .6s,.4s !important;
    -webkit-animation-delay: .6s,.4s !important;
    animation-delay: .6s,.4s !important;
}

    .loader.more:after
    {
        -moz-animation-delay: .4s,.8s !important;
        -o-animation-delay: .4s,.8s !important;
        -webkit-animation-delay: .4s,.8s !important;
        animation-delay: .4s,.8s !important;
    }

@-moz-keyframes loading-font
{
    0%
    {
        text-indent: calc(-50% - 4px);
    }

    100%
    {
        text-indent: calc(150% - 8px);
    }
}

@-webkit-keyframes loading-font
{
    0%
    {
        text-indent: calc(-50% - 4px);
    }

    100%
    {
        text-indent: calc(150% - 8px);
    }
}

@keyframes loading-font
{
    0%
    {
        text-indent: calc(-50% - 4px);
    }

    100%
    {
        text-indent: calc(150% - 8px);
    }
}

@font-face{font-family:'FontAwesome';src:url('../Content/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../Content/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../Content/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../Content/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: bold
}

table.dataTable thead th, table.dataTable thead td {
	padding: 10px 18px
}

table.dataTable thead th:active, table.dataTable thead td:active {
	outline: none
}

table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 10px 18px 6px 18px
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center right
}

table.dataTable thead .sorting {
	background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
	background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
	background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("../images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
	background-color: #fff
}

table.dataTable tbody tr.selected {
	background-color: #b0bed9
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 8px 10px
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
	border-top: none
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1, table.dataTable.order-column tbody tr.selected>.sorting_2, table.dataTable.order-column tbody tr.selected>.sorting_3, table.dataTable.display tbody tr.selected>.sorting_1, table.dataTable.display tbody tr.selected>.sorting_2, table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb
}

table.dataTable.no-footer {
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
	padding: 4px
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding: 4px
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
	text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
	text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
	text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
	text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
	white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
	text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
	text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
	text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
	text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
	text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
	text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
	text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable, table.dataTable th, table.dataTable td {
	box-sizing: content-box
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	padding-top: 5px;
	*zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left;
	margin-left: 6px;
	margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	margin-right: 6px
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: .5em;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding: .3em .2em
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: left;
	padding-top: .75em;
	padding-bottom: .75em;
	width: 100%;
	border-bottom: 1px solid #dadada
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #ccc;
	background-color: #fff
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border: 1px solid #979797;
	color: #fff !important;
	background-color: #4DAA59;
	border-color: #4DAA59
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #ccc !important;
	border: 1px dashed #ccc;
	background: #ffffff73;
	box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid #111;
	color: #333;
	border-color: #aeaeae;
	background-color: #ebebeb
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	color: #fff !important;
	background-color: #4DAA59;
	border-color: #4DAA59
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #333
}

.dataTables_wrapper .dataTables_scroll {
	clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width:767px) {
	.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}

	.dataTables_wrapper .dataTables_paginate {
		margin-top: .5em
	}

}

@media screen and (max-width:640px) {
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}

	.dataTables_wrapper .dataTables_filter {
		margin-top: .5em
	}

}

