body {
    font-family: Lato;
    font-size: 11px;
    margin: 0;
    background: #E4E8F9;
    padding: 0px;
}

.body {
    clear: both;
    color: #1A237E;
    margin: 0px;
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
    padding: 0px;
}

.header {
    background: #1A237E;
    height: 71px;
    overflow: visable;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #bcc3ce;
    box-sizing: border-box;
    font-family: Lato;
    line-height: 71px;
    min-width: 1024px;
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 100;
    padding: 0px
}
.absolute {
    position: absolute;
    color:   white;
}
.content {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    clear: both;
    display: block;
    min-height: 400px;
    z-index: 1;
    padding: 0px 100px 0 100px;
    overflow: auto;
    position: relative;
    text-align: center;
    min-width: 1020px;
}

.clear {
    clear: both;
}

.login{
   margin: 10px auto auto;
    text-align: left;
    width: 305px;
    text-align: center;
}

.frame {
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blue {
	color: white;
	background-color: #08437D;	
}
.margin15 {
    margin: 15px;
}


.corners_bottom{
	border-radius: 0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;

}
.corners_top{
        border-radius: 7px 7px 0 0;
        -moz-border-radius:7px 7px 0 0;
        -khtml-border-radius: 7px 7px 0 0;

}

.footer {
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 0 0 15px 15px;
    -moz-border-radius:0 0 15px 15px;
    -khtml-border-radius: 0 0 15px 15px;
}

div.error {
    background: url("../images/error.png") no-repeat scroll 10px 50% #FFFBCE;
    border: 1px solid #FEAA02;
    color: #FF0000;
    margin: 10px auto;
    padding: 7px 5px 7px 45px;
    text-align: left;
    width: 400px;
}


######cell
.tcell {
 width: 280px;
 border:0;
 cellspacing: 0;
 cellpadding: 0;
}
.tcell td {
	width: 120px;
}

#.2column td {
#	vertical-align:top;
#}

.logo{
	z-index: 150;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.menu {
	overflow: visible;
	color: white;
	font-size: 15px;
	background: #1A237E;
	
}
.name {
	width: 30%;
	float:left;
	font-size: 15px;
	color: white;
	text-align: center;
}


.delete_user {
    background: url("../images/delete.png") no-repeat;
    height: 15px;
    overflow: hidden;
    float: right;
    position: relative;
    width: 15px;
    cursor: pointer;
}

div#title_head {
    text-align: left;
    margin-left: 0px;
    padding: 10px 0px 10px 0px;
     border-radius: 4px 4px 4px 4px;
        -moz-border-radius:4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
}

.popup {
	position:absolute;
	z-index: 1000;
	left: 100px;
	top: -100px;
	width: 300px;
	height: 160px;
	padding: 20px;
	background: #F5F5F5;
	border: 4px double #8D98E9;
	border-radius: 14px 14px 14px 14px;
        -moz-border-radius:14px 14px 14px 14px;
        -khtml-border-radius: 14px 14px 14px 14px;
}
.popup .closeline {
	width: 200px;
	height: 30px;
	top:10px;
	background: white;
}
.popup  #pad {
	width: 380px;
}

.popup .close{
	height: 20px;
	width: 20px;
}
.popup #changable {
	height: 30px;
	padding: 10px;
}

.popup #param_i {
	width: 200px;
	 border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        background: #f0f0fe none repeat scroll 0 0;
        border: 1px solid grey;
        margin: 10px;
}

.calendar_input {
	cursor: pointer;
	width:75px;
}

.calendar_input:hover {
        cursor: pointer;
	background: blue;
	color: white;
}

.calendar_time {
	cursor: pointer;
        width:45px;
}

.calendar_time:hover {
	background: blue;
        color: white;
}



.subtotal td:nth-child(2n+1) {
         background-color: #5F7294;
         color: white;
}
.subtotal td:nth-child(2n) {
         background-color: #5F7294;
         color: white;
}
.subtotal td:nth-child(1) {
	border-radius: 6px 0 0 6px;
}

.subtotal td:nth-child(7) {
        border-radius: 0px 6px 6px 0;
}
.header_spacer {
	width:100px;
	height: 100px;
}
.tophelp {
	color: #19247E;
	font-size: 20px;
	text-align: left;
	padding-left: 0px;
}
.tophelp2{
	color: #000066;
	font-size: 12px;
        text-align: left;
        padding-left: 0px;
	padding-top: 15px;
}
.mainform div select {
	border: none;
}

.ui-widget {
		 font-family: Lato;	
	}
.ui-selectmenu-button {
	background: white;
	border: 0px;
	}
.frame input[type="text"], .frame input[type="password"],#popup input[type="text"] {
	margin: 1px 5px 1px 5px;
	width: 176px;
	height: 23px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
        border-top-left-radius: 3px;
	background: #f0f0fe none repeat scroll 0 0;
	border: 1px solid grey;
}

.frame input[type="text"]:hover,.frame input[type="text"]:focus,
.frame input[type="password"]:hover,.frame input[type="password"]:focus,
#popup input[type="text"]:hover,#popup input[type="text"]:focus {
	border: 2px solid #929ce6;
	margin: 0px 4px 0px 4px;
}

div#title_head input[type="text"] {
	margin: 1px 5px 1px 5px;
        width: 176px;
        height: 20px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        background: white none repeat scroll 0 0;
        border: 1px solid white;
}
.frame textarea {
	 border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        background: #f0f0fe none repeat scroll 0 0;
        border: 1px solid grey;
        margin-left: 1px;
}
.frame textarea:hover,.frame textarea:focus {
        border: 2px solid #929ce6;
        margin: 0px;
}
div.leftmost {
		display: inline;
		float: right;
		margin: 0px;
	}
.lblue {
	color: #29B5F3;
	margin: 0px;
}
div.splitter {
	background: #B3BDBE;
	width: 100%;
	height: 1px;
	content: "";
	}

table.bigtablelist tfoot{
	visibility: hidden;
}

.frame .ui-selectmenu-button {
	border: 1px solid grey;
	background: #F0F0FE;
}
div#title_head input[type="text"].timeinfo {
	width: 70px;
}
div#title_head input[type="text"].timeinfo:hover {
        width: 70px;
	background: #f0f0fe;
}

div.body.mobile_l div.content {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    clear: both;
    display: block;
    min-height: 200px;
    z-index: 1;
    padding: 0px 10px 0 10px;
    overflow: auto;
    position: relative;
    text-align: center;
    min-width: 600px;
}
div.body.mobile_s div.content {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    clear: both;
    display: block;
    min-height: 200px;
    z-index: 1;
    padding: 0px 10px 0 10px;
    overflow: auto;
    position: relative;
    text-align: center;
    min-width: 400px;
}
div.body.mobile_l div#title_head input#filter,div.body.mobile_s div#title_head input#filter {
	width: 60px
}

div.body.mobile_l div.header.absolute, div.body.mobile_s div.header.absolute {
	height: 30px;
}
div.body.mobile_l div.header_spacer,div.body.mobile_s div.header_spacer {
	 height: 30px;
}

div.body.mobile_l .tophelp {
	font-size: 12px;
}

div.body.mobile_l .tophelp2 {
        font-size: 10px;
}

div.body.mobile_l .dropdown-linear li.dira,div.body.mobile_s .dropdown-linear li.dira,
div.body.mobile_l .dropdown-linear li.dir,div.body.mobile_s .dropdown-linear li.dir {
	padding-top: 6px;
	padding-left: 10px;
	height: 15px;
}

div.body.mobile_l .name,div.body.mobile_s .name {
	position: absolute;
	top: -30px;
	left: 3px;
        float: None;
        width: 5%;
        font-size: 12px;
        color: white;
        text-align: left;
}

div.body.mobile_l div#title_head, div.body.mobile_s div#title_head {
	padding: 0px 0px 0px 0px;
}

div.body.mobile_l div.content, div.body.mobile_s div.content {
	padding: 0px 4px 0 4px;
}

div.body.mobile_l table.dataTable tbody th, div.body.mobile_l table.dataTable tbody td,
div.body.mobile_s table.dataTable tbody th, div.body.mobile_s table.dataTable tbody td{
	padding: 2px 3px;
}

div.body.mobile_l div.content  table#tab.bigtablelist.dataTable tbody td:first {
	width: 5%;
}

.dir_mobile {
	display: none;
}

div.body.mobile_l  .dir_mobile,div.body.mobile_s  .dir_mobile {
        display: block;
}

.button.access_order {
    height: 20px;
    font-size: 80%;
}


.dropdown-linear li.dira.dira5, .dropdown-linear li.dira.dirlogout  {
    width: 50px;
}
.dropdown-linear li.dira.dira3,.dropdown-linear li.dira.dira7  {
    width: 50px;
}

ul#nav.dropdown.dropdown-linear li.dira.dira6 ul li {
    width: 120px;
}

ul#nav.dropdown.dropdown-linear li.dir.dir4 ul li {
    width: 120px;
}

div.myname {
    height: 50px;
}
div.mynamereseller {
    position: relative;
    vertical-align: text-top;
    line-height: 6px;
    top: 0px;
}
div.mynamereseller.do_not_hide_no {
    display: none;
}
div.body div.header.absolute div.mynametop {
    position: absolute;
    top: 6px;
    right: 35px;
    z-index: 999;
}
div.body.mobile_s div.header div.mynametop{
    display: none;
}
div.body.mobile_l div.header div.mynametop {
    position:  absolute;
    top: -20px;
    right: 10px;
    z-index: 999;
}
div.body.mobile_l div.header.absolute div.mynametop div.mynamereseller.do_not_hide_yes {
    display: none;
}