@charset "utf-8";
/* Made for GoDoWorks by Andres Bojaca */
:root {
    --godocolor: #BD1F24;
    --godosubcolor: #878787;
    --gododark: #ffffff;
    --godotext: #BD1F24;
    --godochartprimary: #BD1F24;
    --godochartsecondary: #E95A0B;
    --godochartthird: #3aaa35
}
body,
html {
    font-family: "Ubuntu", sans Serif !important;
    margin: 0;
    padding: 0;
    height: 100%;
}
button:focus {
    outline: none;
    outline: none;
}
.btn{
    transition: all 0.3s;
}

.forgot-elements{
    border-right: solid 2px transparent;
}

.title{
    text-transform: uppercase;
    text-align: center;
    color: #BD1F24;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: bold;
    margin: 45px 0px 15px 0px;
}
.title_recover{
    text-transform: uppercase;
    text-align: center;
    color: #BD1F24;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: bold;
}
.form-control{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--godocolor);
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 5px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    transition: all 300ms;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: var(--godocolor);
    background-color: #fff;
    outline: 0;
    border: 2px solid #BD1F24;
    box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
    color: var(--godocolor);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--godocolor);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: var(--godocolor);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: var(--godocolor);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--godocolor);
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: var(--godocolor);
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 109, 160, 0.5) !important;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
    font-size: 13px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 109, 160, 0.5) !important;
    font-size: 13px;

}
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0, 109, 160, 0.5) !important;
    font-size: 13px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 10px !important;
    outline: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.369);
    transition: all 0.3s;
}
.modal-content:hover{
    transform: translateY(-5px);

}

.modal.fade{
    opacity:1;
}
.modal.fade .modal-dialog-centered {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.swal2-popup {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.369);
    transition: all 0.3s;
    border-radius: 10px !important;
}
.swal2-popup:hover{
    transform: translateY(-5px);
}
.swal2-title {
    color: #005378 !important;
    text-transform: uppercase;
}
.swal2-content {
    color: #BD1F24 !important;

}
.swal2-icon.swal2-error {
    border-color: #99C5D9 !important;
}
.swal2-icon.swal2-warning {
    border-color: #99C5D9 !important;
    color: #99C5D9 !important;
}
.swal2-styled.swal2-confirm {
    background: linear-gradient(to left, #BD1F24 0%, #BD1F24 100%) !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #99C5D9 !important;
}



.zoomIn {
    -webkit-animation: zoomIn 0.2s !important; /* Safari 4+ */
    -moz-animation:    zoomIn 0.2s !important; /* Fx 5+ */
    -o-animation:      zoomIn 0.2s !important; /* Opera 12+ */
    animation:         zoomIn 0.2s !important; /* IE 10+, Fx 29+ */
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 71% !important;
    right: auto;
    bottom: auto;
    left: 31% !important;
    transform: translateX(-50%);
}

.side-text {
    color: white;
    margin: auto;
    width: 400px;
    text-align: justify;
    text-justify: inter-word;
}
.side-text > h1{
    color: #6BCBF1;
    font-size: 3.5rem;
    font-weight: bold;
}
.side-text > h5{
    font-weight: bold;
    font-size: 1.3rem;
}
.side-text > span{
    font-size: 1rem;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    margin-left: 7%;
}
.form-control.is-valid, .was-validated .form-control:valid {
    color: #BD1F24 !important;
}

.bg-godoworks{
    background: url(/assets/images/BG-Right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-lines{
    background: linear-gradient(45deg, #f7f7f7 0%,#f7f7f7 15%,#ffffff 15%,#f7f7f7 30%,#ffffff 30%,#ffffff 45%,#f7f7f7 45%,#ffffff 60%,#f7f7f7 60%,#ffffff 75%,#f7f7f7 75%,#f7f7f7 88%,#ffffff 88%,#f7f7f7 100%);
}
.user_card {
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    padding: 30px !important;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.user_card_new {
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px
}

.help{
    display: block;
    z-index: 999;
    position: absolute;
    right: 90px;
    bottom: 85px;
}
.arrow_box {
    position: relative;
    color: #6BCBF1;
    background: #fff;
    padding: 20px 0px 20px 20px;
    width: 260px;
    height: 80px;
    border-radius: 6px;
    margin-bottom: 20px;
    animation: pop 2s infinite;
}

@keyframes pop {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.02);
    }
    100%{
        transform: scale(1);
    }
}

.arrow_box::after {
    top: 79px;
    left: 185px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}

.help-text {
    font-size: 16px;
    color: #8C8C8C;
    font-style: italic;
}

#login{
    display: none;
}

.logo2 {
    position: absolute;
    top: 5.5rem;
    left: 10rem;
}
@keyframes shaking { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } }
.brand_logo_container {
     position: absolute;
     height: 150px;
     width: 150px;
     top: -75px;
     left: 20px;
     right: 20px;
     margin-left: auto;
     margin-right: auto;
     border-radius: 50%;
     background: white;
     padding: 10px;
     text-align: center;
     box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
 }

.to-transparent-bg {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -75px;
    left: 20px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: white !important;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 80px;
    width: 80px;
    position: relative;
    top: 25px;
    left: 10px;
}
.form_container {
    margin-top: 100px;
}

.remember{
    color: rgba(0, 109, 160, 0.5);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.remember:hover{
    color: #006da0;
}
.forgot{
    color: rgba(0, 109, 160, 0.5);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.forgot:hover{
    color: #006da0;
}
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid rgba(0, 109, 160, 0.5);
    transition: all 0.2s ease;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #BD1F24;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.cbx span:last-child {
    padding-left: 8px;
}
.cbx:hover span:first-child {
    border-color: #BD1F24;
}

.inp-cbx:checked + .cbx span:first-child {
    background: #BD1F24;
    border-color: #BD1F24;
    animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    display: none;
}
.loader .face
{
    position: absolute;
    border:2px solid #C4EAF9;
}
.loader .face.face1{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border-left: 4px solid #6BCBF1;
    border-top: 4px solid #6BCBF1;
    animation: animate 1s linear infinite;
    -webkit-box-shadow: inset 0px 0px 10px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 8px rgba(0,0,0,0.15)
}
.loader .face .circle{
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 2px;
    transform-origin: left;
}

/*for rotation of the circle with angle*/
.loader .face.face1 .circle{
    transform: rotate(-45deg);
}
.loader .face .circle:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    top: 10px;
    right: -5px;
}
.loader .face.face1 .circle:before{
    background: #6BCBF1;
    box-shadow: 0 0 20px #6BCBF1, 0 0 40px #6BCBF1, 0 0 60px #6BCBF1, 0 0 80px #6BCBF1, 0 0 100px #6BCBF1, 0 0 0 5px rgba(107,203,241,.1);
}


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

.btn-login {
    width: 100%;
    margin-top: 5px;
    padding: 0.6rem;
    font-size: 13px;
    color: #ffffff !important;
    text-transform: uppercase;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 5px;
    background: #BD1F24;
    background: -moz-linear-gradient(left, #BD1F24 0%, #BD1F24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BD1F24), color-stop(100%, #BD1F24));
    background: -webkit-linear-gradient(left, #BD1F24 0%, #BD1F24 100%);
    background: -o-linear-gradient(left, #BD1F24 0%, #BD1F24 100%);
    background: -ms-linear-gradient(left, #BD1F24 0%, #BD1F24 100%);
    background: linear-gradient(left, #BD1F24 0%, #BD1F24 100%);
    transition: all 0.5s;
}
.btn-login:hover {
    transform: translateY(-3px);
}
.btn-login:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.input-group-text {
    font-weight: bold !important;
    font-size: 30px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 2px solid var(--godocolor) !important;
    padding: 2px !important;
    margin-right: 10px !important;
    background: none !important;
    color: var(--godocolor) !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}

.profile {
    position: relative;
    animation: border 1s infinite;
}
@keyframes border {
    0%{box-shadow: 0px 0px 0px 4px rgba(0, 109, 160, 0.2);}
    50%{box-shadow: 0px 0px 0px 5px rgba(0, 106, 155, 0.39);}
    100%{box-shadow: 0px 0px 0px 4px rgba(0, 109, 160, 0.2);}
}
.account-card{
    position: relative;
    padding: 10px 0px 10px 12px !important;
    border-radius: .25rem;
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    margin-bottom: 0.5rem;
    min-height: 63px;
    cursor: pointer;
}
.account-card:hover{
    background: rgba(0, 109, 160, 0.24);
    transform: translateY(-5px);
}
.account-card:focus{
    outline: 1px solid blue;
}
.account{
    margin-left: 3.8rem;
    color: #BD1F24;
}
.account-name{
    font-weight: 700;
    font-size: 15px;
    color: #BD1F24;
}
.account-email{
    font-size: 12px;
    color: var(--godosubcolor);
    margin: 5px 0px;
}

#remember-alert{
    position: relative;
    top: 15px;
    margin: auto;
    width: 90%;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 18%, rgba(0, 0, 0, 0.3) 86%, rgba(255, 255, 255, 0) 100%);
    color: white;
    padding: 5px 0px;
    opacity: 0;
}
#remember-alert > h5{
    margin: 0;
    font-size: 10px;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}


.session .text-online {
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 0;
    padding: 10px 10px;
    color: #BD1F24;
}
.add-card {
    margin-top: 1rem;
    border-radius: 3px;
    background: linear-gradient(to right, #BD1F24 0%, #BD1F24 100%) !important;
    padding: 0.5rem;
    transition: all 0.5s;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.btn-close {
    opacity: 0.1;
    position: relative;
    bottom: 10px;
    left: 0px;
    padding: 10px 10px !important;
    color: var(--godocolor);
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.btn-close:hover {
    opacity: 1;
    color: var(--godocolor) !important;
}
#passwordHelpBlock {
    display: block;
    margin-top: 45px;
    margin-bottom: 10px;
}
.label-save {
    color: rgba(0, 109, 160, 1);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.5s;
}
/* Media Querys */

/* Extra small devices (landscape phones, 448px and up) */
@media (max-width: 350px) {

}
/* Small devices (landscape phones, 576px and up)*/
@media(max-height: 720px){
    .brand_logo_container {
        top: 40px
    }
    .user_card{
        margin-top: 120px;
    }
}
@media (min-width: 576px) {
    .user_card{
        width: 500px;
    }
    .user_card_new{
        width: 500px;
    }
    .forgot-elements {
        border-right: solid 2px #BD1F24;
    }
    #remember-alert{
        width: 500px;
    }
}
@media (max-height: 640px) {
    .help {
        display: block;
        z-index: 999;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #passwordHelpBlock {
        display: block;
        margin-top: 1.25rem;
        margin-bottom: 10px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .loader{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 240px;
        height: 240px;
        box-sizing: border-box;
        display: none;
    }
    .brand_logo_container {
        position: fixed;
        height: 270px;
        width: 270px;
        top: 35% !important;
        right: 0%;
        left: 17%;
        border-radius: 50%;
        background: white;
        padding: 10px;
        text-align: center;
        box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        opacity: 0;
        animation: show-loader 0.5s forwards ease-in;
    }

    @keyframes show-loader {
        0% {
            transform: scale(0.1);
            opacity: 0;
        }
        100%{
            transform: scale(1);
            opacity: 1;

        }
    }


    .brand_logo {
        height: 150px;
        width: 150px;
        position: absolute;
        top: 60px;
        left: 60px;
    }
    .title{
        margin: 0px 0px 15px 0px;
    }

}
@media (min-width: 1401px) {
    .side-text {
        color: white;
        margin: auto;
        margin-left: 145px;
        width: 400px;
    }
}
@media (min-width: 1700px) {
    .side-text {
        color: white;
        margin: auto;
        margin-left: 29%;
        width: 415px;
    }
}
