/* RESETERS Y VARIOS */
body {
    font-family: "Raleway", sans-serif;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden !important;
    color: #302f32;
    padding-right: 0 !important;
    font-size: 14px !important;
    background-color: #f4f5f6;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

/*Override the path to flags.png */

.iti__flag {
    background-image: url("../extras/phoneInput/img/flags.png");
}
.iti {
    width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../extras/phoneInput/img/flags@2x.png");
    }
}

/*--------- NAVBAR *----------------*/

.bordes-rectos {
    border-radius: 0 !important;
}
.no-border {
    border: 0 !important;
}

.text-300 {
    font-weight: 300 !important;
}
.text-400 {
    font-weight: 400 !important;
}
.text-600 {
    font-weight: 600 !important;
}
.text-700 {
    font-weight: 700 !important;
}
.text-900 {
    font-weight: 900 !important;
}

.pointer-cursor {
    cursor: pointer;
}
.bordered {
    border: 1px solid #ccc;
}
.border-radius-5 {
    border-radius: 5px;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.espaciado_1 {
    letter-spacing: 2px;
}

.form-control:focus {
    border-color: #004b87;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
        0px 0px 8px rgba(0, 75, 135, 0.5);
}

.modal-380 {
    max-width: 380px !important;
}

.page-link {
    color: #004b87 !important;
}

.sidebar {
    background: rgba(0, 74, 143, 1);
    background: -moz-linear-gradient(
        top,
        rgba(0, 74, 143, 1) 0%,
        rgba(0, 35, 68, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 74, 143, 1)),
        color-stop(100%, rgb(1, 40, 77))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 74, 143, 1) 0%,
        rgba(0, 35, 68, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 74, 143, 1) 0%,
        rgba(0, 35, 68, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 74, 143, 1) 0%,
        rgba(0, 35, 68, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgb(0, 74, 143) 0%,
        rgba(0, 35, 68, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004A8F', endColorstr='#00355f', GradientType=0 );
}

.headDiv {
    width: 100%;
    position: fixed;
}
.wrapSidebar {
    position: fixed;
    width: inherit;
    padding-right: 25px;
}
.wrapperDiv {
    padding-top: 60px;
    height: 100vh;
}

@media (max-width: 767px) {
    .wrapperDiv {
        padding-top: 0px;
        height: 100%;
    }
    .wrapSidebar {
        position: inherit;
        padding-right: 10px;
    }
    .headDiv {
        width: 100%;
        position: inherit;
    }
}

.navbar-brand {
    background-color: #004a8f !important;
}

/* COLORES */
.black {
    color: #000;
}
.bg-black {
    background-color: #000 !important;
}
.white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff;
}
.bg-nxtp {
    background-color: #f8f9fb !important;
}
.bg-verdeClaro {
    background-color: #e7fde3 !important;
}
.color-red {
    color: #98140f !important;
}
.color-green {
    color: #12950c !important;
}
.bgLightGrey {
    background-color: #b0b8c4 !important;
}

.bg-yellow-bagde {
    background-color: #fdf9e3 !important;
    color: #6a4411 !important;
}
.bg-green-bagde {
    background-color: #cde6ca !important;
    color: #2d8123 !important;
}
.bg-pink-bagde {
    background-color: #004a8f !important;
    color: #fff !important;
}
.bg-red-bagde {
    background-color: #98140f !important;
    color: #fff !important;
}

.badge-notif {
    padding: 3px 5px 2px;
    position: absolute;
    top: 3px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.btnNotif::after {
    display: none !important;
}

.bg-login {
    background: url("../img/imgLogin.jpg") center right no-repeat #004b87;
    overflow-x: hidden !important;
    height: 100vh;
}

.linkSimple {
    color: #424c55;
    text-decoration: none;
}
.linkSimple:hover {
    color: #004b87;
    text-decoration: none;
}

.linkSimpleVioleta {
    color: #004b87;
    text-decoration: underline;
}
.linkSimpleVioleta:hover {
    color: #000;
    text-decoration: underline;
}

.navbar {
    background: #fff !important;
}
.navbar-brand {
    background-color: #fff;
}
.navbar-brand img {
    max-width: 140px;
    margin: 10px;
}
.navbar-collapse {
    padding-left: 30px;
}

.btnSesion {
    background: transparent !important;
    border: 0 !important;
    border-radius: 10px;
    margin: 5px 20px 0 20px;
}
.btnSesion span {
    background: #004a8f !important;
    border: 0 !important;
    border-radius: 25px;
    padding: 8px 8px;
    display: inline;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.titAzul {
    color: #004c97;
    font-size: 24px;
    font-weight: 500;
}

.nav-link {
    color: #fff;
    min-height: 45px;
    border-radius: 5px;
    padding-top: 12px;
    margin-bottom: 7px;
    width: 100%;
}
.nav-link:hover {
    color: #fff;
    background-color: #005baa;
}
.nav-link.active {
    color: #fff;
    background-color: #005baa;
}

.table_results {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
}
.table_results tbody tr {
    background-color: #fff;
}
.table_results_top {
    background-color: #d5d9dd;
    border: 0 !important;
}
.table_results th {
    font-weight: 500 !important;
}
.table_results tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: middle;
}

.right0 {
    right: 0 !important;
}
.viewPassword span {
    background: transparent;
    border-left: transparent;
}
.viewPassword input {
    border-right: transparent;
}

.footerBotonera {
    position: fixed;
    bottom: 10px;
    width: 100%;
    color: white;
    font-size: 12px;
    padding-left: 15px;
}

.menuNotif {
    width: 400px;
}

.bellIcon {
    fill: black;
}

.titGreyTop {
    background-color: #d5d9dd !important;
    padding: 14px;
    width: 100%;
}
.titPinkTop {
    background-color: #d5d9dd !important;
    padding: 14px;
    width: 100%;
    color: #000 !important;
}
.titWhite {
    background-color: #fff !important;
    padding: 14px;
    width: 100%;
    color: #222 !important;
}
.linkVolver {
    margin-top: 10px;
    padding-top: 15px;
}

.fotoSubir {
    width: 100%;
    height: 100px;
    border: 1px dotted #ccc;
    background: url("../img/icon-picture.svg") #fff center center no-repeat;
}

@media (max-width: 767px) {
    .linkVolver {
        margin-top: 0;
        padding-top: 25px;
        margin-right: auto;
        margin-left: auto;
    }
    .w-100-mobile {
        width: 100%;
    }
    .bellIcon {
        fill: white;
    }
    .btnSesion {
        color: #fff !important;
    }
    .btnSesion span {
        background: #00355f !important;
        color: #fff !important;
        margin-left: 20px;
    }
    .navbar-toggler {
        margin-left: 10px;
    }
    .userMenu {
        padding-top: 10px;
        padding-left: 15px;
    }
    .navbar {
        background: #004a8f !important;
    }
    .bg-login {
        background: transparent !important;
        overflow-x: hidden !important;
        height: 100vh;
    }
    .navbar-brand {
        background-color: transparent;
    }
    .navbar-collapse {
        padding-left: 15px;
    }
    .btnSesion {
        margin: 5px 0 20px -10px;
    }
    .titPrincipal_datos {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .footerBotonera {
        display: none;
    }
}

.subirFotos [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    cursor: pointer !important;
}

.subirFotos [type="file"] + label {
    width: 100%;
    height: 100px;
    border: 1px dotted #ccc;
    background: url("../img/icon-picture.svg") #fff center center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.subirFotos [type="file"] + label:hover {
    width: 100%;
    height: 100px;
    border: 1px dotted #ccc;
    background: url("../img/icon-picture.svg") #f2f2f2 center center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

main {
    padding-bottom: 20px;
}

/*--------- MARGINS *----------------*/
.margin-clear {
    margin: 0 !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-25 {
    margin: 25px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-50 {
    margin: 50px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-12 {
    margin-top: 12px !important;
}
.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
.mt-22 {
    margin-top: 22px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-39 {
    margin-top: 39px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-58 {
    margin-top: 58px !important;
}
.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-3 {
    margin-bottom: 3px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}

@media (min-width: 767px) {
    .mr-20-desktop {
        margin-right: 20px !important;
    }
    .ml-20-desktop {
        margin-left: 20px !important;
    }
}

/*----------------------------------*/

/*--------- PADDINGS  *----------------*/

.padding-clear {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-1 {
    padding-top: 1px !important;
}
.pt-3 {
    padding-top: 3px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-4 {
    padding-top: 4px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pt-9 {
    padding-top: 9px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-12 {
    padding-top: 12px !important;
}
.pt-13 {
    padding-top: 13px !important;
}
.pt-14 {
    padding-top: 14px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-17 {
    padding-top: 17px !important;
}
.pt-18 {
    padding-top: 18px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-23 {
    padding-top: 23px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-180 {
    padding-top: 180px !important;
}
.pt-220 {
    padding-top: 220px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-8 {
    padding-bottom: 8px !important;
}
.pb-9 {
    padding-bottom: 9px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.pb-13 {
    padding-bottom: 13px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-16 {
    padding-bottom: 16px !important;
}
.pb-18 {
    padding-bottom: 18px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-110 {
    padding-bottom: 110px !important;
}
.pb-120 {
    padding-bottom: 110px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}

.pl-0 {
    padding-left: 0px !important;
}
.pl-3 {
    padding-left: 3px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-12 {
    padding-left: 12px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-18 {
    padding-left: 18px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-70 {
    padding-left: 70px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
.pr-3 {
    padding-right: 3px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-8 {
    padding-right: 8px !important;
}
.pr-10 {
    padding-right: 10px !important;
}

.pr-12 {
    padding-right: 12px !important;
}
.pr-18 {
    padding-right: 18px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-70 {
    padding-right: 70px !important;
}

.padding-3 {
    padding: 3px !important;
}
.padding-4 {
    padding: 4px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-6 {
    padding: 6px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-25 {
    padding: 25px !important;
}
.padding-35 {
    padding: 35px !important;
}
.padding-45 {
    padding: 45px !important;
}
.padding-50 {
    padding: 50px !important;
}

@media (max-width: 767px) {
    .pt-15-mobile {
        margin-top: 15px !important;
    }
}

/*----------------------------------*/

/*------------ FONT SIZES --------------*/
.txt6 {
    font-size: 6px !important;
}
.txt8 {
    font-size: 8px !important;
}
.txt9 {
    font-size: 9px !important;
}
.txt10 {
    font-size: 10px !important;
}
.txt12 {
    font-size: 12px !important;
}
.txt13 {
    font-size: 13px !important;
}
.txt14 {
    font-size: 14px !important;
}
.txt16 {
    font-size: 16px !important;
}
.txt18 {
    font-size: 18px !important;
}
.txt20 {
    font-size: 20px !important;
}
.txt24 {
    font-size: 24px !important;
}
.txt25 {
    font-size: 25px !important;
}
.txt28 {
    font-size: 28px !important;
}
.txt30 {
    font-size: 30px !important;
}
.txt32 {
    font-size: 32px !important;
}
.txt35 {
    font-size: 35px !important;
}
.txt40 {
    font-size: 40px !important;
}
.txt45 {
    font-size: 45px !important;
}
.txt50 {
    font-size: 50px !important;
}
.txt60 {
    font-size: 60px !important;
}
.txt65 {
    font-size: 65px !important;
}
.txt70 {
    font-size: 70px !important;
}

/*--------------- BUTTONS --------------------*/
.h-40px {
    height: 40px !important;
}
.h-50px {
    height: 45px !important;
}

.btn-pink {
    color: #fff;
    background-color: #004b87;
    border-color: #004b87;
    padding-top: 10px;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    color: #fff;
    background-color: #012948;
    border-color: #012948;
}

.btn-blue {
    color: #fff;
    background-color: #005baa;
    border-color: #005baa;
    padding-top: 7px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #012948;
    border-color: #012948;
}

/*-------------------------*/

.btn-pink-outline {
    color: #004b87;
    background-color: transparent;
    border-color: #004b87;
}

.btn-pink-outline:hover,
.btn-pink-outline:focus,
.btn-pink-outline:active,
.btn-pink-outline.active,
.open .dropdown-toggle.btn-pink-outline {
    color: #fff;
    background-color: #004b87;
    border-color: #004b87;
}

/*-------------------------*/

.btn-dark-grey {
    color: #fff;
    background-color: #424c55;
    border-color: #424c55;
    padding-top: 10px;
}

.btn-dark-grey:hover,
.btn-dark-grey:focus,
.btn-dark-grey:active,
.btn-dark-grey.active,
.open .dropdown-toggle.btn-dark-grey {
    color: #fff;
    background-color: #232b33;
    border-color: #232b33;
}

/*-------------------------*/

.btn-add-new {
    color: #222;
    background-color: transparent;
    border-color: transparent;
    background: url("../img/Icons-add.svg") right 3px no-repeat;
    padding-right: 25px;
}

.btn-add-new:hover,
.btn-add-new:focus,
.btn-add-new:active,
.btn-add-new.active,
.open .dropdown-toggle.btn-add-new {
    color: #222;
    background-color: transparent;
    border-color: #232b33;
}

/*-------------------------*/

.btn-yellow {
    color: #fff;
    background-color: #f7b46c;
    border-color: #f7b46c;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: #fff;
    background-color: #e0882a;
    border-color: #e0882a;
}

/*-------------------------*/

.btn-strong-grey {
    color: #fff;
    background-color: #424c55;
    border-color: #424c55;
}

.btn-strong-grey:hover,
.btn-strong-grey:focus,
.btn-strong-grey:active,
.btn-strong-grey.active,
.open .dropdown-toggle.btn-strong-grey {
    color: #fff;
    background-color: #2a3136;
    border-color: #2a3136;
}

/*-------------------------*/

.btn-dni {
    color: #222;
    background-color: transparent;
    border-color: transparent;
    background: url("../img/icon-dni-user.svg") right 3px no-repeat;
    padding-right: 35px;
}

.btn-dni:hover,
.btn-dni:focus,
.btn-dni:active,
.btn-dni.active,
.open .dropdown-toggle.btn-dni {
    color: #222;
    background-color: transparent;
    border-color: #232b33;
}

/*-------------------------*/

.btn-photo-user {
    color: #222;
    background-color: transparent;
    border-color: transparent;
    background: url("../img/icon-user-photo.svg") right 3px no-repeat;
    padding-right: 35px;
}

.btn-photo-user:hover,
.btn-photo-user:focus,
.btn-photo-user:active,
.btn-photo-user.active,
.open .dropdown-toggle.btn-photo-user {
    color: #222;
    background-color: transparent;
    border-color: #232b33;
}

/*-------------------------*/

.btn-light-grey {
    color: #fff;
    background-color: #b0b8c4;
    border-color: #b0b8c4;
}

.btn-light-grey:hover,
.btn-light-grey:focus,
.btn-light-grey:active,
.btn-light-grey.active,
.open .dropdown-toggle.btn-light-grey {
    color: #fff;
    background-color: #8e96a3;
    border-color: #8e96a3;
}
/*-------------------------*/
.btn-red-outline {
    color: #c5000f;
    background-color: transparent;
    border-color: #c5000f;
}

.btn-red-outline:hover,
.btn-red-outline:focus,
.btn-red-outline:active,
.btn-red-outline.active,
.open .dropdown-toggle.btn-red-outline {
    color: #fff;
    background-color: #c5000f;
    border-color: #c5000f;
}

/*-------------------------*/

.charAfter {
    text-decoration: none !important;
}

.charAfter::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.iconCircleCheck {
    background: url("../img/circle_check_outline.png") 0 0 no-repeat;
    padding-left: 28px;
}
