/*
 * Base structure
 */

/*
 * Global add-ons
 */

.card-dec {
    box-shadow: 0 10px 40px 0 rgba(18,106,211,.07),0 2px 9px 0 rgba(18,106,211,.06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.cd-inner {
    padding: 1.25rem;
}

.card {
    word-wrap: break-word;
    color: #fff;
    font-size: 1.5rem;
    flex: 1 1 auto;
    display: flex;
}

.card-half {
    width: 50%;
    float: left;
}

.card-half:first-child {
    border-right: 2px solid #fff;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
    border-radius: 5px;
    margin: 3px;
}

.card-spacing {
    padding: 1.25rem;
}

.card-body h2 {
    margin: 0 5px 0 0;
    float: left;
}

.card-default{
    background-color: #777;
}

.card-primary{
    background-color: #337ab7;
}

.card-info{
    background-color: #5bc0de;
}

.card-success{
    background-color: #5cb85c;
}

.card-warning{
    background-color: #f0ad4e;
}

.card-danger{
    background-color: #d9534f;
}

.card-title {
    float: right;
    font-size: 25px;
    font-weight: bold;
}

.clearfix {
    clear: both;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.header {
    background-color: #1a3867;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 8px 25px;
}

.page-title {
    color: white;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
}

.bg-info {
    background-color: #69c5f2;
    background-image: none;
    color: #000;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-bottom: 20px;
}
.nav-sidebar > li > a, .nav-sidebar > li > ul > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.sidebar__list > .active > a,
.sidebar__list > .active > a:hover,
.sidebar__list > .active > a:focus,
.sidebar__list > div.active {
  color: #fff;
  background-color: #428bca !important;
}
.navbar-collapse.in {
    background-color: #ffffff;
    /*transition: all .3s ease;*/
}

.navbar-brand {
    padding: 9px 15px;
}

/*
 * Main content
 */

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*
 * 
 */
.dropdown-menu {
    left: unset;
    right: 0;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
/*
 * Thinklabs
 * table panels
 */
a, a:hover, a:active, a:focus {
	text-decoration: none;
}

.table {
	background-color: #eee;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.panel-default > .panel-heading.table,
.panel-primary > .panel-heading.table,
.panel-success > .panel-heading.table,
.panel-info > .panel-heading.table,
.panel-warning > .panel-heading.table,
.panel-danger > .panel-heading.table {
	padding: 0 !important;
}
/*.panel-heading .glyphicon {
	border-right: 1px solid #cdcdcd;
	padding: 8px 10px;
}*/
.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover {
	background-color: #f2f2f2;
}
.sidebar .nav > li > ul > li:focus, .sidebar .nav > li > ul > li:hover {
	background-color: #f2f2f2;
}
.sidebar nav > li > a, .sidebar nav > li > ul > li > a,
.sidebar nav > li > a:hover, .sidebar nav > li > ul > li > a:hover{
	color: #111111;
	display: block;
	padding: 10px 15px;
}

.sidebar nav > li {
    text-align: left;
}

.sidebar .nav > li > ul > li.active{
	background-color: #3a3a3a;
	/*background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#333333), to(#3F3F3F));
	background-image: -webkit-linear-gradient(top, #333333 0%, #3F3F3F 100%);
	background-image: -moz-linear-gradient(top, #333333 0%, #3F3F3F 100%);
	background-image: -ms-linear-gradient(top, #333333 0%, #3F3F3F 100%);
	background-image: -o-linear-gradient(top, #333333 0%, #3F3F3F 100%);
	background-image: linear-gradient(top, #333333 0%, #3F3F3F 100%);*/
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#424242), to(#3e3e3e));
	background-image: -webkit-linear-gradient(top, #424242 0%, #3e3e3e 100%);
	background-image: -moz-linear-gradient(top, #424242 0%, #3e3e3e 100%);
	background-image: -ms-linear-gradient(top, #424242 0%, #3e3e3e 100%);
	background-image: -o-linear-gradient(top, #424242 0%, #3e3e3e 100%);
	background-image: linear-gradient(top, #424242 0%, #3e3e3e 100%);
}
.sidebar .nav-sidebar > li .dropdown-toggle{
	cursor: pointer;
}
.sidebar .nav-sidebar > li > ul {
	list-style: none;
	width: 100%;
	padding: 0;
}
.sidebar .nav-sidebar > li > ul > li{
	width: 100%;
	padding-left: 20px;
}

.bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto 20px;
    width:75%;
    overflow: hidden;
}
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.panel-body ol, .panel-body ul {
    padding: inherit;
}

.bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
    float: left;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    /*border: 1px solid #fff;*/
    border: 1px solid #d5d5d5;
	border-radius: 4px 4px 4px 4px;
	margin: 1px;
}
.bs-glyphicons li:hover {
    color: #fff;
    /*background-color: #563d7c;*/
   background-color: #428bca;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-docs-section{
	width: 100%;
}
.toolbar {
	border:1px solid #d5d5d5;
	border-radius: 5px;
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: table;
}
.toolbar h1 {
	margin:0;
	float:left;
	font-size:30px;
}
.toolbar .buttons{
	float:right;
	width:auto;
	margin: 0;
}
.select2-search__field:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('img/select2.png') no-repeat 100% -22px;
    background: url('img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2 {
    width: 100% !important;
}
.icon-active {
  color: #119c11;
}
.icon-inactive {
    color: #f6443e;
}
.container-signin .signin {
	width:300px;
	margin:0 auto;
	padding:20px;
    background-repeat: repeat-x;
    border-radius: 4px;
    background-color:#ffffff;
}
.container-signin .signin h2{
	margin-top:0px;
}
.container-signin .signin input {
	margin-bottom:15px;
}
.container-signin {
	width:100%;
	height:100%;
	margin:0;
	padding-top:50px;
	position:absolute;
	top:0;
	background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nooverflow {
	overflow:unset;
}

.form-horizontal .form-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    margin:0;
    padding:10px 5px 10px;
}

.form-box {
    max-width: 1000px;
    margin: 0 auto;
}

.footer {
	/*background-color: #444444;*/
	position:static;
	bottom:0;
	/*z-index: 2000;*/
}
.footer .container {
	padding:15px 0;
	text-align:center;
	width: 99%;
}
.footer .container p{
	margin:0;
}
@media (max-width: 767px) {
	.bs-glyphicons {
		width:100%;
	}
	.bs-glyphicons li {
		width: 24%;
		font-size: 11px;
	}
	.bs-docs-section {
		width:100%;
	}
	.main {
		padding: 20px 15px;
	}
}

/*
    pages
*/
.dtr {
    margin: 0;
}
.dthf {
    /*background-color: #428bca;*/
    background-color: #eee;
    border-top: 1px solid #ddd;
    /*color: #ffffff;*/
    font-weight: bold;
    padding: 8px;
}
.dth, th {
    /*background-color: #62a3db;*/
    background-color: #428bca;
    border-top: 1px solid #ddd;
    color: #ffffff;
    font-weight: bold;
    padding: 8px;
}

.dtd {
    border-top: 1px solid #ddd;
    padding: 8px;
    word-break: break-word;
}

.dth a, th a {
    color: #ffffff;
}

.dth a:hover, th a:hover {
    color: #66f76f;
}

.login-background {
    background: url('/img/bg-sign-in1600x1164.jpg') no-repeat center center;
    background-size: cover;
}
.login-background-cover {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
}

.login-image {
    margin: 0 auto 30px;
    text-align: center;
}

.login-image img{
   height: 400px; 
}

.login-container-body {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.btn-delete {
    width: 100%;
    background: transparent;
    border: 0px solid;
    text-align: left;
    padding: 3px 20px;
}

.btn-delete:hover {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.multiple-actions-form {
    margin-top: 10px;
    margin-bottom: 10px;
}