body{margin:0px;font-family: 'Montserrat', sans-serif;  
}
.loginBack{
	background: linear-gradient(-90deg, #efefef, #8BC34A) !important;
}
.mtop10{margin-top:10px;}.mtop20{margin-top:20px;}.mtop30{margin-top:30px;}.mtop40{margin-top:40px;}
.left{float:left}.right{float:right}

.header{background:#f5f5f5; padding-top:5px;padding-bottom: 8px;border-bottom: 1px solid #d7d7d7;}
h2.head, .head h2{font-size: 22px;
text-align: center;
color: #333;
margin: 17px 0px 0px;
text-transform: uppercase;
font-weight: bold;}

.main_wrapper{font-family: 'Open Sans', sans-serif;font-size:13px;}
.reseach_form label{font-size:13px; font-weight:600;font-family: 'Open Sans', sans-serif;margin-top:20px;}
.reseach_form input[type="text"], .reseach_form input[type="email"], .reseach_form select {border: 1px solid #ccc; display: table-cell; font-family: "lato",sans-serif; font-size: 14px; height: 32px; line-height: 30px; padding: 0;   text-indent: 10px; width: 100%;}
.reseach_form textarea {border: 1px solid #ccc; display: table-cell; font-family: "lato",sans-serif; font-size: 14px; height: 82px; line-height: 30px; padding: 0;   text-indent: 10px; width: 100%;}

.reseach_form input[type="submit"]{text-align:center; margin: 40px auto; display:block; min-width:200px; text-transform:uppercase; font-size:20px;}
.reseach_form h2{font-size:22px;text-align:left;color:#ce1815; border-bottom:3px solid #ccc; display:table; padding-bottom:7px;}
.reseach_form h3{font-size:12px;color:#000;margin-top:0px;text-align:center;}



ul.sidelist{margin:20px 0px;padding:0px;}
.sidelist li{border-bottom:1px solid #aeaeae; list-style:none;}
.sidelist li a{color:#fff;display:block;padding:14px; }
.sidelist li a:hover{background:#008DB1 none repeat scroll 0% 0%;
text-decoration: none;
color: #fff;font-size: 15px;}
.sidelist li .active{background:#286090; text-decoration:none;color:#fff;}
.sidelist li .active a{color:#fff;}




.rowheading{
font-weight: bold;
font-size: 12px;
}
tr td{
	font-size:12px;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}


.btn{
	border-radius:0px;
}
.progress{height:5px !important; margin-top:55px }
.one, .two, .three, .four{position:absolute;margin-top:-5px;z-index:1;height:15px;width:15px;border-radius:25px;}
.statusTxt{margin-top:20px; text-align:center; font-size:12px; min-width:100px; margin-left:-40px;}
.one{left:0%;}
.two{left:35%;}
.three{left:70%;}
.four{left:95%;}
.primary-color{background-color:#4989bd;}
.success-color{background-color:#5cb85c;}
.danger-color{background-color:#ce1815;}
.warning-color{background-color:#f0ad4e;}
.info-color{background-color:#5bc0de;}
.no-color{background-color:#c3c3c3;}

.billList{background:#fcfcfc; margin:20px 0px; border:1px solid #e6e6e6; padding:10px 10px; width:100%; box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.08)}
.billDetails h2{color: #444;font-size: 14px;font-family: 'Open Sans', sans-serif; text-transform:uppercase;margin:0px 0px 10px 0px;}
.billDetails td{color: #666;font-size: 14px;font-family: 'Open Sans', sans-serif; padding:2px 4px;}
.billDetails td span{color: #222;}



.panel-default > .panel-heading {
color: #fff !important;
background-color: #0d47a1  !important;
}
.label-color{
	color:#000;
}


.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}


.th-size{
	font-size:12px;
}
table{
	border: 1px solid #efefef;
}



 /*bootstrap class override for login page only*/
            .form-control{
                border-radius: 0px;
            }
            .logo{
                margin: auto;
                text-align: center;
                padding-top: 20%;
            }
            .logo img{
                height:63px;
            }
            /*footer*/ 
            .footer a{
                color: #000;
                text-decoration: none;
            }
            .footer{
                color: #000;
                text-align: center;
            }
            /*footer end*/ 


            /*for logintemplate blue*/
            .grayBody{
                background-color: #E9E9E9;
            }
            .loginbox{
                margin-top: 5%;
                border-top: 6px solid rgb(49, 65, 82);
                background-color:#fff;
                padding: 20px;
                box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12),0 -2px 10px -2px rgba(0,0,0,0.12);    
            }
            .singtext{    
                font-size: 25px;  
                color: rgb(49, 65, 82);
                font-weight: 500;
                letter-spacing: 1px;
				text-transform:uppercase;
            }
			.submitButton{
                background-color: rgb(49, 65, 82);
                color: #fff;
                margin-top: 12px;
                margin-bottom: 10px;
                padding: 10px 0px;
                width: 100%;
                margin-left: 2px;
                font-size: 16px;
                border-radius: 0px;
                outline: none;
            }
            .submitButton:hover,.submitButton:focus{
                color: #fff;  
                outline: none;
            }
            .forGotPassword{
                background-color: #F2F2F2; 
                padding: 15px 0px;
                text-align: center;

            }
            .forGotPassword:hover{
                 box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12);    
            }
            .forGotPassword a{
                color: #0088D8;
                outline: none;
            }
            .forGotPassword a:hover, .forGotPassword a:active,.forGotPassword a:focus{  
                text-decoration: none; 
                outline: none;
            }
			.copyright{
				font-size: 8px;
				color: rgb(105, 102, 102) !important;
			}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.th-heading{
font-size:12px;	
}

.prequot-desktop-left {
    background: #FFF none repeat scroll 0% 0%;
    min-height: auto;
    padding: 0px 8px;
    margin-bottom: 15px;
}
.prequot-desktop-left {
    vertical-align: top;
    border-radius: 4px;
}
.prequot-desktop-left, .prequot-desktop-left1 {
    float: left;
    position: relative;
}
.prequot-desktop-left {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.22), 0px 10px 85px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out 0s;
}

.input-header{
background-color: rgb(49, 65, 82);
margin: 0px 0px 0px 0px;
padding: 5px;
box-shadow: -5px 8px 10px -9px rgb(49, 65, 82);
color: #fff;
}




ul li{
	list-style:none !important;
}
.heading-style{
font-size: 22px;
text-align: left;
color: #CE1815;
border-bottom: 3px solid #CCC;
display: table;
padding-bottom: 7px;
}

.inpt-btn {
  position: relative;
}

.inpt-btn input {
  position: absolute;
  opacity: 0;
}

.approve .inpt-btn label{
  display: inline-block;
  background: #1B5E20;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}

.hold .inpt-btn label{
  display: inline-block;
  background: #b71c1c;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}

.reject .inpt-btn label{
  display: inline-block;
  background: #BF360C;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}

.retrieve .inpt-btn label{
  display: inline-block;
  background: #BF360C;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}

.received .inpt-btn label{
  display: inline-block;
  background: #4A148C;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}

.forward .inpt-btn label{
  display: inline-block;
  background: #004D40;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}


.review .inpt-btn label{
  display: inline-block;
  background: #827717;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}
 
 
 .HoldItem .inpt-btn label{
  display: inline-block;
  background: #ef5350;
  border-radius: 2px;
  border-bottom: solid 6px #ccc;
  padding: 7px;
  margin-top: 0;
  vertical-align: bottom;
  color:#fff;
  cursor: pointer;
}

.approve .inpt-btn :checked + label{
  border-bottom: solid 1px #66BB6A;
  background-color:#66BB6A;
}
.hold .inpt-btn :checked + label{
  border-bottom: solid 1px #d32f2f;
  background-color:#d32f2f;
}
.retrieve .inpt-btn :checked + label{
  border-bottom: solid 1px #E64A19;
  background-color:#E64A19;
}

.reject .inpt-btn :checked + label{
  border-bottom: solid 1px #E64A19;
  background-color:#E64A19;
}

.forward .inpt-btn :checked + label{
  border-bottom: solid 1px #00897B;
  background-color:#00897B;
}

.received .inpt-btn :checked + label{
  border-bottom: solid 1px #8E24AA;
  background-color:#8E24AA;
}

.review .inpt-btn :checked + label{
  border-bottom: solid 1px #AFB42B;
  background-color:#AFB42B;
}



.HoldItem .inpt-btn :checked + label{
  border-bottom: solid 1px #ef5350;
  background-color:#ef5350;
}

.blink_me {
  animation: blinker 2s linear infinite;
  font-size:8px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn-danger{
	background-color: #c62828 !important;
    border-color: #c62828 !important;
	color: #fff;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c62828 !important;
    border-color: #c62828 !important;
}

.btn-info{
	background-color: #2196f3 !important;
    border-color: #2196f3 !important;
	color: #fff;
}

.btn-info:hover {
    color: #fff;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.btn-primary{
	background-color: #0097a7 !important;
    border-color: #0097a7 !important;
	color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0097a7 !important;
    border-color: #0097a7 !important;
}

.btn-success{
	background-color: #388e3c !important;
    border-color: #388e3c !important;
	color: #fff;
}

.btn-success:hover {
    color: #fff;
    background-color:#388e3c !important;
    border-color: #388e3c !important;
}

.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}


.select-css {
	display: block;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}