/* here you can put your own css to customize and override the theme */

body {
    overflow-x: hidden !important;
}

.details > table > tbody> tr > td {
	width: 300px;
}

.page-header-fixed .page-container {
	margin-top: 83px !important;
}

.header {
	height: 85px !important;
	/* background-color: #182033 !important; */
	background:url(../img/bkg2.jpg) repeat-x !important;
}

.footer {
	background:url(../img/bkg2.jpg) repeat-x !important;
}

/*.page-sidebar {
	background-color: #203156 !important;	
}
*/
.header .navbar-nav {
	margin-top: 20px;
	margin-right: 10px !important; 
}

.navbar-brand {
	padding: 7px 0;
}

.navbar-brand img {
	margin: 0 3px !important;
	width: 97%;
	padding-top: 10px;
}

.element::-webkit-scrollbar { 
	width: 0 !important 
}

@media (max-width: 991px) {
	.header .navbar-toggle {
		margin: 29px 6px 4px 6px;
	}
	
	.page-header-fixed .page-container {
	margin-top: 5px !important;
		}
	
	
}

@media (max-width: 767px) {
	.header .navbar-nav {
			margin-top: 0;
		}

	.navbar-brand {
			padding: 0;
		}

	.header .navbar-toggle {
			margin: 8px 2px;
		}
	
	.header {
			height: 42px !important;
		}
	
}

@media (min-width: 299px ) and (max-width:1020px) {
	.hidemobile { 
		display: none;
	}
}

/*for gridview pagination*/
.GridPager a, .GridPager span
    {
        display: block;
        /*height: 15px;
        width: 15px;*/
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 5px 10px;
        margin-top: 15px;
        
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #ccc;
    }
    .GridPager span
    {
        background-color: #4D90FE;
        color: #fff;
        border: 1px solid #4D90FE;
    }

.GridPager td {
        padding: 0 !important;
}
    /*for gridview pagination*/

.headmenu { list-style: none; margin: 0;}
.headmenu .dropdown-menu { border: 2px solid #0866c6; border-top: 0; margin: 0; }
.headmenu .nav-header { text-shadow: none; font-weight: normal; }
.headmenu .dropdown-menu::after {
	position: absolute; top: -6px; left: 45px; display: inline-block; border-right: 6px solid transparent;
	border-bottom: 6px solid white; border-left: 6px solid transparent; content: ''; }
.headmenu > li {
	display: inline-block; float: left; font-size: 14px; position: relative; border-right: 1px solid rgba(255,255,255,0.15); }
.headmenu > li:first-child { border-left: 1px solid rgba(255,255,255,0.15); }
.headmenu > li.odd { background: rgba(255,255,255,0.1); }
.headmenu > li.right { float: right; }
.headmenu > li > a {
	min-width: 70px; position: relative; display: block; color: #fff;
	padding: 8px 15px; cursor: pointer; }
.headmenu > li > a:hover { text-decoration: none; }
.headmenu > li > a .count { position: absolute; top: 5px; right: 10px; opacity: 0.5; }
.headmenu > li > a:hover .count, .headmenu > li.open > a .count { opacity: 1; }
.headmenu > li > a .headmenu-label { display: block; margin: 2px 0 3px 0; opacity: 0.5; text-align: center; }
.headmenu > li > a:hover .headmenu-label, .headmenu > li.open > a .headmenu-label { opacity: 1; }

.headmenu > li > a .head-icon { width: 50px; height: 50px; display: block; margin: auto; opacity: 0.8; }
.headmenu > li > a:hover .head-icon, .headmenu > li.open a .head-icon { opacity: 1; }


.collapse {
	transition: all 0s, opacity 0.5s linear;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #f5f5f5;
    background-color: #35aa47;
    border-color: #adadad;
}

.logout {
	border: 0;
	background: 0;
	padding: 0;
}
.search-input {
	padding-right: 0px;
}

.search-input2 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background: none !important;
}

/***
Login page
***/

/* logo page */
.login {
  background-image: url(../img/bkg.jpg);
  background-repeat: repeat;
}


.login .logo {
  margin: 0 auto;   
  margin-top:60px;
  padding: 15px;
  text-align: center;
}  

.login .content {
  background-color:#fff; 
  width: 360px;
  margin: 0 auto; 
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 15px; 
  box-shadow: 0px 0px 74px -8px rgba(0,0,0,0.91);
  -webkit-box-shadow: 0px 0px 74px -8px rgba(0,0,0,0.91);
  -moz-box-shadow: 0px 0px 74px -8px rgba(0,0,0,0.91); 
}

.login .content h3 {
  color: #000;
}
.login .content h4  {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .input-icon {
  border-left: 2px solid #35aa47 !important;
}

.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top:1px;
  margin: 4px 4px 0px 3px; 
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; 
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto; 
  padding: 10px;
  color: #fcfcfc;
  font-size: 11px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top:10px;
  }

  .login .content {
    padding1: 20px; 
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }


  .login .checkbox {
    font-size: 13px;
  }
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F6F6;
	border-radius: 0px;
}

::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F6F6;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	/*background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.50, rgb(32,49,86)),

									   color-stop(0.55, rgb(24,32,51)));*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.90, rgb(23,59,85))); 								   
}

td {
	vertical-align: middle !important;
}

.checkme{
	padding: 7px 15px;
}

.checkingbox{
    display:inline-block;
    width:17px;
    height:17px;
}

/***
Error Pages
***/

/* 404 page option #1 */

.page-404 {
  text-align: center;
}

.page-404 .number {
  position: relative;
  top: 35px;
  display: inline-block;
  letter-spacing: -10px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #7bbbd6;
  text-align: right;
}

.page-404 .details {
  margin-left: 40px;
  display: inline-block;
  padding-top: 0px;
  text-align: left;
}

/* 500 page option #1 */
.page-500 {
  text-align: center;
}

.page-500 .number {  
  display: inline-block;
  letter-spacing: -10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #ec8c8c;
  text-align: right;
}

.page-500 .details {
  margin-left: 40px;
  display: inline-block;
  text-align: left;
}

/* 404 page option #2*/
.page-404-full-page {
  overflow-x: hidden;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fafafa !important;
}

.page-404-full-page .details input {
  background-color: #ffffff;
}

.page-404-full-page .page-404 {
  margin-top: 100px;
}

/* 500 page option #2*/
.page-500-full-page {
  overflow-x: hidden;
  padding: 20px;
  background-color: #fafafa !important;
}

.page-500-full-page .details input {
  background-color: #ffffff;
}

.page-500-full-page .page-500 {
  margin-top: 100px;
}

/* 404 page option #3*/

.page-404-3 {
  background: #000 !important ;
} 

.page-404-3 .page-inner img {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.page-404-3 .error-404 {
  color: #fff;
  text-align: left;
  padding: 70px 20px 0;
}

.page-404-3 h1 {
  color: #fff;
  font-size: 130px;
  line-height: 160px;
}

.page-404-3 h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.page-404-3 p {
  color: #fff;
  font-size: 16px;
}


@media (max-width: 480px) { 

  .page-404 .number,
  .page-500 .number,
  .page-404 .details,
  .page-500 .details {
    text-align: center;
    margin-left: 0px;
  }

  .page-404-full-page .page-404 {
    margin-top: 30px;
  }

  .page-404-3 .error-404 {
    text-align: left;
    padding-top: 10px;
  }

  .page-404-3 .page-inner img {
    right: 0;
    bottom: 0;
    z-index: -1;
    position: fixed;
  }

}

.tabselector {
	border-top: 2px solid #203156;
}

@media (min-width:1600px) and (max-width:3000px){
	.page-content{
		min-height: 900px;
	}
}

.logo-preview {
    display: block;
    height: auto;
    max-width: 40% !important;
}

.defaultstarsimg {
	max-height: 90%;
}