@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
html { height: 100% !important; 
}

.btn-success.disabled, .btn-success[disabled], .btn-success.disabled:hover, .btn-success[disabled]:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, .btn-success.disabled:active, .btn-success[disabled]:active, .btn-success.disabled.active, .btn-success[disabled].active{
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.btn-warning.disabled, .btn-warning[disabled], .btn-warning.disabled:hover, .btn-warning[disabled]:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, .btn-warning.disabled.active, .btn-warning[disabled].active{
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.btn-info.disabled, .btn-info[disabled], .btn-info.disabled:hover, .btn-info[disabled]:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, .btn-info.disabled:active, .btn-info[disabled]:active, .btn-info.disabled.active, .btn-info[disabled].active{
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, .btn-primary.disabled.active, .btn-primary[disabled].active{
    background-color: #ccc !important;
    border-color: #ccc !important;
}

body {
	background-image: none !important;
	background: #e0e0e0;
	text-shadow: none;
	
}
span.question {
	    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    line-height: 16px;
    float: right;
    color: #2d3e4f;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
span.question:hover { background-color: #fff; }
div.tooltip {
	background-color: #888;
	color: White;
	position: absolute;
	right: 25px;
	top: 0px;
	z-index: 1000000;
	width: 250px;
	border-radius: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
div.tooltip:before {
	
	content: "";
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	top: 0%;
	right: -5px;
}
div.tooltip p {
	margin: 10px;
	color: White;
}
td.main_table_head { font-weight: bold; }
.form-horizontal .controls {
	margin-left: 22px;
	padding-top: 5px;
	float: none;
}
.box-header {
	border: none;
	padding-top: 5px;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	height: 12px;
	min-height: 12px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0 );
}
.box-header h2 {
	font-size: 15px;
	width: auto;
	clear: none;
	line-height: 14px;
}
h2 {
	margin: 0;
	
	font-weight: bold;
	color: #317eac;
	text-rendering: optimizelegibility;
}
h2 small {
	font-weight: normal;
	color: #999999;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h2 small { font-size: 18px; }
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
	padding: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box {
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 2px;
	margin-bottom: 3px;
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}
.box-icon { float: right; }
.box-icon a {
	clear: none;
	float: left;
	margin: 0 2px;
	height: 18px;
	width: 5px;
	margin-top: -1px;
}
.box-icon a i { margin-left: -4.5px; }
.box-content { /* padding:10px; */ }
#recperpage { width: 80px; }
/*---------------------------------------------------Design Styles--------------------------------------*/

input.b-back { background: #47c9e3 !important }
input.b-reset { background: #999 !important }
input.b-save { background: #0066FF !important }
input.b-delete { background: #f56954 !important }
input.b-common { background: #31739A ;}

input[disabled].b-common, input[disabled].btn-vms, input[disabled].vms-btn1{ background:#e0e0e0  !important ;color:#ccc;}

input[disabled]:hover { box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
.btn-vms:hover { box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.58); }
.btn-vms {
	color: #fff;
	padding: 5px 18px;

	border-radius: 3px;
	text-decoration: none;  	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	cursor: pointer;
	transition: .3s ease all;
}
.fp-wrapper {
	width: 500px;
	width: 426px;
	position: absolute;
	right: 8%;
	top: 15%;
}
.fp-wrapper .logo img {
	width: 70%;
	height: auto;
}
.bg-body {
	background: url(../images/VMS-Login_BG.jpg) #09F no-repeat;
	background-size: cover;
}
.wrapper1 {
	width: 270px;
	position: absolute;
	right: 8%;
	top: 15%;
	box-sizing: border-box;

}
.logo img { padding: 5px 0px !important; }
.form-wrapper input[type="text"] { margin-left: 10px; }
.form-wrapper {
	border-radius: 5px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0.1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0.1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0.1px 1px 3px 0px rgba(0,0,0,0.75);
}
.header2 {
	text-align: center;
	color: #999;
}
/*           menu*/

.navbar .nav > li > a {
	padding: 7px 12px !important;
	border-left: 0PX SOLID RED;
	border-right: 0PX SOLID RED;
}
.navbar .nav > li > a i { margin: 0px 5px; }
.navbar .nav > li > a:hover {
	background: #3183c3 !important;
	color: #fff !important;
}
.navbar .nav > li > a i.caret { margin-top: 10px; }
.navbar .dropdown-menu:before { display: none }
.vms-table {
	background: #fff;
	width: 96%;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.04), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.02);
	margin-bottom: 10px;
}
.vms-tittle3 {
	padding: 10px 12px;
	color: #253442;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
.vms-tittle-main1{
	width:calc(100% + 10px); margin-left:-5px;
	background: #2d3e4f !important;
    padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	margin-bottom: 10px; 
	}
.vms-tittle {
	
    background: #45a3da;
    padding: 6px 12px;
    border-bottom: 2px solid #487192;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    margin-bottom: 10px;
}
.vms-tittle2 {
	background: #f5f5f5;
	padding: 10px;
	color: #43a1da;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-shadow: none;
}
.vms-tittle span {
	color: #fff;
	font-size: 17px;
	text-shadow: none;
}
.search-form-container {
	float: left;
	width: calc(100% - 20px);
	padding-bottom: 10px;
	text-align:left;
	padding-left: 4px;
}
.search-form-container .btn {
	border: 0px solid red;
	padding: 8px 14px;
	text-transform: capitalize;  
	border-radius: 2px;
	text-shadow: none !important;
}
.search-form-container .btn-info { background: #336699 !important; }
.search-form-container .btn-success { background: #4fc3f7 !important; }
.search-form-container .btn-danger { background: #DB7C36 !important; }
.search-form-container .btn-view {
	border: 0px solid red;
	padding: 8px 14px !important;
	text-transform: capitalize;
	border-radius: 2px !important;
	border: 0px solid red !important;
	background: #1E6D7F !important;
}
.search-form-container .searchDropdown {
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 6px;
	border-radius: 0px;
	outline: none;
	border: 1px solid #a2a2a2;
	background: #ffff;
	-webkit-box-shadow: inset inset 0.1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0.1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: none;/* margin-top: -3px; */
}
.Ecrm_Txt_Css {
	box-sizing: border-box;
	width: 125px;
!important;
	height: auto;
	margin: 0px;
	padding: 6px;
	border-radius: 0px;
	outline: none;
	border: 1px solid #a2a2a2;
	background: #ffff;
	-webkit-box-shadow: inset inset 0.1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0.1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: none;/* margin-top: -3px; */
}
.skin-black .sidebar > .sidebar-menu > li {
	border-top: 1px solid #35485a;
	border-bottom: 1px solid #1e2a35;
}
.skin-black .sidebar > .sidebar-menu > li > a:hover,
.skin-black .sidebar > .sidebar-menu > li.active > a {
	color: #f6f6f6;
	background: #22303e;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height:2.75em !important;
	color: #FFF;
	background: #3690d7 ;
	border: solid 0px #FFF;
	/* border-bottom: solid 1px #2a2f34; */
	cursor: default;
	padding: 5px;
	margin: 0em;
	border-radius:10px 10px 0px 0px !important;  
}
#popup_container{
	border-radius:15px !important;  
}
#popup_content.alert { background-image: none !important; }
#popup_container { box-shadow: rgba(0, 0, 0, 0.41) 0px 0px 10px 2px; }
#popup_content {
	/* background: 16px 16px no-repeat url(images/info.gif); */
	background: #00437d;
	padding: 1em 1.75em;
	margin: 0em;
	border-radius:0px 0px 10px 10px !important; 
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 0px solid transparent !important;
	border-radius: 4px;
}
#popup_panel input {
	background: #fff;
	color: #2f4050 !important;
	border: 0px solid red !important;
	padding: 5px 18px !important;
}
.right-side,
.wrapper { background-color: #e0e0e0 !important }
.skin-black .navbar { border-bottom: 0px solid red !important; }
body > .header .navbar { height: 50px !important; }
.vms-loader {
	position: fixed;
	width: 100%;
	height: 700px;
	background: rgba(45, 62, 79, 0.68);
	z-index: 9999;
	overflow: hidden;
}
.vms-loader img {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	width: 86px;
	margin: 0 auto;
	position: relative;
	display: block;
	margin-top: 20%;
}
/*----------------------for VMS VENDOR REGT-------------------------------*/
.vms-tab-ul {
	border: 0px solid red;
	background: #3490d8;
}
/*
.tab-head { border: 0px solid grey }
.tab-body {
	border: 0px solid green;
	position: relative
}
.tab-container {
	background: #fff;
	width: 96%;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.04), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.02);
}
.tab-head .nav-tabs>li.active>a {
	border: 1px solid transparent !important;
	border-radius: 0px !important;
	color: #3490d8;
	font-weight: bold;
}
.tab-head .nav-tabs > li > a { color: #fff; }
.tab-label {
	position: absolute;
	top: -43px;
	left: 38%;
	color: #fff;
}

.tab-container .nav>li>a:hover,
.nav>li>a:focus {
	background: #3183C3 !important;
	border: 1px solid transparent
}
.tab-container .tab-head .nav-tabs > li { margin-bottom: 0px; }
.tab-container .well {
	min-height: 20px;
	padding: 3px;
	background-color: #f5f5f5;
	border: 0px solid #eee;
}
.tab-container .box-header {
	font-weight: bold;
	box-shadow: none;
	font-size: 16px;
	background: #dcdcdc;
	border-radius: 0px;
	padding: 10px 10px;
	height: auto;
	margin: 10px 0px;
}
.tab-container .box-header h2 {
	color: #43a1da;
	text-shadow: none;
}

*/
.table1 {
	    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
}
.strech .large-table {
	max-width: 100% !important;
	overflow-x: scroll;
	border: 2px solid #f1f1f1;
	padding: 5px;
}
.large-table {
	max-width: 1062px;
	overflow-x: scroll;
	border: 2px solid #f1f1f1;
	padding: 5px;
}
.vms-tittle span.question {
	cursor: pointer;
	display: inline-block;
	border-radius: 360px !important;
	padding: 3px 2px;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	line-height: 16px;
	float: right;
	color: black;
	font-size: 13px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
.vms-inner-table { width: 100%;color:black; }
.vms-inner-data-table2 td,
.vms-inner-data-table2 th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 5px;
}

table tr td{vertical-align:top}
table thead td{vertical-align:top}

.vms-inner-data-table2 {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.vms-inner-table2 {
	width: calc(100% - 20px);
	margin: 0 auto
}
.strip1 {
	background: #f5f5f5;
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: left;
	width: calc(100% - 20px);
	box-sizing: border-box;
}
.strip3 table { margin: 10px 0px }
.strip3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: calc(100% - 10px);
	box-sizing: border-box;
}
.strip2 {
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: left;
	width: calc(100% - 10px);
	box-sizing: border-box;
}
.vms-btn1:hover { background: #43aad8; }
.fancyTable-static  input[type="file"].vms-btn1 { min-width:238px;float:none !important; margin:3px; }
.fancyTable-static1  input[type="file"].vms-btn1 { min-width:238px;float:none !important; margin:3px; }

input[type="file"].vms-btn1 { min-width:238px;margin:3px; }
.vms-btn1 {
	float: right;
	color: #fff;
	margin-left: 5px;
	text-shadow: none;
	/* border-bottom: 3px solid #388db3 !important; */
	border: 0px solid red;
	border-radius: 3px;
	padding: 6px 14px 5px 14px;
	font-size: 12px;
	/* transition: .5s linear all; */
	background: #31739A;
	text-transform: capitalize;  
}
.strip2 input[type="file"] { display: inline-block !important; padding:3px; margin:0px 3px; }
.height-fix-scroll1 {
	height: 308px;
	overflow: auto;
}
.vms-table div.tooltip:before {
	border-color: #3D6199 transparent transparent transparent;
	/* border-right: 6px solid #3D6199; */
	border-top: 6px solid #5c6b79;
	border-style: solid;
	border-width: 6px 6px 6px 0px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	top: 0%;
	right: -6px;
}
.vms-table div.tooltip {
	background-color: #5c6b79;
	color: White;
	position: absolute;
	right: 25px;
	top: -6px;
	z-index: 100001;
	font-size: 13px;
	width: 250px;
	border-radius: 0px;
	opacity: 1;
	text-shadow: none;
	font-weight: normal;
}
.tabs-holder {
	width: calc(100% - 20px);
	margin: 0 auto;
	border: 0px solid red;
	margin-top: 10px;
}
.tabs-holder .nav { margin-bottom: 0px; }
.tabs-holder .nav-tabs > li > a { background: #e6e6e6; }
.tabs-holder .box-content {
	/* padding: 10px; */
	padding: 10px;
	border-top: 3px solid #43a1da;
	background: #fff;
	margin-bottom: 10px !important;
	margin-top: 1px !important;
}
/*.fancyTable th {
	background-image: none !important;
	background: #D3D3D3 !important;
	text-align: center;
	text-shadow: none !important;
	color: #000 !important;
	border: 1px solid #808080!important;
    	border-right: 1px solid #808080!important;

}*/
/*.fancyTable1 th {
	background-image: none !important;
	background: #45a3da !important;
	text-align: center;
	text-shadow: none !important;
	color: #fff !important;
	border: 1px solid #4292c1;
	
}*/



.s-head-cont {
	width: 1039px;
	margin: 0 0 0 17px;
	box-sizing: border-box;
}
.fancyTable tbody tr td select {
	width: auto;
	padding:3px;
	margin: 0;
}
.fancyTable1 tbody tr td select {
	width: auto;
	padding:3px;
	margin: 0;
}
.fancyTable tbody tr td {
	text-align: left;
	text-shadow: none;
	background: #f3f3f3 !important;
	font-size: 13px !important;
	border: 1px solid #dedede !important;
}
.fancyTable1 tbody tr td {
	text-align: left;
	text-shadow: none;
	background: #f3f3f3 !important;
	font-size: 13px !important;
	border: 1px solid #dedede !important;
}
.black ul.mega-menu li .sub-container.non-mega li a:hover {
	color: #000;
	/* background: #C0E7F5 url(../images/arrow_on.png) no-repeat 7px 10px; */
	border-bottom: 0px solid red;
	background: #4fc3f7;
}
.black ul.mega-menu li .sub-container.non-mega li a { transition: .8s ease all; }
.vms-title-main {
	background: #3490D8;
	padding: 5px 15px;
	color: #fff;
	text-align: left;
}
.vms-title-main span {
	display: inline-block;
	margin-left: 10%;
}
.vms-tittle2 {
	background: #253442;
	text-align: center;
	padding: 15px 5px;
	color: #fff;
}
.fancyTable tbody tr.no-records td {
	background: white !important;
	border: 1px solid #fff !important;
	color: red;
}
.fancyTable1 tbody tr.no-records td {
	background: white !important;
	border: 1px solid #fff !important;
	color: red;
}
.tabl-container {
	width: calc(100% - 20px);
	margin: 0 auto;
	border: 0px solid red;
	overflow: hidden;
	height: 180px;
}

/*.fht-thead thead th:last-child { padding-right: 4px !important }*/

.fancyTable thead tr th,
.fancyTable thead tr td,
.fancyTable tfoot tr th,
.fancyTable tfoot tr td {
	background-color: #ccc;
	color: #121517;
	font-size: 15px !important;
	font-weight: bold !important;
	text-shadow: none !important;
    vertical-align: top;
}
.fancyTable1 thead tr th,
.fancyTable1 thead tr td,
.fancyTable1 tfoot tr th,
.fancyTable1 tfoot tr td {
	background-color: #8ca9cf;
	background-image: -moz-linear-gradient( top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 51%, rgba(255,255,255,0.0) 100%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.4)), color-stop(50%, rgba(255,255,255,0.2)), color-stop(51%, rgba(255,255,255,0.1)), color-stop(100%, rgba(255,255,255,0.0)));
	color: #121517;
	font-size: 15px !important;
	font-weight: normal !important;
	text-shadow: none !important;
    vertical-align: top;
}
.fancyTable1 td,
.fancyTable1 th {
	border: 1px solid #45a3da !important;
	border-right: 1px solid #3e92c3 !important;
	padding: 5px;
}
.download-exel:hover {
	background: #2a7eaf;
	color: #fff;
	text-decoration: none;
}
.download-exel i {
	margin-right: 5px;
	font-size: 19px;
	color: #ffffff;
	/* background: white; */
    /* padding: 7px; */
	border-radius: 360px;
}
.download-exel {
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	overflow: hidden;
	background: #336699;
	text-shadow: none;
}
.width-100p {
	width:100% !important;
	margin: 0 auto;
	margin-bottom:20PX !important;
}
.fancyTable-static {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.fancyTable-static1 {
	width: calc(100% - 20px);
	margin: 0 auto;
}
/*.fancyTable-static tbody tr td select{width:1005 !important;}*/
.fancyTable th, .fancyTable-static th{ height:32px;}
.fancyTable1 th, .fancyTable-static1 th{ height:32px;}
.fancyTable-static td {
	text-align: left;
	text-shadow: none;
	background: #f3f3f3 !important;
	font-size: 13px !important;
	border: 1px solid #dedede !important;
	padding: 5px;
	vertical-align: top;
}
.fancyTable-static1 td {
	text-align: left;
	text-shadow: none;
	background: #f3f3f3 !important;
	font-size: 13px !important;
	border: 1px solid #dedede !important;
	padding: 5px;
	vertical-align: top;
}
.fancyTable-static th {
	/*border: 1px solid #45a3da !important;*/
	border-right: 1px solid #3e92c3 !important;
	
	background: #45a3da !important;
	text-align: center;
	text-shadow: none !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}
.fancyTable-static1 th {
	/*border: 1px solid #45a3da !important;*/
	border: 1px solid #b9b9b9!important;
    	
	
	background: #ccc !important;
	text-align: center;
	text-shadow: none !important;
	color: #000 !important;
	font-size: 14px !important;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
}
a.collapsed i{    transform: rotate(180deg);}
.collapse-link i{ 
    display: inline-block;
    color: #ffffff;
    font-size: 19px;
    margin-left: 20px;
	transition:.5s ease all;
	float:right;
}
.collapse-link:hover, .collapse-link:active, .collapse-link:visited, .collapse-link:focus{ color:#fff !important; text-decoration:none;}
.collapse-link{
    color: #fff;
	width: calc(100% - 30px);
    display: inline-block;
	} 
	.collapse-td{padding:5px 10px !important;}
	.vms-tabs{
		       overflow: hidden;
    border: 0px solid red;
    padding: 4px 0px 0px 5px;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    left: 17px;
    top: 19px;
		
		}
		
		.vms-tabs i{ margin:0px 5px; }
		.vms-tabs li > a{ color:#fff;
	background: #5d6a75;
	margin-right:5px; }
		.vms-tabs li>a:hover{
    color: #253442 !important;}
		.vms-tabs li.active>a{
       color: #3490d8;
    cursor: default;
    background-color: #2d3e4f;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    font-weight: bold;
}
.label1{
	    color: #3490d8;
    font-size: 15px;
    font-weight: bold;
	}
.label2{ font-size:16px;}
.vms-table tr td{ padding:0px 5px;}

.vms-tittle .vms-edit-i:hover{color:#fff;}
.vms-tittle .vms-edit-i:hover{ 
    border:1px solid #2D3E4F;
	 border-bottom: 0px solid red;
    background: #2D3E4F;
  
	color:#fff;
}
.vms-tittle .vms-edit-i{
	
    transition: .5s ease all;
    float: right;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    background: #588ab1;
    padding: 3px 8px;
    margin-top: -1px;
    border: 1px solid #4d7ca0;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 0px solid red;
	
	}
	.vms-tittle .select-box{ display:inline-block;float:right; margin-right:10px; font-size:14px;}
	
	.vms-edit-i2{
	    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background: #31739a;
    padding: 9px;
    border-radius: 360px;
    float: right;
		}
		.vr-code span{ color:#3490d8; }
		.vr-code{
			    font-size: 16px;
				min-height: 19px;
				width:37%;
    /* margin-bottom: 31px; */
    position: relative;
    top: -12px;
    color: #2d3e4f;
    font-weight: bold;
			}
			


.vms-table .jdpicker_w .date_clearer99 {

position: relative;
left: 88% !important;
top: -96% !important;

    background-color: #7bbce8;
   /* left: 194px !important;
    top: -30px !important;
    position: relative;*/
    border-radius: 3px;
    border: 0px;
    border-bottom: 3px solid #28628c;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    /* font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    color: white;
    cursor: default;
    /* right: 65px; */
    margin: 3px;
    /* top: 5px; */
    /* z-index: 999999999999999; */
}
	.date-fix .jdpicker_w .date_clearer99{ top:-67% !important}
	
		.jdpicker_w .date_selector .button{ box-shadow:none !important}
		
.vms-table .jdpicker_w .date_selector {
    background: #fff;
    border: 3px solid #6aa9da;
    padding: 5px;
    margin: -1px 0 0 0;
    position: absolute;
    z-index: 100000;
    display: none;
    width: 225px;
	border-radius:3px;
}

.vms-table  .jdpicker_w .date_selector td.selectable_day, .jdpicker_w .date_selector tr.selectable_week td {
    cursor: pointer;
    background: url(/static/jdpicker/images/bg_selectable.png);
    border: 2px solid #FFFFFF;
    color: #333;
    background: #8dcdff;
}

.main-serch-table .jdpicker_w .date_selector td.selected, .jdpicker_w .date_selector tr.selected td {
   /* background: url(/static/jdpicker/images/bg_selected.png);*/
        font-weight: bold;
	    background: #d25624;
}
td.today{border:#fff 2px solid !important;
border-bottom:#0044cc 2px solid !important;
background-color:#fff;

}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
    color: #ffffff;
	border:#fff 2px solid !important;
	border-bottom:#0044cc 2px solid !important;
    background-color: #0044cc;

	
    
}

.main-serch-table  .jdpicker_w .date_selector tr.selectable_week.hover td, .jdpicker_w .date_selector td.selectable_day.hover {
    background: #2c638e !important;
    color: white;
}

.vms-table .date_clearer99{
position: relative;
left: 89%;
top: -100%;
}
.vms-table .jdpicker_w input{ width:223px !important }

.jdpicker_w{

width: 226px;
height: 32px;

}
/*
.vms-table .jdpicker_w .date_clearer99 {
    background-color: #7bbce8;
    border-radius: 5px;
    border: 0px;
    border-bottom: 3px solid #28628c;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    color: white;
    cursor: default;
    margin-top: -10px;
    position: relative;
    top: -16px;
    left: 5px;
}
*/
 .table-holder11{ /*max-width:1069px;*/border:0px solid red;overflow-x:auto; }
 .table-holder1{ max-width:1069px;border:0px solid red;overflow-x:auto; }
 .strech .table-holder1{ max-width:100%;border:0px solid red;overflow-x:auto; }
 /*
.fht-fixed-column .fancyTable tbody tr td{background:#fff !important; border:0px solid red !important}*/

.fht-tbody .fancyTable tbody .no-records td{background:#fff !important; border:0px solid red !important}
.fht-tbody .fancyTable1 tbody .no-records td{background:#fff !important; border:0px solid red !important}

.regtittle img{float:right;  }
.regtittle a{
    display: inline-block;
    margin: 17px 0px;
    font-size: 20px;
    color: #2d3e4f;
}
.regtittle{width: 100%;
text-align: center;
float: right;}

.refresh-icon{font-size: 27px !important;
    display: inline-block;
    margin: 0px;
    position: relative;
    top: 8px;}

.reports-table{ width:100%; margin-bottom:10px; }
.reports-table td{
padding:3px !important;}
.reports-table i{ margin-right:10px;}
	
	.reports-table a{
		 font-size:15px;
    background: #45a3da;
    display: inline-block;
    min-width: 100%;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
	margin-bottom:5px;
	text-align:left;
	}
	.reports-table a:hover{ text-decoration:none; background:#2ca3b7;}
	
	.reports-table a:active{background:black}
		.reports-table a:focus{ text-decoration:none;background:#3490d8}
		.tdpad0 tr td {padding:0px !important}
		
		.reports-table-inner{ width:100%;}
		.reports-table-inner td{ width:25%; }
		.reports-table-inner tr td:first-child{ text-align:right; padding-right:5px !important;}
		.reports-table-inner tr td:first-nth-child(2){ text-align:left;}
		.reports-table-inner tr td:first-last{ text-align:left; }


		.reports-table-inner2{ width:100%;}
		.reports-table-inner2 td{  }
		.reports-table-inner2 tr td:first-child{ text-align:right; padding-right:5px !important;width:10%;}
		.reports-table-inner2 tr td:first-nth-child(2){ text-align:left;width:30%;}
		.reports-table-inner2 tr td:first-nth-child(3){ text-align:left;width:30%;}

		.reports-table-inner2<tr<td:last-child{ text-align:right;width:30%;}

	

		.reports-table-inner2 tr td .jdpicker_w{ margin-right:-177px;}

		
		.jdpicker_w .date_selector td.today {
			 background: #FE5430 !important;
		}