/*
The APJ SYSTEMS License

Copyright 2017 APJ SYSTEMS.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/* 
    Created on : 15 Mar, 2017, 9:37:06 PM
    Author     : NEWUSER
*/


body {
    background-color: #c0c0c0;
    margin-top: 0px;
    margin-left:0px;
    margin-right:0;
    font-family: "Century Gothic";
    font-size: 11pt;

}

.logInDiv{
    
    
    background-color: #F9F9F9;
    
    text-align: center;
    color:#776655;
    
    box-shadow: 0.2em 0.2em 0.3em #999999;
    display:inline-table;
    width:33%;
    
    position:absolute;
    top:25%;
    left:35%;
    
   
}
.logInDiv h2{
	background-color:#444466;
	display:block;
	padding: 5% 0 4% 2%;
	color:#FFF;
}
.logInDiv input[type="text"], input[type="password"]{
    padding:15px;
    border:none;
    background-color:#fff999;
    color:#FFFFFF;
    
}
.logInDiv input[type="text"]:focus, input[type="password"]:focus{
    
    background-color:#666699;
    
    
}
.main-content{
    background-color: #FFF;
    display: table;
    width:94%;
    padding:1%;
    margin:2%;
}
.div-row{
    display:table;
}
.div-cell-left{
    

    float:left;
}
.div-cell-right{

    float:right;
}

.col-1{
    width: 98%;
    padding: 1%;
    
}
.col-9-10{
    width:88%;
    padding:1%;
}
.col-8-10{
    width:78%;
    padding:1%;
}
.col-3-4{
    width:73%;
    padding:1%;
}
.col-2-3{
    width:64%;
    padding:1%;
}
.col-2{
    width:48%;
    padding:1%;
}
.col-3{
    width:31%;
    padding:1%;
}
.col-4{
    width:23%;
    padding:1%;
}
.col-5{
    width:18%;
    padding:1%;
}
.col-1-6{
    width:14%;
    padding:1%;
}
.col-8{
    width:10%;
    padding:1%;
}
.col-10{
    width:8%;
    padding:1%;
}
.col-20{
    width:3%;
    padding:1%;
}
*[class^='col-']{
	display:table-cell;
}
.round-6{
    border-radius:6px;
}
.round-0{
    border-radius: 50%;
}
.round-6-top{
    border-radius:6px  6px 0 0;
}
.input-text, .input-select, .input-textarea{
    border:solid 1px #000;
    transition: 1s;
    cursor:pointer;
    padding:10px;
    font-family: "Century Gothic";
    font-size:10pt;
    
    
}
.input-text:hover, .input-select:hover, .input-textarea:hover, .input-text:focus, .input-select:focus, .input-textarea:focus{
    background-color: #55DDAA;
    color:#FFF;
}
.input-button{
    border:none;
    background-color: #ABCDEF;
    color:#000000;
    transition: 1s;
    padding:1%;
    cursor:pointer;
}
.input-button:hover, .input-button:focus{
    background-color: #00cc00;
    color:#ffffff;
}
.input-checkbox{
    border:none;
    padding:1%;
    color:#666666;
}
.text-align-left{
    text-align: left;
}
.text-align-center{
    text-align:center;
}
.text-align-right{
    text-align: right;
}
.font-big{
    font-size: 120%;
}
.font-medium{
    font-size: 110%;
}
.font-normal{
    font-size:100%;
    
}
.font-upper{
    text-transform: uppercase;
}
.font-small{
    font-size:90%;
}
.alert-failure{
    background-color:#FF0000;
    color:#FFF;
    width:98%;
    padding:1%;
}
.alert-success{
    background-color: #00cc00;
    color: #FFF;
    padding:1%;
    width:98%;
}
.div-border{
    border:solid 1px #666;
}
.div-bold{
    font-weight: bold;
}
.div-flex-container{
    display: flex;
    display: -webkit-flex;
    width:100%;
}
.div-flex-item{
    margin:1%;
    clear:both;
}
.menuDiv{
    background:#66ADBC;
    width:98%;
    display:table;
    padding:1%;
}
.h2-border {
	border-bottom:solid 2px #666666;
}
.menuDiv .listDiv a{
    color:#FFF;
    border-bottom: solid 2px #FFF;
    font-weight:bold;
    text-decoration: none;
    display: block;
    clear: both;
    margin-top: 1%;
    padding:1%;
    list-style: none;
    
    
}
.menuDiv .listDiv a:hover{
    background: orange;
    display:block;
}
.loader{
    border:16px solid #F3F3F3;
    border-top: 16px solid #FF9900;
    border-bottom:16px solid #009900;
    
    border-radius: 50%;
    width:150px;
    height:150px;
    animation:spin 2s linear infinite;
    padding:15px;
    text-align: center;
    margin-left:35%;
    margin-top:5%;
}
@keyframes spin{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

.grdRow{
    background-color: #44EBAD;
    border-bottom:solid 1px #003366;
}
.grdRow tbody tr:nth-child(odd){
	background-color:#FFF;
}
.grdRow tbody tr:nth-child(even){
    background-color: #cccccc;
}
.grdRow tbody tr:hover{
    background-color:#FF9900;
    color:#FFF;
}
.grdRow tbody td{
	padding:5px;
	border:solid 1px #666;
	font-size:8pt;
}
.grdRow tbody th{
	border:solid 1px #666;
}
.grdRow tfoot td{
	background-color:#FFF;
	border:solid 1px #666;
	font-weight:bold;
}
.col-height{
	height:100%;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
 
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight:bold;
  
}
.topnav a:hover {
  background-color: #ddd;
  color: #000;
}
.topnav .listDiv a{
    color:#FFF;
    
    font-weight:bold;
    text-decoration: none;
    display: block;
    clear: both;
    
    padding:1%;
    list-style: none;
    float:left;
}
.topnav .listDiv a:hover{
    background: orange;
    display:block;
}


 .topnav .activeList {
	background-color:#ddd;
	color: #000;
}

.topnav .icon {
  display: none;
}

.topnav .menuHead{
	display:none;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	margin-left:2%;
}

@media screen and (max-width: 600px) {
  .topnav a {display: none;} 
  /*not(:first-child)*/
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav .menuHead{
  	float:left;
  	display:block;
  	position:absolute;
  }
  
  
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .input-button{
  	display:inline-block;
  	width:98%;
  	padding:1%;
  	margin:0.5%;
  	
  }

}

#procDiv{
	display:none;
	width:90%;
	margin:1%;
	background:transparent;
}

.iconLogImg{
	display:inline-block;
	cursor:pointer;
	width:10%;
	height:auto;
}

#srchBox{
	/*background-image: url('/css/searchicon.png');  Add a search icon to input */
    /*background-position: 10px 12px;  Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    /*width: 100%;  Full-width */
    
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 12px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}


@media only screen and (max-width: 600px) {
    .div-cell-left, .div-cell-right { 
        display: block;
        width: 100%;
    }
}

/* Dropdown Button */
.dropbtn {
    background-color: teal;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #556567;
}