﻿body {
    font-size:12px;
    height: 615px;
    padding:0px;
}
.vertical-menu {
    width: auto;
    padding-left:20px;
     padding-right:30px;
    margin-left:20px;
    background-color: #f8f8f8;
    position: fixed;  
   height:580px; 
    transition: all .4s ease 0s;
    color:#8e8e8e;
    margin-top:-20px;
    border-left:2px groove #fff; 
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
   }

.main-content {
    width: 85%;
    /*height:548px;
   overflow:auto;*/ 
    margin-top:10px;
}
.main-content-2{
  min-height: 480px;
     /*margin-top:30px;*/
}
.vertical-menu a {
    color: #808080;
    display: block;
    padding: 7px;
    text-decoration: none;
    border-bottom: 1px solid #808080;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.vertical-menu a:hover { 
     background-color: white !important;
    color: #FFA507; 
}
.vertical-menu a.active {
    background-color: white;
    color: white;
}
.wrapper {
     width:100%;
     height:620px;
}
.hideGridColumn {
    display: none;
}
.btn-grey {
    color: #fff;
    background-color:#808080;
    border-color: #808080;
}
div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}
.pnl_search {
    margin-left:100px;
    background-color: White;
    border: solid #0094ff 3px;
    border-radius: 15px;
}
.btn-grey {
    color: #fff;
    background-color:#808080;
    border-color: #808080;
}
.btn {
    padding: 4px !important;
    }
.btnAlign {
    margin-right:17%;
}
.container  {
    margin-left:1%;
}
.cash-input
{
    text-align:right;
}
.chkstyle input
{
  vertical-align: middle !important;
}
input, button, select, textarea, label, span {
    line-height: normal !important;
  
    font-family: Tahoma;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

input[type="radio"], span{
    vertical-align:middle;
    margin-bottom: 0px;
}
input[type="text"]{
   height:20px !important;
}
input[type="checkbox"], label{
   height:auto  !important;
}
.form-group {

    margin-bottom: 10px;
    top: -405px;
    left: -167px;
}
.row {
    margin-right: 15px;
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.float-right {
    float: right;
    height: 24px;
    margin-bottom: 0px;
}
.btn-primary {
    background-color:#0079c1;
    color: #fff;
}
.btn {
    font-weight:bold;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*
.grid-header {
     background-color:	#424952;
     color:White;
     font-size: 11px;
     font-family: Tahoma;
     font-weight: normal;
     border:solid 1px black;
     text-align:left;
}
.grid-pager {
     color:#FFA507;
     text-align:left;
}
table
{
     font-family: Calibri;
}
.grid-row{
  color:black;
  border:solid 1px black;
 
}
.grid-selectedRow {
      color:black;
      background-color:#ccc;     
}
.grid-footer {

}*/
.sub-head-box {
    font-weight: bold; 
    text-align: center; 
 /* background-color: #424952;*/
    width:90%;
   /* height:15px;*/
    color:#0079c1;
    /*padding:5px;*/
    margin-bottom:20px;
}
/*Modal */
.modalBackground {
background-color: Gray;
filter: alpha(opacity=80);
opacity: 0.9;
z-index: 10000;
}

#content_pnlpopup{
    border-radius: 25px !important;
}

/*instruction*/
.panel-note {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}
.info-note {
    margin-top: 16px;
    margin-bottom: 16px;
}
.info-note {
    padding: 0.01em 16px;
}




/*trial*/

.main-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:auto;
    background-color: #0079c1;
}

.main-nav li {
    float: left;
}

.main-nav li a, .dropbtn {
    display:block;
    color: white;
    text-align: left;
    padding: 10px 10px;
    text-decoration: none;
}

.main-nav li a:hover, .dropdown:hover .dropbtn {
    background-color:  #333;
}

.main-nav li.dropdown {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 83px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;
}
/*.active {
    background-color: #333;
}*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .form-group {
        width: 100%;
    }

    .btn {
        margin: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    /* For tablets: */
    .form-group {
        width: 100%;
    }

    .btn {
        margin: 10px;
        width: 100%;
    }
}
.footer
{
    color:#808080;
    width:100%;
    text-align:center;
}
.btcontainer{
margin-left:15%;
}


.menu-line {
    width: 20px;
    height: 2px;
    background-color: black;
    margin: 3px 0 ;
    margin-left:10px;
}


/* ==========================================================================
 *                Dividers
   ========================================================================== */
.mom_hr {
	margin-bottom: 30px;
	margin-top: 20px;
	clear: both;
    
}
.tab-content .mom_hr {
    clear: none;
}
.mom_hr .mom_inner_hr {
	height: 0;
	border-bottom:2px solid #e7e7e7;
	display: block;
	position: relative;
    /*top: 28px;*/
    left: 0px;
}
.mom_hr.mom_hr_dashs .mom_inner_hr {
    border-bottom-style: dashed;
}
.mom_hr.mom_hr_dots .mom_inner_hr {
    border-bottom-style: dotted;
}

.mom_hr .mom_inner_hr i {
	position: absolute;
	background: #fff;
	border: 2px solid #e3e3e3;
	height: 9px;
	width: 10px;
	top:-5px;
	left: 5%;
	margin-left: -5px;
}
.mom_hr .mom_inner_hr i:before, .mom_hr .mom_inner_hr i:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top:2px;
	background: #aeaeae;
}
.mom_hr.mom_hr_circle i, .mom_hr.mom_hr_circle .mom_inner_hr i:before, .mom_hr.mom_hr_circle .mom_inner_hr i:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.mom_hr .mom_inner_hr i:before {
	left: -9px;
}
.mom_hr .mom_inner_hr i:after {
	right: -9px;
}
.mom_hr_short {
	padding: 0 ;
}
.mom_hr_medium {
	padding: 0 18%;
}
.hr_icon_left .mom_inner_hr i {
	left: 0;
	margin-left: 0;
}
.hr_icon_left .mom_inner_hr i:before, .hr_icon_right .mom_inner_hr i:after {
	display: none;
}
.mom_hr_short.hr_icon_left {
	padding-left: 0;
	padding-right: 60%;
}
.hr_icon_right .mom_inner_hr i {
	right: 0;
	left: auto;
	margin-right: 0;
}
.mom_hr_short.hr_icon_right {
	padding-right: 0;
	padding-left: 60%;
}
@-moz-document url-prefix() {
    textarea {
        height: 30px !important;
    }
}