@font-face {
    font-family: common;
    src: url(../fonts/Cocomat.ttf);
}

*{margin: 0px; padding: 0px; border: 0px; text-decoration: none;}
body{ font-family: sans-serif; font-size: 14px; font-weight: normal; color: #000; background: #FCFCFC; position: relative; background: url(../img/background.jpg) no-repeat top right;}
a{color: #ff8e11; padding: 3px 5px;}
a:hover{color: #0683b2;}
/***********************************
*               TOP                *
***********************************/

.top{
    width:96%;
    height: 16%;
    background: url(../img/topbg.png)  bottom center repeat-x ;
    position: relative;
    color: #fff;
    padding: 2% 2%;
}
#logout{
    position: absolute;
    right:2%;
    top:40%;
}
#renew{
    position: absolute;
    right:2%;
    top:60%;
}
#loader{
        display: none;
	position: absolute;
        top:0;
        left:0;
        width:90%;
	padding: 20% 5%;
	background:url(../img/dot.png) no-repeat  center right rgba(255,255,255,.8);
	z-index:1002;
	overflow: auto;
}
.top h1{
    font-family: common;
    color:#333;
}
.top h1>img{
    height:80px;
    margin:0px;
    padding:0px;
}
/***********************************
*             CONTENT              *
***********************************/
div.main{
    width:100%;
    position: relative;
    margin-top: .5%;
}
div.content{
    position: absolute;
    top:0;
    right: 0;
    width:79%;
}
div.menu{
    position: absolute;
    top:0;
    left:0;
    width:20%;
}
div.menu ul{
    list-style: none;
    padding:20px 0px 0px 20px;
}
div.menu ul > li {
    margin-bottom: 10px;
    border-left: 4px solid #0683b2;
    padding-left: 10px;
    padding-bottom: 10px;
}
div.menu ul > li.active {
    border-bottom: 4px solid #0683b2;
    padding-bottom: 6px;
}
div.menu ul > li.notlink {
    border-bottom: 4px solid #0683b2;
    border-left: none;
    padding-bottom: 6px;
}
div.menu ul > li.notlink:hover {
    border-bottom: 4px solid #0683b2;
    border-left: none;
    padding-bottom: 6px;
}

div.menu ul > li:hover {
    border-left: 4px solid #ff8e11;
    border-bottom: 4px solid #ff8e11;
    padding-bottom: 6px;
}
div.menu ul > li > a{
    color: #000;
    font-family: common;
}
div.main div.content form.objcetForm{
    position: relative;
    margin-top: 20px;
    width: 97%;
    color: #6e6e6e;
    padding : 1%;
    
}
div.main div.content form div.left{
    float: left;
    width: 49.9%;
}
div.main div.content form div.right{
    float: right;
    width: 49.9%;
}
div.main div.content form div.submitRow{
    clear: both;
    width: 99%;
}
.objcetForm {
    width: 100%;
}
div.content form fieldset{
    border: 1px solid #afafaf;
    padding:5px;
    width:99%;
    margin-bottom: 10px;
}
div.content form fieldset legend{
    margin-left: 10px;
    padding: 0 5px;
    font-family: common;
    text-transform: uppercase;
}
div.content form label{
    display: inline-block;
    width:30%;
    height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;  
    padding:5px 0px;
    border-bottom: 1px solid #444;
}
div.content form label.fulllength{
    width:99%;
}
div.content form p.label{
    display: inline-block;
    width:30%;
    height: 100%;
    padding:5px 0px;
    text-transform: uppercase;
    font-family: common;
    margin-bottom: 10px;
    padding:5px 0px;
    border-bottom: 1px solid #444;
    
}
div.content form select{
    width:69%;
    height: 100%;
    padding:4px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    background: rgba(255,255,255, .4);
}
div.content form input{
    display: inline-block;
    width:69%;
    height: 100%;
    padding:5px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    background: rgba(255,255,255, .4);
}
div.content form input[type=radio], div.content form input[type=checkbox]{
    height: 15px;
}
div.content form input[type=file], div.content form input[type=date]{
    display: inline-block;
    width:69%;
    height: 100%;
    padding:2px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    background: rgba(255,255,255, .4);
}

div.content form textarea{
    display: inline-block;
    width:99%;
    height: 200px;
    padding:5px 5px;
    border:1px solid #444;
    margin-bottom: 10px;
    background: rgba(255,255,255, .6);
}
div.content form input[type=submit]{
    display: inline-block;
    width:80px;
    padding:3px;
    border: 1px solid #ff8e11;
    background: #ff8e11;
    color: #000;
    cursor: pointer;
    font-family: common
}
div.content form input:hover[type=submit]{
    background: #0683b2;
    border: 1px solid #0683b2;
}
div.content form a.submit{
    display: inline-block;
    width:80px;
    padding:3px;
    border: 1px solid #ff8e11;
    background: #ff8e11;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-family: common;
    vertical-align: top !important;
}
div.content form a.submit:hover{
    background: #0683b2;
    border: 1px solid #0683b2;
}

div.content .error{
    border-bottom:  4px solid red;
    padding:5px 10px;
    text-align: center;
    margin-top: 20px;
}
/***********************************
*               LIST               *
***********************************/
div.content div.adminTable{
    max-height: 400px;
    overflow-y: auto;
}
div.content div.adminTable a img.order{
    width:20px;
    vertical-align: middle;
}
div.content div.adminTable .info{
    margin: 20px 5px;
    border-left: 4px solid #ff8e11;
    padding:8px;
}
div.content div.adminTable tr.innerTitle td{
    background: #0683b2;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
div.content div.adminTable tr.innerHead td{
    background: #ff8e11;
    text-align: center;
    font-size: 14px;
    color: #000;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.9); 
}
div.adminTable td.multipleDelete input{
    width:20px !important;
    text-align: center;
    vertical-align: middle;
}
div.adminTable td.multipleDelete {
    width:20px !important;
    vertical-align: middle;
}
div.content div.adminTable table{
    width:99%;
    margin-top:20px;
    padding:0px;
    margin-bottom: 10px;
    border-collapse: collapse;
}
div.content div.adminTable table, th, td {
    border: 1px solid black;
}
div.content div.adminTable td:first-child{
    border-left: 1px solid #444;
}
div.content div.adminTable td{
    vertical-align:middle;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    padding:3px 4px;
    font-size:13px;
    color:#000000;
    word-wrap: break-word;
    max-width: 200px;
}
div.content div.adminTable tr:last-child td{
    border-bottom: 1px solid #000;
}
div.content div.adminTable tr:first-child td{
    background-color:#ff8e11;
    border:1px solid #ff8e11;
    text-align:center;
    font-size:15px;
    font-family:common;
    color:#333;
    text-transform: uppercase;
    font-weight: 900;
}
/***********************************
*              LOGIN               *
***********************************/
div.loginForm{
    width:330px;
    border: 1px solid #444;
    margin: 15% auto;
    padding:10px;
    color:#444;
}


div.loginForm h1{
    font-weight: lighter;
    margin-bottom: 10px;
    font-family: common;
}
div.loginForm h1 > img{
    height: 30px;
    margin-right: 10px;
}
div.loginForm form label{
    display: inline-block;
    width:70px;
    margin-bottom: 10px;
    padding:5px 0px;
    border-bottom: 1px solid #444;
}
div.loginForm form input{
    display: inline-block;
    width:250px;
    margin-bottom: 10px;
    padding:5px 0px;
    background: none;
    border-bottom: 1px solid #444;
}
div.loginForm form input[type=submit]{
    display: inline-block;
    width:100px;
    padding:3px;
    border: 1px solid #ff8e11;
    background: #ff8e11;
    color: #fdfdfd;
    cursor: pointer;
}
div.loginForm form input:hover[type=submit]{
    background: #0683b2;
    border: 1px solid #444;
}
/***********************************
*             OTHER             *
***********************************/
div.info{
    margin:10px 5px;
    border-left: 1px #000 dashed;
    padding-left: 20px;
}