body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.3px;
    text-rendering: optimizeLegibility;
}

ul {
    margin: 0;
    padding: 0;
}

header {
    background: #4f749c;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    letter-spacing: 1px;
    position: fixed;
    width: 100%;
    z-index: 1;
    font-weight: bolder;
    text-transform: uppercase;
}

.leftButton {
    position: absolute;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    margin-top: -10px;
}

#fromToBar {
    background: #f1f1f1;
    padding-top: 50px;
}

#fromToBar li:first-child {
    border-left: none;
}

#fromToBar li {
    display: inline-block;
    border-left: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    color: #797979;
    font-size: 14px;
    position: relative;
}

#fromToBar>div>ul>li>span {
    position: absolute;
    font-size: 10px;
    top: -8px;
    left: 5px;
}

#fromToBar>div>ul>li input {
    position: relative;
    top: 5px;
}

.liFrom {
    width: 40%;
}

.liTo {
    width: 40%;
}

.liFrom>input,
.liTo>input {
    width: 100%;
    background: inherit;
    border: 0px;
    text-align: center;
}

.liPlus {
    position: absolute !important;
    width: 15%;
}

.liPlus>div {
    background: darksalmon;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    color: wheat;
    position: absolute;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    top: 5px;
    right: 0;
}

.liReport {
    width: 27%;
}

.liReport input {
    position: relative;
    z-index: 9;
}

article.clientCard {
    background: #f6fafd;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 8px;
}

article.clientCard>.col-xs-12 {
    color: white;
    padding: 5px 15px;
}

.birthday,
.serviceName {
    width: 100%;
}

.serviceName {
    clear: both;
}

.imgBirthday {
    float: left;
    margin-right: 10px;
}

.happyBirthdayTitle {}

.anniversaryData {}

.actIsActive {
    background: #96c959;
}

.actIsFrozen {
    background: #ff8181;
}

.actIsInactive {
    background: #cecece;
}

.eventData {
    margin: 7px 0;
}

.text-absence {
    padding: 10px;
    border: solid 2px red;
    width: 100%;
    background: white;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.absenceList {
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.col-xs-12.navbar-fixed-bottom {
    bottom: 50px;
}

#btnAbsenceList{
    text-transform: uppercase;
}

.absenceStatus{
    font-style: italic;
}

.hoursReported {
    padding: 1px 10px;
    border-radius: 50px;
    float: right;
    border: 2px solid white;
}

.bgRed {
    background: #dc3535;
    color: white;
}

.bgOrange {
    background: #ffc409;
    color: white;
}

.bgWhite {
    background: white;
    color: #333;
}

.serviceName {}

.subservice-disabled {
    opacity: 0.5;
}

.street {
    font-style: italic;
}

.zipCity {
    font-size: .8em;
    font-style: italic;
}

.rightIcons {
    float: right;
}

.name {
    font-weight: bold;
    font-size: 14px;
}

.wrapClientsCards {
    max-width: 500px;
    margin: 15px auto 0 auto;
}

.wrapWeb {
    max-width: 500px;
    margin: 0 auto;
}

.wrapWeb>ul {
    position: relative;
}

.btnGoClient {
    /*min-height: 45px;
	display:inline-flex;
	align-items:center;*/
}

.btnGoClient>span {
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(0, 0, 0, .2);
    font-size: 20px;
}

.t50 {
    margin-top: 50px;
}

.s5 {
    height: 5px;
}

.s10 {
    height: 10px;
}

.s20 {
    height: 20px;
}

.s30 {
    height: 30px;
}

.s40 {
    height: 40px;
}

.s50 {
    height: 50px;
}

#chooseButtons {
    text-align: center
}

#chooseButtons li {
    list-style-type: none;
    padding: 20px;
    width: 80%;
    margin: 10px auto;
    background: #4f749c;
    text-transform: uppercase;
    color: white;
    border-radius: 50px;
}

#chooseButtons a {
    text-decoration: none;
}


/*Menu*/

#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
    display: none;
    align-items: center;
}

#closeMenu {
    position: fixed;
    top: 0px;
    right: 15px;
    padding: 10px;
    color: white;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
}

#menu ul {
    width: 100%;
}

#menu ul a {
    text-decoration: none;
}

#menu ul li {
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bolder;
    list-style-type: none;
    color: grey;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

#menu ul li a {
    color: grey;
}

.showMenu {
    display: inline-flex !important;
}

.lateralMenu {
    background: white;
    width: 80%;
    position: absolute;
    height: 100%;
}

.lateralMenu>div {
    margin-left: 15px;
}

.formStandard>div>form>div {
    margin-bottom: 10px;
}

#loginBox {
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 15px;
    background: white;
}
#loginBox > form > img {
    width: 100%;
}

#loginBox .irt-version {
    font-size: 0.75em;
    font-weight: bold;
    color: #aaa;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 3px;
}

#loginBox input,
button {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #000;
}

#loginBox h3 {
    text-align: center;
    color: black;
    margin-top: 5px;
}

.btnBlue {
    background: #355677 !important;
    color: white;
}

.flexCenCen {
    background: #4f749c;
    align-items: center;
    display: flex;
    height: 100%;
}

div#msgLoginForm {
    /* http://paletton.com/#uid=c2Y093r0C0kfmLO4UYQasTljACvntuQ*/
    background: #F66442;
    border-radius: 5px;
}

div#msgLoginForm>ul {
    margin-left: 15px;
    padding: 10px 15px;
    color: white;
}

#loaderForm {
    width: 100%;
    text-align: center;
}

.dayDivisor {
    background: rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    padding: 10px 15px;
}

#animFromRight {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    height: 100%;
    background: white;
    width: 0%;
    z-index: 99;
    display: flex;
    align-items: center;
}

.animText {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    color: #ccc;
}

.loadingActivity {
    position: absolute;
    top: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    left: 0px;
}

.activity {
    margin-top: 60px;
}

.activity>div>div {
    margin-bottom: 15px;
}

.activity>div>div>div {
    padding: 5px 10px;
    background: #f6fafd;
    overflow: auto;
}

.activity>div>div>div>label {
    font-weight: normal;
}

.activity-title {
    background: #e3eaf1 !important;
    overflow: auto;
}

.showLoad {
    color: #333;
}

.cards {
    overflow: auto;
}

.activity-content>ul,
.clientAdditionalService>ul {
    margin-left: 15px;
}

.clientReportRow,
.clientAdditionalRow,
.clientExpenseRow,
.clientOrderRow,
#clientOrderRow {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    margin-bottom: 6px;
    padding: 5px 0px 5px 10px;
}

.clientReportHours,
.clientExpenseRow,
.clientOrderRow,
.clientAdditionalRow {
    font-weight: bold;
}

.clientExpenseRow>.iconRight,
.clientOrderRow>.iconRight,
.clientAdditionalRow>.iconRight {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ccc;
}

.clientReportRow>.iconRight {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ccc;
}

.clientAdditionalService {
    font-weight: bold;
}


.totalPriceModalOrder{
    font-style: italic;
    padding: 7px 0;
    color:#afafaf;
}

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

.no-pad {
    padding: 0 !important;
}
.no-marg{
    margin:0 !important;
}
/*  *  *  *  *  *  *  *  *  *  *  *  */


/*  *    STATUS REPORT COLOR      *  */


/*  *  *  *  *  *  *  *  *  *  *  *  */

.reportCirclePosition {
    right: 30px;
    position: absolute;
    top: 5px;
}

.reportCircle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.reportCircleNotReported {
    border: 3px solid #e08943;
    background: #ffc035;
}

.reportCircleBgReported {
    border: 3px solid #4e875c;
    background: #00b057;
}

.reportCircleReject {
    border: 3px solid #b00000;
    background: #e02f2f;
}

.clientReportSubServices .rejected {
    text-decoration-line: line-through;
    text-decoration-color: red;
}

/*  *  *  *  *  *  *  *  *  *  *  *  */


/*  *        M  O  D  A  L        *  */


/*  *  *  *  *  *  *  *  *  *  *  *  */

#modalGeneric,
#subModalGeneric,
#subModalGenericManualConfirmation,
#modalQrCode{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
}


.contentModal,
.modalManualConfirmation,
.subModalContentModal{
    background: white;
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 0 20px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}



.subModalContentModalCqCode {
    background: white;
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 0 20px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}


.modalHeader,
.modalHeaderCqCode,
.subModalHeader {
    position: fixed;
    width: 90%;
    background: #4f749c;
    z-index: 1;
}


.modalDangerHeader
{
    position: fixed;
    width: 90%;
    background: red;
    color: #ffffff;
    z-index: 1;
}

.contentModalBody,
.modalManualConfirmationContent,
.subModalContentModalBody {
    margin-top: 40px;
}

#modalGenericClose,
#closeModalQrCode,
#subModalGenericManualConfirmationClose,
#subModalGenericClose {
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 25px;
    color: white;
    z-index: 999;
}

.contentModalTitle,
.modalManualConfirmation,
.modalConfirmationTitle,
.subModalContentModalTitle {
    text-align: center;
    font-size: 15px;
    color: white;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.rightMenuButton {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
}

div#sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 44px;
    background: white;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
}

div#sub-menu>ul>li {
    list-style: none;
    padding: 10px 80px;
}

.activityDate {
    background: #333;
    color: white;
    text-align: center;
    position: relative;
    margin-top: -15px;
}

.activityDate>span.glyphicon {
    font-size: 25px;
}

.activityDate>span {
    padding: 20px 0;
}

span.activity-date {
    line-height: 65px;
}

.activityDate>.glyphicon {
    cursor: pointer;
}

.labelTotalHours {
    font-weight: bolder;
}

.labelTotalHours,
#totalProvHours {
    margin: 15px 0;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 20px;
}

ul.clientListEmployees>li>ul {
    margin-left: 15px;
}

div#loadingBlock {
    position: fixed;
    background: rgba(255, 255, 255, .7);
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
}

div#loadingBlock>img {
    margin: 0 auto;
}

button#btnActivitysaveandClose {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsize{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

li.liPlus>img {
    height: 23px;
}

.clientPhone {
    margin-left: 15px;
}

.bdayActivity {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

#searchclear {
    position: absolute;
    right: 14px;
    top: 22px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    color: #ccc;
    font-size: 20px;
    padding: 10px;
}

div#resultsSearchClient {
    position: absolute;
    background: white;
    width: 85%;
    z-index: 9999999;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .4) 0px 4px 5px;
}

#resultsSearchClient ul {}

#resultsSearchClient li {
    list-style-type: none;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 12px;
}

#resultsSearchClient li:last-child {
    list-style-type: none;
    border-bottom: none;
    margin-bottom: 0px;
}

.clientReportService {
    font-weight: bolder;
    width: calc(100% - 60px);
}

.clientReportSubServices>ul {
    margin-left: 15px;
}


/*** Start switch ***/


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(150, 201, 89, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #df5252;
}

input:focus+.slider {
    box-shadow: 0 0 1px #df5252;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*** END switch **/

.txtSwitch {
    float: left;
    margin-right: 10px;
    line-height: 24px;
}

.warningMessages {
    display: none;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.btn {
    border-radius: 25px !important;
}

.btn-success {
    background-color: rgba(150, 201, 89, 1);
    border-color: rgba(150, 201, 89, 1)
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: rgb(136, 187, 75) !important;
}

.btn-blue {
    background-color: #a4c8ef;
    border-color: #99b8d8;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.hover {
    background-color: #82aeda !important;
}

span.input-group-btn>.btn.btn-default {
    border-radius: 5px 0 0 6px !important;
}

.orderListDetail ul{
    padding-left: 40px;
}

.clientCard hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
#headerTitle{
    max-width: calc(100% - 80px);
    margin: 0 auto;
}



/* XR Code scanner */
.ModalXrCodeContent {
    position: relative;
}

.modalHeaderCqCode {
    background-color:rgb(136, 187, 75) ;
}

.subModalContentModalCqCode {
    position: relative;
    padding-bottom: 55px;
    overflow: auto;
}



#activityContainerReportsDest #activityHeaderReports,
#activityContainerReportsDest button,
#activityContainerReportsDest .btn,
#activityContainerReportsDest .iconRight,
#activityContainerReportsDest .reportCirclePosition,
#activityContainerReportsDest .x
{
    display: none;
}

#activityContainerReportsDest .clientReportService
{
    width: 100%!important;
}

#activityContainerReportsDest .clientReportService i:not(.x)
{
    display: inline!important;
}


/* Show Result report in QR Code Modal */
#ActivitiesRepostingTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
}

#activityContainerReportsDest .clientReportsContainer .clientReportHoursService {
    display: none;
}



#activityContainerReportsDest .clientReportsContainer .timeConvert {
    float: right;
    margin-right: 10px;
    background-color: rgb(136, 187, 75);
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: inline!important;
}

#activityContainerReportsDest .clientReportsContainer .clientReportHoursService {
    float: right;
    margin-right: 15px;
    background-color: rgb(136, 187, 75);
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

#activityContainerReportsDest .clientReportsContainer .clientReportService {
    color: #000;
    width: auto;
    font-weight: bold;
}

#activityContainerReportsDest hr {
    display: none;
}

.timeline {
    margin-left: 15px;
    color: rgb(136, 187, 75);
}

#activityContainerReportsDest .clientReportSubServices {
    display: none;
}



#activityContainerReportsDest .clientReportService span {
    float: right;
    margin-right: 10px;
    background-color: rgb(136, 187, 75);
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}




/*
Modal QR Code
 */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}


.modal #ActivitiesRepostingTitle {
    margin-bottom: 25px;
}
.modal-header button {
    display: inline-block;
    width: auto!important;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F7F8FA;
}

.modal-header .close {
    margin-top: 5px
}

.modal-header .back {
    margin-top: 5px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 0;
    height: 100%;
    overflow-y: auto;
}


.modal-footer1 {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    background-color: #F7F8FA;
    position: fixed;
    width: 100%;
    bottom: 0;
}

@media(max-width:767px) {
    #step-modal {
        padding: 0px !important;
    }
    .modal-dialog {
        margin: 0px;
    }
}


.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

@media (max-width:480px) {
    .modal-body-video video {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}


@media (min-width:480px) {
    .modal-body-video {
        background: rgba(0, 0, 0, 0.5);
        position: relative;
        text-align: center;
    }
    .modal-body-video video {

        max-height: 450px;
    }
}