body {
	width: 100%; height: 100vh;
}

.modal-header {
	/* background-color: #257d22; */
	background-color: #72ce55;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	 border-bottom: solid 1px #257d22;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-footer {
	/* background-color: #e8bf3d; */
	background-color: #72ce55;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	 border-top: solid 1px #257d22;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}

.modal-title {
	text-align: center; display: inline-block; width: 100%; font-weight: bolder;  
}

.smaler-xfont {
	font-size: 85%; 
}

.ol-zoom {
   top: 14%;
}

.login-dark {
  height:100%;
  background:#72ce55;
  background-size:cover;
  position:relative;
}

.login-dark form {
  max-width:320px;
  width:90%;
  background-color:#1e2833;
  padding:40px;
  border-radius:4px;
  transform:translate(-50%, -50%);
  position:absolute;
  top:50%;
  left:50%;
  color:#fff;
  box-shadow:3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
  text-align:center;
  padding:15px 0 20px;
  font-size:100px;
  color:#2980ef;
}

.login-dark form .form-control {
  background:none;
  border:none;
  border-bottom:1px solid #434a52;
  border-radius:0;
  box-shadow:none;
  outline:none;
  color:inherit;
}

.login-dark form .btn-primary {
  background:#214a80;
  border:none;
  border-radius:4px;
  padding:11px;
  box-shadow:none;
  margin-top:26px;
  text-shadow:none;
  outline:none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background:#214a80;
  outline:none;
}


.login-dark form .forgot {
  display:block;
  text-align:center;
  font-size:12px;
  color:#6f7a85;
  opacity:0.9;
  text-decoration:none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity:1;
  text-decoration:none;
}

.login-dark form .btn-primary:active {
  transform:translateY(1px);
}

.navbar {
    opacity: 1;
}

.navbar-default-bottom {
	border-top: solid 1px #257d22;
	background-color: #fcfcfc;
	opacity: 1;
}

.navbar-default-top {
	border-bottom: solid 1px #257d22;
	background-color: #fcfcfc;
	opacity: 1;
}

.bg-custom-blue {
    color: #257d22;	
}

.btn-primary {
    background: linear-gradient(to bottom,  #529bca 50%,#125b9a 50%);
    opacity: 1; border: solid 1px #529bca;
}
.btn-primary:hover {
    background: linear-gradient(to bottom,  #125b9a 50%,#529bca 50%);
    opacity: 1; border: solid 1px #125b9a;
}

.btn-danger {
    background: linear-gradient(to bottom,  #d9534f 50%,#89130f 50%);
    opacity: 1; border: solid 1px #d9534f;
}
.btn-danger:hover {
    background: linear-gradient(to bottom,  #89130f 50%,#d9534f 50%);
    opacity: 1; border: solid 1px #89130f;
}

.btn-success {
    background: linear-gradient(to bottom,  #459d42 50%,#055d02 50%);
    opacity: 1; border: solid 1px #055d02;
}

.btn-success:hover {
    background: linear-gradient(to bottom,  #055d02 50%,#459d42 50%);
    opacity: 1; border: solid 1px #459d42;
}

.btn-warning {
    background: linear-gradient(to bottom,  #f3d261 50%,#b39221 50%);
    opacity: 1; border: solid 1px #f3d261;
	color: #202020; font-weight: bold;
}
.btn-warning:hover {
    background: linear-gradient(to bottom,  #b39221 50%,#f3d261 50%);
    opacity: 1; border: solid 1px #b39221;
	color: #202020; font-weight: bold;
}
.btn {
    font-size: 1em;
}

.container
{
    width: 95%;
}

#info {
  position: absolute;
  z-index: 100;
}

.popover {
    background: #030303;
	color: #c0c0c0;
}

.popover-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;	
}

.popover.top .arrow:after {
  border-top-color: #030303;
}

#x-margin-zero .glyphicon {
  display:block;text-align:center;height:auto;
}

.xmenu-xheader {
	font-weight: bolder;
}
.tableFixHead { 
	display: inline-block; overflow: scroll; height: 320px; 
	border-collapse: separate; width: 100%; border: 2px solid #a0a0a0;
}
.tableFixHead thead th { 
	position: sticky; top: 0; z-index: 9998; background-color: #ffffff; text-align: center;
	border-bottom: 2px solid #a0a0a0; border-right: 2px solid #a0a0a0; 
	padding: 5px; font-size: 9pt; min-width: 80px; 
}
.tableFixHead tbody th { 
	position: sticky; left: 0; z-index: 9997; background-color: #ffffff; text-align: left;
	text-transform: capitalize; border-bottom: 2px solid #a0a0a0; border-right: 2px solid #a0a0a0; 
	padding: 5px; font-size: 9pt; min-width: 80px; 
}
.tableFixHead tbody td { 
	background-color: #ffffff; text-align: right; font-weight: normal;
	border-bottom: 2px solid #a0a0a0; border-right: 2px solid #a0a0a0; 
	padding: 5px; font-size: 9pt;  
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

#fsvaSnapContentTable > th, #fsvaSnapContentTable > td {
	border: 1px solid #c0c0c0;	
}
.xmm-4 {
	margin-bottom: 6pt;
}

.zeros-x { 
   margin: 0px; padding: 0px; 
}

.tableFixUser { 
	display: inline-block; overflow: scroll; height: 180px; 
	border-collapse: separate; width: 100%; border: 2px solid #a0a0a0;
}
.tableFixUser thead th { 
	position: sticky; top: 0; z-index: 9998; background-color: #ffffff; text-align: center;
	border-bottom: 2px solid #a0a0a0; border-right: 1px solid #a0a0a0; 
	padding: 5px; font-size: 9pt; min-width: 80px; 
}
.tableFixUser tbody td { 
	background-color: #ffffff; font-weight: normal;
	border-bottom: 1px solid #a0a0a0; border-right: 1px solid #a0a0a0; 
	padding: 4px; font-size: 9pt;  
}
