﻿.headerlogin
{
	height: 100%;
	width: 100%;
	padding-top: 12%;
	padding-bottom: 10%;
	background-image: linear-gradient(rgba(207, 179, 103, 0.59), rgba(52, 46, 65, 0.89)),url('/LocalResources/images/OBS/Login_background.png');
	background-size: cover;
	background-size: 100%;
	border-bottom: 3px solid  #91917F;
	overflow: hidden;
    overflow-y:auto;
}

.logintab
{
	background: rgba(255,255,255,0.4);
	max-width: 450px;
	box-shadow: 0px 0px 20px 1px #fff;
    border:0px;
}

.logintab input[type="text"],input[type="password"]
{
	opacity: 0.7;
}
    
.logintab input[type="text"]:focus  ,input[type="password"]:focus
{
    opacity: 1;
    box-shadow: 0px 0px 5px 1px #5CB85C;
    transition: all 500ms ease-in;
}
.logintab .btn 
{
    width:35%;
}

.logintab .btn:hover
{
	box-shadow: 0px 1px 2px 1px #808080;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.logintab .img-responsive
{
	max-width: 150px;
    max-height: 55px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.footer
{
	display: block;
	background: #4d4343;
	color: #fff;
	text-align: center;
	overflow: hidden;
	height: 110%;
    opacity:0.3;
}
.alert-fixed {
    position: fixed;
    top: 30%;
    width:98%;
    left:0;
    z-index: 9999;
    border-radius: 20px;
    opacity: 0.9 !important;
    height: auto;
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.4);
}


.topbar {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: -10px;
    margin-bottom: 10px;
    top: 65px;
    background: #CECECE;
    position: fixed;
    display: block;
    right: 0;
    left: 2px;
    z-index: 900;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #B7B7B7;
    border-color: #B7B7B7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.logo { 
     max-width:125px;
    max-height: 50px;
    margin-left: 10px;
    margin-top: 4px;
}

.small-img{
    max-width:45px;
    max-height:45px;
    border-radius:50%;
    margin:2px;
    margin-right:10px;
    cursor: pointer;
}
.fnt-lg {
    font-size: 24px;
  line-height: 1.33;
  padding-right:5px;
}
.fnt-md {
    font-size: 18px;
  line-height: 1.33;
  padding-right:5px;
}
.fnt-sm {
    font-size: 12px;
  line-height: 1;
  padding-right:5px;
}

 .margintop {
    margin-top:150px;
}

.paddtop {
    padding-top: 50px;
}

.pending {
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    padding: 10px;
    margin-bottom: 15px;
}

.pendingcontent {
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1) inset;
    padding: 10px;
    margin-bottom: 15px;
}

.pendingcontent .btn {
        margin: 2px;
}

.fsis-panel {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

.tblSort tr {
    background: #bfbfbf;
}

.tblSort a {
    color: #fff;
    text-decoration: none;
}

.label-dashed {
    display:inline-block;
    border:1px dashed #777;
    padding:0px 5px !important;
    background-color:#ccc;
    font-size:22px !important;
}
.inc-dec-btn:before {
    font-size-adjust:0.42;
    font-weight:bolder;
    padding-right:10px;
}

.Form-control-box {
    position: relative;
    background-color: #FFF;
    color: #313534;
    border-radius: 2px;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.Form-control-box:before, .Form-control-box:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}

.Form-control-box:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px 1px rgba(102, 175, 233, .4);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px 1px rgba(102, 175, 233, .4);
  border-color: #0aa89e;
  outline:none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 3px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;

}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}


@media screen and (max-width: 28em) {
    .label-dashed {
    display:inline-block;
    border:1px dashed #777;
    padding:0px 5px !important;
    background-color:#ccc;
    font-size:12px !important;
}
    .nav-tabs {
        margin-top:20px;
}
    .nav-dash > li > a {
    background-color: #ddd;
    border: 2px solid #ccc;
    border-radius: 45px;
    color: #777;
    display: block;
    font-size: 32px;
    height: 65px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 67px;
}

.nav-dash > li > a > input[type='image']  {
        border-radius: 30px;
        width:95%;
    }

    .fnt-lg {
        font-size: 12px;
        line-height: 1.1;
        padding-right: 5px;
    }

    .fnt-md {
        font-size: 10px;
        line-height: 1;
        padding-right: 5px;
    }

    .fnt-sm {
        font-size: 8px;
        line-height: 1;
        padding-right: 5px;
    }
}