html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 40px;
    background-color: #ffffff;
    font-size: 13px;
    min-width: 350px;
}

.login-header {
    margin-top: 20%;
}
.login_header {
	font-size: 25px;
	color: #0078A3;
}
.login-panel {
    margin-top: 5%;
    border: 5px solid #0F0333;
    background-color: #F5F8F9;
}

div.login-footer {
    /* margin: 190px 0 0 0; */
	/* padding:0 15px; */
}

div.login-footer p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #777;
	text-align:center;
}


.index-body{
	/* background-image:url(../images/backgroup-light-blue.png); */
	background-repeat:no-repeat;
	background-size:cover;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
}

.footer {
  float: right;
  margin: 20px 40px 0 0;
  z-index: 999;
}
div.footer-container {
	/* padding:0 15px; */
}
div.footer-container p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #777;
	text-align:center;
}

.page-header {
	z-index:1;
	margin:10px 0 0 0;
	background-color: #F5F8F9;
	width:100%;
	height:30px;
	border-bottom: 0px;
}
#wrapper {
	display: flex;
	min-height: 50vh;
	flex-direction: column;
}
#page-wrapper {
	min-height:100%;
    padding: 0px;
}

#page-wrapper-header {
	padding: 0px;
	height: 120px;
}

#header-1 {
	height: 40px;
}
#header-2 {
	padding-top: 10px;
}

.navbar-text , .navbar-text select, .navbar-text a {
	color: #757494;
	margin: 0px;
}

@media(min-width:500px) {
    #page-wrapper {
        padding : 0px;
    }
	#page-wrapper-header {
		padding: 0;
		height: 80px;
	}
}

@media(min-width:950px) {
    #page-wrapper {
        padding : 0px;
    }
	#page-wrapper-header {
		padding: 0;
		height: 40px;
	}
}

.navbar-right select {
	border:0px;
	background: transparent;
}

.sidebar .sidebar-nav.navbar-collapse {
    overflow:auto;
}

.navbar-header {
	height:80px; 
	width:inherit; 
	background-color: #0F0333;
}

@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }  
}

.navbar-right {
	float: right !important;
	font-weight: bold;
	background: transparent;
}
@media (min-width: 1050px) {
  .navbar-left {
    float: left !important;
    margin: 5px 35px;
  }
  .navbar-right {
    float: right !important;
    margin: 0px;
    font-weight: bold;
    background: transparent;
  }
}
.header-logo{
	height:40px;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
  background-color: #0F0333;
  font-weight: bold;
}
.navbar-brand {
  width: 250px;
  font-size: 13px;
}
.navbar-username {
	margin: 15px -15px;
	padding: 0 15px;
    height:30px;
	width:250px;
	color: #FFFFFF;
	background-color:#0F0333;
}

.sidebar {
	border:0;
}

.sidebar-search {
	margin: 15px -15px;
	padding: 0 15px;
    height:30px;
	width:250px;
	color: #FFFFFF;
	background-color:#0F0333;
}

.sidebar ul li a {
    border-bottom: 0px;
	color: #333; /* #FFFFFF */
	background-color:#a2d8e4; /* #142735 */
}

.sidebar ul li a:hover {
	color: #F48120;
	background-color:#FFFFFF;
}

.sidebar ul li a:focus {
	color: #333; /* #FFFFFF */
	background-color:#a2d8e4; /* #142735 */
}

.sidebar ul li a.active {
	color: #F48120; 
	font-weight:bold;
    background-color: #FFFFFF; 
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
    color: #333; /* #FFFFFF; */
    background-color: #dff4f9; /* #4d4d4d; */
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
    color: #333333;
    background-color: #DDE8EA;
}

@media(min-width:768px) {
    .sidebar {
        margin-top: 0px;
		margin-bottom:50px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
@media(min-width:1050px) {

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.tooltip{ 
  position:relative;
  float:right;
}
.tooltip > .tooltip-inner {background-color: #F48120; padding:5px 15px; font-weight:bold; font-size:13px;}
.popOver + .tooltip > .tooltip-arrow {	border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #F48120;}

section{
  margin:100px auto; 
  height:1000px;
}
.progress{
  border-radius:0;
  overflow:visible;
}
.progress-bar{
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.custom-control{
	padding:5px 10px;
	font-size:12px;
	border-radius:3px;
	border:1px solid #ccc;
}

.custom-control: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);
}


.page-content {
  padding:20px;
}

table.desctable {
	border: 1px solid #ddd;
	border-spacing: 2px;
	padding: 5px;
}
table.desctable td{
	border: 1px solid #ddd;
	border-spacing: 2px;
	padding: 5px;
}

.panel-default {
	border-color:#ddd;
}

button,
input,
optgroup,
select,
textarea {
  resize: vertical;
}
select{
	background: $fff !important;
}

.help-block {
	color: #3F83A5;
}

.breadcrumb {
  padding: 8px 0 0 35px;
  list-style: none;
  color: #999999;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 0px;
}
.breadcrumb > .active {
  color: #000;
}
.panel {
	margin-bottom: 50px;
}

#image-preview {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
  }
  label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
}

table.dataTable{
	width:100%;
}

.searchbox{
	margin-bottom:10px;
	text-align:left;
}


.btn-sq1 { /* Dark Brown */
  color: #fff;
  background-color: #5c4d4d; /* #11d9c9; */
  border-color: #241e1e;
  padding: 0px 5px;
}
.btn-sq1:focus,
.btn-sq1.focus {
  color: #fff;
  background-color: #6b5e5e;
  border-color: #5c4d4d;
}
.btn-sq1:hover {
  color: #fff;
  background-color: #6b5e5e;
  border-color: #5c4d4d;
}
.btn-sq1:active,
.btn-sq1.active,
.open > .dropdown-toggle.btn-sq1 {
  color: #fff;
  background-color: #5c4d4d;
  border-color: #241e1e;
}
.btn-sq1:active:hover,
.btn-sq1.active:hover,
.open > .dropdown-toggle.btn-sq1:hover,
.btn-sq1:active:focus,
.btn-sq1.active:focus,
.open > .dropdown-toggle.btn-sq1:focus,
.btn-sq1:active.focus,
.btn-sq1.active.focus,
.open > .dropdown-toggle.btn-sq1.focus {
  color: #fff;
  background-color: #5c4d4d;
  border-color: #241e1e;
}
.btn-sq1:active,
.btn-sq1.active,
.open > .dropdown-toggle.btn-sq1 {
  background-image: none;
}
.btn-sq1.disabled:hover,
.btn-sq1[disabled]:hover,
fieldset[disabled] .btn-sq1:hover,
.btn-sq1.disabled:focus,
.btn-sq1[disabled]:focus,
fieldset[disabled] .btn-sq1:focus,
.btn-sq1.disabled.focus,
.btn-sq1[disabled].focus,
fieldset[disabled] .btn-sq1.focus {
  background-color: #5c4d4d;
  border-color: #241e1e;
}
.btn-sq1 .badge {
  color: #808b94;
  background-color: #fff;
}


.btn-sq2 { /* Green */
  color: #fff;
  background-color: #0a8164; /* #11d9c9; */
  border-color: #075744;
}
.btn-sq2:focus,
.btn-sq2.focus {
  color: #fff;
  background-color: #0eaca0;
  border-color: #122b40;
}
.btn-sq2:hover {
  color: #fff;
  background-color: #0eaca0;
  border-color: #122b40;
}
.btn-sq2:active,
.btn-sq2.active,
.open > .dropdown-toggle.btn-sq2 {
  color: #fff;
  background-color: #0a8164;
  border-color: #075744;
}
.btn-sq2:active:hover,
.btn-sq2.active:hover,
.open > .dropdown-toggle.btn-sq2:hover,
.btn-sq2:active:focus,
.btn-sq2.active:focus,
.open > .dropdown-toggle.btn-sq2:focus,
.btn-sq2:active.focus,
.btn-sq2.active.focus,
.open > .dropdown-toggle.btn-sq2.focus {
  color: #fff;
  background-color: #0a8164;
  border-color: #075744;
}
.btn-sq2:active,
.btn-sq2.active,
.open > .dropdown-toggle.btn-sq2 {
  background-image: none;
}
.btn-sq2.disabled:hover,
.btn-sq2[disabled]:hover,
fieldset[disabled] .btn-sq2:hover,
.btn-sq2.disabled:focus,
.btn-sq2[disabled]:focus,
fieldset[disabled] .btn-sq2:focus,
.btn-sq2.disabled.focus,
.btn-sq2[disabled].focus,
fieldset[disabled] .btn-sq2.focus {
  background-color: #0a8164;
  border-color: #075744;
}
.btn-sq2 .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-xs {
	padding: 2px 4px;
	font-size: 10px;
}

.btn {
	margin: 0 1px;
}

.alert-sq1 { /*blue*/
  color: #214054;
  background-color: #B6D2FF;
  border-color: #B8C0F1;
}
.alert-sq1 hr {
  border-top-color: #B8C0F1;
}
.alert-sq1 .alert-link {
  color: #245269;
}

.alert-sq2 { /*light grey*/
  color: #675252;
  background-color: #F5F5F9;
  border-color: #ECECEC;
}
.alert-sq2 hr {
  border-top-color: #ECECEC;
}
.alert-sq2 .alert-link {
  color: #675252;
}

.langselect {
	font-weight: bold;
}

.summarybox {
	font-size: 18px;
	margin: 0px;
}
.summarybox .bold{
	font-size: 22px;
	font-weight: bold;
}
