@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext');
html, body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;	
	color:#464646;
}

img, form {
	padding: 0px;
	margin: 0px;
}

a, td {
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}
.inp_t {
    width:100%;
	border: 1px solid #ddd;
    color: #666;
    padding:7px;
    font-size:14px;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
}
.inp_t_disp {
    width:35px;
    border: 1px solid #ddd;
    color: #666;
    padding:5px;
    font-size:12px;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
}

.chosen-container {
    width: 100%!important;
}

h2,h3 {
    color:#2960A2;
    margin:0px;
    padding:0px;
}

.inp_bnt {
	font-weight:bold;
	font-size:14px;
	height:34px;
	padding:0px 20px 0px 20px;
	cursor: pointer;
    background: #1A90E7;
    border: none;
    color:#fff;
}

.inp_b {
    display:block;
    cursor:pointer;
    background-image: linear-gradient(to bottom, #70c1e3, #4aa0d3);
	text-shadow: 0px 1px 0px #00587F;
	border:1px solid #4aa0d3;
    font-size:16px;
	height:40px;
    line-height:40px;
	border-radius: 5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
    text-decoration:none;
}
.inp_b:hover {
    background-image: linear-gradient(to bottom, #469dd1, #6cbde1);
}
.inp_b:active {
    border: solid 1px #6cbde1;
}

.td_menu {
    border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background:#2960A2;
}

.page_container {
    padding-top:20px;
}

.menu {
    float: left;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-left:15px;
    padding:8px 8px 8px 30px;
    border-radius:5px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.menu:hover {
    text-decoration: underline;
    cursor:pointer;
}
.menu.current {
    background-color: #70A8D2;
}
.lang_div {
    padding: 8px 30px 8px 0px;
}
.lang_div a {
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    text-decoration: none;
}
.lang_div a.active {
    background-color: #70A8D2;
    padding: 4px 10px;
    border-radius: 5px;
}
.lang_div a:hover {
    text-decoration: underline;
}

.sub_menu {
    display:none;
    position:absolute;
    width:90%;
    left:4%;
    top:50px;
    padding-left:10px;
    padding-top:6px;
    padding-bottom: 10px;
    line-height:25px;
    background:#70A8D2;
    border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.sub_menu a {
    font-size:15px;
    font-weight:normal;
    color:#fff;
    margin-left:5px;
    margin-right:8px;
    text-decoration: none;
}
.sub_menu a:hover {
    text-decoration: underline;
}
.sub_menu a .notif{
    font-weight:bold;
    font-size:12px;
}
.sub_menu.current {
    display:block;
}
.sub_menu .current.current {
    color:#FFD000;
    border-bottom:1px dotted #FFD000;
    text-decoration: none;
}

.form_containter {
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 500px;

}
.form_containter .block {
    margin-right:20px;
    margin-bottom:20px;
}
.form_containter.inline_block {
    padding: 5px;
    display: inline-block;
    width: 23%;
    min-width: 300px;
    vertical-align: top;
}
.form_containter.inline_block .block {
    margin-right: 5px;
}

.block_inputs {
    width:100%;
    background:#F0F0F0;
    border-radius:5px;
    padding:5px;
    border:1px solid #C0C0C0;
    box-sizing: border-box;
}

.form_tbl tr td {
    padding:5px;
}


.data_table {
    padding-top:15px;
}

.ui_button {
    float:left;
    cursor: pointer;
    padding:5px;
}

.fieldset {
	overflow:auto;
	height:200px;
	padding-left:10px;
	padding-top:3px;
	background:#fff;
	line-height:20px;
	text-align:left;
	font-weight:normal;
	color:#6F6F6F;
	font-size:11px;
	border:1px solid #D4D4D4;
}
.ul_2_row {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
}
.ul_2_row li {
    list-style: none;
    padding: 5px 10px;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}
.ul_2_row li a {
    text-decoration: none;
}
.ul_2_row li a:hover {
    text-decoration: underline;
}


.err_font {
	font-size:11px;
	color:#FF0004;
}
.choose_all {
    padding:10px 38px 0px 15px;
    background:#F0F0F0;
    height:35px;
    border-radius:5px;
    margin-top:10px;
    font-weight:bold;
}

.tr_border td {
    border-bottom:1px solid #fff;
}
.bold_font {
    font-weight:bold;
    color:#2960A2;
}
.plot_div {
    margin:0px 10px;
}
.tip_info {
    background: #2960A2;
    padding:0px 6px;
    border-radius:100%;
    color:#fff;
    cursor:help;
}
.media_div {
    float:left;
    background-size: cover;
    background-position: 50% 50%;
    width:109px;
    height:100px;
    margin:1px;
}
.media_container {
    float:right;
    margin-top:-105px;
    width:350px;
    background:#fff;
    height:100px;
    overflow-y:scroll;
}
.media_div:hover {
    opacity: 0.6;
    cursor:pointer;
}
.media_del {
    position:relative;
    margin-top:-30px;
    margin-left:25px;
    background:red;
    color:#fff;
    padding:4px;
    border-radius:5px;
    width:50px;
    text-align:center;
}
.lang_add {
    text-transform: uppercase;
    font-weight:bold;
    color:#2960A2
}
.lang_switch {
    background:#F0F0F0;
    color:#C0C0C0;
    float:left;
    width:40px;
    text-align:center;
    text-transform: uppercase;
    cursor: pointer;
    line-height:40px;
    margin-right:5px;
}
.lang_switch.active {
    background:#70A8D2;
    color:#fff;
}
.lang_switch:hover {
    font-weight:bold;
    text-decoration: underline;
}
.tbl_in_tbl {
    background: #F7F7F7;
    border-collapse: collapse;
}
.tbl_in_tbl td {
    padding:5px;
    border:1px solid #EAEAEA;
}
.tbl_in_tbl tr.title td {
    font-weight: bold;
}
.notifications {
    float:right;
    width:20px;
    height:20px;
    border-radius: 100%;
    background: #FFA100;
    font-size:10px;
    line-height: 18px;
    text-align: center;
    margin-left:5px;
}
.notifications_inner {
    padding:3px 8px;
    border-radius: 100%;
    background: #FFA100;
    font-size:10px;
    line-height: 18px;
    text-align: center;
    font-weight:bold;
}
.loc2route {
    padding:1px 10px;
}
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 500px;
}
#sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
}

.loc2route .ui-state-highlight {
    height: 30px;
}
.table_list_a {
    color:#464646;
    text-decoration: none;
}
.table_list_a:hover {
    text-decoration: underline;
}

.tbl_time {
    border-collapse: collapse;
}
.tbl_time td {
    border: 1px solid #F0F0F0;
}
.hide_time {
    display:none;
}
.calend_block {
    background: #F0F0F0;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    width:14%;
    height:100px;
    min-width: 80px;
    float:left;
    border:3px solid #fff;
    position: relative;
    display: block;
}

.calend_block.hvr:hover {
    border:2px solid #dbdbdb;
}

.calend_block.hvr :hover .item {
    color:#898989;
}

.calend_block.week_name {
    background: none;
    height: 40px;
    color:#2960A2;
    font-size: 18px;
    text-align: center;
}
.calend_block .item {
    position: absolute;
    font-size: 60px;
    color:#fff;
    width:85%;
    text-align: center;
}

.calend_block .item_text {
    position: absolute;
    font-size: 60px;
    width: 90%;
    height:80px;
}

.calend_block .item_text .row_left {
    color:#2960A2;
    font-size:12px;
    width: 49%;
    float:left;
    text-align: center;
}
.calend_block .item_text sup, .calend_block .item_text .row_right sup{
    font-size: 9px;
}
.calend_block .item_text .row_right {
    color: #898989;
    font-size:12px;
    width: 49%;
    float:right;
    text-align: center;
}
.calend_block .item_text .row_right div {
    margin-bottom: 1px;
}


.show_all_time {
    cursor: pointer;
    text-align: center;
    padding-top:10px;
    color:#70A8D2;
    text-decoration: underline;
}
.clear_all_hours {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding-top:10px;
    color:#70A8D2;
    text-decoration: underline;
}

.manual_div_time {
    border-radius: 5px;
    padding: 15px;
    background: #F0F0F0;
    width:92%;
    margin:0px auto;
}
.tbl_time .title {
    background:#70A8D2;
    color:#fff;
    height: bold;
    border: 1px solid #fff;
}
.tbl_time .tr:hover .title{
    background: #2960A2
}
.cal_title_td {
    text-align: center;
}
.cal_title_td a.curr {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    color:#2960A2;
}
.edit_order_div {
    text-align: center;
}
.go_to_order {
    background:#FFFCD3;
    cursor:pointer
}
.go_to_order input {
    cursor:pointer!important;
}
.user_name {
    float:left;
    color:#fff;
    font-weight: bold;
    margin-left:50px;
}
.variant_div {
    margin:10px 5px;
}

.variant_div .ui_button {
    margin-right:10px;
    margin-top:3px;
}

.free_text_div {
    color:#b2b2b2;
    font-size: 11px;
    padding-left:35px;
    text-align: right;
    padding-right: 10px;
}
#variant_manage {
    text-align: center;
    height:25px;
    padding:7px;
}
.filter_res {
    clear: both;
    margin:10px;
    border-bottom:1px solid #fff;
    padding-bottom:10px;
}
.filter_res div {
    display: inline-block;
    margin-right:25px;
    vertical-align: middle;
}
.easy-autocomplete {
    display: inline-block;
}
.new_add {
    margin-left:20px;
    width: 400px;
}
.dt-bold {
    font-weight: bold;
    color:#2960A2;
}
.error {
    margin:15px auto;
    width: 400px;
    background: #fff6a7;
    border:1px solid #f7ea8a;
    padding:15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    color:red;
}
.status {
    margin:15px auto;
    width: 400px;
    background: #c0ffbc;
    border:1px solid #84ff90;
    padding:15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    color:green;
}
.add_order {
    display: inline;
    margin-bottom:-10px;
    cursor: pointer;
}
.add_transport {
    cursor: pointer;
}
.add_boat {
    cursor: pointer;   
}
.cancel_div {
    background: red;
    color:#fff;
    padding:5px;
    border-radius: 5px;
    font-weight: bold;
}
.report_block {
    width: 50%;
}
.tr_white {
    background: #fff;
}
.add_comment:hover {
    text-decoration: underline;
}
.float_right {
    display: block;
    float: right;
    width: 70%;
    min-width: 50px;
}
ul.ul_multi_list {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}


ul.ul_multi_list li {
    list-style: none;
    border-bottom:1px solid #e0e0e0;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}
ul.ul_multi_list li:hover {
    background: #e0e0e0;
}

.inline {
    width: 65%;
    box-sizing: border-box;
    padding:5px;
    display: inline-block;
    vertical-align: top;
}
.inline.left {
    width: 30%;
}
.fill_parent {
    text-align: right;
}

@media screen and (max-width: 800px) {
    h2 {
        text-align: center;
    }
    .form_containter {
        width: 100%;
    }
    .float_right {
        float: none;
    }

    .block_inputs {
        width: 100%;
    }
    .menu_container {
        width: 90%;
    }
    .sub_menu {
        position: static;
        width: 100%;
        background: none;
        box-sizing: border-box;
    }
    .menu {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .sub_menu a {
        font-size: 15px;
    }

    .sub_menu a:hover {
       text-decoration: none;
    }
    .menu:hover {
        text-decoration: none;
    }
    .new_add {
        margin:0px auto;
    }
    .report_block {
       width: 100%;
    }
    .form_containter {
        width: 100%!important;
    }

    .form_containter.inline_block {
        width: 100%;
    }

}


