@charset "utf-8"

a {
    text-decoration: none;
}

."top-header-line" {
    display: inline-block;
    width: 100%;
}


body {
	margin: 0px;
	padding: 0px;	
}

<-!--#header_total {
    display: inline-block;
}-->
#logo {
    border-bottom: 1px #cccccc solid;
    padding: 0px 5px 3px;
    width: 10%;
    float: left;
}

#logo img {
    width: 100%;
}

#header {
    padding: 0px 5px 3px;
    float: left;
    width: 70%;

}

#profile {
    position: relative;
    padding: 0px 5px 3px;
    float: right;
    width: 18%;
}

#header, #profile, #logo {
    text-align: center;
	font-weight: bold;
	border-bottom: 0px #cccccc solid;
    border: 0px #cccccc solid;
    border-radius: 8px;
}

#header h1 {
	margin: 20px 0px 20px 0px;
	letter-spacing: 0.2em;	
}

div #chapter {
    display: inline-block;
    width: 100%;
	text-align: right;
	border-bottom: 1px #cccccc solid;
	border: 1px #cccccc solid;
	border-radius: 8px;

} 

#chapter h2 {
    margin: 10px 20px;
}


#leftMenu {
	border: 1px #cccccc solid;
	border-radius: 8px;
	float: left;
	width: 200px;
	
	margin: 10px;
	background-color: white;
	padding: 8px;
	<!--height: 100%;-->
	<!--padding: 20px;-->
	<!-- border: 1px #cccccc solid; -->
}

#leftMenu ul {
	margin: 2px;
	padding: 2px;
}

#leftMenu ul li {
	list-style-type:none;
	margin-bottom: 5px;
}

#leftMenu ul li a:link{
	color: #337AB7;
}
#leftMenu ul li a:visited{
	color: #337AB7;
}

#leftMenu ul li a:active {
	color: #ADCEE9;
}
#leftMenu ul li a:hover {
	color: #1c7da0;
	background-color: #ffffff;
	font-weight: bold;	
}

#main {
	border: 1px solid #cccccc;
	border-radius: 8px;
	margin: 10px auto 40px 230px;
	/*overflow-y: scroll;  прокрутка по вертикали */
	/*margin-top:10px;*/
	/*margin: 10px;*/
	/*margin-left: 230px;*/
	background-color: white;
	padding: 10px;
	/*margin-bottom: 1000px;*/
	/*height:100px;*/
	/*float: left;*/
	/*width: 100%;*/
}

#main h2 {
	margin: 0px 0px 10px 0px;
}


#footer {
	
	background-color: white;
	text-align: right;
	border-top: 1px #cccccc solid;
	padding-right: 10px;
	<!-- clear:left; -->
}

#footer p {
	font-size: smaller;
	font-style: italic;
}



input[readonly="readonly"] {
	background-color: #dcdcdc;
}

div.settings, div.info {
	border: 1px #cccccc solid;
	display:inline-block;
	<!--width: 280px;-->
	height: 100%;
	border-radius: 8px;
	padding: 8px;
	clear: right;
	min-height: 50px;
}


div.form-lines {
	display:inline-block;
	border: 1px #cccccc solid;
	border-radius: 8px;
	padding: 8px;
}

div.info {
	border: 1px #cccccc solid;
	display:inline-block;
}

.footer{
            position: fixed;
            width: 100%;
            left: 0;
            bottom: 0;
        }


.list5a {
    padding:0;
    list-style: none;
}
.list5a li {
    position: relative;
    padding: 10px 30px;
    background: linear-gradient(to left, #ADCEE9 0%, #FFF, #ADCEE9);
    border: 2px solid #337AB7;
	border-radius: 10px;
    color: #506a6b;
    box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    margin-bottom: 5px;
    text-align:center;
    background-size: 100% 100%;
    z-index: 1;
}
.list5a li:before {
    content: "";
    position:absolute;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
	border-radius: 10px;
    background: linear-gradient(to left, #EBF3FA 0%, #FFF, #EBF3FA);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}
.list5a li:hover:before {
    width: 100%;
    opacity: 1;
}

.table{
	/*border: 1px solid #eee;*/
	border-collapse: collapse;
	/*table-layout: fixed;*/
	width: 100%;
	/*margin-bottom: 20px;*/

}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
.table thead tr th:first-child {
	border-radius: 10px 0 0 0;
}

.table thead tr th:last-child {
	border-radius: 0 10px 0 0;
}

.table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.table tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}



.orderable {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.orderable {
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
table tbody tr:nth-child(odd){
	background: #fff;
}
table tbody tr:nth-child(even){
	background: #F7F7F7;
}
table thead tr th.orderable:first-child {
	border-radius: 10px 0 0 0;
}

table thead tr th:last-child {
	border-radius: 0 10px 0 0;
}

table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

table tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

#leftsubmenu {
    <!--border: 1px #cccccc solid;-->
	<!--border-radius: 8px;-->
	float: right;
	width: 175px;

	margin-left: 20px;
	<!--background-color: white;-->
	padding: 8px;
}

div #user_management_top_menu {
    display: inline-block;
    width: 100%;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border: 1px #cccccc solid;
	border-radius: 8px;
}

div #user_management_info {
    display: inline-block;
    width: 100%;
	text-align: justify;
	border-bottom: 1px #cccccc solid;
	border: 1px #cccccc solid;
	border-radius: 8px;
}

