@charset "utf-8"

a {
    text-decoration: none;
}

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


body {
	margin: 0px;
	padding: 0px;
	font-color: #003FA6;
	color: #003FA6;
}

#logo {
    position:initial;
    /*border-bottom: 1px #cccccc solid;
    padding: 0px 5px 3px;*/
    width: 14%;
    height: 105px;
    float: left;
}

/*#logo img {
    width: 100%;
}*/

div#header {
    position: relative;
    /*padding: 0px 5px 3px;*/
    float: left;
    width: 74%;
    /*height: 60px;*/
    margin-left: 1%;
}

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

div #header, #profile, #logo {
    /*position: initial;*/
    text-align: center;
	font-weight: bold;
	/*border-bottom: 0px #cccccc solid;*/
    border: 0px #cccccc solid;
    border-radius: 8px;
    background-color: white;
    height: 105px;
    /*height: 8rem;*/
    height: 100%;
}

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

div#container {
    position: absolute; /* needed for footer positioning*/;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: linear-gradient(to left, #D8EDFF, #6DB3FF);
    min-height: 100%;
/* center, not in IE5 */    /*width: 750px;*/
    /*background: #f0f0f0;*/
    /*height: auto !important; *//* real browsers *//*;
    height: 100%; *//* IE6: treaded as min-height*//*;
    min-height: 100%; *//* real browsers */
}

div#header-back {
    position: absolute;
    width: 100%;
    background: linear-gradient(to left, #D8EDFF, #6DB3FF);
}

div#header_total {
    position:relative;
    width:98%;
    padding: 0px;
    margin: 0px;
    height: 105px;
    /*background-color: white;*/
    margin: 10px 10px 0px 15px;
    border-radius: 18px;
}

div #chapter {
    /*display: inline-block;*/
    width: auto;
    height: 45px;
    float: right;
	text-align: right;
	/*border-bottom: 0px #cccccc solid;*/
	border: 0px #cccccc solid;
	border-radius: 8px;
} 

#chapter h2 {
    margin: 10px 20px;
}
div#top-main {
    position: absolute;
    margin-top: 115px;
    width: 100%;
	/*display: flex;*/
	background: linear-gradient(to left, #D8EDFF, #6DB3FF);
}

div#leftMenu {
    position: relative;
    /*margin-top: 106px;*/
	height: auto;
    /*background: rgb(0,63,255);
    background: #003FFF;
    background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7);*/

}

#leftMenu {
	/*border: 1px #cccccc solid;*/
	/*border-radius: 8px;*/
	float: left;
	width: 13%;
	/*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;
	text-decoration: none;
	/*text-decoration-color: red;*/
	/*color: #003FA6;*/
}
#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;

}

div#main {
    position: relative;
    background-color: white;
    padding: 10px;
    /*margin: 10px;*/
    border-radius: 18px;
    /*margin-left: 220px;*/
   /* margin-top: 10px;*/
    width: 84%;
    overflow-y: auto;
    /*position: sticky;
    border: 0px solid #cccccc;

    float: left;

    margin-bottom: 30px;
    margin: 10px auto 40px 230px;

    margin-top: 10px;
    margin: 10px;
    margin-left: 200px;

    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: 0px #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;
}

div #footer{
            /*position: fixed;*/
			position: fixed;
            width: 100%;
			height: 30px;
            /*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;
    /*color: #003FA6;*/
    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: 90%;

	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;
}

input {
    padding: 0.5em 3.5em 0.5em 1em;
    height: 1.5em;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}

.main_info {
    /*color: #337AB7;*/
    color: #003FA6;
}
p.main_info {
    text-align: center;
    font-size: 3ex;
}

img.logo {
    /*width: 200px;*/
    /*width: 4rem;*/
    margin-top: 0px;
    width: 13rem;
    /*max-width: 13rem;*/
}

/* Phone Portrait (320px) */
@media screen and (max-width: 320px) {
   img.logo {
    width: 2rem;
    }
}

/* Phone Landscape (480px) */
@media screen and (min-width: 321px) and (max-width: 550px) {
    img.logo {
        width: 3rem;
    }
}

/* Laptop/Tablet (1024px) */
@media screen and (min-width: 550px) and (max-width: 650px){
    img.logo {
        width: 4rem;
    }
}

@media screen and (min-width: 650px) and (max-width: 850px){
    img.logo {
        width: 5rem;
    }
}

@media screen and (min-width: 850px) and (max-width: 950px){
    img.logo {
        width: 7rem;
    }
}

@media screen and (min-width: 950px) and (max-width: 1150px){
    img.logo {
        width: 8rem;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1250px){
    img.logo {
        width: 9rem;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1450px){
    img.logo {
        width: 10rem;
    }
}