@import
    url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css")
    ;

.right {
    float: right;
}

.hidden {
	display: none;
}

.cursor {
	cursor:pointer;
}

.long-container {
    max-width: 960px !important;
}

.login-block, .error-block {
    background: #FFA534; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFA534, #FFA534);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFA534, #FFA534);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 50px 0;
    height: 100vh;
}

.flag-language {
    float: left;
    height: 22px;
    margin-right: 15px;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
    max-width: 540px;
}

.formLogo {
	margin-bottom: 20px;
}

.login-sec, .error-content {
    padding: 50px 30px;
    position: relative;
}

.login-sec h2, .error-content h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
}

.login-sec h2 {
    color: #000;
    text-transform: uppercase;
}

.error-content h2 {
    color: #DE6262;
}


.login-sec h2:after, .error-content h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FEB58A;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

.error-content h2:after {
    width: 250px;
}

.icon-error {
    font-size: 200px;
    color: #DE6262;
    margin-bottom: 30px;
}

.btn-login, .btn-register, .btn-back-home {
    background: #FFA534;
    color: #fff;
    font-weight: 600;
}

.btn-back-home:hover {
    color: #fff;
    background: #e78c8c
}

.set-links-login {
    margin-top: 3rem;
}

.set-links {
    margin-top: 5rem;
}

.form-check-label, .set-links, .set-links-login {
    font-size: small;
}

.login-link {
    text-decoration: underline;
    color: #888;
}

@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.card .header {
    padding: 15px 15px 15px;
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

.radio-form-group .radio-label {
    padding-left: 5px;
    padding-right: 15px;
    text-transform: none;
}

.manual-filter-group {
	margin-top: 15px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}

.bold {
	font-weight: bolder !important;
}

.btn-dt-download, .btn-dt-edit, .btn-dt-view, .btn-dt-deactivate, .btn-dt-reactivate {
    padding: 0 5px;
    border: 0;
    font-size: 20px;
}

.btn-dt-edit, .btn-dt-view {
    color: #337ab7;
}

.btn-dt-edit:hover, .btn-dt-view:hover {
    color: #285f8f;
}

.btn-dt-deactivate {
    color: #FF4A55;
}

.btn-dt-deactivate:hover {
    color: #d43f3a;
}

.btn-dt-reactivate {
    color: #36b100;
}

.btn-dt-reactivate:hover{
    color: #267e00;
}

.hours-success {
    color: #32a366;
}

.hours-warning {
    color: #e59216; 
}

.error-form {
    margin-top: 15px;
}

.dataTables_length, .dataTables_info {
    padding-left: 15px; 
}

.dataTables_filter, .dataTables_paginate {
    padding-right: 15px;    
}

.dataTables_length {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.toolbar{
    display: inline-block;
    float: left;
}

.dt-buttons {
    display: inline-block;
    padding-left: 5px;
}

.dt-button {
    font-size: 1.3em !important;
    padding: 0.05em 0.5em !important;
    margin-bottom: 0 !important;
    margin-left: 0.333em;
    margin-right: 0 !important;
}

.form-control {
	height: 34px;
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}

.dropdown .btn{
    border:1px solid;
    border-color: #d4d4d4;
    height: 34px;
}

.bbtn, .cbtn{
    background-color: white !important;
    background-image: none !important;
}

.bbtn:hover, .cbtn:hover{
    background-color: #f2f2f2 !important;
    background-image: none !important;
}

.fileInput{
	position: relative;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	
	opacity: 0;
	
	padding: 0px;
	margin: 0px;
	
	width: 100%;
}

.row-in-table {
	margin: 10px;
}