*{
	margin:0;
	padding:0;
	list-style:none;
	outline-color: #d3d3d3;
	border-radius: 0px;
}

html, body 
{
	margin:0;
	font-family: Calibri,helvetica,sans-serif; 
	/*overflow:scroll;
	overflow-X:hidden;*/
}

.header{
	height:52px;
	box-shadow: 0 2px 4px 0 rgba(4, 4, 15, 0.45);
	background-image: linear-gradient(to top, #526dcb, #5e8bff);
	position:relative;
	z-index:1;
}
.logo {
	width: 180px;
	height: 52px;/*
	box-shadow: 0 2px 4px 0 #526dcb;*/
	background-color: linear-gradient(to top, #526dcb, #5e8bff);
	clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
	z-index: 2;
}

.logo_img {
	width:90px;
	height:40px;
	vertical-align:middle;
	position:absolute;
	top:10px;
	left:22px;
}

#menu_control ,input[name='menu_control_option']{
	position:absolute;
	opacity:0;
	z-index:-2;
}

.main_container
{
	background-color: #d3d3d3;
}

.container
{
	display: block;
	height: calc(100% - 52px);
	position: relative;
	top: 0;
	z-index: 0;
}

.footer {
	height: 30px;
	position: relative;
	bottom: 0px;
	background-color: #d3d3d3;
}

.footer_index {
	height: 30px;
	background-color: #d3d3d3;
	margin: 0 auto;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 90%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin: auto;
	box-shadow: 0 1px 4px 0 rgba(4, 4, 15, 0.45);
	background-color: #ffffff;
	width: 569px;
	height: auto;
	position: relative;
	top: -80px;
}

.modal-title
{
	height: 30px;
	line-height: 32px;
    background-color: #497bfc;
    /*text-shadow: 0 2px 4px #4d6500;*/
	font-size: 17px;
    font-weight: 600;
	letter-spacing: normal;
    text-align: center;
    color: #ffffff; 
}

/* The Close Button */
.close {
	background-image: url(../img/Close_2.svg);
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: inline-block;
	position: relative;
}

.modal_name {
	font-size: 16px;
	letter-spacing: normal;
	color: #7d7d7d;
	position: relative;
	top: 37px;
}


.input_username
{
	width: 150px;
    height: 30px;
    border-radius: 0px;
    /*box-shadow: inset 1px 1px 2px 1px rgba(4, 4, 15, 0.32);*/
    background-color: #ffffff;
	/*position:relative;
	top:25px;*/
	border: none;

}

.modal_pwd {
	font-size: 17px;
	letter-spacing: normal;
	color: #7d7d7d;
	position: relative;
	top: 56px;
	border: none;
}

.input_password
{
	width: 150px;
    height: 30px;
    border-radius: 0px;
    /*box-shadow: inset 1px 1px 2px 1px rgba(4, 4, 15, 0.32);*/
    background-color: #ffffff;
	/*position:relative;
	top:44px;*/
	border: none;
}

#login_check_button {
	letter-spacing: normal;
    text-align: center;
    display: block;
    /*width: 67px;*/
    height: 20px;
    border: 0;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #497bfc;
    margin: 0;
    padding: 1px 20px 1px 20px;
}

#login_check_button:hover{
	background-color: #284ba5;
}

#logout_check_button {
	letter-spacing: normal;
    text-align: center;
    display: block;
    width: 67px;
    height: 20px;
    border: 0;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff4343;
	margin: 0;
}
#logout_check_button:hover{
	background-color: #ab273c;
}

.cancel_btn{
	width: 67px;
    height: 20px;
    border: 0;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #c4c4c4;
	margin:0;
}

.cancel_btn:hover{
	 background-color: #7d7d7d;
}
/*
.close {
	bottom: -169px;
}*/

.pagebody.logined .readonly_item
{
	display:none;
}

.pagebody:not(.logined) .write_item {
	display: none;
}

input {
    padding: 0;
    margin: 3px 9px;
    border-radius: 0px;
   box-shadow: inset 0px 0px 1px 1px #e5e1e6;
    background-color: #ffffff;
    vertical-align: middle;
    height: 19px;
    border: none;
    text-align: left;
    padding-left: 15px;
	font-size: 17px;
	color:#7d7d7d; 
	font-family: Calibri,helvetica,sans-serif; 
}

select {
    padding: 0;
    margin: 3px 9px;
    border-radius: 0px;
    box-shadow: inset 0px 0px 1px 1px #e5e1e6;
    background-color: #ffffff !important;
    vertical-align: middle;
    height: 22px;
    border: none;
    text-align: center;
	font-size: 15px;
	font-family: Calibri,helvetica,sans-serif; 
	color:#7d7d7d; 
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/down_arrow_gray.svg") no-repeat scroll right center transparent;
    padding-right: 10px;
    text-align-last: left;
    text-align: left;
    /*padding-left: 0px;*/
    font-family: Calibri,helvetica,sans-serif; 
	background-position: right 8px bottom 8px; 
}

option {
	color: #7d7d7d;
}
/*
select:focus option:checked{
	color: #494949;
}*/

select::-ms-expand {
    display: none;
}

input[type='radio'] {
    box-shadow: none;
    margin: 0px 5px 0px 0px;
    height: auto;
    width: auto;
}

input[type=checkbox] {
  margin-left: 0px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}

input[type=checkbox]:after {
  position: relative;
  width: 10px;
  height: 13px;
  top: -3px;
  content: " ";
  display: inline-block;
  visibility: visible;
  padding: 0px 3px 2px 2px;
  border-radius: 0px;
  /*border: solid 0.5px #494949;*/
  background-image: url(../img/checknone.png);
}

input[type=checkbox]:checked:after {
  content: " ";
  background-image: url(../img/check.png);
}

input[type=checkbox]:disabled:after {
  content: " ";
  background-image: url(../img/checkbox_disabled.png);
}

input[type=checkbox]:checked:disabled:after {
  content: " ";
  background-image: url(../img/checkbox_checked_disabled.png);
}

.menu_item, .menu_item label
{
	cursor:pointer;
	margin-top: 2px;
}

input:disabled ,select:disabled{
	background-color: #e6e6e6 !important;
}