/*-------------------------------------

                GLOBAL                  

--------------------------------------*/


/* FONTS */
@font-face {
    font-family: "cleral";
    src: url("../fonts/square721.woff") format('woff');
}

/* COLORS */
.red {
    color: #c62828;
}

.card {
    box-shadow: 0 2px 5px rgba(0,0,0,.16);
}

/* ALIGNMENTS */

.inline-box {
	display: -webkit-inline-box;
}

.right {
    right: 0px;
}

.no-m-t {
    margin-top: -20px;
}


/* SIZES */

.w-100p {
    width: 100% !important;
}




/* CHECKBOXES */

.checkbox input:checked+.input-helper:before {
    background-color: #005EB8;
}

.checkbox input:checked+.input-helper:before, .radio input:checked+.input-helper:before {
    border-color: #005EB8;
}

.checkbox .input-helper:after {
    left: 3px;
}

.checkbox a, .checkbox a:visited {
    color: gray !important;
}

/* BUTTONS */

.btn-yellow {
	background-color: #FFB81C;
}

.btn-group.bootstrap-select {
    margin-top: 4px;
}

.filter-option {
    text-transform: capitalize;
}

/* FORMS */

.form-group label {
    font-size: 12px;
    color: #959595;
}


/* ACTION BARS */

.page-action {
    list-style-type: none;
    position: fixed;
    top: 70px;
    right: 5px;
    text-align: center;
    z-index: 9999;
    padding-left: 20px;
    padding-top: 200px;
    height: 80px;
}

.page-action >  li {
    padding: 5px;
}

.action-hidden {
    opacity: 0;
}

.action-button {
    -webkit-animation-duration: .3s;
}

.action-transparent {
    opacity: .4;
    transition-duration: .5s;
}

.action-not-transparent {
    opacity: 1;
    transition-duration: 2s;
}


/* BUTTONS */

.btn-icon-lg {
    width: 60px;
    height: 60px;
    line-height: 0px;
}

.btn-icon-lg .zmdi {
    font-size: 30px;
}

.btn-icon-md {
    width: 45px;
    height: 45px;
    line-height: 0px;
}

.btn-icon-md .zmdi {
    font-size: 22px;
}

.list-action {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

.btn-blue {
    background-color: #005eb8 !important;
   
}


/* LISTS */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: middle !important;
    border-top: 1px solid #F5F5F5;
}

    .table > thead > tr > td.active,
    .table > tbody > tr > td.active,
    .table > tfoot > tr > td.active,
    .table > thead > tr > th.active,
    .table > tbody > tr > th.active,
    .table > tfoot > tr > th.active,
    .table > thead > tr.active > td,
    .table > tbody > tr.active > td,
    .table > tfoot > tr.active > td,
    .table > thead > tr.active > th,
    .table > tbody > tr.active > th,
    .table > tfoot > tr.active > th {
        background-color: #c5f0f2 !important;
    }





/*------------------------------------

               PAGES        

-------------------------------------*/
/* LOGIN */
.login-logo {
    font-size: 35px;
    color: white;
    font-family: cleral;
}

.login-content {
    background-color: #005EB8;
}

.lcb-navigation a[data-ma-block="#l-forget-password"]:hover {
    width: 160px;
}

.lcb-navigation a[data-ma-block="#l-login"]:hover {
    width: 105px;
}

/* SITE MASTER */

.logo-title {
	font-family: cleral !important;
}

.logo-img {
	height: 45px;
	margin-top: -5px;
}

#header {
	background-color: #005EB8;
}

.s-profile>a {
    height: 33px;
    background-color: #005EB8 !important;
    background-image: none !important;
    background-size: 100% !important;
}

.s-profile>a .sp-info {
    margin-top: 0px;
}



/* PLANIFICATION */

.truck {
    height: 40px;
    padding: 10px;
    color: white;
    border-radius: 10px;
    background-color: #005EB8;
}

.truck div {
    margin-left: 40px;
}

.truck i {
    position: absolute;
    margin-top: -5px;
    font-size: 30px;
}

.truck-container {
    border: 2px solid #005EB8;
    background-color: white;
    height: 40px;
    border-radius: 10px;
    color: #5E5E5E;
}

.road {
    height: 40px;
    padding: 10px;
    color: white;
    border-radius: 10px;
    background-color: #FFB81C;
}

.road-container {
    border: 2px solid #FFB81C;
    background-color: white;
    height: 40px;
    border-radius: 10px;
    color: #5E5E5E;;
}

.road div {
    margin-left: 40px;
}

.road i {
    position: absolute;
    margin-top: -5px;
    font-size: 30px;
}


.total-weight {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
}

.progress {
    background-color: #e0e0e0;
}

.progress-bar {
    background-color: #005EB8;
}


.assigned-road {
    border-left: 2px solid #5E5E5E;
    padding-top: 10px;
    padding-bottom: 10px;
}

.assigned-road-actions {
    text-align: center;
}

.card-search-title {
    padding: 25px 27px;
}

.card-search-title h2 {
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
}

.card-search {
    padding-top: 15px;
}

/* ROAD */

.client {
    height: 40px;
    width: 100%;
    background-color: #5E5E5E;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;

}

.client-info {
    float: right;
    font-size: 20px;
    line-height: 1;
    color: white;
}

.client-info a,.client-info a:visited  {
    float: right;
    margin-right: 25px;
    font-size: 25px;
    margin-top: -2px;
    color: white;
}

.client-done {
    background-color: #43a047 !important;
}

.client-alert {
    background-color: #c62828 !important;
}

.client-empty {
    background-color: white;
    border: 2px solid #5E5E5E;
}


/* ROAD EDIT */

.road-info {
    padding-top: 10px;
    padding-right: 20px;
    font-weight: 600;
}

.linkCursor{
    cursor: pointer;
}

.outside-screen {
    position: absolute;
    top: -1000px;
}

.adapt-cities-setting-card {
    padding-bottom: 10px !important;
    height: 780px !important;
}

.adapt-card-div {
    bottom: 0 !important;
    position: fixed !important;
    height: calc(100% - 160px) !important;
    width: calc(100% - 327px) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}

.adapt-card-div-body {
    position: absolute;
    width: 74% !important;
    height: 100% !important;
}