label.error {
 display:inline;
 color:red;
 font-weight:normal;
}
.dt-buttons  .buttons-collection, .dt-buttons  .buttons-collection:hover:not(.disabled) {
  background: none;
  background-color: rgba(0, 0, 0, 0) !important;
  background-color: #3c8dbc !important;
  color: white !important;
  border-color: #367fa9 !important;
}
.nopadding {
 padding-left: 0px;
 padding-right: 0px;
}
.nopadding .dataTables_filter a {
 width:63%;
}
.nopadding.pb8 {
 padding-bottom: 8px;
}
.dt-button.buttons-pdf {
 display:none !important;
}
.valign {
 vertical-align:middle !important;
}
div.dataTables_processing {
    top: 0;
    height: 100%;
    margin-top: 0;
}
.box .dataTables_processing.overlay>.fa {
	top:0%;
}
.box .dataTables_processing.overlay {
 background: rgba(255,255,255,0.9);
}

.login-bg {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
  height: 100%;
}

/** Login & Signup **/

.login-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}


.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #b2bfc7;
  padding-left: 12px;
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}

.login-wrapper .box .action {
  position: relative;
  top: 30px;
  padding: 15px 0px;
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 5px;
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.login-wrapper .already p {
  display: inline-block;
  color: #222;
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}


.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
.login-wrapper .box .social a.face_login span.face_icon{
  background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img{
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text{
  color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division{
  display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr{
  border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left{
  top: 13px;
}
.login-wrapper .box .division hr.right{
  bottom: 6px;
    right: 0;
}
.login-wrapper .box .division span{
  color: #666666;
  font-size: 18px;
}

.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
  clear:both;
}

.alogin_form{
	background:url(../images/bg-edit.jpg) no-repeat;
	background-size: cover;
	height:100vh;
}

.sidebar.content-box{
	border-radius: 0px;
	border:0;
	border-right:2px solid #eee;
	background-color: #f9f9f9 !important;
}

.side_sub_bar{
	padding:0;
}

.main_area_content{
	padding-top:30px;
}

.header ul.nav li{
	padding:10px 20px;
}

.header ul.nav li a{
	text-decoration: none;
}

.header_right_menu_bar{
    color: #fff;
	text-align:right;
	padding-top: 15px;
}

.header_right_menu_bar span{
	background-color: #fff;
    color: #0099ce;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 14px;
}

/* For Floating Label */
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
	background-color: rgba(5, 37, 99, 0.8);
    margin-top: 15vh;
    color: #fff;
}

.form-signin .form-control {
	color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
	border:none;
	border-radius:0;
}

.form-signin .btn-primary {
	background-color: rgb(245, 143, 48);
    border: 0;
	border-radius:0;
}

.form-signin .form-label-group label{
	color:#fff;
}

.form-signin h1{
	color: transparent;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
	-moz-text-stroke: 1px #fff;
	-o-text-stroke: 1px #fff;
	-ms-text-stroke: 1px #fff;
    letter-spacing: 5px;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
  font-size:16px;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-signin hr{
	border-color:#f58f30;
}

.form-signin h4 {
	font-size: 16px;
    margin: 30px 0 20px;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #f58f30;
}

.log_page_tbox_area input ~ label.log_lab {
	position: absolute;
    top: -3px;
	font-size: 18px;
    transition: transform 150ms;
}

.log_page_tbox_area input:focus ~ label.log_lab, .alogin_form input:valid ~ label.log_lab {
	transform: scale(0.7) translateY(-18px) translateX(-80px);
    color: #f58f30;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.log_page_tbox_area input ~ label.log_lab {
		top: 8px !important;
		left: 8px !important;
	}
	
	.log_page_tbox_area input{
		padding:13px 10px !important;
	}
	
}

@supports (-ms-ime-align:auto) {
	.log_page_tbox_area input ~ label.log_lab {
		top:-2px !important;
	}
}

/*** Floating Label css Ends ***/

/* Responsive CSS starts */

i.copy-button, i.copy-button1, i.copy-button2, i.copy-button3, i.copy-button4, i.copy-button5 {
    font-size: 14px;
    color: #37719F;
}
.padtop {
	padding-top: 90px;
}
.padtop3 {
	padding-top: 75px;
}
.form-check {
	padding-bottom: 0.5em;
}

ul.slctchkbox {
    height: 100px;
    overflow: auto;
    width: 50%;
    border: 1px solid #ced4da;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}
ul.slctchkbox li { margin: 0; padding: 0; }
ul.slctchkbox li label { display: block; color: #000; margin: 0; padding-left: 1.9em; padding-top: 0.3em; width: 100%; }
ul.slctchkbox li label:hover { background-color: Highlight; color: HighlightText; }
ul.slctchkbox input.form-check-input {
	margin-top: .2em;
    margin-left: -1.25em;
	position: relative;
	top: 0.2em;
    right: 0.2em;
}

.form-check-input {
	margin-top: 0.1rem;
}

.hor_header .navbar-light .navbar-nav .active>.nav-link, .hor_header .navbar-light .navbar-nav .nav-link{
	color: #333;
    font-size: 13px;
    margin: 0px 0px 0px 4px;
    padding: 0px 10px;
    text-align: center;
}

.hor_header .navbar-light .navbar-nav .nav-link i {
    display: block;
}

.menu_m_l nav.navbar {
	padding-top: 0 !important;
    padding-left: 0 !important;
}

.menu_m_l h1 {
    font-size: 32px;
    color: #333;
    padding: 8px 10px 1px;
    font-weight: 600;
}

.menu_m_l button.navbar-toggler {
    border-color: #fff;
    color: #fff;
}

.content-box-header{
    background: #fdcd3b;
    border-left: 1px solid #fdcd3b;
    border-top: 1px solid #fdcd3b;
    border-right: 1px solid #fdcd3b;
    color: #333;
    font-weight: 600;
}

.panel-heading {
    padding: 6px 4px;
}

.navbar-light .navbar-brand {
    background-color: #fff;
	padding:0px;
}

.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}
.snip1135 a {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #333;
}
.snip1135 a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
  opacity: 1;
  width: 86%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
  max-width: 100%;
}
#view_record_modal span {
	padding-top:7px;
}
#view_record_modal .form-horizontal {
    border-bottom: 0px;
}
#view_record_modal .form-group {
    margin-left: -11px;
    margin-right: -11px;
    padding-bottom: 15px;
    margin-bottom: -5px;
}
#view_record_modal .box-body {
    padding-bottom: 0px;
}
#view_record_modal .modal-header {
	padding-bottom: 0px;
}
#view_record_modal label {
	padding-right: 0px;
}
.border_thick_line {
	border-top-width: 4px;
	border-color: #ccc;
}
.hdr-bg {
	background-color: #ccc;
	padding: 15px 0;
}
.card {
	z-index: 999;
	text-align: center;
}
.card .back {
    transform-style: flat !important;
}
.card .back .flip_status {
	float: right;
	color: red;
}
.skin-blue-light.custom-skin .main-header .logo {
	background-color: #fff;
	color: #000;
	border-bottom: 0 solid transparent
}
.skin-blue-light.custom-skin .main-header .navbar {
    background-color: rgba(7, 42, 109, 0.9);
}
.custom-aqua {
	background-color: #2a3fa7 !important;
}
.user_nosidebar .content-wrapper, .user_nosidebar .content-wrapper, .right-side, .main-footer {
	margin-left: 0px;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header  {
	height: 202px;
}
ul.list_grid_details {
  list-style-type: none;
  padding-top: 20px;
}
ul.list_grid_details h4 {
    line-height: 2.2em;
    height: 3.5em;
	margin: 15px 0 15px;
}
/* The slow way */
ul.list_grid_details li  .thumbnail {
  box-shadow: 0px 0 4px #939191;
}

ul.list_grid_details li  .thumbnail-image img {
  max-width:100%;
}

/* Transition to a bigger shadow on hover */
ul.list_grid_details li .thumbnail:hover {
  box-shadow: 0px 0 4px #2060ae;
}

ul.icon-grid-list {
  list-style-type: none;
  padding-top: 20px;
}
ul.icon-grid-list h4 {
    line-height: 1.2em;
    height: 1.5em;
	margin: 15px 0 15px;
	text-align:center;
}
/* The slow way */
ul.icon-grid-list li  {
 width:16%;
 display:inline-block;
 margin:2px;
 border:none;
}

ul.icon-grid-list li .thumbnail  {
 border:none !important;
}

ul.icon-grid-list li  .thumbnail-image img, .user_training_details img {
  max-width:40%;
}

.user_software_details img {
  max-width:63%;
}

/* Transition to a bigger shadow on hover */
ul.icon-grid-list li .thumbnail:hover {
  box-shadow: none;
}

.productinfo {
	padding:20px;
}

/*   */

.productlist .thumbnail {
    padding: 0;
    overflow: hidden;
}

.productlist .thumbnail .caption {
	padding: 0;
}

.productlist .thumbnail img {
    height: 80px;
    width: 100%;
	object-fit: contain;
}

.productlist .thumbnail h4 {
    margin: 0 0 20px !important;
    text-align: center;
	font-weight: bold;
    font-size: 14px;
    font-style: italic;
    padding-top: 5px;
    line-height: 1.1;
    padding: 5px;
    word-break: break-all;
	color: #02296f;
}

.productlist .thumbnail h4.cate_bdr {
    margin: 0px 2px !important;
	border-bottom: #072a6de6 solid 1px;
    min-height: 60px;
}

.productlist .thumbnail .thumbnail-image {
	border-bottom: #072a6de6 solid 1px !important;
    padding-bottom: 5px;
	margin: 0 2px;
}

.productlist .thumbnail h4 a{
	color: #02296f;
}

.productlist .thumbnail{
	padding-top: 5px;
}

.productlist .thumbnail p.comp_product_btn {
    text-align: center;
    margin: 10px 0 12px;
}

.productlist .thumbnail .comp_product_info {
    min-height: 60px;
    padding: 0 10px;
}

.productlist .thumbnail .product_cont {
    padding: 0px 10px;
}

.productlist .thumbnail .product_cont p {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: bold;
}

.productlist .thumbnail .product_cont p span {
    font-weight: normal;
    display: block;
}

ul.dynatable-pagination-links li:first-child {
    display: none;
}

ul.dynatable-pagination-links li:nth-child(2) a {
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    border-right: 0;
}

ul.dynatable-pagination-links a.dynatable-page-link {
    border: 1px solid #ddd;
    border-right: 0;
}

ul.dynatable-pagination-links a.dynatable-page-link:hover {
    background-color: #eee;
}

ul.dynatable-pagination-links a.dynatable-active-page {
    background: #337ab7;
    border-radius: 0;
    color: #fff;
    border: #337ab7 solid 1px;
}

ul.dynatable-pagination-links a.dynatable-active-page:hover {
    background-color: #337ab7;
}

ul.dynatable-pagination-links a.dynatable-disabled-page:hover {
    background-color: #fff;
	cursor: not-allowed;
}

ul.dynatable-pagination-links li:last-child a {
    border: #ddd solid 1px;
    border-radius: 0 5px 5px 0;
}
.dynatable-search input {
    border: #d2d6de solid 1px;
    width: 420px;
}

.alert-info {  
    color:#ffffff !important;  
    background-color: #f58f30 !important;
    border-color: #f58f30 !important;
}

.prod_info {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

label.error {
 display:inline;
 color:#f58f30 !important;
 font-weight:normal;
 top: -41px;
}

.form-signin .form-horizontal select.form-control option{
	color: rgba(5, 37, 99, 0.8);
}

.mailbox-controls .pull-right a, .mailbox-controls .pull-right a:hover, .mailbox-controls .pull-right a:active{
	margin:5px !important;
}

.dataTables_wrapper a.dt-button{
	background-color: #3c8dbc;
	color:#fff;
	background-image: none;
	font-size: 14px;
    padding:6px 9px;
}

.main-header .navbar-custom-menu li.user-footer a.btn-aup {
    width: 100%;
    background-color: #ff1a75;
    border: 0;
    margin: 10px 0;
	color:#fff;
}

.main-header .navbar-custom-menu li.user-footer a.btn-aup:hover {
	background-color: #cc0052 !important;
}

.main-header .navbar-custom-menu li.user-footer a.btn-flat:hover {
	background-color: #808080 !important;
	color:#fff;
	border-color:#808080;
}

.productinfo.clearfix .dynatable-search input {
	height: 30px;
}

.skin-blue-light footer.main-footer {
    overflow: hidden;
}

.skin-blue-light footer.main-footer .mf-left{
	text-align:left;
}

.skin-blue-light footer.main-footer .mf-middle{
	text-align:center;
}

.skin-blue-light footer.main-footer .mf-right{
	text-align:right;
}

/* Responsive CSS ends */

/* Mobile phones */
@media (max-width: 480px){
	.hor_content {
		padding-top: 120px;
	}
}

/* Tablets */
@media (max-width: 767px) {
   .container{
      width:100%;
   }
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .navbar .nav > li > a:hover{
      background:#0fa6bc;
      border-radius:5px;
   }
   .navbar-toggle {
      margin-right:0px !important;
   }

   .header_right_menu_bar{
	text-align:center;
   }

   .hor_header .navbar-light .navbar-nav .active>.nav-link, .hor_header .navbar-light .navbar-nav .nav-link{
		margin: 10px 0px 0px 0px;
		padding-left: 8px;
		border-radius: 0;
	}
	.hor_content {
		padding-top: 120px;
	}
	
.skin-blue-light footer.main-footer .mf-middle, .skin-blue-light footer.main-footer .mf-left, .skin-blue-light footer.main-footer .mf-right{
	text-align:center;
}

.main-header .navbar-custom-menu li.user-footer a.btn-warning{
	background-color: #f39c12;
}

.dataTables_wrapper #dt-btn-wrapper{
	overflow:hidden;
}

.dataTables_wrapper #dt-btn-wrapper .dataTables_length{
	text-align: left;
    padding: 0;
}

.dataTables_wrapper #dt-btn-wrapper .dt-buttons{
	float: left !important;
}

.dataTables_wrapper #dt-table-wrapper{
	overflow-y:scroll;
}

.search-apply-filter {
	margin-top:15px;
}

.productinfo.clearfix {
    padding: 20px 0;
}

.productinfo.clearfix .dynatable-search input {
	width: auto;
}

ul.icon-grid-list li{
    width: 45%;
}

/*#company_shipment_management_wrapper span.select2 {
	width: 100% !important;
}

#company_shipment_management_wrapper form#import-form {
	padding: 0;
    margin: 10px 0;
}*/

}

/* Desktop */

@media (max-width: 991px) {
   .header{
      height:auto;
      padding:15px 0px;
   }  
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .form{
      margin:10px auto;
   }
   .sidebar, content-box{
      margin-bottom:30px;
      width:100%;
      float:none;
      position:relative;
   }  
   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #eee;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #0fa6bc;
      border-radius:10px;
   }
   
}

.loginlogo {
	margin: 0px auto;
	width: 100%;
	position: absolute;
    left: 0;
	top:10%;
    text-align:center;
    display: block;
}
.footerbottom {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	position: fixed;
    right: 10px;
    bottom: -10px;
}
.footerbottom p{
	color:#fff;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 50px !important;
}
.btnloginstyle {
	background-color: #56C3BC !important;
	color: #fff;
    font-weight: bold;
	
}

/* Progressbar */
.progressBar {
	background: none repeat scroll 0 0 #E0E0E0;
	left: 0;
	padding: 3px 0;
	position: absolute;
	top: 50%;
	width: 100%;
	display: none;
}
.progressBar .bar {
	background-color: #00a7d0;
	width: 0%;
	height: 14px;
}
.progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%;
}
/* Progressbar end */
#imgcontainer {
	width: 90px;
    height: auto;
    border: 3px solid #fff;
    border-radius: 50%;
	text-align: center;
	position: relative;
}
#imgarea {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#imgarea img {
	vertical-align: middle;
	width: 30% !important;
    border-radius: 0% !important;
    height: auto !important;	
}
#imgchange {
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 100%;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#imgchange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.custom-lg {
	width:90%;
}
.cover_product_img {
    height: 80px;
    padding-top: 10px !important;
    margin: 0 auto;
    text-align: center;
}
#viewMaterialContent {
    position: absolute;
    top: 0px;
    z-index: 999;
	left: 0px;
	width:100%;
}

#iframematerialclose {
    z-index: 9999;
    position: absolute;
    top: -34px;
    left: 50%;
}

.btn-label {
    background: #dd761f;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -14px;
    margin-right: 12px;
}

.btn-label-right {
    margin-left: 12px;
    margin-right: -13px;
    border-radius: 0px 3px 3px 0px;
}

.btn-success.next_btn{
	background-color:#f58f30;
	border-color:transparent;
	text-transform: uppercase;
}

.btn-success.next_btn:hover, .btn-success.next_btn:active, .btn-success.next_btn:not(:disabled):not(.disabled):active{
	background: #e47c24;
	border-color:transparent;
}

.ppp_header{
	background:url(../images/header-airforce-2.jpg) no-repeat center;
	color:#fff;
	padding:100px 0;
	margin-bottom:20px;
}

.alogin_form .pri_pol a{
	color:#f58f30;
	font-size:12px;
}

.dropdown-menu li a{
	padding:12px 20px;
}

.skin-blue-light .main-header .navbar .nav li a:hover, .skin-blue-light .main-header .navbar .nav>.active>a {
	background: #7296DB;
}
.select2 {
	  width:100% !important;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    width: 100% !important;
}
span.dynatable-per-page .select2 {
    width: auto !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #ccc;
    border-radius: inherit;
}
span#view_serials, span#view_desc {
    display: inline-block;
    word-wrap: break-word;
}
.norecordfound p {
	margin: 0px auto;
    display: table;
    position: relative;
    top: -25px;
}

/* Support Css */
div#ticket_list_management_wrapper {
	overflow-x:scroll;
}
td.etk_subhead, th.etk_subhead, .etk_subhead {
    background-color: #ecf0f5;
    font-weight: bold;
}
.etk_subhead_alt {
   background-color: #ccced1;
   font-weight: bold;
   border: 1px solid #999 !important;
}
.notes_info_box img {
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float: left;
    margin-right: 10px;
}
.issue_details  td.etk_subhead{
    width: 42%;
}
.view_tktorrma_form table td  > p{
	margin:0;
}
.download_overlay_screen {
	height: 100%;
    width: 100%;
    position: absolute;
}
.download_overlay_screen #loadericon{
	height: 100%;
}
/* Support Css */