@font-face {
    font-family: "PTSans";
    src: url("../fonts/PTS55F.ttf");

}

@font-face {
    font-family: "PTSans";
    src: url("../fonts/PTS75F.ttf");
    font-weight: bold;
}

body {
    margin: 0px;
    font-family: PTSans !important;
    font-size: 12px;
    color: #6b6767
}

#overflow {
    height: 100%;
    position: relative;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e9edf2;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #22baa0;
    border-radius: 10px;

}

.login_overflow {
    background: url("../img/background.jpg");
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

#login_overflow legend {
    font-size: 14pt;

}

#login_overflow form {
    font-size: 14pt;
    width: 200px;
    margin: 250px auto 0px auto;

}

table {
    color: #34425a;
}

a {
    text-decoration: none;
}

@media (max-width: 1350px) {
    #header {
        width: 1350px;
        height: 60px;
        max-height: 60px;
        line-height: 60px;

    }
}

@media (min-width: 1350px) {
    #header {
        width: 100%;
        height: 60px;
        max-height: 60px;
        line-height: 60px;

    }
}

#logo {
    max-height: 60px;
    width: 158px;
    background-color: #22baa0;
    font-size: 30px;
    text-align: center;

    float: left;

}

#header_menu {
    float: left;
    font-size: 13px;
}

#header_menu a {
    color: #6b6767 !important;
}

#header_menu li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 15px;
    float: left;

}

#header_menu li:hover {

    color: #f15656;
    font-weight: bold;

}

.pay_add {
    background-color: #f1f4f9;
}

#header_menu li.selected {
    background-image: url("../img/menu_arr.png");
    background-repeat: no-repeat;
    background-position: 67% 45px;
    font-weight: bold;
    color: #040404;

}

#header_tourist_info {
    max-width: 140px;
    height: 100%;

    float: left;
    margin-left: 10px;
    padding: 7px 0px 0px 10px;
    line-height: initial;
    border-left: #e9edf2 1px solid;
    border-right: #e9edf2 1px solid;
    /* box-sizing: border-box; */

}

#header_tourist_info .ti_line {
}

.notice_color {
    color: #20b4ce;

}

#notice {
    float: left;
    height: 100%;
    width: 70px;
    max-height: 60px;
    line-height: 60px;
    border-right: #e9edf2 1px solid;

}

.icon {
    vertical-align: middle;
    /* padding-right: 15px;*/

}

#user {
    float: left;
    height: 100%;
    max-height: 60px;
    padding-left: 10px;

}

#user_foto {

    /*padding: 9px 0px 0px 15px;*/
}

.avatar {
    max-width: 50px;
    max-height: 50px;

    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    float: left;
    margin-top: 5px;
    text-align: center;
    border: solid 1px #22baa0;
    vertical-align: middle;

}

#user_name {
    height: 100%;
    max-height: 60px;
    width: 130px;
    float: left;
    line-height: initial;
    padding: 7px 0px 0px 15px;

}

.user_fio {
    color: #22baa0;
}

.user_fio a {
    color: #22baa0;
    text-decoration: none;
}

.user_fio a:visited {
    color: #22baa0;
    text-decoration: none;

}

#header_buttons {
    height: 100%;
    max-height: 60px;

}

#header_buttons img {
    vertical-align: middle;
}

#avatar {
    width: 250px;
    overflow: hidden;
    height: 250px;
}

.button {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    padding: 5px 5px 5px 25px;
    height: 28px;
    max-height: 28px;
    width: 70px;
    border: solid 1px #e9edf2;
    background: linear-gradient(#f1f4f8, #ffffff);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.deal_error {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    background-color: #f56868;
    font-size: 15px;
    font-weight: bold;
}

#left {
    width: 158px;
    height: 1000px;
    background-color: #34425a;
    list-style: none;
    float: left;
}

#left a {
    text-decoration: none;
}

#left li {
    width: 158px;
    /*height: 69px;
    max-height: 75px;*/
    max-width: 158px;
    background-color: #2b384e;
    margin-top: 2px;
    text-decoration: none;
    color: #6e84a1;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;

}

#left li.selected, #left li:hover {
    color: #ffffff;
    background-color: #34425a;

}

#center {
    background-color: #f1f4f9;
    /* width: 87%; */
    /* left: 159px; */
    /* top: 60px; */
    margin-left: 158px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: -webkit-paged-x;
}

#center_header {
    width: 100%;
    background-color: #e9edf2;
    height: 80px;
    border-bottom: solid 1px #d4d8dd;
    text-align: left;
    line-height: 80px;
}

.main_foot {

    width: 100%;
    background-color: #f1f4f9;
    color: #7f8287;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

#main_bottom {
    clear: both;
    text-align: center;
    padding: 25px;
    border-top: solid 1px #22BAA0;
    background-color: #e9edf2;
    color: #7f8287;
    font-size: 12px;

}

.directory tr td, .directory tr th {
    text-align: left !important;
}

.directory tr td:last-child {
    text-align: right !important;
}

.directory tr.danger{
    background-color: #848484;
    color: #060606;
    font-weight: bold;
}

#deals_header .line {
    height: 55px;

}

#deals_header .line + .line {
    height: auto;

}

#deals_header input[type=checkbox] {
    display: none;

}

#deals_header input[type=text], #deals_header select, #deals_header input[type=date] {
    width: 220px;

}

#filters_form {

}

.confirmed {
    color: #20b4ce;

}

.nonconfirmed {
    color: #f15656;

}

#dialog-confirm p {
    background-color: #ffffff;
    padding: 10px 10px 10px 40px;
    font-size: 18px;
}



.cancel {
    text-align: left;
    padding-top: 10px;
    padding-right: 80px;
    cursor: pointer;

}

.accept {
    text-align: right;
    cursor: pointer;
}

.row_count {
    font-size: 18px;
}

.tabs {
    width: 100%;
    float: left;
}

.tabs input {
    display: none;
}

/* ����� ������� (�����) */
.tabs label, #deals_header label {
    width: 200px;
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 0px 15px;

    text-align: center;
    height: 46px;
    color: #20b4ce;
    background: #f1f4f9;
    border-radius: 50px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);

    line-height: 46px;
}

.tabs label {
    margin-top: 15px;
    float: left;
}

#deals_header label img {
    height: 20px;
    vertical-align: sub;
}

.tabs label:hover, #deals_header label:hover {
    color: #888;
    cursor: pointer;
}

/* ����� ��� �������� ������� */
.tabs input:checked + label, #deals_header input:checked + label {
    color: #22baa0;
    background: #fff;
}

input[type=text], input[type=date], input[type=email], input[type=number],input[type=datetime-local], select {
    border: 0px;
    padding: 8px 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    line-height: normal;

}

select {
    font-size: 12px;
    font-family: PTSans;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    line-height: normal;

    /*background-image: url('/img/select_arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;*/

}

input[type=file] {
    padding: 0px 0px;
}

.client_select {
    background-color: #e9edf2;
}

#client_form {
    font-size: 14px;
}

#client_form td {
    padding: 10px 0px 0px 10px;
}

#client_form input[type=text], #client_form input[type=date], #client_form input[type=email], #client_form input[type=number] {
    width: 100%;
}

.client_header {
    color: #004466;
}

.filters {
    height: 150px;

    width: 100%;

}

.filters img {
    float: left;
    padding: 30px 10px 0px 10px;
}

.filters img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.filter_element {
    float: left;
    padding: 15px 10px 0px 10px;
    line-height: initial;
}

.main_form {
    margin: 5px 0px 0px 10px;
    -webkit-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.15);
    /* width: 98%; */
    /* height: 550px; */
    /* clear: both; */

}

.find {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    padding: 5px 5px 5px 25px;
    margin-top: 20px;
    height: 35px;
    max-height: 28px;
    width: 70px;
    border: solid 1px #e9edf2;
    background: linear-gradient(#22baa0, #29d8ba);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    line-height: 35px;
    color: white;
    font-size: 18.76px;

}

.find img {
    float: left;
}

.right {
    float: right;
    margin-top: -25px;
}

.row_count {
    height: 55px;
    text-align: right;
    line-height: 55px;
    padding-right: 20px;

}

.row_count select {
    margin-left: 10px;
    margin-right: 10px;
}

.row_count span, .row_count img {
    padding-right: 10px;
    vertical-align: middle;

}

.row_count input {
    display: none;
}

.row_count_word {
    font-weight: bold;
    color: #2b384e;
    font-size: 14px;
}

.main_table {
    background-color: white;
    text-align: left !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    padding-left: 15px;
    /* clear: both; */

}

.main_table table {
    border-collapse: collapse;
    width: 97%;
    margin: 0px auto 0px auto;

}

.main_table table th:first-child {
    text-align: center;

}

.main_table table th {
    border-bottom: solid 3px #b1caea;
    padding: 20px 20px 20px 0px;
    text-align: left;
}

.main_table table tr {
    border-bottom: solid 1px #b1caea;
}

.main_table table tbody tr:hover {
    cursor: pointer;
    background-color: #f1f4f9;
}

.main_table table tr:last-child {
    border-bottom: solid 0px #b1caea;
}

.main_table table tr td:first-child {
    text-align: center;
}

.main_table table td {
    padding: 10px 10px 10px 10px;
}

#user_settings {
    float: left;

}

#deals_table, #certificate_table {
    font-size: 14px;
    text-align: left;
}

#deals_table tbody a {
    text-decoration: none;
    color: #20b4ce;

}

#deals_table td {
    text-align: left;
}

#deals_table tr td:first-child {
    width: 110px;
}

.table_summary {
    text-align: right !important;
    color: #2b384e;
    font-weight: bold;
    font-size: 14px;
}

.summary_val {
    color: #f15656;
    font-weight: bold;
    font-size: 14px;
}

.form_footer {
    height: 80px;
    line-height: 80px;
    font-size: 14px;

}

.form_footer img {
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}

.form_footer select {
    width: 200px;
    padding-right: 5px;
}

.form_footer .excel {
    text-align: right;
}

.pages_block {
    text-align: left;
    float: left;
}

#legal_frm table, #client_frm table {
    width: 100%;
}

#legal_frm table td {
    width: 50%;
}

.table_buttons {
    text-align: center !important;
    padding: 0px 15px 0px 0px !important;
}

a.pages:link, a.pages:hover, a.pages:visited {
    color: #20b4ce;
    font-size: 12px;
}

a.pages.num {
    color: #2b384e;
    font-size: 14px;
    font-weight: bold;
}

.cur_num {
    color: #22baa0;
    font-size: 14px;
    font-weight: bold;
}

.cur_page {
    font-weight: bold;
    color: #f15656;
}

#sp {
    height: 40px;
    width: 100%;

}

#sp a:link, #sp a:visited {
    text-decoration: none;
    color: #34425a;

}

#sp ul {
    margin: 0px 0px 0px 0px;
}

#sp ul li {
    float: left;
    display: inline-block;
    list-style: none;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 20px 0px 5px;

}

#sp ul li.current {
    background: linear-gradient(#20b4ce, #26c9e6);

}

#sp ul li.current a {
    color: #ffffff;
}

#sp img {
    vertical-align: middle;

    padding-right: 5px;
    margin-top: -3px;
}

.unread {
    font-weight: bold;
}

.short_text {
    color: #94969A;
    font-weight: normal !important;
}

.notice {
    position: relative;
    display: inline-block;
    padding: 25px 0px 0px 0px;
    float: left;
    /* float: left; */
    height: 100%;
}

.notice_news {

    background-color: red;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size: 8px;
    position: relative;
    top: -6px;
    left: 20px;
    float: left;
    /*background-color: red;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size: 8px;
    position: relative;
    top: 17px;
    left: 20px;

    float: left;*/
}

.notice_news + .notice_news {

}

.center {
    margin: 0 auto 0 auto;

}

#main_top {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, rArial, sans-serif;
    font-size: 14px;
    height: 100px;

    display: block;

}

#first_top {
    background-color: #000000;
    width: 100%;
    height: 50px;

}

#tourist_count {
    vertical-align: middle;
    padding: 15px 15px;
    font-weight: bold;
}

#main_top li {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    float: left;

    vertical-align: middle;

}

#main_top li:hover {
    font-weight: bold;
    border-bottom: 2px solid #aaccf6;

}

#main_top li.selected {
    font-weight: bold;
    border-bottom: 2px solid #00CC00;

}

.mails {
    padding-left: 50px;
}

.mails h1 {
    font-size: 18pt;
    padding-left: 20px;
}

.mails h2 {
    font-size: 12pt;
    text-align: left;
    padding-left: 20px;
    color: #34425a;
}

.mails h3 {
    color: grey;
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
}

.mail_text {
    border-top: solid 1px black;
    padding-top: 25px;
}

#top_info {

    float: right;
    height: 50px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 10px 10px 0px 0px;
}

#docs {
    width: 100%;
}

.comis {
    font-style: italic;
    font-size: 12px;
    color: #f15656;

}

.page_name {
    float: left;
    color: #22baa0;
    padding: 0px 15px 0px 15px;
    height: 55px;
    line-height: 55px;

    font-size: 18px;
    font-weight: bold;
}

#header_menu ul {
    position: absolute;
    color: black;
    top: 40px;
    width: 180px;
    background: #fff;
    z-index: 1500;
    display: none;
    margin: 0;
    padding: 7px 0;
    list-style: none;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);

}

table.deal_list {
    width: 100%;
    font-size: 14px;
    text-align: left;
    border-spacing: 0px;
}

table.deal_list td {
    padding: 0px 20px 0px 5px;
    background-color: white;

}

/*
#header_menu ul:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 8px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent;
}

#header_menu ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 4px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}*/

#header_menu li:hover ul {
    display: block;

}

#header_menu ul li {
    display: block;
    width: 100%;
    font-size: 0.9em;
    text-shadow: 1px 1px 0 #fff;
    color: black;
    line-height: 20px;
}

#header_menu ul li a:hover {
    background: #e9edf3;
}

#top {
    height: 50px;
    width: 100%;

}

#top td.top {
    font-size: 7pt;
    letter-spacing: 1px;
    color: white;
}

/*#top td.top_center{min-width:500px;color:#2a3474;font-size:7pt;letter-spacing:1px;padding-bottom:5px;}*/
#top div.top_center {
    background-color: #157fcc;
    font-size: 7pt;
    letter-spacing: 1px;
    color: white;
}

#menu {
    width: 150px;
    padding: 2px 2px 2px 2px;

}

}

#right {
    display: none;
}

#foot {
    background-color: rgb(171, 178, 184);
    width: 100%;
    margin-top: 20px;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 7pt;
    letter-spacing: 1px;
    color: #FFF;
    clear: both;

}

#main_block {
    width: 1050px;
    text-align: center;
}

#error {
    text-align: center;
    font-size: 12pt;
    border-bottom-style: solid;
    border-bottom-width: 2px; /* ������� ����� ����� */
    border-bottom-color: #3892d3;
    padding: 5px;
    display: none;
}

#deal_bottom {
    width: 97%;
    padding: 5 5 5 5;

}

#request_bottom {
    clear: both;
    width: 97%;
    padding: 5 5 5 5;

}

#buttons {
    text-align: left;
    padding-left: 10px;

}

#buttons img {
    vertical-align: middle;

}

#deals_main {
    text-align: center;
    width: 97%;

}

#filters {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    display: none;
}

#filters_table td {
    padding: 5 5 5 5;
    margin: auto auto auto auto;

}

table.sp tr > td {

}

/*
input.money {
    width: 100px;
}*/
/*
input[type=number] {
    width: 50px;
}
*/
.pays {
    width: 100%;

}

.sp {
    float: left;

    width: 100%;

}

div.clientsForm {
    width: 80%;
    margin: 0 auto;

}

#cert_clients {
    font-size: 18px;

}

.price-fall {
    background-color: red;
}

.price-rise {
    background-color: green;
}

.vasia-pupkin {
    background-color: red;
}

.deal_element {
    padding: 9px 9px 9px 9px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    text-align: left;
    margin: 5px 10px 5px 10px;
}

#requestBody {
    width: 1200px;
    margin: 0px auto 0px auto;

}

.request_element {
    float: left;
    padding: 9px 9px 9px 9px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    text-align: left;
    margin: 5px 10px 5px 10px;
    height: 675px;
    width: 550px;
    max-width: 600px;
}

.services_header {
    background-color: #157fcc;
    border-top-left-radius: 10px;
    width: 97%;
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, helvetica, verdana, sans-serif;
    line-height: 15px;
    height: 36px;
    padding: 9px 9px 10px 9px;

}

.services_body {
    width: 97%;
    text-align: center;
    padding: 6px 0 6px 8px;
    display: inline-table;

}

.services_body + .services_body {
    text-align: left;

}

.services_item {
    display: table-column;
    float: left;
    padding: 9px 9px 10px 9px;

}

.request {
    margin: 10px;
    width: 100%;

}

.request td {
    width: 50%;
}

.request input {
    width: 140px !important;
}

#deals_notice {
    position: fixed;
    top: 250px;
    z-index: 1;
    background: white;
    border: solid 1px;
    right: -10px;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;

}

#deals_notice.full {
    position: fixed;
    top: 250px;
    z-index: 100;
    background: white;
    border: solid 1px;
    right: -10px;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
    width: 250px;
}

#deals_notice.small {
    width: 10px;
    padding-right: 15px;

}

#notice_head {
    display: none;
    word-wrap: break-word;
}

div.menulist {
    margin-left: 5px;
    margin-top: 5px;

}

span.menuclass {
    margin-left: 5;

}

table.main {
    width: 95%;
    margin: 0 auto;

}

table.fio {
    width: 95%;
    height: 50px;
}

tr.items {
    height: 50px
}

td.top {
}

td.items {
    height: 50px
}

td.topmenu {
}

td.news {
    width: 30%;
}

td.text {
    width: 70%;
    height: 100%;
}

td.copyright {
}

td.bottommenu {
}

td.fio {
    width: 10%;
}

td.contact {
    width: 155px;
}

#foo {
    display: none;
    /* оформляем как надо */
}

#foo.active {
    display: inline-block; /* или какой надо */
}

textarea {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=date] {
    padding: 6px 8px;

}

.tur_table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;

    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 0 auto;
    border: #ccc 1px solid;
    border-collapse: separate;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.tur_table th {
    font-weight: bold;
    padding: 11px 5px 11px 5px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.tur_table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tur_table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;

}

.tur_table tr {
    text-align: center;
    padding-left: 20px;
    cursor: pointer;
}

.tur_table tr td {
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.tur_table tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.tur_table tr:last-child td {
    border-bottom: 0;
}

.tur_table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tur_table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tur_table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.tur_table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.tur_table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.tur_table a:active,
.tur_table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

table.tur_table thead th.both {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

th.ASC {
    background-image: url("../img/sort_asc.png");
    background-repeat: no-repeat;
    background-position: right center;

}

th.DESC {
    background-image: url("../img/sort_desc.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.box-modal {
    position: relative;
    width: 1000px;

    background: #ffffff;
    color: #3c3c3c;

    clear: both;

}

.box-header {

    background-color: #22baa0;
    color: #FFFFFF;
    height: 37px;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
    line-height: 37px;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 18px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    color: #FFFFFF;
    cursor: pointer;
}

.box-modal_close:hover {
    color: #666;
}

.box-search {
    color: #f15656;
}

.box-content input[type=text] {
    display: inline-block;

}

.box-content img {
    vertical-align: middle;
}

.box-footer {
    text-align: right;
    padding-top: 20px;
}

#main_windgets {
    width: 1150px;
    margin: 20 auto 20 auto;
    text-align: center;
    display: block;

}

.widget-header {
    height: 145px;
}

.main_widget {
    display: block;
    min-height: 300px;

    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 250px;
    float: left;
    padding: 10px;
    margin-left: 10;

}

.info {
    text-align: left;
}

#something {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 1130px;
    margin: 20 auto auto auto;
    min-height: 200px;
    display: block;
    clear: both;
}

.operators td {
    width: 300px;

}

.operators td + td {
    width: 800px;

}

.operators input {
    width: 100%;

}

.stat_param {
    margin: 0 auto 0 auto;
}

.stat_param input[type=date] {
    width: 47%;
}

.stat_param input[type=text] {
    width: 100%;
}

.stat_param select {
    width: 100%;
}

.stat_param td + td {
    width: 350px;

}

.stat_table {
    margin: 0 auto;

}

table.hist {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 10px;
    background: white;

    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table.hist th {
    font-weight: normal;
    color: #039;
    border-bottom: 2px solid #6678b1;
    padding: 10px 8px;
}

table.hist td {
    color: #669;
    padding: 9px 8px;
    transition: .3s linear;
}

table.hist tr:hover td {
    color: #6699ff;
}

#client_info {
    font-size: 12px;

}

code {
    font-size: 10pt;
    font-family: courier new;
    letter-spacing: 2px
}

label {
    cursor: pointer;
}

h1 {
    font-size: 12pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 {
    font-size: 11pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: #aa0000;
}

h3 {
    font-size: 10pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: #2a3474;
}

h4 {
    font-size: 9pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #2a3474;
}

hr {
    width: 99%;
    color: #99bbe8;
    background-color: #99bbe8;
    border: 0px none;
    height: 1px;
    clear: both;
}

legend {
    font-size: 12pt;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #2a3474;
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*#top{background:url(/img/top_back.gif) repeat-x;height:96px;position:relative;}*/

#resize {
    width: 230px;
}

#resize div.data {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#client-info {
    text-decoration: none;
}

.selectbox {
    behavior: expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}

.sz0 {
    font-size: 7pt;
    letter-spacing: 1px
}

.sz00 {
    font-size: 7pt;
    letter-spacing: 1px;
    color: #777;
}

.sz1 {
    font-size: 8pt;
}

.sz2 {
    font-size: 9pt;
}

.sz3 {
    font-size: 10pt;
}

.sz4 {
    font-weight: 900;
    font-size: 12pt;
}

.sz5 {
    font-size: 14pt;
}

.menu_line {
    font-size: 8pt;
}

.menu_line a {
    font-size: 8pt;
    color: #777;
    text-decoration: none
}

br.page {
    page-break-after: always;
}

.service_hidden {
    font-family: Verdana;
    cursor: pointer;
    color: silver;
    font-weight: bold;
    white-space: nowrap;
    font-size: 7pt;
}

.service_show {
    font-family: Verdana;
    cursor: pointer;
    color: #15428b;
    font-weight: bold;
    white-space: nowrap;
    font-size: 7pt;
}

.pad td {
    padding-right: 3px;
    padding-left: 3px
}

.null {
    font-size: 8pt;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

a.menu_forms, a.menu_forms:visited {
    font-size: 10pt;
    color: #505050;
    text-decoration: none;
}

a.menu_forms:hover {
    font-size: 10pt;
    color: red;
    text-decoration: underline;
}

td.menu_forms_left {
    width: 17px;
    height: 36px;
    background: url(/img/but_ca_left.jpg) 0px 0px no-repeat;
}

td.menu_forms {
    height: 36px;
    background: url(/img/but_ca.jpg) 0px 0px repeat-x;
}

td.menu_forms_right {
    width: 45px;
    height: 36px;
    background: url(/img/but_ca_right.jpg) 0px 0px no-repeat;
}

.list_title_main {
    height: 21px;
    padding: 4px 5px 3px 5px;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    background: url(/img/list_main_header.gif) 0px 0px repeat-x;
    white-space: nowrap;
}

.list_title td {
    height: 20px;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #8db2e3;
    color: #333;
    font-size: 8pt;
    font-weight: bold;
    background-color: #EBEBEB;
    background-image: url(/img/list_header.gif);
}

.list_group td {
    height: 20px;
    padding: 5px;
    border-bottom: 1px solid #8db2e3;
    color: #333;
    font-size: 8pt;
    font-style: italic;
    background-color: #d4e2f4;
}

.list {
    border: 1px solid #8db2e3;
    background-color: #f9f9f9;
    border-collapse: collapse;
}

.list table td {
    border-bottom: 0px;
}

.list td {
    border-bottom: 1px solid #8db2e3;
    padding: 5px;
}

.list a {
    font-size: 8pt;
    text-decoration: none;
}

.list a:hover {
    color: #0000ff;
    text-decoration: underline
}

a.list:hover {
    background-color: red;
}

.list_light {
    background-color: #fff;
    padding: 5px;
    border-top: 1px dotted #c3c3c3;
    border-left: 1px dotted #c3c3c3;
}

.tab1 {
    border: 1px solid #000000;
}

.tab1 td {
    border: 1px solid #000000;
}

.tab2 th {
    border: 1px solid #000000;
    background-color: #ffffff;
    text-align: left;
}

.tab2 td {
    border: 1px solid #000000;
    background-color: #ffffff;
    text-align: left;
}

.blue {
    color: #0000ff;
}

.green {
    color: #00CC00;
}

.violet {
    color: #ff00ff;
}

.yellow {
    color: #ffff00;
}

.list_light_title td {
    background-color: #d4e2f4;
    height: 20px;
    padding: 7px 5px 7px 5px;
    color: #333;
    font-size: 8pt;
    font-weight: bold;
}

.list_light td {
    border-bottom: 1px dotted #c3c3c3;
    border-right: 1px dotted #c3c3c3;
    padding: 5px;
}

.list_light a {
    font-size: 8pt;
    color: black;
    text-decoration: none;
}

.list_light a:hover {
    color: #0000ff;
    text-decoration: underline
}

.bonus {
    float: left;
    margin: 5px;

}

.list_simple {
}

.list_simple td {
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px;
}

.list_simple_head {
    background: #f9f9f9 url(/img/extjs/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
    cursor: pointer;
    padding: 1px 0 0 0;
}

.list_simple_head td {
    border-bottom: 0;
    height: 25px;
    font-weight: 700;
    color: #777;
}

.list_simple_title {
    background: transparent url(/img/extjs/default/panel/white-top-bottom.gif) repeat-x 0 -1px;
    padding: 1px 0 0 0;
    font-weight: bold;
    color: #15428b;
}

ol.def, ul.def {
    margin: 3px;
    padding: 3px;
}

ol.def li, ul.def li {
    margin: 3px;
    padding: 3px;
}

table.def td {
    padding: 3px;
}

table.pad1 td {
    padding: 1px;
}

table.pad2 td {
    padding: 2px;
}

table.pad3 td {
    padding: 3px;
}

table.pad4 td {
    padding: 4px;
}

table.pad5 td {
    padding: 5px;
}

.clear td {
    padding: 0px;
}

.sp_atributs {
    z-index: 1000;
    position: absolute;
    background-color: white;
    border: 1px solid red;
    padding: 3px;
}

ul.category_list {
    text-align: left;
    padding-left: 2px;
    list-style-image: url(/img/extjs/c-sep-l.gif);
}

ul.category_list li {
    margin-left: 15px;
    padding-bottom: 5px;
}

ul.category_list a, ul.category_list a:visited {
    color: #0464BB;
    font-size: 12pt;
}

ul.category_list a:hover {
    color: red;
    font-size: 12pt;
}

ul.forms li {
    text-align: left;
    padding: 5px 5px 5px 30px;
    color: #15428b;
    font-size: 10pt;
    background: url('/img/extjs/default/tree/folder.gif') no-repeat 5px 4px;
}

ul.forms li:hover {
    background: #D2DFF2 url('/img/extjs/default/tree/folder-open.gif') no-repeat 5px 4px;
}

ul.forms a {
    color: #15428b;
    text-decoration: none;
}

.list_form {
    background-color: #ffffff;
    padding: 5px;
}

.list_form td {
    padding: 3px;
    border: 1px solid #99bbe8;
    border-top: 0;
}

.list_form_title td {
    background-color: #d4e2f4;
    color: #333;
    font-size: 8pt;
    font-size: 10pt;
    border: 1px solid #99bbe8;
    text-align: justify;
}

a.present_name {
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.present_name:hover {
    color: blue;
}

a.present_name:visited {
    color: black;
}

.alert_hint {
    font-size: 12pt;
    text-align: justify;
    font-family: Times New Roman;
}

div.side-box {
    background: transparent url(/img/extjs/side-box.png) no-repeat;
    padding-top: 9px;
    width: 200px;
    margin-bottom: 20px;
}

div.side-box-inner {
    background: transparent url(/img/extjs/side-box.png) no-repeat 0 bottom;
    padding: 0 5px 5px;
    font-size: 12px;
}
/*
div.side-box a:link, a:visited, a:active {
    color: #0464BB;
    text-decoration: none;
}*/

ul.features, .side-box ul {
    margin-left: 15px;
    list-style-image: url(/img/extjs/c-sep-l.gif);
}

ul.features li, .side-box ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.side-box a, .side-box a:visited, .side-box a:active, .side-box a:hover {
    font-size: 10pt;
    color: #0464BB;
    margin-bottom: 5px;
}

.present_quest {
    border: 1px dotted #8db2e3;
    font-size: 12pt;
    text-align: center;
    padding: 10px;
}

.present_quest table {
    font-size: 12pt;
}

.present_answer {
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: absolute;
    width: 200px;
}

.present_answer ul {
    width: 188px;
    list-style: none;
    background-color: #fff;
}

.present_answer li {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5px;
}

.present_answer a, .present_answer a:link, .present_answer a:visited {
    text-decoration: none;
    color: black;
}

.present_answer a:hover {
    text-decoration: none;
    border-bottom: 1px dashed black;
}

.present_answer .xstc, .present_answer .xsbc {
    height: 6px;
    float: left;
}

.present_answer .xstl, .present_answer .xstr, .present_answer .xsbl, .present_answer .xsbr {
    width: 6px;
    height: 6px;
    float: left;
}

.present_answer .xsc {
    width: 100%;
    height: 100%;
}

.present_answer .xsml, .present_answer .xsmr {
    width: 6px;
    float: left;
    height: 100%;
}

.present_answer .xsmc {
    float: left;
    height: 100%;
    background: transparent url(/img/extjs/default/shadow-c.png);
}

.present_answer .xst, .present_answer .xsb {
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
    height: 6px;
    overflow: hidden;
    width: 100%;
}

.present_answer .xsml {
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
    background: transparent url(/img/extjs/default/shadow-lr.png) repeat-y 0 0;
}

.present_answer .xsmr {
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
    background: transparent url(/img/extjs/default/shadow-lr.png) repeat-y -6px 0;
}

.present_answer .xstl {
    background: transparent url(/img/extjs/default/shadow.png) no-repeat 0 0;
}

.present_answer .xstc {
    width: 188px;
    background: transparent url(/img/extjs/default/shadow.png) repeat-x 0 -30px;
}

.present_answer .xstr {
    background: transparent url(/img/extjs/default/shadow.png) repeat-x 0 -18px;
}

.present_answer .xsbl {
    background: transparent url(/img/extjs/default/shadow.png) no-repeat 0 -12px;
}

.present_answer .xsbc {
    width: 188px;
    background: transparent url(/img/extjs/default/shadow.png) repeat-x 0 -36px;
}

.present_answer .xsbr {
    background: transparent url(/img/extjs/default/shadow.png) repeat-x 0 -6px;
}

.present_param {
    font-size: 10pt;
    font-weight: bold;
}

.present_value {
    font-size: 10pt;
}

.present_value p {
    padding-bottom: 5px;
}

div.hotels {
    background-color: #157fcc
}

.widget input {
    border: 1px solid #d0d0d0;
    padding: 1px 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.notify {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    width: 400px;
    z-index: 50;
    background-color: white;
    clear: both;
    position: absolute;
    display: none;
    left: 0px;
    cursor: move;
}

.hide_notify {
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
    border-bottom: 1px;
    background-color: #e9edf3;
}

#agency_settings input {
    width: 500px;

}

#agency_settings select {
    width: 500px;

}

#agency_settings textarea {
    width: 500px;

}

.tip {
    font-size: 10;
    color: rgb(173, 151, 151);
}

.rectangle {
    width: 15px;
    height: 7px;
    float: left;

}

.offices thead th {
    width: 150px;
    word-wrap: break-word;
}

.offices td + td {
    text-align: center;
}

.services_table {
    border-collapse: collapse;
}

.service_row td {
    border-bottom: black 1px solid;
    padding-right: 15px;
}

.grey-line {
    border-bottom: 1px solid #c5c6c8;
    margin-top: 15px;
    margin-bottom: 15px;
}

.subject {
    background-color: #9da4ab;
    position: relative;
    padding-left: 25px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16;

}

.subject span {
    display: block;
    color: #fff;
    padding: 3px 10px;
}

.tourists {
    padding-left: 120px;
    position: relative;
}

th.service-icon {
    width: 35px;
    padding: 0;
    border: none
}

th.service-label {
    width: 85px;
    padding: 0;
    border: none
}

.object_row {
    width: 100%;
    min-height: 100px;
}

.service_name {
    float: left;
    margin-top: 25px;
    padding-left: 15px;
    width: 120px;


}

.service_name img {
    padding-right: 5px;
    vertical-align: middle;

}

.service_table {
    display: none;
    border-collapse: collapse;
    width: 85%;
}

.service_table thead tr {
    background-color: #f1f4f9;
    text-align: left;
}

.service_table tr {
    background-color: white;
}

.service_table td, th {
    padding-right: 25px;
}

.service_table th:first-child {
    width: 400px;
}

.title {
    font-size: x-large;
    padding: 10px;
}

#bonus_frm input {
    width: auto !important;
}

.referal_hide {
    display: none;
}

.hideicon .hide:before {
    content: "-"
}

.referal_show {
    display: block;
}

.hideicon .show:before {
    content: "+"
}

.addDayType {
    cursor: pointer;


}

.workday {
    background: #2fe419;
!important;

}

.holiday {
    background: #e41919;
!important;
}

.illday {
    background: #f5d539;
!important;
}

.vacation {
    background: #80a0d6;
!important;
}

.object_data_row {
    padding-bottom: 10px;
}

.loading_div {
    position: relative;
    top: 100px;
    left: 100px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #00000094 url(airports.png) no-repeat 50% 50%;
    animation: rota 3s infinite alternate;
}

@keyframes rota {
    25% {
        transform: rotate(270deg);
    }
    50% {
        transform: rotate(90deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.stat {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

.stat th, .stat_fc {
    background: #AFCDE7;
    color: white;
    padding: 10px 20px;
}

.stat th, .stat td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

.stat td {
    background: #D8E6F3;
}

.stat th:first-child {
    text-align: left;
}


@import url('https://fonts.googleapis.com/css?family=Numans');


.login_card {
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 20px;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.login_card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    background-color: #2b384e;
    color: white;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    background-color: #2b384e;
    color: white;
    width: 100px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.pull-right {
    float: right;
    padding-right: 15px;
}
/*
a.btn {
    color: #22baa0;
    background: #fff;
    width: 200px;
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 0px 15px;
    text-align: center;
    height: 46px;

    border-radius: 50px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
    float: left;
    line-height: 34px;
}
*/
.request_list {
    display: none;
}

.title submit {
    margin-top: -6px;
    float: right;
}

.login-card-footer {
    color: #fa9494;
    font-size: 24px;
}

.small {
    color: grey;
    font-weight: 100;
    font-size: 12px;
}

.pt-1 {
    padding-top: 10px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.pays_list {
    width: 100%;
    font-size: 14px;
    text-align: left;
    border-spacing: 0px;
}


.pays_list th {
    background-color: #9da4ab;
    color: #fff;
    border-bottom: 3px solid #B9B29F;
    padding: 10px;
    text-align: left;
}

.pays_list td {
    padding: 10px;
}

.pays_list tr:nth-child(odd) {
    background: white;
}

.pays_list tr:nth-child(even) {
    background: #E8E6D1;
}

.pay_reject g path {

    fill: #5d78ff !important;
}

.pointer {
    cursor: pointer;
}

.documents_list {
    font-size: 18px;
}

.btn2:hover {
    color: #212529;
    text-decoration: none;
}

.btn2:focus, .btn2.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.btn2.disabled, .btn2:disabled {
    opacity: 0.65;
}

a.btn2.disabled,
fieldset:disabled a.btn2 {
    pointer-events: none;
}

.btn2-primary {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn2-primary:hover {
    color: #fff;
    background-color: #384ad7;
    border-color: #2e40d4;
}

.btn2-primary:focus, .btn2-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

.btn2-primary.disabled, .btn2-primary:disabled {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn2-primary:not(:disabled):not(.disabled):active, .btn2-primary:not(:disabled):not(.disabled).active,
.show > .btn2-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e40d4;
    border-color: #293ccc;
}

.btn2-primary:not(:disabled):not(.disabled):active:focus, .btn2-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn2-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

.btn2-secondary {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn2-secondary:hover {
    color: #212529;
    background-color: #c8c8e2;
    border-color: #c0c0dd;
}

.btn2-secondary:focus, .btn2-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

.btn2-secondary.disabled, .btn2-secondary:disabled {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn2-secondary:not(:disabled):not(.disabled):active, .btn2-secondary:not(:disabled):not(.disabled).active,
.show > .btn2-secondary.dropdown-toggle {
    color: #212529;
    background-color: #c0c0dd;
    border-color: #b7b7d9;
}

.btn2-secondary:not(:disabled):not(.disabled):active:focus, .btn2-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn2-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

.btn2-success {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn2-success:hover {
    color: #fff;
    background-color: #08976d;
    border-color: #078b64;
}

.btn2-success:focus, .btn2-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
}

.btn2-success.disabled, .btn2-success:disabled {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn2-success:not(:disabled):not(.disabled):active, .btn2-success:not(:disabled):not(.disabled).active,
.show > .btn2-success.dropdown-toggle {
    color: #fff;
    background-color: #078b64;
    border-color: #077e5b;
}

.btn2-success:not(:disabled):not(.disabled):active:focus, .btn2-success:not(:disabled):not(.disabled).active:focus,
.show > .btn2-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(47, 197, 153, 0.5);
}

.btn2-info {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn2-info:hover {
    color: #fff;
    background-color: #335de7;
    border-color: #2754e6;
}

.btn2-info:focus, .btn2-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

.btn2-info.disabled, .btn2-info:disabled {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn2-info:not(:disabled):not(.disabled):active, .btn2-info:not(:disabled):not(.disabled).active,
.show > .btn2-info.dropdown-toggle {
    color: #fff;
    background-color: #2754e6;
    border-color: #1c4be4;
}

.btn2-info:not(:disabled):not(.disabled):active:focus, .btn2-info:not(:disabled):not(.disabled).active:focus,
.show > .btn2-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(111, 140, 238, 0.5);
}

.btn2-warning {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn2-warning:hover {
    color: #212529;
    background-color: #fbaa00;
    border-color: #eea200;
}

.btn2-warning:focus, .btn2-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

.btn2-warning.disabled, .btn2-warning:disabled {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn2-warning:not(:disabled):not(.disabled):active, .btn2-warning:not(:disabled):not(.disabled).active,
.show > .btn2-warning.dropdown-toggle {
    color: #212529;
    background-color: #eea200;
    border-color: #e19900;
}

.btn2-warning:not(:disabled):not(.disabled):active:focus, .btn2-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn2-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

.btn2-danger {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn2-danger:hover {
    color: #fff;
    background-color: #fd1361;
    border-color: #fc0758;
}

.btn2-danger:focus, .btn2-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

.btn2-danger.disabled, .btn2-danger:disabled {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn2-danger:not(:disabled):not(.disabled):active, .btn2-danger:not(:disabled):not(.disabled).active,
.show > .btn2-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc0758;
    border-color: #f40252;
}

.btn2-danger:not(:disabled):not(.disabled):active:focus, .btn2-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn2-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 142, 0.5);
}

.btn2-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn2-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn2-light:focus, .btn2-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn2-light.disabled, .btn2-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn2-light:not(:disabled):not(.disabled):active, .btn2-light:not(:disabled):not(.disabled).active,
.show > .btn2-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn2-light:not(:disabled):not(.disabled):active:focus, .btn2-light:not(:disabled):not(.disabled).active:focus,
.show > .btn2-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn2-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn2-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn2-dark:focus, .btn2-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn2-dark.disabled, .btn2-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn2-dark:not(:disabled):not(.disabled):active, .btn2-dark:not(:disabled):not(.disabled).active,
.show > .btn2-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn2-dark:not(:disabled):not(.disabled):active:focus, .btn2-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn2-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn2-outline-primary {
    color: #5867dd;
    border-color: #5867dd;
}

.btn2-outline-primary:hover {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn2-outline-primary:focus, .btn2-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

.btn2-outline-primary.disabled, .btn2-outline-primary:disabled {
    color: #5867dd;
    background-color: transparent;
}

.btn2-outline-primary:not(:disabled):not(.disabled):active, .btn2-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn2-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.btn2-outline-primary:not(:disabled):not(.disabled):active:focus, .btn2-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
}

.btn2-outline-secondary {
    color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn2-outline-secondary:hover {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn2-outline-secondary:focus, .btn2-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.btn2-outline-secondary.disabled, .btn2-outline-secondary:disabled {
    color: #e1e1ef;
    background-color: transparent;
}

.btn2-outline-secondary:not(:disabled):not(.disabled):active, .btn2-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn2-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e1e1ef;
    border-color: #e1e1ef;
}

.btn2-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn2-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.btn2-outline-success {
    color: #0abb87;
    border-color: #0abb87;
}

.btn2-outline-success:hover {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn2-outline-success:focus, .btn2-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.btn2-outline-success.disabled, .btn2-outline-success:disabled {
    color: #0abb87;
    background-color: transparent;
}

.btn2-outline-success:not(:disabled):not(.disabled):active, .btn2-outline-success:not(:disabled):not(.disabled).active,
.show > .btn2-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0abb87;
    border-color: #0abb87;
}

.btn2-outline-success:not(:disabled):not(.disabled):active:focus, .btn2-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.btn2-outline-info {
    color: #5578eb;
    border-color: #5578eb;
}

.btn2-outline-info:hover {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn2-outline-info:focus, .btn2-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

.btn2-outline-info.disabled, .btn2-outline-info:disabled {
    color: #5578eb;
    background-color: transparent;
}

.btn2-outline-info:not(:disabled):not(.disabled):active, .btn2-outline-info:not(:disabled):not(.disabled).active,
.show > .btn2-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5578eb;
    border-color: #5578eb;
}

.btn2-outline-info:not(:disabled):not(.disabled):active:focus, .btn2-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 120, 235, 0.5);
}

.btn2-outline-warning {
    color: #ffb822;
    border-color: #ffb822;
}

.btn2-outline-warning:hover {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn2-outline-warning:focus, .btn2-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.btn2-outline-warning.disabled, .btn2-outline-warning:disabled {
    color: #ffb822;
    background-color: transparent;
}

.btn2-outline-warning:not(:disabled):not(.disabled):active, .btn2-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn2-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb822;
    border-color: #ffb822;
}

.btn2-outline-warning:not(:disabled):not(.disabled):active:focus, .btn2-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.btn2-outline-danger {
    color: #fd397a;
    border-color: #fd397a;
}

.btn2-outline-danger:hover {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn2-outline-danger:focus, .btn2-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

.btn2-outline-danger.disabled, .btn2-outline-danger:disabled {
    color: #fd397a;
    background-color: transparent;
}

.btn2-outline-danger:not(:disabled):not(.disabled):active, .btn2-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn2-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}

.btn2-outline-danger:not(:disabled):not(.disabled):active:focus, .btn2-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}

.btn2-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn2-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn2-outline-light:focus, .btn2-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn2-outline-light.disabled, .btn2-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn2-outline-light:not(:disabled):not(.disabled):active, .btn2-outline-light:not(:disabled):not(.disabled).active,
.show > .btn2-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn2-outline-light:not(:disabled):not(.disabled):active:focus, .btn2-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn2-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn2-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn2-outline-dark:focus, .btn2-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn2-outline-dark.disabled, .btn2-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn2-outline-dark:not(:disabled):not(.disabled):active, .btn2-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn2-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn2-outline-dark:not(:disabled):not(.disabled):active:focus, .btn2-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn2-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn2-link {
    font-weight: 400;
    color: #5867dd;
    text-decoration: none;
}

.btn2-link:hover {
    color: #2739c1;
    text-decoration: underline;
}

.btn2-link:focus, .btn2-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn2-link:disabled, .btn2-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn2-lg, .btn2-group-lg > .btn2 {
    padding: 1.15rem 1.65rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn2-sm, .btn2-group-sm > .btn2 {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn2-block {
    display: block;
    width: 100%;
}

.btn2-block + .btn2-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn2-block,
input[type="reset"].btn2-block,
input[type="button"].btn2-block {
    width: 100%;
}

.ticket {
    display: inline-block;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    font-size: 18px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.btn-danger {
    color: #fff;
    background-covlor: #f15656;
    border-color: #dc3545;
}
.btn-success {
    color: #fff;
    background-color: #23baa0;
    border-color: #28a745;
}
.btn-primary {
    color: #49a1ba;
    background-color: #f6f9fb;
    border-color: #cccccc;
}
.tips{
    font-size: 14px;
    padding-top: 35px;
    color: rgb(173, 151, 151);
}
.danger{
    color: red;
    font-weight: bold;
    font-size: 16px;
    padding-top: 25px;
}
.succes{
    color: #0abb87;
}
.error{
    color: #ff0102;
}

.width-selectize .selectize-input{
    width:500px;
}