@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

/*===========================================================================================================================================*/
body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	counter-reset: item;
}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mb80{margin-bottom:80px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.bg-white{background:#ffffff !important;padding:15px;}


.footer{background:#03a9f4;padding:10px;}

#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -250px;
  top: 51px;
  left: 250px;
  width: 250px;
  background: #002444;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width:100%;
  padding-top: 70px;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
  padding-left: 60px;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}
.login-btn{background:#fe6b1d;}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
    text-decoration: none;
    float: left;
    color: #fff;
    padding-right: 15px;
}

@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

}
#main-menu {
    background-color: #002444;
}

.list-group-item {
    background-color: #002444;
    border: none;
  
}

a.list-group-item {
	border:1px solid #013059 !important;
	border-left:0px !important;
	border-right:0px !important;
    color: #FFF;
	padding:10px 16px !important;
	
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #43D5B1;
    color: #000000;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    color: #FFF;
    background-color: #43D5B1;
    border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-level1 .list-group-item {
    padding-left:30px;
    
}

.list-group-level2 .list-group-item {
    padding-left:60px;
}
.bg-inverse{background:#002448;}
a.second-level{border:thin dotted #2D72B2 !important;background: #105390 !important;font-size: 14px;padding-left:25px !important;}
a.second-level:hover{color:#ffffff;background: #3BD2DF;}
a.second-level.active,
a.second-level.active:hover,
a.second-level.active:focus {color: #ffffff;}

a.third-level{border:thin dotted #2D72B2 !important;background: #4884BC !important;font-size: 14px;padding-left:35px !important;}
a.third-level:hover{color:#ffffff;background: #3BD2DF;}
a.third-level.active,
a.third-level.active:hover,
a.third-level.active:focus {color: #ffffff;}

@media screen and (max-width: 738px) {
    .navbar-brand {
       font-size: 110%;float: 
    }
}
@media screen and (max-width: 400px) {
    .navbar-brand {
       font-size: 100%;float: 
    }
}

.control-label{padding: :15px;}
.spacer{height: 20px !important;}

h1.head-font{background: #ffffff !important;color: #3b56f1;font-size:22px;border-left: 5px solid #1dd5cd;padding-left: 20px;z-index: 999; }
hr.style2 {
	border-top: 3px double #8c8b8b;
	margin-top: -23px;
	z-index: 1;
}

.headline {

line-height: 1.5em;
color: black;
font-size: 22px;
color: #1a34c3;
border-left: 5px solid #1dd5cd;
padding:10px;
padding-left:20px;
background: #ffffff;

}
h1:after
{
    content:' ';
    display:block;
    border:1px solid #3f51b5;
    margin-top: -15px;
}

.thead-inverse{background: #3f51b5;color: #ffffff;}
.thead-inverse th{text-align: center !important;}

.nav>li {
    border-radius: 0px;
    background: #3f51b5 !important;
    margin-right: 5px
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
 background: #3f51b5; 
	color: #ffffff !important;
	border-radius:0px;
	
}
.liactive{
	position: relative;
	padding:0px;
	margin:0px;
	border-radius:4px;
	border-bottom:4px solid red !important;
	padding-right:0px;
	margin-right:0px;
	
}
/* .arrow_box {
	position: relative;
	background: red;
} */
.liactive:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color:red;
	border-width: 12px;
	margin-left: -12px;
}

.nav>li>a:hover{background:#86c091 !important;cursor: pointer;}

legend{
	padding: 3px 10px !important;
	border-left: 3px solid #6e6e6e;
	color: #d6660c;
	border-bottom:0px;
	font-size: 16px;
}


.table-bordered>thead>tr th{ border : 1px solid #ffffff; padding: 7px !important;background: #3f51b5;color: #ffffff;text-align: center;}
.table-bordered>thead>tr th,.table-bordered>tbody>tr td{padding: 7px !important;}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #e8f1fb !important;
	color: #183f62;
}
.table-bordered>tfoot>tr td{padding: 7px !important;background: #3f51b5;color: #ffffff;}

.fwl{font-weight: normal !important;}



.headline_main {
	font-weight: bold;
	font-size: 22px;
	color: #1a34c3;
	text-align: center;
	padding: 0px;
	background: #ffffff;
	border-bottom: 1px solid #1dd5cd;
	font-size: 22px;
}
.brdr-head{/*background: #e0f7f9; border-top: thin solid #000; */border-bottom: thin solid #111111;margin: 0px;padding: 5px;color: #0a376c;}
.brdr{border-bottom: thin solid #111111;margin: 0px;padding-bottom:5px;margin-top:-8px; }


.brdr-head-2{background: #eafbfd; border-top: thin solid #000; border-bottom: thin solid #111111;margin: 0px;padding: 3px;color: #0a376c;}
.brdr-2{border-bottom: thin solid #111111;margin: 0px;padding:3px;margin-top:-12px; }


* {
	box-sizing: border-box;
}

#myInput {
	/* background-image: url('/css/searchicon.png'); */
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

#myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 14px;
}

#myTable thead>tr th,#myTablet tbody>tr td {
	text-align: left;
	padding: 20px;
	/* padding: 1px; */
}

#myTable tr {
	border-bottom: 1px solid #ddd;
}

#myTable tr.header,#myTable tr:hover {
	background-color: #f1f1f1;
}
.form-text-label{color: #303e91;font-weight:bold;}
