/* navi */

.dropdown-menu > li {margin:5px 0px 5px 0px;}
.navbar-brand {
  color:#fff;
  font-weight:bold;
}
/* navi */
.navbar-inverse {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
}
.navbar.affix {
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		width: 100%;
		border: 0;
		margin-top: 0;
		padding-top: 0px;
		border-radius: 0;
		animation: fadeIn 0.5s ease-in;
		-webkit-animation: fadeIn 0.5s;
}
.affix-placeholder {
		display: none;
}
.navbar.affix + .affix-placeholder {
		display: block;
		visibility: hidden;
}
/* navi */

/* side bar */
#header {min-height:200px;}

.affix-top,.affix{
 position: static;
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
	margin-top:20px;
  	width:260px;
  }

  #sidebar.affix {
    position: fixed;
    top:86px;
    width:260px;
  }
}

#sidebar > li a {
	transition-duration: 0.5s;
}


#sidebar li.active {
  	border:0 #E81164 solid;
  	border-right-width:3px;
	background-color:#EEEEEE;
}
/* side bar */


/* panel */
.panel.date {
		margin: 0px;
		width: 60px;
		text-align: center;
}

.panel.date .month {
		padding: 2px 0px;
		font-weight: 700;
		text-transform: uppercase;
}

.panel.date .day {
		padding: 1px 0px;
		font-weight: 700;
		font-size: 1.5em;
}

/*
.panel-default > .panel-heading-custom {
	background: #193059; color: #fff; 
}
.panel-default > .panel-heading-custom > .panel-title {
	font-size:15pt;
}
.panel-body {
	background:#f4f4f4;
}

*/

.panel-default > .panel-heading-custom > .panel-title {
	font-size:13pt;
	font-weight:600;
}

.panel-default {
	margin-top:0px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.panel.with-nav-tabs .panel-heading{
		padding: 2px 2px 0 2px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/* panel */


table {
	margin-top:0px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*label*/
.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #59ace2;
}

.label-success {
    background-color: #A9D86E;
}

.label-info {
    background-color: #8175c7;
}

.label-warning {
    background-color: #FCB322;
}

.label-danger {
    background-color: #FF6C60;
}

.label-inverse {
    background-color: #344860;
}

/*text color*/

.text-danger {
    color: #FF6C60;
}

.text-muted {
    color: #a1a1a1;
}

.text-primary {
    color: #59ace2;
}

.text-warning {
    color: #FCB322;
}

.text-success {
    color: #A9D86E;
}

.text-info {
    color: #8175c7;
}

.text-bold {
	font-weight:bold;
}



/*modal*/
.modal-dialog {
  margin-top:70px;
  display: flex;
  align-items: center;
}

.modal-content {
  margin: 0 auto;
}
.modal-content {
    box-shadow: none;
    border: none;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}
html, body .modal-open {
    overflow-x: hidden;
}

.modal-header {
    background: #193059;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header .fa-times {
	color: #fff;
}


/*text input*/


.form-horizontal .control-label {
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}

input, textarea, select, button {
    outline: none !important;
}

/*list*/

ul {
    padding-left: 0;
}

/*button*/

.btn {
    white-space: normal;
	word-wrap: break-word;
}
.btn-default {
    background-color: #bec3c7;
    border-color: #bec3c7;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff;
}

.btn:active, .btn.active {
    box-shadow: none;
}

/*Select box*/


.btn-select {
		position: relative;
		padding: 0;
		min-width: 236px;
		width: 100%;
		border-radius: 0;
		margin-bottom: 20px;
}

.btn-select .btn-select-value {
		padding: 12px 24px;
		display: block;
		position: absolute;
		left: 0;
		right: 34px;
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
		border-top: none !important;
		border-bottom: none !important;
		border-left: none !important;
}

.btn-select .btn-select-arrow {
		float: right;
		line-height: 20px;
		padding: 12px 10px;
		top: 0;
}

.btn-select ul {
		display: none;
		background-color: white;
		color: black;
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0;
		border-top: none !important;
		position: absolute;
		left: -1px;
		right: -1px;
		top: 45px;
		z-index: 999;
}

.btn-select ul li {
		padding: 6px 12px;
		text-align: left;
}

.btn-select ul li:hover {
		background-color: #f4f4f4;
}

.btn-select ul li.selected {
		color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
		border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
		background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
		background-color: white;
		border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
		background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
		border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
		background-color: #2e6da4;
		color: white;
}

.btn-select.btn-primary ul {
		border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
		background-color: #428bca;
		border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
		background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
		border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
		background-color: #4cae4c;
		color: white;
}

.btn-select.btn-success ul {
		border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
		background-color: #5cb85c;
		border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
		background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
		border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
		background-color: #46b8da;
		color: white;
}

.btn-select.btn-info ul {
		border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
		background-color: #5bc0de;
		border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
		background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
		border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
		background-color: #eea236;
		color: white;
}

.btn-select.btn-warning ul {
		border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
		background-color: #f0ad4e;
		border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
		background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
		border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
		background-color: #d43f3a;
		color: white;
}

.btn-select.btn-danger ul {
		border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
		background-color: #d9534f;
		border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
		background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
		background-color: white;
		color: black;
}

/* SelectBox End */


/*Tabs*/
.nav-tabs { border-bottom: 2px solid #DDD;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0;font-size:14px;}
.nav-tabs > li > a { border: none; color: #666; font-size:14px;}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 5px 0; }
.tab-content{padding:0px}
/*Tabs*/


/*pagination*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1abc9c;
    border-color: #16a085;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}



.bg-table1 {
  color: #fff;
  background-color: #193059;
}
.bg-default {
  background-color: #EEEEEE;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}

mark {
    background: #48cfad;
    color: #fff;
}
.table thead>tr>th {
	text-align:center;
}

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

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

input, select {
		margin-bottom: 5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: 1px solid #eaeaea;
		box-shadow: none;
		font-size: 14px;
		color:#eee;
}

.form-inline .form-group{
		margin-left: 0;
		margin-right: 0;
}

.form-group {margin-bottom:1px;}
.input-group {margin-bottom:12px;}
.input-group input[type='text'] {
		width:315px;
}

.carousel-indicators {
  bottom:0px !important;
}
.carousel-indicators li {
      text-indent: 0;
      margin: 0 4px;
      width: 15px;
      height: 15px;
      border: none;
      border-radius: 50%;
      line-height: 35px;
      color: #fff;
      border:solid 4px #999;
      transition: all 0.25s ease;
	  font-size:14pt;
 }

.carousel-indicators .active {
        margin: 0 4px;
        width: 15px;
        height: 15px;
        background-color: #fff;        
	    border-radius: 100%;
}

.carousel .carousel-caption {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.carousel .carousel-caption h5 {
	line-height:20px;
}

.carousel .carousel-caption-top {
    top: 65px;
    bottom: initial;
	bottom: auto;
    width: 470px;
    padding: 10px;
    left: 20px;
    right: initial;
}

.carousel .carousel-caption-bottom {
    bottom: 70px;
    top: initial;
	top: auto;
    width: 470px;
    padding: 10px;
    left: 20px;
    right: initial;
}

.carousel .carousel-caption-top-center {
    top: 0px;
    bottom: initial;
	bottom: auto;
	width: 580px;
    left: 270px;
    right: initial;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel .carousel-caption-top-center h3 .text-bg{
    background: -webkit-linear-gradient(top, rgba(43, 82, 142, 0.8) 0%, rgba(43, 82, 142, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(43, 82, 142, 0.8) 0%, rgba(43, 82, 142, 0.8) 100%);
}


/*  Back-to-top */
.back-to-top {
	display:none;
	cursor: pointer;
	position: fixed;
	bottom:60px;
	right: 15px;
	color:#999;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.go-home {
	cursor: pointer;
	position: fixed;
	bottom:20px;
	right: 15px;
	color:#999;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}


