html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

#loader-fade {
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999997;
	background-color: rgba(0,0,0,.8);
	display: block;
	opacity:0;
	visibility: hidden;
	transition: 0.3s ease all;
}

#loader-fade.faded {
	opacity: 1;
	visibility: visible;
}

#loader {
	display: none;
	z-index:999998;
	top: 38%;
    margin:auto;
	position: relative;
	border: 5px solid white;
	border-radius: 50%;
	border-top: 5px solid #6bd098;
	width: 150px;
	height: 150px;
	-webkit-animation: spin 1.5s linear infinite; /* Safari */
	animation: spin 1.5s linear infinite;
}

#loader-image {
	position: relative;
	display: none;
	z-index:999999;
	background: url('/img/logo_small.png');
	background-position: center; 
    background-repeat: no-repeat;    
    margin:auto;
    height: 100px;
    top:39%;
}

#loader-text {
	position: relative;
	display: none;
	z-index:999999;
    margin:auto;
    top:38%;
    padding-top: 1em;
	width: 500px;
    color: #FFF;
    text-align: center;
    font-size: larger;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.main-panel>.content {
    min-height: calc(100vh - 100px);
    height: 100%;
}

.footer {
    background-color: #0073e6;
    height: 60px;
    max-height: 60px;
    color: #FFF;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc, a.desc{
    color:#000 !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.grid-item-inactive{
    color: #bbb;
}

.inactive{
    color: #bbb;
    background-color: #eef1f5;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.bg-white{
    background-color: #fff !important;
}

a{
    color: #55a5fa;
}

i{
    font-size: larger !important;
}

.sidebar i{
    font-size: x-large !important;
}

.sidebar .nav li .nav>li>a {
    margin-left: 30px;
}


.title{
    text-transform: uppercase;
}

.input-group-addon {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    border: 1px solid #ccc;
}

.input-group .input-group-addon {
    border-radius: 0;
    background-color: #fff;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.datepicker{
    z-index: 9999 !important;
    padding: 10px;
    border: 1px solid #ccc;
}

.card label{
    color: #777777;
}

.table tbody td a:hover, .card-header a:hover{
    text-decoration: none;
}

.table-lot-data th{
    font-size: smaller !important;
}

.table-header-small > thead > tr > th, .table-header-small > thead > tr > th > a{
    font-size: small !important;
}

.table-header-smaller > thead > tr > th, .table-header-smaller > thead > tr > th > a{
    font-size: smaller !important;
}

.table-font-smaller{
    font-size: smaller;
}

.table-font-xsmall{
    font-size: x-small;
}

.table-add-column{
    text-align: center;
    width: 50px;
    max-width: 50px;
}

.table-firstrow-noborder > tbody > tr:first-child > td, .table-firstrow-noborder > tbody > tr:first-child > th{
    border: none;
}

.table > thead > tr > th > a{
    color: #888888;
    font-size: 16px;
    transition: 0.3s;
}

.table > thead > tr > th > a.btn{
    color: #fff;
}

.table > thead > tr > th > a:hover{
    color: #000;
}

.table > thead > .filters{
    background-color: #f0f0f0;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-style: italic;
    color:    rgb(202, 202, 202) !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgb(202, 202, 202) !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgb(202, 202, 202) !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgb(202, 202, 202) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgb(202, 202, 202) !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    rgb(202, 202, 202) !important;
}

.custom-input-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgb(226, 222, 222);
}

.custom-input-container .text{
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    font-size: 14px;
    color: #000;
}

/* On mouse-over, add a grey background color */
.custom-input-container:hover input ~ .checkmark {
    background-color:  rgb(185, 184, 184);
}

/* When the checkbox is checked, add a blue background */
.custom-input-container input:checked ~ .checkmark {
    background-color: #5EA5CF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-input-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-input-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: rgb(226, 222, 222);
    border-radius: 50%;
    transition: 0.3s;
}

/* On mouse-over, add a grey background color */
.custom-input-container:hover input ~ .radiomark {
    background-color: rgb(204, 204, 204);
}

/* When the radio button is checked, add a blue background */
.custom-input-container input:checked ~ .radiomark {
    background-color: #5EA5CF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-input-container input:checked ~ .radiomark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-input-container .radiomark:after {
 	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}

.section-title {
	width: 100%;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
	border-bottom: 5px solid #6bd098;
	text-align: left;
	text-transform: uppercase;
	font-size: large;
    font-weight: bold;
}

.section-title-small{   
	margin-top: 0.5em; 
	font-size: large;
}

.tree-view-wrapper{
    margin-bottom: 1em;
}

.treeview .btn.btn-icon.btn-sm{
    margin: 0 5px 0 0;
}

.tree-heading-container{
    margin-bottom: 1em;
	border-bottom: 5px solid #6bd098;
	text-align: large;
    text-transform: uppercase;
    font-weight: bold !important;
}

.treeview.small .list-group-item:first-child, .treeview.small .list-group-item:last-child, .treeview.middle .list-group-item:first-child, .treeview.middle .list-group-item:last-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

/*.execut-tree-filter-input{
    margin-top: 35px;
}*/

.node-result{
    font-weight: bold;
}

.breadcrumb .btn{
    margin: 0 !important;
    margin-top: -5px !important;
}

.breadcrumb.back{
    max-height: 45px;    
}

.breadcrumb .back-button{
    margin-left: auto !important;
    margin-right: auto !important;
}

.breadcrumb{
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.breadcrumb > i{    
    margin-right: 0.7em;
    color: #999;
}

.breadcrumb > li{
    padding-right: 0.7em;
}
.pagination{
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
}

.pagination > li{
    margin-right: 2px;
}

.pagination > li a, .pagination > li.disabled{
    text-align: center;
    font-size: 1rem;
    display:block;
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
    line-height: 1.8rem;
    border: 2px solid #9e9e9e !important;
    color: #9e9e9e;
    border-radius: 50%;
    padding: 0 !important;
    text-decoration: none;
}

.pagination > li.active a, .pagination > li a:hover{
    border: 2px solid #5EA5CF !important;
    color: #5EA5CF;
}


.pagination > li.prev a, .pagination > li.next a, .pagination > li.disabled span{ 
    line-height: 1.5rem;   
    font-size: 1.4rem;
    text-decoration: none;
}

.pagination > li.disabled{
    border: 2px solid #cfcfcf!important;
    color: #cfcfcf;
}

input[type=file]{
    content: "";
    border: 1px solid rgb(75, 75, 75);
    border-radius: 30px;
    padding-top: 5px;
    margin-top: 11px !important;
    height: 38px;
    cursor: pointer;
    font-style: italic;
    color: #777777;
    width:100%;
}

input[type=file]:hover::before{
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}


input[type=file]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    padding-top: 0px;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: absolute;
    height: 36px;
    max-height: 36px;
    width: 128px;
    background-color: rgb(75, 75, 75);
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    transition: 0.3s;
}

.save-area{
    width: 49%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.btn-purple {
    background-color: #6e2478;
    color: #FFFFFF;
}

.btn-purple:hover {
    background-color: #5c1e65;
}

.sidebar[data-active-color="success"] .nav li.active>a i{
    color: #6bd098 !important;
}

.sidebar .sidebar-wrapper>.nav [data-toggle="collapse"]~div>ul>li>a i, .sidebar .nav li.active>a[data-toggle="collapse"]~div>ul>li i{
    font-size: 17px !important;
    line-height: 20px;
    width: 26px;
}

textarea{
    max-height: none !important;
}


.bg-white{
    background-color: #fff !important;
}

.bg-black{
    background-color: #000 !important;
}

.bg-brown{
    background-color: #c68c53 !important;
}

.text-brown{
    color: #c68c53 !important;
}

.bg-purple{
    background-color: #df80ff !important;
}

.text-purple{
    color: #df80ff !important;
}

.bg-orange{
    background-color: #ff8533 !important;
}

.text-orange{
    color: #ff8533 !important;
}

.text-lightblue{
    color: #80aaff !important;
}

.bg-lightblue{
    background-color: #80aaff !important;
}

@media(max-width:1366px) {
    .table-responsive-hd {
        display: block;
        width: 100%;
        overflow-x: scroll !important;
        padding-bottom: 10px;
    }
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
