body {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #d7e0fb;
}

.btn-custom {
  background-color: #21aae2;
  border-color: #21aae2;
  margin-bottom: 5px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #1b9acf;
  border-color: #188ab8;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #21aae2;
  border-color: #21aae2;
}


.btn-custom {
  width:100%;
  background: #21aae2;
}

.color-45 {
  background: #21aae2;
}

p {
    margin: 0 0 0 0px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.page-content  > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;

}


.content-box, .content-box-large {
   margin-bottom:5px;
   background:#fff;
   border-radius:3px;
   padding:10px;
   left: 250px;
}

.content-box-large {
  padding: 20px;
}

.box-with-header {
  border-top: none;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.content-box-header {
  min-height: 40px;
   font-size: 16px;
   background:#f5f5f5;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
}

.content-box-header:after {
  clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidebar .nav li.open ul{
   display:block;
}

.sidebar .nav > li {
	margin: 0;
   
}

.sidebar .nav > li:last-child{
   border-bottom:0px;
}

.sidebar .nav > li li {
	margin: 0;
}

.sidebar .nav > li li a{
   padding-left:25px;
}

.sidebar .nav > li > a {
	font-size: 14px;
	line-height: 10px;
	padding: 5px 5px;

	display: block;
   font-weight:bold;
   background:none;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > a > i{
   margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 5px 8px 5px;
	color: #999;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.form-control-custom {
    display: block;
    width: 100%;
    /* height: 34px; */
    /* padding: 6px 12px; */
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}  

.sidebar .nav > li.active > a {
   background:#21aae2;
   border-top:0px;
   color:white;
}


.sidebar .nav > li > ul > li.active > a{
   background:#fff;
   border-top:0px;
   color:;
}

.sidebar .nav > li > ul > li > a:hover{
   background:#fff;
   color:#555;
   border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
	background: #21aae2;
	color: #555;
   border-bottom:0px;
}

.sidebar .nav li.open > a {
   background:#fff;
   color: #555;
   border-bottom:1px dashed #eee;
}

.sidebar .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidebar .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.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: #d7e0fb;
  background-repeat: no-repeat;
  height: 100%;
}

.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;
  color: #45a5e2;
}
.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: 10px;
  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;
}

.navbar-header {
  width: 100% !important;
}

/* navbar */
.navbar-custom {
    background-color: #21aae2;
}
/* title */
.navbar-custom .navbar-brand {
    color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #ffffff;
}
/* link */
.navbar-custom .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #21aae2;
}
.navbar-custom .navbar-nav > .active > a, 
.navbar-custom .navbar-nav > .active > a:hover, 
.navbar-custom .navbar-nav > .active > a:focus {
    color: #21aae2;
    background-color:  #ffffff;
}
.navbar-custom .navbar-nav > .open > a, 
.navbar-custom .navbar-nav > .open > a:hover, 
.navbar-custom .navbar-nav > .open > a:focus {
    color: #21aae2;
    background-color:#ffffff;
}
.dropdown-menu   {
    border-top-color: #21aae2;
    border-bottom-color:#21aae2;
    background-color: #21aae2;
}

.dropdown-menu > li > a   {
    border-top-color: #21aae2;
    border-bottom-color:#21aae2;
    color:#ffffff;
    background-color: #21aae2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover {
    color:#3498db;
}



.navbar-toggle,  .icon-bar {
    border-color: #DDD;
    background-color: #21aae2;
}
.icon-bar {
    border-color: #DDD;
    background-color: #fff;
}

.img-box {
    float:left;
    width:45px;
    height:45px;
    position:relative;
    display:inline-block;
    overflow:hidden;
}

.img-box > .img-logo {
    position:absolute;
    top:50%;
    min-height:100%;
    display:block;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    min-width:100%;
}

.alert {
  color: red;
}

#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
   overflow-y: auto;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  position:fixed;
  height: 100%;
  overflow-y: visible;
  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%;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
    text-decoration: none;
    float: left;
    color: #fff;
    height: 25px;
    padding-right: 30px;
    margin-top:14px;

    font-size: 20px;
}

.righttext {
  float:right;
}


@media (max-width:767px) {

.righttext {
  float:right;
  width:150px;
  padding-top: 5px;
}



#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;
  padding-left: 10px;
  padding-right: 10px;
}

}

.panel-custom>.panel-heading {
    color: white;
    background-color: #21aae2;
    border-color: #21aae2;
}

.panel-custom>.panel-info {
    color: black;
    background-color: #21aae2;
    border-color: #21aae2;
}

.panel-custom>.panel-warning {
    color: black;
    background-color: #FBE67D;
    border-color: #FBE67D;
}

.panel-custom>.panel-error {
    color: black;
    background-color: #FA7B7B;
    border-color: #FA7B7B;
}
.panel-custom>.panel-success {
    color: black;
    background-color: #99FC74;
    border-color: #99FC74;
}

.panel-custom>.filter-body {
    background-color: #C6DDE6;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
    color: #337ab7;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

.table tbody tr > td.center {
   text-align: center;
   vertical-align: middle;
}
.table thead tr > th.center {
   text-align: center;
}

.table tbody tr.success > td {
  background-color: #DAFECD !important;
}

.table>tbody>tr.success:hover>td, 
.table>tbody>tr.success:hover>th {
  background-color: #99FC74 !important;
}

.table > tbody tr.error > td {
  background-color: #FBCACA !important;
}
.table>tbody>tr.error:hover>td, 
.table>tbody>tr.error:hover>th {
  background-color: #FA7B7B !important;
}

.table tbody tr.warning > td {
  background-color: #FBF2C3 !important;
}
.table>tbody>tr.warning:hover>td, 
.table>tbody>tr.warning:hover>th {
  background-color: #FBE67D !important;
}
.table tbody tr.info > td {
  background-color: #d9edf7 !important;
}
.table>tbody>tr.info:hover>td, 
.table>tbody>tr.info:hover>th {
  background-color: #C0D2D9 !important;
}
.righttext {
  float:right;
}

.cf_center {
     text-align: center;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th  {
  font-size: 12px;
  vertical-align: middle !important;
}

tfoot {
    display: table-header-group;
}

table.table-bordered{
    border-top: 1px solid #A2D3E7;
    border-bottom: 1px solid #A2D3E7;
    border:1px solid #A2D3E7;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid #A2D3E7;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #A2D3E7;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #A2D3E7 !important;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #A2D3E7 !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #A2D3E7 !important;
}

.label-filter {
     margin-bottom: 0;
     font-weight: normal;
}

.form-control-filter {
    height: 20px;
    font-size: 12px;
    padding: 0px 12px;
}