*,*:after,*:before{
	box-sizing:border-box;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,
samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
 margin:0;
 padding:0;
 border:0;
 font:inherit;
 font-size:100%;
 vertical-align:baseline
}
sup{
	vertical-align: top;
	font-size: 0.7em;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
 display:block
}
html, body{
    height: 100%;
    width: 100%;
}
body {
 line-height:1
}
html{
	position: relative;
	min-height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #ffffff;
}
body{
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font:inherit;
	color: #262626;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header, section, main, footer{
	display: block;
}
input{
	border: 1px solid #eaeaea;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	padding: 9px;
}

button.blue{
	color: #fff;
	background: #286188;
	border-bottom: 1px solid #133d61;
	border-right: 1px solid #133d61;
}
h1, .h1{
	font-size:36px;
}
h2, .h2{
	font-size:30px;
}
h3, .h3{
	font-size:24px;
}
h4, .h4{
	font-size:20px;
}
h5, .h5{
	font-size:18px;
}
h6, .h6{
	font-size:16px;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight:normal;
	margin:10px 0 20px 0;
	font-family: 'sans-serif';
    text-transform: uppercase;
    color: #0977b6;

}
.title{
	font-family: 'sans-serif';
	font-size: 24px;
	line-height: 30px;
	padding-left: 25px;
	position: relative;
	display: block;
	margin: 40px 0 20px 0;
}
.title:before{
	content:" ";
	width: 10px;
	height: 40px;
	background: #208050;
	border-radius:5px;
	position: absolute;
	left:0;
	top:-4px;
	font-weight: normal;
}
p{
	margin: 10px 0;
}
a, .link, .a{
	text-decoration: underline;
	color: #0977b6;
    list-style: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

strong{
	font-weight: bold;
}
nav ul{
	list-style: none;
}
nav a{
	color: #0977b6;
}
button, .button{
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: "OpenSans";
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 26px;
        background: #0977b6;
}
dl.grid {
    padding: 10px 0;
}
dl.grid dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
    font-weight: bold;
}
dl.grid dt::after {
    content: ":";
}
dl.grid dd {
    margin: 0 0 0 100px;
    padding: 0 0 0.5em 0;
    text-align: right;
}
table.table{
    width: 100%;
}
table.table>thead>tr>th {
    background: #ebebeb;
    color: #232323;
}
table.table>tbody>tr:nth-child(even) td {
    background: inherit;
}
table.table tr td,
table.table tr th{
    padding: 20px 10px !important;
    text-align: left;
    vertical-align: middle !important;
}
table.table>tbody>tr>td,
table.table>thead>tr>th {
    border: none;
    border-bottom: 1px solid #ebebeb;
}

table.table.compact tr td,
table.table.compact tr th{
    padding: 10px 5px !important;
}

.expand-button{
	position: relative;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background-size: 65% auto;
    padding: 0;
    margin: 0;
    border: none;
    transition: rotate 1s ease;
}
.expanded>.expand-button{
    transform: rotate(90deg);
}
.page-wrapper{
	margin:0 auto;
}
.clear{
	clear: both;
	float: none;
}
.row,
.column{
	display: flex;
}
.row{
	flex-direction: row;
}
.column{
	flex-direction: column;
}
.row.justify{
	justify-content: space-between;
}
.info-block{
	border-radius: 4px;
	padding: 30px 40px;
}
.info-block{
	color: #808080;
	background: rgba(255,255,255,0.9);
}

/**
layout tab
*/

/* common */
.layout-tab {
    display: flex;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}
.layout-tab>.layout-tab-controls {
    flex-shrink: 0;
    flex-grow: 1;
    list-style: none;
    cursor: default;
}.layout-tab>.layout-tab-controls>li{
    cursor: pointer;
 }
.layout-tab>.layout-tab-contents {
    flex-shrink: 1;
    flex-grow: 1;
}
.layout-tab>.layout-tab-contents>.layout-tab-content {
    display: none;
}
.layout-tab>.layout-tab-contents>.layout-tab-content.layout-tab-content-active {
    display: block;
}
/* controls-top */

.layout-tab, .layout-tab.layout-tab-controls-top {
    flex-direction: column;
}
.layout-tab>.layout-tab-controls, .layout-tab.layout-tab-controls-top>.layout-tab-controls {
    order: 1;
    width: auto;
    display: flex;
    flex-direction: row;
}
.layout-tab>.layout-tab-contents, .layout-tab.layout-tab-controls-top>.layout-tab-contents {
    order: 2;
    width: 100%;
    height: 100%;
}
/* controls-bottom */

.layout-tab, .layout-tab.layout-tab-controls-top {
    flex-direction: column;
}
.layout-tab.layout-tab-controls-bottom>.layout-tab-controls {
    order: 2;
    width: auto;
    display: flex;
    flex-direction: row;
}
.layout-tab.layout-tab-controls-bottom>.layout-tab-contents {
    order: 1;
    width: 100%;
    height: 100%;
}
/* controls-left */

.layout-tab.layout-tab-controls-left {
    flex-direction: row;
}
.layout-tab.layout-tab-controls-left>.layout-tab-controls {
    order: 1;
    height: auto;
    display: flex;
    flex-direction: column;
}
.layout-tab.layout-tab-controls-left>.layout-tab-contents {
    order: 2;
    height: 100%;
}
/* controls-right */

.layout-tab.layout-tab-controls-right {
    flex-direction: row;
}
.layout-tab.layout-tab-controls-right>.layout-tab-controls {
    order: 2;
    height: auto;
    display: flex;
    flex-direction: column;
}
.layout-tab.layout-tab-controls-right>.layout-tab-contents {
    order: 1;
    height: 100%;
}
/* controls-hidden */

.layout-tab.layout-tab-controls-hidden>.layout-tab-controls {
    display: none;
}
/* controls-end */

.layout-tab.layout-tab-controls-end {
    align-items: flex-end;
}
/* colors */
.layout-tab-controls{
    padding: 0 0 0 10px;
}
.layout-tab-controls>li{
    background: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 15px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin-left: -10px;
    min-width: 100px;
    text-align: center;
}
.layout-tab-controls>li.layout-tab-control-active{
    background:#ffffff;
}
.layout-tab-contents{
    background: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -1px;
}

/* breadcrumbs */
.breadcrumbs{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding:0;
}
.breadcrumbs .active{

}
.breadcrumbs li{
    margin: 0 0 0 10px;
    padding: 0;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justufy-content: center;
}
.breadcrumbs li:before,
.breadcrumbs li:after{
    position: relative;
    content: " ";
    width: 11px;
    height: 100%;
    display: inline-block;
}
.breadcrumbs li:after{
	right: -11px;
}
.breadcrumbs a,
.breadcrumbs span{
    display: inline-block;
    margin-left: 11px;
    font-size: 18px;
    line-height: 18px;
    font-family: "OpenSans";
    color: #404040;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumbs li:first-child:before{
    left:-8px;
}
.breadcrumbs li:first-child a{
    margin-left: 0;
}

/**
pages
*/
.pages{
    text-align: center;
    margin: 30px 0;
}
.pages ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pages li{
    margin: 5px;
}
.pages a,
.pages span{
    display: block;
    padding: 10px 5px;
    border-radius: 3px;
    background: #ffffff;
    min-width: 40px;
    text-align: center;
    color: #205880;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.pages .active>a,
.pages .active>span{
    color: #ffffff;
    background: #225a82;
}
/**
    fieldblock
*/
.fieldblock,
.fieldblock.fieldblock-vertical{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    position: relative;
}
.fieldblock input,
.fieldblock textarea{
    width: 100%;
    box-sizing: border-box;
}
.fieldblock input[type=checkbox],
.fieldblock input[type=radio]{
    width: initial;
}
.fieldblock.fieldblock-checkbox,
.fieldblock.fieldblock-radio,
.fieldblock.fieldblock-buttons,
.fieldblock.fieldblock-horizontal{
    flex-direction: row;
    align-items: center;
}
.fieldblock.fieldblock-buttons{
    justify-content: flex-end;
}
.fieldblock.fieldblock-buttons.left{
    justify-content: flex-start;
}
.fieldblock.fieldblock-buttons button,
.fieldblock.fieldblock-buttons .button{
    margin-left: 10px;
}
.fieldblock.fieldblock-buttons.left button,
.fieldblock.fieldblock-buttons.left .button{
    margin-left: 0px;
    margin-right: 10px;
}
.fieldblock label{
    margin-right: 20px;
}
.fieldblock-horizontal>.fieldblock{
    margin-right: 10px;
}

.fieldblock.fieldblock-wo-label label{
    display: none;
}
.from-to-fieldblock{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


main{
    width: 400px;
    background-size: 50px 50px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 1px 1px 5px #aaa;
    border-radius: 8px;
}

#signin-block{
    margin: 40px 0 0 0;
}
#signin-block .fieldblock{
    margin: 0 0 20px 0;
}
#signin-block .fieldblock-buttons{
    margin-bottom: 0;
}
.error{
    color: red;
    font-size: 15px;
}
@media (max-width: 400px) {
    main {
        width: 100%;
    }
}