body {
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial, Helvetica, sans-serif;
    background: #EFEFEF;
}

table {
    border-spacing: 0px;
}

#page {
    height: 100vh;
    background: white;
}

#header {
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content {
    padding: 20px;
}

#sidebar {
    padding: 20px 20px 20px 0;
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo {
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu {
    background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
    padding: 6px 20px 5px 20px;
    margin: 0px;
}

#mainmenu ul li {
    display: inline;
}

#mainmenu ul li a {
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #6399cd;
    background-color: #EFF4FA;
    text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span {
    font-weight: bold;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet {
}

.portlet-decoration {
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content {
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background: #EFFDFF;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}

.login-form-wrapper {
    overflow: hidden;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    /*margin: 10px;*/
    margin-top: 11%;
    /*background-color: #3785C7;*/
    /*background-color: #337AB7;*/
    background-color: #296394;
}

.form-signin .logo {
    width: 350px;
    height: 100px;
    background: url('/images/logo.png');
    /*background-color: rgb(236, 236, 236);*/
    /*margin: 0px 0px 30px -32px;*/
    margin: 0px 0px 30px -10px;
}

.form-control.error {
    border: 1px solid #f5a2a2 !important;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    padding: 0px 10px !important;
    margin-bottom: 10px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff !important;
}

.form-signin input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.form-signin input[type="password"] {
    padding: 0px 10px !important;
    margin-bottom: 10px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff !important;
}

.form-signin .rememberMe {
    margin: 10px 0px;
    line-height: 20px;
    margin-left: 16px;
    color: white;
}

.form-signin #remember-fake-input {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.submit {
    margin-left: 16px;
}

.sigin-icon {
    width: 42px;
    height: 42px;
    float: left;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-color: rgb(236, 236, 236);
    /*background-color: #3785C7;;*/
    margin-left: 18px;
}

.login-icon {
    background-image: url('/images/user-icon.png');
    background-position: 2px 2px;
}

.password-icon {
    background-image: url('/images/password-icon.png');
    background-size: 34px 34px;
    background-position: 4px 4px;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.captcha-row {
    margin-left: 18px;
}

.captcha-row a {
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 60px;
    background-color: #535c69;
    /*margin-top: -20px;*/
}

.footer-top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 30px;
    background-color: #535c69;
    /*margin-top: -20px;*/
}

.gosop2016 {
    float: left;
    margin-top: 9px;
    margin-left: 10px;
    color: white;
    font-size: 12px;
}

.sup-gosoplat {
    float: left;
}

.sup-gosoplat p {
    float: right;
    margin-left: 5px;
    margin-top: 7px;

}

.sup-gosoplat p a {

    text-decoration: none;
    color: white;
}
.bitrix-img{
    margin-right: 10px;
    margin-top: 6px;
}
.left {
    float: left;
}

.main-logo img {
    height: 45px;
    margin-left: 20px;
    margin-top: 9px;
}

.right {
    float: right;
    /*background-color: #003F74;*/
}

.ui-resizable-helper {
    border: 1px solid #0073ea;
}

#stats-content .pre-loader {
    width: 400px;
    height: 300px;
    margin: 0px auto;
    margin-top: 15%;
    background: url('/images/hex-loader.gif');
}

.vodka-loader-img {
    width: 64px !important;
    height: 64px !important;
    background: url('/images/metro-loader.gif') !important;
    margin: 0px 0px 0px 0px !important;
    margin-left: -32px !important;
}

/* STATS */

/* MAIN MENU */
.main-menu-container .logout-btn .restart_gate {
    padding: 5px 10px;

}

.logout-btn .restart_gate {
    top: 10px;
}

.main-menu-container .text {
    font-family: 'Roboto','segoe ui', arial, sans-serif;
    font-size: 16px;
    margin: 0px 10px;
    /*color: rgb(118, 118, 118);*/
    color: white;
    line-height: 28px;
    font-weight:300;
}

.main-menu-container .time {
    margin-top: 15px;
}

.main-menu-container .login {
    margin-top: 7px;
    margin-right: 0px;
}

.main-menu-container .logout-btn .restart_gate {
    margin-top: 9px;
}

.main-menu li.disabled {
    cursor: default !important;
}

.menu-item-icon-img-wrapper {
    display: inline-block;
    overflow: hidden;
    width: 14px;
    height: 14px;
}

.menu-item-icon-img {
    max-height: 12px;
    max-width: 12px;
    margin-top: 3px;
}

/* TABS */
.close-btn {
    cursor: pointer;
}

.tab {
    min-height: 500px;
    overflow: hidden;
}

/* DEFAULT TAB */
.default-tab {
    height: 98%;
}

.filter-container {
    float: left;
    padding: 3px;
}

.acons-container {
    clear: both;
    padding: 3px;
}

.actions-container .buttons {
    float: left;

}
.buttons{
    /*margin-left: 85%;*/
    margin-left: 760px;
    margin-top: 10px;

}
.apply-btn{
    /*font-size: 5px;*/
}

.actions-container .fields-visibility-wrapper {
    float: right;
}

.table-container {
    overflow: hidden;
    /*height: 550px; !important;*/
}

.table-container .table {
    height: 100%;
}

.table-container .table-wrapper {
    height: 100%;
}

.default-tab-table {
    width: 100%;
}

.default-tab-table .default-tab-table-head, .default-tab-table .default-tab-table-body {
    width: 100%;
}

.default-tab-table .default-tab-table-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.default-tab-table .default-tab-table-head, .default-tab-table .default-tab-table-body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.default-tab-table .default-tab-table-head .default-tab-table-th {
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    position: relative;
}

.default-tab-table .default-tab-table-th, .default-tab-table .default-tab-table-td {
    float: left;
}

.default-tab-table .default-tab-table-head .default-tab-table-row {
    background: #d3dfe8;
}

.default-tab-table .default-tab-table-th {
    border-right: 1px solid #888888;
}

.default-tab-table .default-tab-table-th .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.default-tab-table .default-tab-table-row {
    border-bottom: 1px solid #444444;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}

.default-tab-table .default-tab-table-td {
    overflow: hidden;
    padding: 1px 2px;
    border-right: 1px solid #888888;
}

.default-tab-table .default-tab-table-row.selected {
    /*background: #0073ea;*/
    color: #eeeeee;
    background: red;
}

.popup-block {
    position: absolute;
    background: #eeeeee;
    color: #000000 !important;
}

.actions-container {
    float: left;
    margin: 2px 0px 0px 5px;
}

.column-select-container {
    float: right;
    margin: 2px 5px 0px 0px;
}

.exports-container {
    float: left;
    margin: 4px 0px 0px 5px;
    /*width: 30px;*/
}

.toolbar-xls-btn {
    padding: 1px !important;
}

.xls-icon {
    width: 40px;
    height: 40px;
    display: block;
    /*background: url('/images/excel-icon.png');*/
    background: url('/images/office.excel.png');
    background-size: 40px 40px;
    margin-left: -7px;
    margin-top: -7px;
}

.add-icon {
    width: 40px;
    height: 40px;
    display: block;
    /*background: url('/images/excel-icon.png');*/
    background: url('/images/add.png');
    background-size: 40px 40px;
    margin-left: -7px;
    margin-top: -9px;
}

.edit-icon {
    width: 40px;
    height: 40px;
    display: block;
    /*background: url('/images/excel-icon.png');*/
    background: url('/images/edit.png');
    background-size: 40px 40px;
    margin-left: -7px;
    margin-top: -9px;
}

.copy-icon {
    width: 40px;
    height: 40px;
    display: block;
    /*background: url('/images/excel-icon.png');*/
    background: url('/images/copy.png');
    background-size: 40px 40px;
    margin-left: -7px;
    margin-top: -9px;
}

.del-icon {
    width: 40px;
    height: 40px;
    display: block;
    /*background: url('/images/excel-icon.png');*/
    background: url('/images/delete.png');
    background-size: 40px 40px;
    margin-left: -7px;
    margin-top: -9px;
}

.dialog-content {
    position: relative;
    padding-bottom: 30px !important;
}

.dialog-content .dialog-btns-container {
    position: absolute;
    bottom: 5px;
    height: 50px;
    overflow: hidden;
    width: 95%;
}

.dialog-content .dialog-btns-container .btns {
    float: right;
}

/* FILTERS */
.filter-date-text {
    height: 25px;
    line-height: 25px;
    margin: 0px 3px;
}

/* VALUES */
/* GROUP-NUMERIC */
.group-numeric {
    position: relative;
}

.group-numeric-toggle {
    top: 0px;
    left: 0px;
    background: #888888;
    color: #000000 !important;
    position: absolute;
}

.group-numeric-list {
    list-style: none;
    padding: 3px;
    margin: 0px;
}

.group-numeric-list li {
    margin: 0px;
    padding: 2px;
}

/* ACS TAB */
.acs-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 210px;
    overflow: auto;
}

.acs-list .acs-item {
    width: 200px;
    margin: 5px 0px;
    background: #f6f6f6;
    padding: 3px;
    cursor: pointer;
}

.acs-list .acs-item.curr {
    background: #a7bfcf;
}

.acs-list .acs-icon {
    display: inline-block;
    height: 40px;
}

.acs-list .acs-item-body {
    width: 175px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    float: left;
}

.acs-list .acs-item-btns {
    float: right;
    width: 20px;
    height: 40px;
}

.acs-list .acs-item-btn {
    width: 20px;
    height: 20px;
}

.acs-list .acs-edit-btn {
    margin: 0px 0px 0px 0px;
}

.acs-list .acs-delete-btn {
    margin: 0px 0px 0px 0px;
}

.acs-object-fields-table {
    width: 100%;
}

.acs-wrapper {
    height: 100%;
}

.acs-container {
    width: 100%;
    height: 90%;
}

.acs-container > tbody {
    overflow: auto;
}

.acs-container td {
    vertical-align: top;
}

.acs-container td:nth-child(1) {
    width: 210px;
}

.acs-column-container {
    overflow: auto;
    width: 230px;
}

.acs-fields-container {
    width: 100%;
    overflow: auto;
}

.acs-fields-container .actions {
    margin: 10px 0px;
}

.acs-object-fields-table {
    border-spacing: 0px;
}

.acs-object-fields-table .table-row-drag {
    background: #777777;
}

.acs-object-fields-table .field-edit-btn, .acs-object-fields-table .field-delete-btn {
    width: 40px;
    height: 40px;
}

.acs-object-fields-table tr td, .acs-object-fields-table tr th {
    border-spacing: 0px;
    border: 1px solid #222222;
    margin: 0px;

}

.acs-object-fields-table thead tr {

}

.roles-table {
    border: 1px solid #222222;
}

.roles-table > thead th, .roles-table > tbody > tr > td {
    text-align: left;
    vertical-align: middle;
    padding: 2px;
    border-left: 1px solid #222222;
}

.access-table {
    width: 40px;
}

.access-table th, .access-table td {
    text-align: center;
    vertical-align: middle;
}

.roles-container {
    width: 100%;
    overflow: auto;
    height: 100%;
}

/* MENU_HIERARCHY */
.add-dummy-btn {
    width: 205px;
}

.apply-btn {
    background-color: #0e509e;
}
.toolbar-m-left{
    margin-left: 10px;
}


.tabs-container{
    /*height: 350px;*/
    /*width: 800px;*/
}
.fields{
    height: 90%;
    /*border: 1px solid;*/
}