@media(min-width:240px){
.page-height{min-height:inherit;}
.outerblock {
    display: table;
    width: 100%;
	height:auto;
}	
	}
@media(min-width:992px){
	.outerblock {
	height:375px;
}
	
}
@media(min-width:1200px){
.page-height{min-height:400px;}	
.outerblock {
	height:400px;
}
	}
@media(min-width:1600px){
.page-height{min-height:576px;}	
.outerblock {
	height:576px;
}
	}
.white-section{padding:50px 0; background:#ffffff;}

.imsite-form input[type="text"], 
.imsite-form input[type="email"], 
.imsite-form input[type="password"], 
.imsite-form input[type="number"], 
.imsite-form input[type="file"], 
.imsite-form textarea{
    padding: 0px 14px;
    font-weight: 400;
    background: #ffffff;
    color: #050a1b;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    height: 40px;
}
.imsite-form input[disabled] {
    border: solid 1px transparent!important;
    background: #dee2ed !important;
    color: #969cad !important;
}

.imsite-form textarea, .imsite-form textarea:focus{
	border-color:transparent;
	padding:15px;
	height: auto !important;
	box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
	resize: none;
}
/* Image Overlay
========================== */

.profile-pic{position:relative;}
.profile-pic, .profile-pic img{width:150px; height:150px; margin:auto;}

.profile-imgoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
/*  transition: .5s ease;*/
  background-color: rgba(5,10,27,0.9);
  border-radius:50%;
}

.profileimage-overlay:hover .profile-imgoverlay {
  opacity: 1;
}
.profileimage-overlay:hover .profileoverlay-text {
  opacity: 1;
}

.profileoverlay-text {
  position: absolute;
  width:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity:0;
}

.profileoverlay-text-safari{top: 50px;
  left: 0%;}


a.cameraicon {
    border-width: 1px;
    border-color: rgb(255, 255, 255) !important;
    border-style: solid;
    border-radius: 5px;
    background-color: #050a1b;
    width: 36px;
    height: 36px;
    padding: 12px 0;
    margin: 0 auto;
    display: inline-block;
}

/*---Custom input---*/
.custom-input input[type="file"] {
    display: none;
}
.custom-file-upload {
    border-width: 1px;
    border-color: rgb(255, 255, 255) !important;
    border-style: solid;
    border-radius: 5px;
    background-color: #050a1b;
    width: 36px;
    height: 36px;
    padding: 12px 0;
    margin: 0 auto;
    display: inline-block;
	cursor:pointer;
}


/*---Error 404---*/


.middleblock {
    display: table-cell;
    vertical-align: middle;
}
.innerblock {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}


/*----Table CSS -----*/

@media screen and (max-width: 767px){
.table-responsive.borderxs0{
    border: 0;
}
.imsite-table table tbody tr > td:first-child {
    border-left: 1px solid rgb(218, 219, 221) !important;
}
.imsite-table table tbody tr > td:last-child {
    border-right: 1px solid rgb(218, 219, 221) !important;
}
}
@media(min-width:1400px){
.imsite-table table tbody tr > td:first-child {
border-left: 1px solid rgb(218, 219, 221) !important;
}
.imsite-table table tbody tr > td:last-child {
border-right: 1px solid rgb(218, 219, 221) !important;
}
}

.imsite-table table {
    border-collapse: separate;
    border-spacing: 0px 20px;
    border: 1px solid transparent;
    margin-bottom: 0px;
}

.imsite-table table>thead>tr>th:first-child, .imsite-table table tbody tr > td:first-child {
    border-radius: 5px 0 0 5px;
}
.imsite-table table thead tr > th {
    padding: 14px 20px;
    background: rgb(222, 226, 237);
    border-width: 1px;
    vertical-align: middle;
    color: #050a1b;
    font-weight: 700;
}
.table-bordered1>tbody>tr>td, .table-bordered1>tbody>tr>th, .table-bordered1>tfoot>tr>td, .table-bordered1>tfoot>tr>th, .table-bordered1>thead>tr>td, .table-bordered1>thead>tr>th {
    border: 0;
}

.imsite-table table tbody tr > td {
    font-weight: 400;
    padding: 25px 20px;
    vertical-align: inherit !important;
    background-color: transparent;
}
.table-bordered1>tbody>tr>td, .table-bordered1>tbody>tr>th, .table-bordered1>tfoot>tr>td, .table-bordered1>tfoot>tr>th, .table-bordered1>thead>tr>td, .table-bordered1>thead>tr>th {
    border: 0;
}

.imsite-table table>thead>tr>th:last-child, .imsite-table table tbody tr > td:last-child {
    border-radius: 0px 5px 5px 0;
}

.imsite-table table tbody tr {
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    border-radius: 5px;
	background:#fff;
}

/*---- Search data results css-----*/

.search-itembox{
	padding:20px 30px;
	box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    border-radius: 5px;
	}
.productbox-img{
	width:145px; 
	height:100px; 
	box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    border-radius: 5px;
	display:table;}
.productbox-imginner{
	display: table-cell;
    vertical-align: middle;
}
.productbox-imginner>img{max-height:100px;}

/*---- Search data results css-----*/


/*---- Leagal Pages css-----*/
.legal-pagehead{position:relative; display:inline-block;}
@media(min-width:240px){
.legal-pagehead:before{
	content:'';
	width:50px;
	height:1px;
	background:#dee2ed;
	position:absolute;
	left: 0;
	right:0;
    top: -10px;
	margin:auto;
}
.legal-pagehead:after{
	content:'';
	width:50px;
	height:1px;
	background:#dee2ed;
	position:absolute;
    left: 0;
	right:0;
    bottom: -10px;
	margin:auto;
}
}

@media(min-width:768px){
.legal-pagehead:before{
	left: -75px;
	right:inherit;
	top:23px;
	margin:inherit;
}
.legal-pagehead:after{
	left:inherit;
	right: -75px;
	top:23px;
	margin:inherit;
}
}

@media(min-width:992px){
.legal-pagehead:before{
	left: -75px;
	top:30px;
}
.legal-pagehead:after{
	right: -75px;
	top:30px;
}
}
ul.list-style-none,.list-style-none{list-style:none;}
ul.tcicon{padding-left:0;}
.tcicon li{
	list-style:none;
	background: url(../images/tcicon.png) no-repeat 0px 9px;
	padding: 0 0 0 20px;
	margin: 0 0 25px 0;
}

/*Ticket Page CSS*/
.urgentbox {
    border-radius: 2px;
    background-color: rgb(255, 0, 0);
    display: inline-block;
    color: #fff;
    padding: 3px 12px;
}
.ticketbox {
  border-width: 1px;
  border-color: rgb(222, 226, 237);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 93px;
  height: 96px;
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  text-align: center;color:#969cad;
}

.attachfilebox{display: inline-block;vertical-align: top;}
.attachfilebox label,.attachfilebox .inputfile-3 + label:hover{
    background: #fff;
    color: #969cad;
    padding: 18px 24px;
    border-radius: 5px;
    border: 1px dashed #dee2ed;
    text-align: center;
	height: 96px;
    vertical-align: middle;
    display: table-cell;
    width: 93px;
	cursor: pointer;
}

.attachfilebox label .uploadlabel{border-bottom: 1px solid #969cad;}

.addcircle{ border-width: 1px;
  border-color: rgb(222, 226, 237);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 33px;
  height: 33px;display: inline-block;text-align:center;padding:10px;}

.tcloseicon{border-width: 1px;border-color: rgb(222, 226, 237);border-style: solid;border-radius: 50%;
  background-color: rgb(255, 255, 255);position: absolute; width: 21px;height: 21px;color:#969cad;padding:5px;right: -7px;top: -7px;cursor: pointer;}

.tprogress{margin-bottom:0px;width: 82px;height: 4px;margin: 10px auto 0;background-color: #969cad;border-radius: 25px;
box-shadow: inset 0 0px 0px rgba(0,0,0,.1);}
.tprogress-bar{box-shadow: inset 0 0px 0 rgba(0,0,0,.15);}

.imsite-form .bootstrap-select>.dropdown-toggle {
    border-radius: 5px;
    box-shadow: none;
    padding: 0px 14px;
    font-weight: 400;
    background: rgb(233, 245, 249);
    color: #050a1b;
    height: 40px;
}


.imsite-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    background: #fff !important;
    color: #050a1b !important;
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5) !important;
    border: 0;
    outline: none;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 12px;
}

.imsite-form .bootstrap-select.btn-group .dropdown-menu li a:hover, 
.imsite-form .bootstrap-select.btn-group .dropdown-menu li a:focus {
    background: #fff !important;
}

.imsite-form .bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff!important;
    border-radius: 5px !important;
    color: #050a1b;
    height: auto;
    border: 0;
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
}

.livesearchdrop {
    padding: 0 !important;
    margin: 1px 0 !important;
}


/*For Color Scheme*/




