* {
    margin:0;
    padding:0;
}
html{
    width: 100%;
    height:100%;
    background: #fff;
}
body {
    font-size: 14px;
    font-weight: normal;
    width:100%;
    height:100%;
    margin:0;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;

}
aside, nav, main, footer, header, section { display: block; }
img{
    border: 0;
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    height: auto;
    min-height: 100%;
    text-align: center;
}
header{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
}
.header_inner{
    width: 100%;
    height: 48px;
    background: linear-gradient(#6dc1db, #62b3cc);
    padding-top: 6px;
}
menu{
    width: auto;
    float: left;
}
menu ul{
    width: auto;
    list-style: none;
}
menu li{
    color: #2987a4;
    text-decoration: none;
    width: auto;
    height: 39px;
    margin-right: 3px;
    margin-left: 1px;
    border-radius: 10px;
    background: linear-gradient(#ffffff, #d1f4ff);
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 39px;
    position: relative;
    float: left;
}
menu li a{
    color: #2987a4;
    text-decoration: none;
}
menu li a:hover{
    color: #0C5971;
}
menu li ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    background: #d1f4ff;
    z-index: 200;
    padding:3px 0;
    border:1px solid #4492AB;
}
menu li ul li{
    background: none;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    padding:0;
    text-indent: 5px;
    font-size:14px;
    margin:0;
}
menu li ul li a{
    color: #4492AB;
    display: block;
}
menu li ul li a:hover{
    background: #4492AB;
    color: #fff;
}

menu li:hover ul{
    display: block;
}
.vxod{
    float: right;
    width: auto;
    color: #0c5971;
    font-size: 14px;
    padding-top: 12px;
    margin-right: 5px;
}
.vxod a{
    color: #0c5971;
    text-decoration: none;
}
.vxod a:hover{
    text-decoration: underline;
}
.logo{
    width: 322px;
    height: 185px;
    margin: 0 auto 100px;
    padding-top: 87px;
}
main{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.login{
    width: 377px;
    height: auto;
    margin: 0 auto;
}
.login_btn{
    width: 100%;
    height: 44px;
    border-radius: 10px;
    background: #d7eef5;
    font-size: 18px;
    color: #23738c;
    line-height: 44px;
    margin-bottom: 26px;
    display: inline-block;
    text-align: center;
    border: none;
}

.login_inner{
    width: 222px;
    height: 57px;
    background: #66bed9;
    background: linear-gradient(#99d4e6,#66bed9);
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 57px;
    margin: 15px auto;
    display: inline-block;
}
.login_inner a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.login_inner a:hover{
    color: #23738c;
}
h1{
    text-align: center;
    color: #0c5971;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}
.rashod{
    width: 400px;
    display: inline-block;
    margin: 20px 20px 0 20px;
}
.rashod_vid{
    width: auto;
    margin: 0 20px 20px 20px;
    padding: 10px;
    border: #73bbd2 1px solid;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    text-align: center;
}

h2{
    color: #73bbd2;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}
.rasxod_one{
    display: inline-block;
    text-align: left;
    width: auto;
    color: #73bbd2;
    border: none;
    background: none;
    font-size: 11px;
    vertical-align: top;
}
.rasxod_one h3{
    color: #386978;
    text-transform: uppercase;
    font-size: 14px;
    background: none !important;
    border: none;
    padding: 5px 10px;
}
.rasxod_one ul{
    list-style: none;
}
.rasxod_one li{
    padding: 5px 10px;
}

.rashod_vid input{
    width: auto;
    color: #386978;
    border: none;
    margin-right: 5px;
    padding: 0;
}

.rashod_vid label{
    position: relative;
}

.rashod_name{
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.label{
    color: #73bbd2;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    float: left;
    width: 30%;
    margin-bottom: 10px;
    vertical-align: middle;
}
#purses-form .label {
    margin-bottom: 0px;
}
.input{
    width: 55%;
    float: left;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #386978;
}
select{
    width: 178px;
    padding: 1px 5px;
    border: 1px solid #7f9db9;
    color: #386978;
    float: left;
    margin: -1px 10px 0 0;
}
option{
    padding: 1px 5px;
}
textarea{
    width: 270px;
    padding: 1px 5px;
    border: 1px solid #7f9db9;
    height: 80px;
    color: #386978;
    margin-top: -1px;
}
input{
    padding: 1px 5px;
    border: 1px solid #7f9db9;
    margin-top: -1px;
    width: 100px;
}
.obmen input{
    padding: 1px 5px;
    border: 1px solid #7f9db9;
    margin-top: -1px;
    width: 100px;
    float: left;
    margin-right: 10px;
}
.input_rashod{
    color: #ff0000;
}
.input_doxod{
    color: #00901e;
}
.save, .nosave{
    width: 240px;
    height: 56px;
    background: linear-gradient(#99d4e6,#66bed9);
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 56px;
    margin: 15px auto;
    display: block;
    border: none;
    text-transform: uppercase;
    cursor:pointer;
}
.nosave{
    background: #f0f0f0;
    color:#999999;
    font-size: 14px;
    height: 36px;
    line-height: 26px;
}
.save:hover{
    color: #23738c;
}

.nosave:hover{
    color:#fff;
    background-color:#aaaaaa;
}
.but_pdf{
    width: 200px;
    height: 48px;
    background: linear-gradient(#99d4e6,#66bed9);
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 48px;
    margin: 15px auto;
    display: block;
    border: none;
    text-transform: uppercase;
    cursor:pointer;
	text-decoration:none;
}
.but_pdf:hover{
    color: #23738c;
}
.data, .opisanie{
    width: auto;
    text-align: center;
    display: inline-block;
}
.rashod_info{
    width: auto;
    float: left;
    vertical-align: middle;
    color: #73bbd2;
    font-size: 14px;
    font-weight: bold;
}
.rashod_img, .doxod_img{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    float: left;
    background: #ff0000;
    font-weight: bold;
    margin: -2px 5px 0;
}
.doxod_img{
    background: #008d14;
}
.obmen{
    width: 520px;
    margin: 30px auto;
    display: inline-block;
}
.obmen label, .obmen_label{
    color: #73bbd2;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    float: left;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 10px;
    width: 65px;
}
.obmen_label{
    text-align: left !important;
}
.kurs_obmena{
    width: 100%;
    text-align: center;
    color: #73bbd2;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
}
.arr{
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: left;
}
.arr img{
    margin-left: 150px;
    margin-top: 2px;
}
.pokaz{
    width: 100%;
    height: auto;
    display: inline-block;
}
.last{
    float: left;
    color: #61b2cb;
    font-size: 11px;
    margin: 5px;
}
.last_active, .last a:hover{
    color: #3487a1;
    text-decoration: underline;
    font-weight: bold;
}
.last a{
    color: #61b2cb;
    text-decoration: none;
}
.data_last{
    float: right;
    color: #61b2cb;
    font-size: 11px;
    margin: 5px;
    position: relative;
}
.last input{
    border: none;
    background: #e9f6fa;
    margin: 0 2px;
    width: 70px;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
    color: #25738B;
    font-size: 11px;
    position: relative;
}
.last a{
    background: #67bed9;
    border-radius: 3px;
    padding: 3px;
    color: #fff!important;
    text-decoration: none!important;
    margin: 0 2px;
	font-weight:normal;
}
.last a:hover{
    color: #ffffff;
    background-color:#25738B;
	 text-decoration: none!important;	
	 font-weight:normal!important;
}

.excel{
margin:4px 0 0 0;

}

.excel a{
    background: #67bed9;
    border-radius: 3px;
    padding: 3px;
    color: #fff!important;
    text-decoration: none!important;
    margin: 0 2px;
	font-weight:normal;
}
.excel a:hover{
    color: #ffffff;
    background-color:#25738B;
	 text-decoration: none!important;
	 margin: 0 2px;
	 font-weight:normal!important;
}

.empty{
    width: 100%;
    height: 81px;
}
footer{
    width: 100%;
    height: 81px;
    margin-top: -81px;
    background: url("../image/bg_footer.jpg") no-repeat 50% 0;
}
.itog{
    width: 100%;
    text-indent: 10px;
    font-size: 14px;
    color: #62b4cd;
    font-weight: bold;
    text-align: left;
    display: block;
}
.itog_summa{
    color: #0c5971;
    padding: 0 20px;
    display: inline-block;
}
.itog_summa span{
    padding: 0 10px;
}
.rel {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    float: none;
}

table {
    empty-cells: show;
    border-collapse: collapse;
    table-layout: fixed; /* Фиксированная ширина ячеек */
    vertical-align: top;
    color: #386978;
}
td{
    padding: 5px 15px;
    text-align: center;
    vertical-align: top;

}
#rgMasterTable tr td.one,
#rgMasterTable tr th.one,
#rgMasterTable tr td.two,
#rgMasterTable tr th.two,
#rgMasterTable tr td.three,
#rgMasterTable tr th.three,
#rgMasterTable2 tr td{
    border: 1px solid #61b2cb;
}
#rgMasterTable tr td{
    border: none;
}
td.one, td.two, .td.three{
    text-align: left;
    padding: 5px;
    border: 1px solid #61b2cb;
}



th, #rgMasterTable tr th.one, #rgMasterTable tr th.two, #rgMasterTable tr th.three{
    color: #61b2cb;
    font-size: 13px;
    background: linear-gradient(#f8fdff, #eafaff);
    height: 61px;
    padding: 0 5px;
    vertical-align: top;
    border: 1px solid #61b2cb;
}
th{
    width: 90px;
}
#rgMasterTable2Container {
    position: absolute;
    top: 0;
    right: 0;
    overflow: auto;
}

#rgMasterTable2 tr td.one,
#rgMasterTable2 tr th.one,
#rgMasterTable2 tr td.two,
#rgMasterTable2 tr th.two,
#rgMasterTable2 tr td.three,
#rgMasterTable2 tr th.three,
#rgMasterTable tr td,
#rgMasterTable tr th {
    visibility: hidden;
}

#rgMasterTable tr td.one,
#rgMasterTable tr th.one,
#rgMasterTable tr td.two,
#rgMasterTable tr th.two,
#rgMasterTable tr td.three,
#rgMasterTable tr th.three{
    visibility: visible;
}
#rgMasterTable tr td.one,
#rgMasterTable tr th.one,
#rgMasterTable2 tr td.one,
#rgMasterTable2 tr th.one{
    width: 77px !important;
}
#rgMasterTable tr td.two,
#rgMasterTable tr th.two,
#rgMasterTable2 tr td.two,
#rgMasterTable2 tr th.two{
    width: 260px !important;
}
#rgMasterTable tr td.three,
#rgMasterTable tr th.three,
#rgMasterTable2 tr td.three,
#rgMasterTable2 tr th.three{
    
    width: 246px !important;
}
#rgMasterTable tr td.one,
#rgMasterTable tr td.two,
#rgMasterTable tr td.three
{background: #eafaff;}

#rgMasterTable tr:nth-child(even), #rgMasterTable2 tr:nth-child(even) {background: #f3fcff;}


#rgMasterTable tr.aktive:hover td.one,
#rgMasterTable tr.aktive:hover td.two,
#rgMasterTable tr.aktive:hover td.three,
#rgMasterTable2 tr.aktive:hover, #rgMasterTable tr.aktive:hover{
    background: #CBEBF6;
    cursor: pointer;
}
.td_rashod{
    color: #ff0000;
    border: 1px solid #61b2cb;
}
.td_doxod{
    color: #00901e;
    border: 1px solid #61b2cb;
}
#rgMasterTable tr:last-child td.one,
#rgMasterTable tr:last-child td.two,
#rgMasterTable tr:last-child td.three,
tr:last-child{
   /* background: #abd6e4 !important;*/
}

.total_sum td{
  background: #abd6e4 !important;
}

#rgMasterTable tr:last-child td.two{
    font-weight: bold;
}


#rgMasterTable tr td.one .date_t{

}
#rgMasterTable tr td.one .time_t{
font-size:10px;
margin:0 0 0 10px;


}

#rgMasterTable tr td.one .user_name{
color:#61B2CB;
font-weight:normal;
}


ul.minical {
    position: absolute;
    display: none;
    list-style-type: none;
    color: #3d454b;
    background: white;
    border: 1px solid #bbc5cd;
    margin: 0;
    padding: 0;
    text-shadow: none;
    width: 16em;
    z-index: 9327;
    font-size: 1.1em;
}
ul.minical.minical-inline {
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
ul.minical.minical-inline:before, ul.minical.minical-inline:after {
    content: " ";
    display: table;
}
ul.minical.minical-inline:after {
    clear: both;
}
ul.minical li {
    padding: 1px 10px 0 10px;
    margin: 0;
}
ul.minical li article {
    float: left;
    width: 100%;
}
ul.minical li article header {
    background: #dde2e6;
    color: #3d454b;
    border: 1px solid #bbc5cd;
    padding: 2px 0;
    position: relative;
    height: 1.2em;
    margin: 0 -9px;
}
ul.minical li article header h1 {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.minical li article header a {
    display: block;
    position: absolute;
    text-indent: -9327px;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    font-size: 1px;
}
ul.minical li article header a.minical_next {
    left: auto;
    right: 5px;
    background-position: bottom left;
}
ul.minical li article section {
    margin-bottom: 10px;
}
ul.minical li article section table {
    width: 100%;
    color: inherit;
    font-size: inherit;
    border-collapse: collapse;
}
ul.minical li article section table thead tr th {
    padding: 5px 0 0 0;
    font-size: 0.7em;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3d454b;
}
ul.minical li article section table tbody tr td {
    padding: 1px;
    text-align: right;
    font-size: 0.9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.minical li article section table tbody tr td a {
    display: block;
    border: 1px solid #dde2e6;
    color: #3d454b;
    padding: 0.1em 0.3em;
    text-decoration: none;
}
ul.minical li article section table tbody tr td.minical_highlighted a {
    border-color: #6d93b3;
    color: #3d454b;
}
ul.minical li article section table tbody tr td.minical_selected a {
    border-color: #517a9c;
    color: #3d454b;
}
ul.minical li article section table tbody tr td.minical_past_month a, ul.minical li article section table tbody tr td.minical_future_month a {
    color: #b1b5b7;
}
ul.minical li article section table tbody tr td.minical_today a {
    border-color: #517a9c;
    background: #517a9c;
    color: white;
}
ul.minical li article section table tbody tr td.minical_disabled a {
    color: #b1b5b7;
    background: #dde2e6;
    border-color: #dde2e6;
}

.tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    outline: none;
    margin:0 0 0 10px;
}

.tooltip:hover:before {
    content: attr(data-title);
    white-space: pre-line;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    width: auto;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.tooltip:hover:after {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: 24px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

.yellow-tooltip:hover:before {
    border-color: #e1ca82;
    background-color: #ffeaa6;
    color:#000000;
}

.yellow-tooltip:hover:after {
    border-top-color: #ffeaa6;
}

.tooltip:after {
    content: attr(href);
    display: none;
}
.sp{
    width:100%;
    height:1px;
    clear:both;
}
.sidebar {
    margin: 10px auto;
}

.sidebar a {
    background: #67BED9;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    margin: 2px;
    padding: 3px 6px;
    text-decoration: none;
}

.sidebar a:hover {
    background: #25738B;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    margin: 2px;
    padding: 3px 6px;
    text-decoration: none;
}

.last_active{
background:#25738B!important;
}

.label1{
text-align:left;
font-weight:bold;
}

.block_form{
margin:30px 0 0 0;
}

.form_line{
width:100%;
margin:20px 0;
height:1px;
background-color:#CCCCCC;
}


.reserv select{
float:none;
margin:3px;
}


.reserv input[type="submit"]{    
    background: #67bed9;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff!important;
    text-decoration: none!important;
    margin: 0 2px;
	font-weight:normal;
	cursor:pointer;
	
}

.reserv input[type="submit"]:hover{    
    background: #25738B;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff!important;
    text-decoration: none!important;
    margin: 0 2px;
	font-weight:normal;
	cursor:pointer;
	
}