﻿/*Body small device*/
@media only screen and (max-width: 767px) {
    body {
        padding-top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    body {
        padding-top: 90px;
    }
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 1px 15px;
}

@media(min-width:768px) {

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}


/*Sykes Navbar*/
.navbar-sykes {
    background-color: rgba(3, 155, 229, 1) !important;
    border-color: rgba(3, 155, 229, 1) !important;
    z-index: 1;
}

    .navbar-sykes .navbar-nav > li > a {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .navbar-sykes .navbar-nav > li > a:hover {
            text-transform: uppercase;
        }

        .navbar-sykes .navbar-nav > li > a:hover, .navbar-sykes .navbar-nav > li > a:focus {
            background-color: transparent;
            color: #53c2ef;
        }

        .navbar-sykes .navbar-nav > li > a:hover, .navbar-sykes .navbar-nav > li > a:focus {
            color: #53c2ef;
        }

    .navbar-sykes .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-sykes .navbar-toggle .icon-bar {
            background-color: #fff !important;
        }

    .navbar-sykes .dropdown-menu li a {
        color: white !important;
    }

/*Styles page*/


/*Bootstrap switch*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.slct-blue {
    color: var(--midnightBlue) !important;
    font-weight: bold;
}

.label-primary-switch {
    background-color: var(--midnightBlue) !important;
}

.ddwn1 {
    background-color: var(--indigoBlue) !important;
    color: white !important;
    border-radius: 30px 0 0 0 !important;
}

    .ddwn1:hover {
        border-radius: 30px 0 0 0 !important;
    }

    .ddwn1:focus {
        border-radius: 30px 0 0 0 !important;
    }

.ddwn2 {
    color: white !important;
    border-radius: 0 4px 0 0 !important;
}

    .ddwn2:hover {
        color: white !important;
        border-radius: 0 4px 0 0 !important;
    }

    .ddwn2:focus {
        color: white !important;
        border-radius: 0 4px 0 0 !important;
    }



.ddwn1 a {
    color: white;
}

.ddwn1 .ddw-t {
    /*border-radius: 30px 0 0 0!important;*/
}

.ddwn2 a {
    color: white;
}

.ddwn1 a:hover {
    color: #155e8e;
    /*border-radius: 30px 0 0 0!important;*/
}

.ddwn1 #myTabDrop1 {
    border-radius: 30px 0 0 0 !important;
}

.lbl-mlt {
    color: white;
}

.lb-ind {
    color: white;
}

/*End bootstrap switch*/

.h-one {
    font-weight: bold;
    color: white;
}

.lbl-ecd {
    color: white;
    font-size: 12px;
}

.input-ecd {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-width: 2px;
    border-bottom-color: white;
    background-color: white;
    box-shadow: none;
    border-radius: 2px;
    color: black;
    font-weight: bold;
    outline: none;
    border-radius: 1px 1px;
    border-radius: 10px !important;
    height: 30px;
    width: 100px text-align: center;
}

.input-ecd-id {
    border-top: 0px;
    border-left: 10px;
    border-right: 0px;
    border-bottom-width: 2px;
    border-bottom-color: white;
    background-color: white;
    box-shadow: none;
    border-radius: 2px;
    color: black;
    font-weight: bold;
    outline: none;
    border-radius: 1px 1px;
    border-radius: 10px !important;
    height: 30px;
    text-align: center;
    width: 70%;
}

@media only screen and (max-width: 1199px) {
    #div-first {
        background-color: var(--indigo);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    #div-first {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    #div-second {
        background-color: var(--lightIndigo);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    #div-three {
        background-color: var(--lavender);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    #div-four {
        background-color: var(--lavender);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    #div-five {
        background-color: var(--coral);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
}

@media only screen and (min-width: 1200px) {

    #div-first {
        background-color: var(--indigo);
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    #div-second {
        background-color: var(--lightIndigo);
    }

    #div-three {
        background-color: var(--lavender);
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    #div-four {
        background-color: var(--lavender);
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    #div-five {
        background-color: var(--coral);
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .h-one {
        font-size: 25px;
    }

    .h-1 {
        margin-top: 80px;
    }

    .h-2 {
        margin-top: 40px;
    }
}



.spn-a-r {
    cursor: pointer;
    color: white;
    font-size: 30px;
    top: 11px;
    margin-left: 10px;
}

.spn-a-r-mobile {
    color: white;
    font-size: 46px;
    top: 5px;
    cursor: pointer;
}

.fg-not-m {
    margin-bottom: 0px;
}

.h-not-m {
    margin-top: 1px;
    margin-bottom: 0px;
    color: white;
    font-weight: bold;
}

.error-message {
    margin-top: 2px;
    background-color: red;
    padding-left: 2px;
    padding-right: 2px;
    color: white;
    font-size: 14px;
}

.p-oblique {
    font-style: oblique;
}

.iecd1 {
    width: 100%;
}

.select-ecd-style {
    text-align: center;
    border-radius: 10px !important;
    height: 32px;
}

.select-ecd-style-country {
    text-align: center;
    border-radius: 10px !important;
    height: 32px;
    background-color: white;
    width: 100%;
}


.span-remove-style {
    color: white !important;
    font-size: 40px !important;
    padding: 0px !important;
}

.textboxDatetransparent {
    /*background: transparent !important;*/
    /*    border: none !important;
    color: #4d4d4d !important;
    font-size: 18px;
    font-weight: bold;
    border-radius:4px !important;*/
}

#btEnviarInfo {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: 35%;
    border-radius: 8px;
}

.lbl-mr-excp {
    margin-top: 10px;
    font-size: 18px;
    color: white;
}

#h-notification-pink {
    font-weight: bold;
}

.btn-sobre {
    width: 300px;
    height: 50px;
    font-weight: bold;
    border-radius: 15px;
    font-size: 18px;
}

.warning-confir-proccess {
    color: black;
    margin-top: 10px;
}

.btn-finish {
    width: 200px;
    height: 50px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 19px;
}

.modal-center {
    top: 35%;
}

.btn-exception-success {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    width: 200px;
    height: 50px;
    font-weight: bold;
    border-radius: 15px;
    font-size: 18px;
    margin: 30px auto;
}

.h-strong {
    font-weight: bold;
}

.modal-center-content {
    border-radius: 40px;
}

/*Elements from datetimepicker*/
td.day {
    color: #340 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7 !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #828282 !important;
}

.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
    color: #340 !important;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    color: #340 !important;
}



/*Styles for mobile resolution*/

@media only screen and (max-width: 507px) {


    #div-first {
        min-height: 100%;
    }

    #div-second {
        min-height: 870px;
    }

    #div-three {
        min-height: 730px;
    }

    #div-four {
        min-height: 620px;
    }

    #div-five {
        min-height: 350px;
    }

    #image-ecd {
        max-height: 180px;
        margin: 15px auto;
        padding-top: 15px;
    }

    .img-mail-icon {
        max-height: 100px;
        margin: 10px auto;
    }

    .image-warning {
        max-height: 50px;
        margin: 0 auto;
    }

    .img-exception-success {
        max-height: 100px;
        margin: 50px auto;
    }

    #div-mail-default {
        margin-bottom: 0px;
    }

    #msj-mail {
        text-align: center;
    }

    .h-strong {
        margin-top: 30px;
    }

    #h-notification-pink {
        font-size: 22px;
    }

    #h-notification-pink2 {
        font-size: 15px;
    }

    #h3Name {
        font-size: 28px;
    }

    .lbl-mr-excp {
        font-size: 15.5px;
    }

    .textboxDatetransparent {
        font-size: 13px;
    }

    .h-start-ecd {
        color: rgba(3, 155, 229, 1);
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .p-start-ecd {
        color: #707174;
        font-weight: bold;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 508px) {

    #div-first {
        min-height: 100%;
    }

    #div-second {
        min-height: 900px;
    }

    #div-three {
        min-height: 730px;
    }

    #div-four {
        min-height: 620px;
    }

    #div-five {
        min-height: 350px;
    }

    #image-ecd {
        max-height: 180px;
        margin: 30px auto;
    }

    .img-mail-icon {
        max-height: 100px;
        margin: 10px auto;
    }

    .image-warning {
        max-height: 50px;
        margin: 0 auto;
    }

    .img-exception-success {
        max-height: 100px;
        margin: 50px auto;
    }

    #div-mail-default {
        margin-bottom: 0px;
    }

    #msj-mail {
        text-align: center;
    }

    .h-strong {
        margin-top: 30px;
    }

    .h-start-ecd {
        color: rgba(3, 155, 229, 1);
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .p-start-ecd {
        color: #707174;
        font-weight: bold;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #div-first {
        min-height: 640px;
    }

    #div-second {
        min-height: 700px;
    }

    #div-three {
        min-height: 620px;
    }

    #div-four {
        min-height: 620px;
    }

    #div-five {
        min-height: 380px;
    }

    #image-ecd {
        max-height: 180px;
        margin: 15px auto;
    }

    .img-mail-icon {
        max-height: 100px;
        margin: 10px auto;
    }

    .image-warning {
        max-height: 50px;
        margin: 0 auto;
    }

    .img-exception-success {
        max-height: 100px;
        margin: 50px auto;
    }

    #div-mail-default {
        margin-bottom: 0px;
    }

    #msj-mail {
        text-align: center;
    }

    .h-strong {
        margin-top: 10px;
    }

    .h-start-ecd {
        color: rgba(3, 155, 229, 1);
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .p-start-ecd {
        color: #707174;
        font-weight: bold;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #div-first {
        min-height: 640px;
    }

    #div-second {
        min-height: 700px;
    }

    #div-three {
        min-height: 620px;
    }

    #div-four {
        min-height: 620px;
    }

    #div-five {
        min-height: 380px;
    }

    #image-ecd {
        max-height: 250px;
        margin: 30px auto;
    }

    .img-mail-icon {
        max-height: 150px;
        margin: 40px auto;
    }

    .image-warning {
        max-height: 50px;
        margin: 0 auto;
    }

    .img-exception-success {
        max-height: 100px;
        margin: 50px auto;
    }

    #div-mail-default {
        margin-bottom: 0px;
    }

    #msj-mail {
        text-align: center;
    }

    #h-notification-pink {
        margin-top: 0px;
    }

    .h4-summary {
        font-size: 20px;
    }

    .h-strong {
        margin-top: 40px;
    }

    .h-start-ecd {
        color: rgba(3, 155, 229, 1);
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .p-start-ecd {
        color: #707174;
        font-weight: bold;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    #div-first {
        min-height: 700px;
    }

    #div-second {
        min-height: 700px;
    }

    #div-three {
        min-height: 620px;
    }

    #div-four {
        min-height: 620px;
    }

    #div-five {
        min-height: 580px;
    }

    #image-ecd {
        max-height: 250px;
        margin-top: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .img-mail-icon {
        max-height: 250px;
        margin: 65% auto;
    }

    .image-warning {
        max-height: 50px;
        margin: 0 auto;
    }

    .img-exception-success {
        max-height: 170px;
        margin: 260px auto;
    }

    #div-mail-default {
        margin-bottom: 0px;
    }

    #h-notification-pink {
        font-size: 50px;
    }

    .h-strong {
        margin-top: 260px;
        font-size: 50px;
    }

    .img-close-exception-success {
        margin-top: 90px;
        cursor: pointer;
        max-height: 80px;
    }

    .h4-summary {
        font-size: 20px;
    }

    .h-start-ecd {
        color: rgba(3, 155, 229, 1);
        font-weight: bold;
        margin-bottom: 0px;
    }

    .p-start-ecd {
        color: #707174;
        font-weight: bold;
        font-size: 14px;
    }
}



.dropdown:hover .ddm-sykes {
    display: block;
}

.ddm-sykes li a {
    color: white !important;
}

    .ddm-sykes li a:hover {
        background-color: rgba(3, 155, 229, 1) !important;
        text-decoration: underline;
    }

ul.ddm-sykes {
    background-color: rgba(3, 155, 229, 1) !important;
}

.flagstrap {
    margin-top: 9px;
}

.spantitle {
    color: white;
    font-weight: bold;
    text-align: justify;
}

.datetimeBackbround {
    width: 99px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    margin-left: 20px;
    z-index: 0;
}

.buttonGroupIcon {
    font-size: 16px;
    color: var(--midnightBlue);
    border-radius: 10px !important;
    border-width: 0px 2px 0px 0px;
    border-style: initial;
    border-color: initial;
    background: white;
    z-index: 5;
}

.notif-error-me {
    margin-left: 5px;
    color: #d9534f;
}

.error {
    margin-top: 10px;
}

#msj-mail {
    width: 100%;
    height: 100%;
}

.div-three {
    overflow: auto;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    #divEmail {
        margin-top: 10%;
    }
}

#findEmployee {
    color: var(--midnightBlue) !important;
}