/*--------------------- layout ---------------------*/

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #f1f4f9;
}

html {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    background: url('../img/left-panel.png') repeat-y; /* FUCK IT height 100% of left-panel not works */
}

.full-view {
    background: none;
}

.wrapper a {
    color: #147bd0;
}

.sides-wrapper {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.margin {
    margin-top: 20px;
}

/* ------------------------ super admin ------------------------ */

.super-admin {
    background: #3f3f44;
    padding: 5px 0;
    text-align: center;
    color: #8e8e8e;
    font-size: 12px;
}

.super-admin a {
    color: #b2b2b2;
}

/*--------------------- header ---------------------*/

.header {
    min-width: 1050px;
    height: 50px;
    padding-left: 15px;
    background: #1582dc;
}

.full-view .header {
    padding-left: 0;
}

.header ul {
    width: auto;
    margin: 0;
    padding: 10px 10px 0 0;
    font-size: 13px;
    color: #fff;
}

.header li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

.header li:last-child {
    margin-right: 0;
}

.header .icon {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: center center no-repeat #1377c9;
    border: none;
    color: #fff;
}

.header .icon-add {
    background-image: url('../img/icon-add.png');
}

.header .icon-search {
    background-image: url('../img/icon-search.png');
}

.header .icon-requests {
    width: 42px;
    background-image: url('../img/icon-requests.png');
}

.header .icon-user {
    background-image: url('../img/icon-user.png');
}

.header .icon-locale {
    background-image: url('../img/icon-locale.png');
}

.header .icon-logout {
    width: 32px;
    background-image: url('../img/icon-logout.png');
}

.header form {
    display: inline;
}

.header input[type="text"] {
    float: left;
    width: 220px;
    height: 30px;
    padding: 0 5px;
    background: #fff;
    border: none;
    color: #333;
}

.header .text {
    height: 30px;
    padding-left: 10px;
    line-height: 32px;
}

.header .locale-select {
    position: relative;
}

.header .locale-selection {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    display: none;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    background: #1063a8;
}

.header .locale-selection a {
    float: left;
    display: inline-block;
    width: 100px;
    padding: 10px 15px 0 15px;
}

.header a {
    color: #fff;
}

.header li a.icon:hover,
.header li a:hover .icon,
.header input.icon:hover {
    background-color: #147cd0;
}

.header li a:hover {
    text-decoration: underline;
}

/*--------------------- left side ---------------------*/

.left-side {
    position: relative;
    float: left;
    width: 200px;
    padding-bottom: 10px;
    background: #4f5061;
}

.header .logo-itnet,
.left-side .logo-itnet {
    display: block;
    position: relative;
    width: 200px;
    height: 50px;
    background: url('../img/logo-itnet-1.png') no-repeat center center #147bd0;
}

.header .logo-itnet {
    float: left;
    margin-right: 10px;
}

.left-side .logo-itnet::before {
    position: absolute;
    bottom: -9px;
    right: 92px;

    font-size: 0;
    line-height: 0;
    width: 0;
    border-top: 9px solid #147bd0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.left-side .logo {
    display: block;
    width: 200px;
    height: 200px;
    background: url('../img/logo-itnet-2.png') no-repeat center center #fff;
}

.left-side .navigation {
    width: 200px;
    border-bottom: 1px solid #636367;
}

.left-side .navigation ul {
    width: 200px;
    margin: 0;
    padding: 0;
}

.left-side .navigation li {
    width: 200px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #636367;
    list-style-type: none;
}

.left-side .navigation ul li:last-child {
    border: none;
}

.left-side .navigation a {
    display: block;
    width: 200px;
    padding: 12px 15px;
    color: #e2e4f6;
}

.left-side .navigation a:hover,
.left-side .navigation a:focus,
.left-side .navigation .active a {
    background: #2e2e37;
    text-decoration: none;
}

.left-side .navigation li.sub ul {
    display: none;
}

.left-side .navigation li.sub > a {
    background-image: url('../img/arrow-nav.png');
    background-repeat: no-repeat;
    background-position: 175px center;
}

.left-side .navigation li.open ul {
    display: block;
}

.left-side .navigation li.open > a {
    background-color: #2e2e37;
    border-bottom: 1px solid #4c4c56;
}

.left-side .navigation li.open > a:hover {
    background-color: #23232A;
}

.left-side .navigation li.open li {
    border-bottom: 1px solid #4c4c56;
}

.left-side .navigation li.open li:last-child {
    border: none;
}

.left-side .navigation li.open li a {
    background: #3f3f4c;
    color: #c9c9c9;
}

.left-side .navigation li.open li a:hover,
.left-side .navigation li.open li.active a {
    background: #363642;
}

.left-side .footer {
    width: 200px;
    padding: 20px 0;
    text-align: center;
    font-size: 11px;
    color: #c2c2c2;
}

/*--------------------- content ---------------------*/

.right-side {
    min-width: 1050px;
    padding-bottom: 10px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content {
    width: auto;
    margin: 10px 10px 0 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #dcdff0;
}

.full-view .content {
    margin-left: 10px;
}

.content .headline {
    margin: -20px -20px 20px -20px;
    padding: 15px 20px;
    background: #eaecf6;
    border-bottom: 1px solid #dcdff0;
    color: #505050;
}

.content .headline .pull-right {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #126AB3;
    background-color: #1582DC;
    font-size: 13px;
    padding: 0 5px 0 5px;
    border-radius: 2px;
    border: 1px solid #126AB3;
}

.content .headline p {
    margin: 0;
}

.content .button {
    display: inline-block;
    padding: 10px 13px 7px 13px;
    background: #1582dc;
    font-size: 13px;
    border: none;
    border-bottom: 3px solid #0b60cf;
    color: #fff;
}

.content .button.sm {
    padding: 7px 10px 5px 10px;
}

.content .button:hover,
.content .button:focus {
    text-decoration: none;
    background: #156cc1;
    border-bottom-color: #0b4f9f;
}

.content .button.danger {
    background: #dc1515;
    border-bottom-color: #a80a0a;
}

.content .button.danger:hover,
.content .button.danger:focus {
    background: #ba0a0a;
    border-bottom-color: #870707;
}

.content .button.neutral {
    background: #7d7d7d;
    border-bottom-color: #6a6a6a;
}

.content .button.neutral:hover,
.content .button.neutral:focus {
    background: #585858;
    border-bottom-color: #393939;
}

.content .page-actions a {
    margin-right: 5px;
}

.content .margin-top {
    margin: 20px 0 -5px 0;
}

/*--------------------- data table ---------------------*/

.data-table {
    margin-top: 20px;
}

.data-table table {
    width: 100%;
    border-top: 1px solid #dcdff0;
    border-left: 1px solid #dcdff0;
}

.data-table table thead tr th {
    background-color: #1582DC;
    text-shadow: 1px 1px 0 #126AB3;
    color: #FFFFFF;
    border-bottom: 1px solid #126AB3;
    border-right: 1px solid #3B9BEA;
    border-left: 1px solid #3B9BEA;
    border-top: 1px solid #3B9BEA;
    height: 43px;
}

.data-table table thead tr th a {
    color: #FFFFFF;
}

.data-table th,
.data-table td {
    height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #dcdff0;
    border-right: 1px solid #dcdff0;
    vertical-align: middle !important;
}

.data-table table tr:nth-of-type(2n) td {
    background: #fff;
}

.data-table table tr:hover td {
    background-color: #F4F4F4;
}

.data-table th {
    color: #080808;
}

.data-table th a {
    color: #080808;
}

.data-table th .sort {
    margin: 0 0 0 5px;
}

.data-table th .sort:not(.active) {
    display: none;
}

.data-table td {
    background: #fafafc;
}

.data-table .selection-cell,
.data-table .selection-cell input {
    cursor: pointer;
}

.data-table .show {
    display: inline-block !important;
}

.data-table .short,
.data-table .mass-action tr th:first-child,
.data-table .mass-action tr td:first-child {
    width: 50px;
    text-align: center;
}

.data-table .fa.fa-cloud {
    margin: 0 0 0 3px;
    color: #1582dc;
    font-size: 14px;
}

.data-table .footer {
    width: 100%;
    margin-top: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.data-table .footer .spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.data-table .footer .info:before {
    font-family: FontAwesome;
    content: "\f02c";
    color: #505050;
    position: relative;
    margin-right: 6px;
}

.data-table .footer .info {
    padding: 0 20px;
    color: #4f5061;
    line-height: 39px;
}

.data-table .footer .info b {
    color: #000;
    font-weight: 600;
}

.data-table .footer .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data-table .footer select {
    height: 38px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #dcdff0;
    color: #6e6e6e;
}

.data-table .footer .selected-count {
    margin: 0 0 0 10px;
}

.data-table .footer .selected-count span[data-count] {
    display: none;
}

.data-table .footer .selected-count span[data-count].active {
    display: inline;
}

.data-table .footer .items-per-page-selector {
    margin: 0 0 0 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data-table .footer .items-per-page-selector .text {
    margin: 0 0 0 5px;
}

/* ------------------------ form ------------------------ */

.main-form {
    margin-top: 20px;
}

.form-inline .buttons {
    display: inline-block;
    margin-left: 10px;
}

.form-group-left {
    width: 400px;
    float: left;
    margin-left: 40px;
}

.form-group-left:first-child {
    margin-left: 0;
}

.form-group a {
    text-align: right;
    display: inline-block;
    font-size: 13px;
}

.form-group a:hover {
    text-decoration: none;
    color: #303030;
}

.form-group .add-all:before {
    content: "\f067";
    font-family: FontAwesome;
    position: relative;
    margin-right: 4px;
    margin-left: 3px;
}

.form-group .remove-all:before {
    content: "\f068";
    font-family: FontAwesome;
    position: relative;
    margin-right: 4px;
    margin-left: 3px;
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    font-size: 13px;
}

.form-group .form-control {
    height: 28px;
    padding: 3px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
}

.form-group .help-block,
.form-group .input-description {
    margin: 5px 0 0 0;
}

.form-headline {
    width: 100%;
    margin: 10px 10px 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.main-form .form-group .checkbox {
    margin: 0;
}

.main-form .form-group .checkbox input {
    margin-top: 3px;
    vertical-align: middle;
}

.main-form .form-group .checkbox label {
    font-weight: 700;
    vertical-align: top;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    font-size: 13px;
}

.half {
    width: 190px;
    float: left;
}

.bottom {
    margin-top: 20px;
}

.m-right {
    margin-right: 20px;
}

.twitter-typeahead {
    display: block !important;
}

.tt-dropdown-menu {
    margin-top: 5px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 10px;
    line-height: 14px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.form-wrapper {
    margin-right: -10px;
}

.form-wrapper .form-group {
    width: 260px;
    float: left;
    margin: 5px 10px 10px 0;
}

.form-wrapper .form-group.full-width {
    width: 100%;
}

textarea {
    height: auto !important;
}

.big-select .ms-list {
    height: 200px;
}

.huge-select .ms-list {
    height: 400px;
}

.accreditation-detail .text {
    min-height: 20px;
}

#accreditationIdHidden {
    display: none;
}

.form-group .radio {
    margin: 0;
}

.flex-form {
    padding-top: 20px;
    margin: -10px -10px 0 -10px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-form .form-group,
.flex-form .buttons {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
}

.flex-form .form-group.group-half {
    width: 50%;
}

/* ------------------------ error panel ------------------------ */

.error-panel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #da3c40;
    color: #fff;
    z-index: 1000;

    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.error-panel-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.error-panel-wrapper .text b {
    display: inline-block;
    padding: 0 7px;
    margin: 0 3px;
    background: #fff;
    color: #2d2d2d;
}

.error-panel-wrapper .action {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    color: #2d2d2d;
}

/* ------------------------ spinner ------------------------ */

.spinner {
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    background: url('../img/spinner.gif') no-repeat;
}

/* ------------------------ design editor ------------------------ */

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tc-editor {
    min-height: 900px;
    padding: 15px 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tc-editor .tc-panel {
    width: 250px;
    height: 842px;
    margin: 0 25px 0 0;

    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tc-editor .tc-panel .tc-objects {
    margin: 0 0 20px 0;
    padding: 0;
    height: 100%;
    border: 1px solid #dcdff0;
    overflow-y: scroll;
}

.tc-editor .tc-panel .tc-objects li {
    padding: 10px;
    margin-bottom: 2px;
    background: #fff;
    border-bottom: 1px solid #dcdff0;
    list-style-type: none;
    cursor: pointer;
    z-index: 1000;
    white-space: nowrap;
}

.tc-editor .tc-panel .tc-attributes {
    visibility: hidden;
    margin: 0 0 0 25px;
}

.tc-editor .tc-panel .tc-attributes .actions {
    margin: 10px 0 0 0;
}

.tc-editor .tc-panel .tc-attributes .actions .button {
    display: inline-block;
}

.tc-editor .tc-preview {
    overflow: hidden;

    -ms-flex: 0 2 auto;
    flex: 0 2 auto;
}

.tc-editor .tc-paper-scroll {
    overflow: auto;
}

.tc-editor .tc-paper {
    overflow: hidden;
}

.tc-editor .tc-paper {
    position: relative;
    background: no-repeat top left;
    background-size: 100% auto;
    border: 1px solid #eee;
}

.tc-editor .tc-paper .tc-object {
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    white-space: nowrap;
}

.tc-editor .tc-paper .tc-object .tc-inner {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    overflow: hidden;
    z-index: 1001;
}

.tc-editor .tc-paper .tc-image .tc-inner {
    width: 78px;
    height: 100px;
    line-height: 100px;
}

.tc-object-preview {
    cursor: auto !important;
    text-align: left !important;
}

.design-editor .zoom {
    height: 32px;
}

.design-editor .zoom span {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background: #1582dc;
    text-align: center;
    color: #fff;
    cursor: pointer;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.design-editor .zoom span:hover {
    background: #156cba;
}

.design-editor .zoom div {
    float: left;
    height: 22px;
    width: 30px;
    border: 1px solid #dee1f1;
    border-right: none;
    border-left: none;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #4f5061;
}

.design-editor h2 {
    margin: 5px 0 12px 0;
    font-size: 14px;
    color: #4f5061;
}

/* ------------------------ accreditation print ------------------------ */

.accreditation-print {
    background: #fff;
    margin: 0;
    -webkit-print-color-adjust: exact;
}

.accreditation-print .design-editor {
    float: none;
}

.accreditation-print .tc-preview {
    float: none;
}

.accreditation-print .tc-editor {
    margin: 0;
    padding: 0;
}

.accreditation-print .tc-editor .tc-paper {
    position: relative;
    width: 793px;
    height: 1120px;
    border: none;
    float: none;
}

@-moz-document url-prefix() {
    .accreditation-print .tc-editor .tc-paper {
        margin-bottom: 1px;
    }
}

.accreditation-print .tc-editor .tc-paper:nth-child(2n) {
    height: 1123px;
}

.accreditation-print .tc-editor .tc-object-preview {
    position: absolute;
}

/* ------------------------ import excel ------------------------ */

.import-columns .control-label {
    float: left;
    width: 200px;
}

.import-columns .form-control {
    float: left;
    width: 200px;
}

/* ------------------------ accreditation photo ------------------------ */

.accreditation-photo .photo-preview {
    display: inline-block;
    position: relative;
    min-width: 465px;
    margin-top: 20px;
}

.accreditation-photo .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    background: url('../img/spinner.gif') no-repeat center center;
    z-index: 1;
}

.accreditation-photo .border {
    position: absolute;
    top: 0;
    left: 0;
    width: 465px;
    height: 600px;
    border: 2px solid #ff0000;
    z-index: 11;
}

.accreditation-photo video {
    position: relative;
    z-index: 10;
}

.accreditation-photo .inline {
    display: inline;
}

.accreditation-photo [data-buttons="taken"],
.accreditation-photo #photo {
    display: none;
}

/*--------------------- pagination ---------------------*/

.paginator ul {
    float: right;
}

.paginator ul {
    margin: 0;
    padding: 0;
}

.paginator li {
    float: left;
    margin-left: 5px;
    list-style-type: none;
}

.paginator span {
    display: inline-block;
    padding: 10px 7px 6px 7px;
    background: #c3c3c3;
    border-bottom: 3px solid #9c9c9c;
    color: #fff;
    cursor: pointer;
}

.paginator a {
    display: inline-block;
    padding: 10px 8px 6px 8px;
    background: #1582dc;
    border: none;
    border-bottom: 3px solid #0b60cf;
    color: #fff;
}

.paginator a:hover,
.paginator a:focus,
.paginator li.active a {
    text-decoration: none;
    background: #156cc1;
    border-bottom-color: #0b4f9f;
}

/*--------------------- error ---------------------*/

.error-body {
    background: #f1f4f9;
    border-top: 8px solid #1582dc;
}

.error-container {
    width: 400px;
    margin: 0 auto;
    padding: 100px 35px 60px 35px;
    background: #fff;
    text-align: center;
}

.error-container .code {
    position: relative;
    display: inline-block;
    padding: 12px;
    background: #1582dc;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.error-container .code::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;

    font-size: 0;
    line-height: 0;
    width: 0;
    border-top: 7px solid #1582dc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.error-container h1 {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #1582dc;
}

.error-container p {
    color: #707070;
}

.error-container p:last-of-type {
    margin-bottom: 20px;
}

.error-container a {
    display: inline-block;
    margin-right: 10px;
    padding: 11px 12px;
    background: #1582dc;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f1f4f9;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.error-container a:last-of-type {
    margin-right: 0;
}

.error-container a:hover {
    background: #156cbd;
    text-decoration: none;
}

.error-footer {
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #404040;
}

/* ------------------------ icons ------------------------ */

.icon-sign-in:before {
    content: "\f090";
}

.icon-file:before {
    content: "\f15b";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-permissions:before {
    content: "\f235";
}

.icon-duplicate:before {
    content: "\f0c5";
}

.icon-accesses:before {
    content: "\f00c";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-download:before {
    content: "\f019";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-list:before {
    content: "\f03a";
}

/* ------------------------ login ------------------------ */

.login-body {
    background: url('../img/login-bg.png') no-repeat top center #1475c5;
}

.login-body .btn-blue {
    background: #1582dc;
    color: #fff;
}

.login-body .btn-blue:hover {
    background: #158de9;
    color: #fff;
}

.login-body .btn-blue:focus {
    color: #fff;
}

.login-header {
    height: 50px;
    padding-right: 20px;
    background: #1582dc;
}

.login-header .logo {
    float: left;
    width: 200px;
    height: 50px;
    background: url('../img/logo-itnet-1.png') center center no-repeat #147bd0;
}

.login-header .locales {
    float: right;
}

.login-header .locales li {
    float: left;
    margin-top: 17px;
    padding: 0 10px;
    border-right: 1px solid #abd9ff;
    line-height: 16px;
    list-style-type: none;
}

.login-header .locales li:last-child {
    padding-right: 0;
    border: none;
}

.login-header .locales a {
    color: #abd9ff;
}

.login-header .active a {
    color: #fff;
    font-weight: 700;
}

.login-container {
    width: 320px;
    margin: 50px auto 0 auto;
    padding: 35px 35px 20px 35px;
    background: #fff;

    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.login-container .logo {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px auto;
    background: url('../img/logo-itnet-2.png') center center no-repeat;
}

.login-container h1 {
    margin: 0 0 20px 0;
    color: #131112;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.login-container .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}

.login-footer {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 2px rgb(0, 0, 0);
}

/* forms */

.button,
.icon,
.link {
    position: relative;
}

.button:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    font-size: 13px;
    top: 10px;
    padding-right: 7px;
}

.icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #303030;
    font-size: 20px;
    margin-right: 7px;
}

.link:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #c9c9c9;
    font-size: 14px;
    margin-right: 8px;
}

.icon:hover {
    text-decoration: none;
}

.icon:hover:before {
    text-decoration: none;
    color: #1582DC !important;
}

.icon-setting:before {
    content: "\f013";
}

.icon-pdf:before {
    content: "\f1c1";
}

.icon-trash:before {
    content: "\f1f8";
}

.icon-design:before {
    content: "\f044";
}

.icon-view:before {
    content: "\f00e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-not-printed:before {
    content: "\f096";
}

.icon-not-printed:hover:before,
.icon-printed:hover:before {
    color: #303030 !important;
}

.icon-printed:before {
    content: "\f046";
}

.reprint:before {
    content: "\f021";
}

.add-acc:before {
    content: "\f234";
}

.add:before {
    content: "\f067";
}

.list:before {
    content: "\f00b";
}

.city:before {
    content: "\f1ad";
}

.zone:before {
    content: "\f02c";
}

.dinning:before {
    content: "\f0f5";
}

.place:before {
    content: "\f041";
}

.link.day:before {
    content: "\f073";
}

.back:before {
    content: "\f100";
}

.print:before {
    content: "\f02f";
}

.show:before {
    content: "\f06e";
}

.backward:before {
    content: "\f04a";
}

.users:before {
    content: "\f0c0";
}

.icon-import:before {
    content: "\f093";
}

/* filter */

.filter {
    margin-top: 20px;
    background-color: #fafafc;
    border: 1px solid #dcdff0;
    padding: 10px 5px;
}

.filter .main-form {
    margin-top: -10px !important;
}

.filter .form-group {
    margin: 10px 0 0 0;
}

.filter .form-group label {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 13px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.filter .buttons .button {
    padding: 7px 11px 5px 11px;
    margin-right: 2px;
    font-size: 13px;
}

.filter .form-group .form-control {
    width: 125px;
    height: 34px;
    padding: 6px;
}

.filter .bottom {
    margin-top: 10px;
    vertical-align: top;
}

/* accreditation type color */

.color-box {
    display: inline-block;
    float: left;
    margin-top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid #303030;
    border-radius: 2px;
    margin-right: 7px;
}

.detail-top {
    margin-top: 20px;
}

/* ------------------------ accreditation form photo edit ------------------------ */

.accreditation-form-photo .photo-actions {
    display: inline-block;
    margin: -10px 0 0 7px;
    vertical-align: middle;
}

.accreditation-form-photo .photo-actions input {
    display: block;
    margin: 10px 0 0 0;
}

.photo-edit-modal .toolbar {
    margin: 0 0 15px 0;
}

.photo-edit-modal .toolbar .fas {
    margin: 0 7px 0 0;
}

.photo-edit-modal .toolbar a span[data-area],
.photo-edit-modal .toolbar a span[data-background] {
    display: none;
}

.photo-edit-modal .toolbar a[data-move="area"] span[data-area] {
    display: inline;
}

.photo-edit-modal .toolbar a[data-move="background"] span[data-background] {
    display: inline;
}

.photo-edit-modal .image img,
.photo-edit-modal .image canvas {
    display: block;
    width: 100%;
}

/* ------------------------ accreditation info ------------------------ */

.accreditation-info-trigger {
    position: relative;
    cursor: pointer;
}

.accreditation-info-trigger a {
    color: #333;
}

.accreditation-info-trigger:hover a {
    text-decoration: underline;
}

.accreditation-info {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 600px;
    padding: 30px;
    background: #fff;
    z-index: 1000;
    cursor: default;

    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);

    -ms-flex: 1 0;
    flex: 1 0;
}

.accreditation-info-trigger:hover .accreditation-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accreditation-info .image-wrapper {
    width: 156px;
    margin: 0 30px 0 0;
}

.accreditation-info .image-wrapper img {
    width: 100%;
}

.accreditation-info .content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.accreditation-info .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accreditation-info .head .left {
    min-width: 180px;
}

.accreditation-info .head .name {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.accreditation-info .head .type {
    margin: 5px 0 0 0;
    white-space: nowrap;
}

.accreditation-info .head .right {
    min-width: 200px;
    margin: 0 0 0 30px;
    text-align: right;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.accreditation-info .head .right a {
    text-decoration: none;
}

.accreditation-info .properties-wrapper {
    width: 100%;
    margin: 20px 0 0 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accreditation-info .properties-wrapper .column {
    width: 145px;
    margin: 0 15px 0 0;
}

.accreditation-info .properties-wrapper .column.double {
    width: auto;
    max-width: 305px;
}

.accreditation-info .properties-wrapper .column:last-child {
    margin-right: 0;
}

.accreditation-info .properties-wrapper .column-headline {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.accreditation-info .properties-wrapper .items {
    margin: 5px 0 0 0;
}

/* ------------------------ request.public ------------------------ */

.request-body {
    background: url('../img/login-bg.png') no-repeat top center #1475c5;
    font-size: 16px;
}

.request-container {
    width: 960px;
    margin: 0 auto;
    padding: 80px 80px 0 80px;
    background: #fff;
}

.request-body.dinning-day-stats .request-container {
    width: 100%;
    max-width: 1300px;
}

.request-header h1 {
    float: left;
    width: 650px;
    margin: 0 0 25px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1575c5;
}

.request-header .locale-select {
    display: block;
    float: right;
    position: relative;
    width: 200px;
    text-align: right;
}

.request-header .locale-select a {
    color: #404040;
}

.request-header .locale-select > a {
    background: url('../img/lang-arrows.png') no-repeat center right;
    padding-right: 17px;
}

.request-header .locale-selection {
    display: none;
    position: absolute;
    top: 30px;
    right: 7px;
    background: #e6e6e6;
    padding: 10px;
}

.request-content .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.request-content .public-request-step1-form .checkbox label {
    font-weight: 400;
}

.request-content .multiple-outer {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.request-content .form-wrapper.multiple-inner {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.request-content .form-group {
    min-height: 65px;
}

.request-content .form-group .form-control {
    height: auto;
    padding: 9px 13px;
    font-size: 13px;
    border-width: 2px;
    line-height: 1.42857143;
    color: #555;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.request-content .form-group .control-label {
    font-size: 16px;
    font-weight: 400;
}

.request-content .dynamic-attributes-wrapper {
    float: left;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.request-content h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.request-content .checkbox label,
.request-content .radio label {
    padding-left: 25px;
}

.request-content .checkbox input,
.request-content .radio input {
    margin-left: -25px;
}

.request-content .button {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    background: #1582dc;
    border: none;
    color: #fff;
    font-size: 16px;
}

.request-content .button:hover {
    background: #146ebd;
    text-decoration: none;
}

.request-content .special .button:last-child {
    background: #4f5061;
}

.request-content .special .button:last-child:hover {
    background: #343540;
}

.request-content .text {
    margin: 15px 0;
}

.request-footer {
    padding: 50px 0 25px 0;
    text-align: center;
    color: #727272;
}

/* ------------------------ public.stats ------------------------ */

.stats-graph {
    background-size: cover;
    height: 400px;
}

/* ------------------------ zone day form section ------------------------ */

.dinning-day-form-section {
    display: inline-block;
    margin: 15px 0 0 0;
    vertical-align: top;
}

.dinning-day-form-section .dinning-day-grid {
    margin-top: 15px;
}

/* ------------------------ zone day grid ------------------------ */

.dinning-day-grid {
    margin-top: 20px;
}

.dinning-day-grid table.table {
    width: auto;
}

.dinning-day-grid table.table th,
.dinning-day-grid table.table td {
    border: 1px solid #f0f0f0;
}

.dinning-day-grid table.table th:not(:first-child),
.dinning-day-grid table.table td:not(:first-child) {
    border-left: none;
}

.dinning-day-grid table.table tr:not(:last-child) th,
.dinning-day-grid table.table tr:not(:last-child) td {
    border-bottom: none;
}

.dinning-day-grid table.table th {
    background: #1582dc;
    border-color: #3b9bea;
    color: #fff;
}

.dinning-day-grid table.table th,
.dinning-day-grid table.table td {
    vertical-align: middle;
}

.dinning-day-grid table.table thead th {
    text-align: center;
}

.dinning-day-grid table.table td {
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.dinning-day-grid table.table tr:hover td,
.dinning-day-grid table.table td.hover {
    background: #f8f8f8;
}

.dinning-day-grid.view-only table.table td {
    font-size: 14px;
    cursor: auto;
}

.dinning-day-grid.view-only table.table td span {
    display: block;
}

.dinning-day-grid table.table .checkbox,
.dinning-day-grid table.table .checkbox label,
.dinning-day-grid table.table .checkbox input {
    position: static;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* ------------------------ zone day grid stats ------------------------ */

.dinning-day-stats .dinning-day-grid table.table {
    width: 100%;
    table-layout: fixed;
}

.dinning-day-stats .dinning-day-grid table.table th {
    overflow: hidden;
}
