


.check {
    width: 16px !important;
    height: 14px !important;
}

.graphic-goo {
    margin-top: 5%;
}

.radio-m {
    width: 15px !important;
    height: 15px !important;
    color: #000000;
}


input[type=text], input[type=number], input[type=password], input[type=email], input[type=search], select, textarea {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #000000;
  padding: 5px 10px;
  color: #000000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.img-result {
    margin-top: -4%;
    max-width: 46% !important;
}

input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000000;
}
input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(158, 178, 196, 0.25) !important;
  border-color: #6C6C6C !important;
}
input[type=text].full-w, input[type=number].full-w, input[type=password].full-w, input[type=email].full-w, input[type=search].full-w, select.full-w, textarea.full-w {
  width: 100%;
}

select {
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/pngegg.png") no-repeat center right;
    background-size: 15px;
    background-position-x: -webkit-calc(100% - 20px) !important;
    background-position-x: -moz-calc(100% - 20px) !important;
    background-position-x: -ms-calc(100% - 20px) !important;
    background-position-x: -o-calc(100% - 20px) !important;
    background-position-x: calc(100% - 20px) !important;
}



button:focus, div:focus {
  outline: none;

}
button.btn-carrot, div.btn-carrot {
    color: #FFFFFF;
    background: #8D8A89;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}


button.btn-gray, div.btn-gray {
    color: #FFFFFF;
    background: #666261;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

button.btn-carrot-med, div.btn-carrot-med {
    color: #FFFFFF;
    background: #8D8A89;
    padding: 0px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

button.btn-carrot:hover, div.btn-carrot:hover {
  color: #FFFFFF;
}
button.btn-new, div.btn-new {
  color: #8D8A89;
  background: transparent;
  padding: 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #8D8A89;
  cursor: pointer;
}

.cuestionario {
    width:24%
}

.thumbimage {
    max-width: 75% !important;
}

.img-thumbnail-cuest {
    padding: .25rem;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.bold {
    font-family: Arial;
}

.red {
  color: #fd5b5b !important;
}

.orange {
  color: orange !important;
}

.carrot {
  color: #8D8A89 !important;
}

.white {
  color: #FFFFFF !important;
}

.carrot-title-xlg {
    color: #8D8A89 !important;
    font-size: xxx-large;
}
.carrot-title-lg {
    color: #8D8A89 !important;
    font-size: x-large;
}
.carrot-title {
    color: #8D8A89 !important;
    font-size: xx-large;
}


.grey-blue {
  color: #000000 !important;
}

.table {
  margin-bottom: 0px;
}
.table.separate {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.table thead {
  color: #000000;
  font-size: 14px;
}
.table thead tr th {
  border: none;
  padding: 10px;
}
.table tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.table tbody tr {
  line-height: 30px;
  font-size: 14px;
  background: rgba(86, 96, 106, 0.5);
}
.table tbody tr td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 2px solid transparent;
}
.table tbody tr td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table tbody tr td.detail {
  text-align: center;
}
.table tbody tr:hover {
  background: #687482;
}
.table tbody tr:hover td:first-child {
  border-left: 2px solid #8D8A89;
}
.table tbody tr:hover td.detail {
  height: 100%;
  display: block;
  background: url("../assets/detail.png") center no-repeat;
}
.table td {
  border: none;
  color: #FFFFFF;
}

.modal .modal-content {
  background: #FFFFFE;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.modal .modal-content .modal-header {
  position: relative;
  border-bottom: none;
  padding: 10px 10px 20px;
  color: #FFFFFF;
}
    .modal .modal-content .modal-header .modal-title {
        font-family: Arial;
        color: #000000;
    }
.modal .modal-content .modal-header:after {
  content: "";
  width: -webkit-calc(100% + 50px) !important;
  width: -moz-calc(100% + 50px) !important;
  width: -ms-calc(100% + 50px) !important;
  width: -o-calc(100% + 50px) !important;
  width: calc(100% + 50px) !important;
  position: absolute;
  bottom: 0;
  left: -25px;
}
.modal .modal-content .modal-header .close {
  margin: unset;
  background: url("../img/close.png") center no-repeat;
}

.close-x {
    margin: unset;
    background: url(../img/close.png) center no-repeat;
    width: 16px;
    height: 25px;
    border: none;
}
.modal .modal-content .modal-footer {
  position: relative;
  border-top: unset;
}
.modal .modal-content .modal-footer .btn1 {
  width: 200px;
}
.modal .modal-content .modal-footer a {
  position: absolute;
  left: 25px;
  color: #FFFFFF;
}

.default-form input[type=text], .default-form input[type=number], .default-form input[type=password], .default-form input[type=email], .default-form select, .default-form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.default-form input[type=text], .default-form input[type=number], .default-form input[type=password], .default-form input[type=email], .default-form textarea {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.default-form input[type=text]:focus, .default-form input[type=number]:focus, .default-form input[type=password]:focus, .default-form input[type=email]:focus, .default-form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #FFFFFF !important;
}
.default-form textarea {
  height: 80px;
}
.default-form .field-container {
  margin-bottom: 10px;
}
.default-form .field-container label {
  display: block;
  margin-bottom: 5px;
  color: #000000;
}
.default-form .field-container label.label {
  font-size: 14px;
}
.default-form .field-container .errorlist {
  color: orange;
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
}

.separator {
  border-bottom: 2px solid rgba(158, 178, 196, 0.2);
}

input[type=radio] {
  width: 30px;
  height: 30px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1ec572;
  background-color: #1ec572;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
}

.over-input{
    z-index:3;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1ec572;
    background-color: #1ec572;
}

/*# sourceMappingURL=common.css.map */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-success {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}

#success_tic .page-body {
    max-width: 300px;
    background-color: #FFFFFF;
    margin: 10% auto;
}

    #success_tic .page-body .head {
        text-align: center;
    }
/* #success_tic .tic{
  font-size:186px;
} */
#success_tic .close {
    opacity: 1;
    position: absolute;
    right: 0px;
    font-size: 30px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

#success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
}

#success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
}

    #success_tic .checkmark-circle .checkmark.draw:after {
        -webkit-animation-delay: 300ms;
        -moz-animation-delay: 300ms;
        animation-delay: 300ms;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-name: checkmark;
        -moz-animation-name: checkmark;
        animation-name: checkmark;
        -webkit-transform: scaleX(-1) rotate(135deg);
        -moz-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
        -o-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    #success_tic .checkmark-circle .checkmark:after {
        opacity: 1;
        height: 75px;
        width: 37.5px;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        border-right: 15px solid #fff;
        border-top: 15px solid #fff;
        border-radius: 2.5px !important;
        content: '';
        left: 35px;
        top: 80px;
        position: absolute;
    }

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}


.modal-confirm {
    color: #434e65;
    width: 525px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        background: #47c9a2;
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: -20px -20px 0;
        border-radius: 5px 5px 0 0;
        padding: 35px;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 36px;
        margin: 10px 0;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
    }

        .modal-confirm .close:hover {
            opacity: 0.8;
        }

    .modal-confirm .icon-box {
        color: #fff;
        width: 95px;
        height: 95px;
        display: inline-block;
        border-radius: 50%;
        z-index: 9;
        border: 5px solid #fff;
        padding: 15px;
        text-align: center;
    }

        .modal-confirm .icon-box i {
            font-size: 64px;
            margin: -4px 0 0 -4px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #8D8A89 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border-radius: 30px;
        margin-top: 10px;
        padding: 6px 20px;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #8D8A89 !important;
            outline: none;
        }

        .modal-confirm .btn span {
            margin: 1px 3px 0;
            float: left;
        }

        .modal-confirm .btn i {
            margin-left: 1px;
            font-size: 20px;
            float: right;
        }

        .menu-size
        {
            font-size:17px !important;
        }

.form-check-input-gr {
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input-pl {
    margin-top: 0.3rem;
}

.form-check-input-md {
    margin-top: 0.3rem;
    margin-left: 0.75rem;
}

.margin-text{
display: flex;
margin-left: 41%;
}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.btnFile {
    background: #f7f7f7;
    padding: 8px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}