﻿/*@import "https://fonts.googleapis.com/css?family=Avenir:300,400,500,600,700,900";*/
/*@import url("https://fonts.googleapis.com/css?family=Avenir:300,400,500,600,700,800,900");*/

body {
    font-family: 'Avenir', sans-serif;
    background: #fafafa !important;
    margin-bottom: 0px !important;
}

p {
    font-family: 'Avenir', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #D04655;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 0px;
    height: 0px;
    border-bottom: 0px dashed #ddd;
    margin: 0px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    width: 294px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #4A4A4A; /*#fff;*/
    transition: all 0.3s;
}

#sidebar.active { margin-left: -294px; }

#sidebar .sidebar-header {
    padding-top: 84px;
    padding-left: 66px;
    padding-right: 66px;
    padding-bottom: 60px;
    background: #fff; /*#6d7fcc;*/
}

#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 0px solid #47748b;
}

#sidebar ul p {
    color: #000000; /*#fff;*/
    padding: 0px;
}

#sidebar ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 64px;
    /*padding-right: 185px;*/
    height: 50px;
    font-size: 17.6px;
    /*line-height: 24px;*/
    display: block;
}

#sidebar ul li a:hover {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #000000; /*#7386D5*/
    background: #F6F6F6; /*#fff*/
    font-weight: bold !important;
    /*border-right: 6px solid #F6F6F6 !important;*/
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000000;
    border-left: 8px solid #D04655;
    /*border-right: 6px solid #F6F6F6 !important;*/
    background-color: #F6F6F6 !important;
    font-weight: bold !important;
    /*background-image: url("../Images/Icons/icon chevron small up@2x.png") !important;
        background-position: right !important;
        background-repeat: no-repeat !important;
        background-size: 10px 7px !important;*/
}


a[data-toggle="collapse"] {
    position: relative;
    /*border-right: 6px solid #FFF;
    background-image: url("../Images/Icons/icon chevron small down@2x.png");
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px 7px;*/
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: url("../Images/Icons/Down_7_10.png");
    display: block;
    position: absolute;
    right: 20px;
}

a[aria-expanded="true"]::before { content: url("../Images/Icons/Up_7_10.png"); }


ul ul a {
    font-size: 0.9em !important;
    background: #fff; /*#6d7fcc;*/
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 66px !important;
    padding-right: 2px !important;
    height: 30px !important;
}

ul.CTAs { padding: 20px; }

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 294px);
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active { width: 100%; }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar { margin-left: -294px; }

    #sidebar.active { margin-left: 0; }

    #content { width: 100%; }

    #content.active { width: calc(100% - 294px); }

    #sidebarCollapse span { display: none; }
}

/* ---------------------------------------------------
    Personalización para ARCA
----------------------------------------------------- */

.btn-primary {
    color: #fff !important;
    background-color: #D04655 !important;
    border-color: #D04655 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #E3284A !important;
    border-color: #E3284A !important;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #D04655 !important;
    border-color: #D04655 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
}

.btn-primary:disabled {
    background-color: #DADADA !important;
    border-color: #DADADA !important;
}

.btn-outline-primary {
    color: #D04655 !important;
    background-color: #fff !important;
    border-color: #D04655 !important;
}

    .btn-outline-primary:hover {
        color: #D04655 !important;
        background-color: #fff !important;
        border-color: #E3284A !important;
    }

.btn-outline-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
}

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #D04655 !important;
        background-color: #fff !important;
        border-color: #D04655 !important;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
        box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
    }

.btn-outline-primary:disabled {
    background-color: #DADADA !important;
    border-color: #DADADA !important;
}

.p-user {
    color: #D04655 !important;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: right;
    font-size: 14px;
    line-height: 19px;
}

.p-date {
    color: #4A4A4A !important;
    font-size: 1.0em;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: right;
    font-size: 14px;
    line-height: 19px;
}

.p-carousel-red {
    color: #D04655 !important;
    font-size: 0.8em;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*margin-right: 68px !important;*/
    margin-top: 40px !important;
    text-align: right;
    font-size: 14px;
    line-height: 19px;
}

.p-carousel-red-file {
    color: #D04655 !important;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px !important;
    margin-top: 13px !important;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
}

.p-carousel-attach {
    color: #D04655 !important;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px !important;
    margin-top: 13px !important;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}

.col-sm-4-ext {
    padding-left: 50px;
    padding-right: 0px;
    max-width: 30% !important;
}

.col-sm-6-ext {
    padding-left: 23px !important;
    padding-right: 0px;
    max-width: 60% !important;
}

.img-carrousel {
    padding-left: 50px !important;
    padding-right: 0px;
}

.p-carousel-bold {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: bold !important;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #4A4A4A !important;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px !important;
    margin-right: 0px;
    margin-top: 10px !important;
    /*text-align: justify;*/
    font-size: 16px;
    line-height: 30px;
    max-width: 100% !important;
}

.col-sm-4-extended {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-carousel-black {
    color: #4A4A4A !important;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px !important;
    margin-right: 0px;
    margin-top: 0px !important;
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    max-width: 100% !important;
}

.p-label {
    color: #4A4A4A !important;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: justify;
}

.h3-header {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #D04655;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 30px;
}

.h3-normal {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #D04655;
    font-size: 28px;
    line-height: 38px;
}

.h3-small {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #D04655;
    font-size: 18px;
    line-height: 28px;
}

.h3-normal-card-title {
    color: #D04655;
    font-size: 36px;
    line-height: 49px;
    font-weight: normal;
    margin-top: 10px !important;
    margin-left: 10px !important;
}


.carousel-indicators li { background-color: gray !important; }

.div-item-carousel {
    width: 100%;
    height: 100%;
}

.carousel {
    /*background-color: white;
    border-radius: 0.50rem;
    -webkit-box-shadow: 0 0 0 0.4rem rgba(235, 104, 100, 0.25);
    box-shadow: 0px 0px 0px 0.4rem rgba(235,104,100,0.25);*/
}

@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Regular'), url('AvenirNextLTPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Condensed'), url('AvenirNextLTPro-Cn.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Condensed Italic'), url('AvenirNextLTPro-CnIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Italic'), url('AvenirNextLTPro-It.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Ultra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Ultra Light'), url('AvenirNextLTPro-UltLt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Ultra Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Ultra Light Italic'), url('AvenirNextLTPro-UltLtIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Ultra Light Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Ultra Light Condensed'), url('AvenirNextLTPro-UltLtCn.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Ultra Light Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Ultra Light Condensed Italic'), url('AvenirNextLTPro-UltLtCnIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium Condensed'), url('AvenirNextLTPro-MediumCn.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium Italic'), url('AvenirNextLTPro-MediumIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Medium Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium Condensed Italic'), url('AvenirNextLTPro-MediumCnIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Demi'), url('AvenirNextLTPro-Demi.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Demi Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Demi Condensed'), url('AvenirNextLTPro-DemiCn.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Demi Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Demi Condensed Italic'), url('AvenirNextLTPro-DemiCnIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Demi Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Demi Italic'), url('AvenirNextLTPro-DemiIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold Condensed'), url('AvenirNextLTPro-BoldCn.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold Condensed Italic'), url('AvenirNextLTPro-BoldCnIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Heavy'), url('AvenirNextLTPro-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Heavy Italic'), url('AvenirNextLTPro-HeavyIt.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Heavy Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Heavy Condensed'), url('AvenirNextLTPro-HeavyCn.woff') format('woff');
}


@font-face {
    font-family: 'Avenir Next LT Pro Heavy Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Heavy Condensed Italic'), url('AvenirNextLTPro-HeavyCnIt.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Heavy Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Heavy Condensed Italic'), url('AvenirNextLTPro-HeavyCnIt.woff') format('woff');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
}

@font-face {
    font-family: 'avenir-heavy';
    src: url('../css/Avenir_font/Avenir-Heavy.woff') format('truetype');
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dropdown-submenu-extended { padding: 0.25rem 1.5rem !important; }

.dropdown-toggle-extended {
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 6px;
    /*background-image: url("../Images/Icons/icon user@2x.png");
    background-color: #fff;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12px 12px;*/
}

.dropdown-toggle-extended::before {
    content: url("../Images/Icons/User_16_16.png");
    display: block;
    position: absolute;
    right: 275px;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D04655 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
}

.input-group-addon-control {
    white-space: nowrap;
    vertical-align: middle !important;
}

.input-group-addon-control {
    padding: 6px 12px;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.table-striped tbody tr:nth-of-type(odd) { background-color: #E18891 !important; }

.input-group-text-extended {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: bold !important;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #4A4A4A;
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;
}

.btn-outline-success {
    color: #D04655;
    border-color: #cccccc;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #D04655;
    border-color: #D04655;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
    color: #fff;
    background-color: #D04655;
    border-color: #D04655;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #DADADA !important;
    border-color: #DADADA !important;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #D04655;
    border-color: #D04655;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

a { color: #4A4A4A !important; }

.btn-primary-menu {
    position: relative;
    background-image: url("../Images/Menu.png");
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
}

.btn-primary-add::before { content: url("../Images/Icons/plus_white_12_12.png"); }


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    background: url('../Images/ajax-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.ui.celled.table tr td, .ui.celled.table tr th { border-left: 0px solid rgba(34, 36, 38, .1) !important; }

.icon-grid {
    width: 20px;
    height: 20px;
}

.icon-grid:hover { cursor: pointer; }

.ui.table thead th { background: #fff !important; }

.form-control-catalog {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-style: normal;
    font-weight: bold !important;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    font-size: 17.6px;
    line-height: 24px;
    width: 396px !important;
    height: 73px !important;
    vertical-align: 29px;
    padding-top: 29px;
    padding-left: 49px;
    margin-bottom: 15px;
}

.p-grid-activo {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 84px;
    height: 25px;
    padding-top: 5px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    /*text-align:center!important*/
}

.p-grid-activo::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    color: green;
    font-size: 25px;
    vertical-align: -24%;
}

.p-grid-inactivo {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 84px;
    height: 25px;
    padding-top: 5px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
}

.p-grid-inactivo::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    color: orange;
}

.a-back-catalog {
    color: #000;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 9px;
}

.a-back-catalog::before {
    content: url("../Images/Icons/left_16_16.png");
    padding-right: 4px;
    margin-bottom: 9px;
}

.table-body-font { font-size: 12px; }

.table-td-space {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-modal-title-min {
    color: #D04655 !important;
    margin: 0px;
    margin-bottom: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
}

.simple-list {
    list-style-type: none;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
}

.simple-list li { padding-top: 7px; }

.error { color: red; }

label,
input[type="radio"] + span,
input[type="radio"] + span::before,
label,
input[type="checkbox"] + span,
input[type="checkbox"] + span::before {
    display: inline-block;
    vertical-align: middle;
}

/*label *,
    label * {
        cursor: pointer;
    }*/

input[type="radio"],
input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
    font: Avenir;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}

label:hover span::before,
label:hover span::before {
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}

label:hover span,
label:hover span { color: #000; }

input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
    content: "";
    width: 19px;
    height: 19px;
    margin: 0 4px 0 0;
    border: solid 2px #979797;
    line-height: 14px;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    /*background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
    background: -o-radial-gradient(#f6f6f6, #dfdfdf);
    background: radial-gradient(#f6f6f6, #dfdfdf);*/
}

input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before { color: #666; }

input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span {
    cursor: default;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}

input[type="checkbox"] + span::before {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

input[type="radio"]:checked + span::before {
    content: "\2022";
    font-size: 30px;
    margin-top: -1px;
}

input[type="checkbox"]:checked + span::before {
    content: "\2714";
    font-size: 19px;
}



input[class="blue"] + span::before {
    border: solid 1px blue;
    background: #B2DBFF;
    background: -moz-radial-gradient(#B2DBFF, #dfdfdf);
    background: -webkit-radial-gradient(#B2DBFF, #dfdfdf);
    background: -ms-radial-gradient(#B2DBFF, #dfdfdf);
    background: -o-radial-gradient(#B2DBFF, #dfdfdf);
    background: radial-gradient(#B2DBFF, #dfdfdf);
}

input[class="blue"]:checked + span::before { color: darkblue; }



input[class="red"] + span::before {
    content: "";
    height: 16px;
    width: 16px;
    margin: 0 4px 0 0;
    border: 1.6px solid #979797;
    line-height: 14px;
    text-align: center;
    -moz-border-radius: 3.2px;
    -webkit-border-radius: 3.2px;
    border-radius: 3.2px;
    background: #fff;
    /*background: -moz-radial-gradient(#FF9593, #dfdfdf);
    background: -webkit-radial-gradient(#FF9593, #dfdfdf);
    background: -ms-radial-gradient(#FF9593, #dfdfdf);
    background: -o-radial-gradient(#FF9593, #dfdfdf);
    background: radial-gradient(#FF9593, #dfdfdf);*/
}

input[class="red"]:checked + span::before {
    color: #fff;
    background: #D04655;
    border: 1.6px solid #D04655;
    /*background: -moz-radial-gradient(#FF9593, #dfdfdf);
    background: -webkit-radial-gradient(#FF9593, #dfdfdf);
    background: -ms-radial-gradient(#FF9593, #dfdfdf);
    background: -o-radial-gradient(#FF9593, #dfdfdf);
    background: radial-gradient(#FF9593, #dfdfdf);*/
}

input[class="gray"]:checked + span::before {
    color: #fff;
    background: #979797;
    border: 1.6px solid #979797;
    /*background: -moz-radial-gradient(#FF9593, #dfdfdf);
    background: -webkit-radial-gradient(#FF9593, #dfdfdf);
    background: -ms-radial-gradient(#FF9593, #dfdfdf);
    background: -o-radial-gradient(#FF9593, #dfdfdf);
    background: radial-gradient(#FF9593, #dfdfdf);*/
}

.a-new-id {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-style: normal;
    font-weight: bold !important;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
}

.a-new-id::before {
    content: url("../Images/Icons/Icon add.svg");
    vertical-align: -46%;
    padding-right: 4px;
}

#newSocietyEnvironmenttam {
    width: 704px;
    height: 697px;
}

.close-font {
    font-size: 50px !important;
    padding-right: 7px !important;
    margin-right: 7px !important;
    color: #D1D1D1 !important;
    vertical-align: -46%;
}

.td-top-border { border-top: 0px solid #dee2e6 !important; }

.table-tittle {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    font-size: 14px;
    line-height: 19px;
}

.table-font-body {
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
}

.table-font-tittle-grants {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    font-size: 12px;
    line-height: 16px;
    color: #D04655;
}

.details-control-extended::before {
    content: "+";
    color: #D04655;
    padding-right: 4px;
}

#newManageSupplierUserTam {
    width: 704px;
    height: 697px;
}

#newSupplierUserTam {
    width: 704px;
    height: 697px;
}

#editSupplierUserTam {
    width: 704px;
    height: 697px;
}

#editInternalUserTam { width: 704px; }

#newInternalUserTam { width: 704px; }

.div-find-text {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
    background: #fff;
    height: 45px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
    margin-bottom: 0px !important;
}

.div-find-text::after {
    /*content: url("../Images/Icons/find_single.png");*/
    vertical-align: -30%;
    padding-right: 4px;
}

.form-control-find {
    font: "Avenir";
    border: solid 0px #979797;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    height: 38px;
    width: 200px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
    font-size: 16px;
    line-height: 16px;
    color: #545454;
}

.div-find-bottom {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
    background: #fff;
    height: 45px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
    margin-bottom: 0px !important;
}

.btn-outline-success-extended {
    height: 44px !important;
    border: solid 0px #DADADA;
}

.ui.pagination.menu .active.item {
    background-color: #E3284A !important;
    color: #fff !important;
}

#registeredUserTam {
    width: 704px;
    height: 697px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.border-card { border-radius: 0.7rem !important; }


.pointer { cursor: pointer !important; }

#editManageSupplierUserTam {
    width: 704px;
    height: 697px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
    height: 38px;
}

.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: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 19px !important;
    outline: 0;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl { max-width: 704px !important; }
}

.divScroll {
    height: 150px;
    overflow-y: scroll;
}

.label-content-table {
    font-family: "Avenir";
    font-size: 13px;
    line-height: 18px;
}

.btn-outline-success { border-radius: 8px !important; }

.btn-primary { border-radius: 8px !important; }

.ui.table { border-radius: 8px !important; }

.btn-secondary { border-radius: 8px !important; }

.modal-body { padding-top: 0px !important; }

.p-modal-title-min-black {
    color: #4A4A4A !important;
    margin: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.margin-bottom-27 { margin-bottom: 27px; }

.margin-bottom-48 { margin-bottom: 48px; }

.btn-outline-success-extended-form {
    width: 146px !important;
    height: 33px !important;
    border: solid 2px #D04655 !important;
    font-weight: bold;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.admin-sociedades {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-style: normal;
    font-weight: bold;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    height: 61px;
    width: 771px;
    color: #D04655;
    font-size: 45px;
    line-height: 61px;
}

.article-title {
    font-style: normal;
    display: block;
    font-weight: bold;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #D04655;
    font-size: 2.0em;
    margin: 20px 0;
}

.article-subtitle {
    color: #000;
    font-size: 18px;
    display: block;
    margin: 15px 0;
}

.article-publishdate {
    font-style: italic;
    font-size: .8em;
    color: #D04655;
    display: block;
}

.margin-bottom-19 { margin-bottom: 19px; }

.rectangle-5 {
    height: 41px;
    width: 249px;
    background-color: #D04655;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.margin-bottom-18 { margin-bottom: 18px; }

.table-font-body-acordion {
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 12px;
    line-height: 16px;
}

.margin-bottom-33 { margin-bottom: 33px; }

.padding-left-15 { padding-left: 15px; }

.margin-bottom-17 { margin-bottom: 17px; }

.margin-right-42 { margin-right: 42px !important; }

.margin-bottom-4 { margin-bottom: 4px !important; }

.h3-carrousel {
    color: #D04655;
    font-size: 36px;
    line-height: 49px;
}

.label-body-window {
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 14px;
    line-height: 19px;
}

.label-body-window-text-align-right { text-align: right !important; }

.bottom-find-header {
    font-weight: bold !important;
    width: 140px !important;
    height: 41px !important;
}

.bottom-new-user {
    font-weight: bold !important;
    width: 170px !important;
    height: 41px !important;
}

.margin-bottom-38 { margin-bottom: 38px; }

.margin-bottom-40 { margin-bottom: 40px; }

.bottom-decor {
    color: #D04655;
    font-weight: bold;
}

.margin-right-15 { margin-right: 15px !important; }

.btn-outline-success-left {
    color: #D04655;
    border-color: #cccccc;
    border: solid 0px #cccccc;
}

.btn-outline-success-left:hover {
    color: #fff;
    background-color: #D04655;
    border-color: #D04655;
}

.btn-outline-success-left:focus, .btn-outline-success-left.focus {
    box-shadow: 0 0 0 0rem rgba(238, 127, 123, 0.5) !important;
    color: #fff;
    background-color: #D04655;
    border-color: #D04655;
}

.btn-outline-success-left.disabled, .btn-outline-success-left:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success-left:not(:disabled):not(.disabled):active, .btn-outline-success-left:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-left.dropdown-toggle {
    color: #fff;
    background-color: #D04655;
    border-color: #D04655;
}

.btn-outline-success-left:not(:disabled):not(.disabled):active:focus, .btn-outline-success-left:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success-left.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.margin-bottom-6 { margin-bottom: 6px; }

.margin-bottom-15 { margin-bottom: 15px; }

.text-oblique-message {
    font-family: avenir-lightoblique !important;
    font-size: 13px;
    color: #949494;
}

.text-normal-message {
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 15px;
    line-height: 20px;
    color: #545454;
}

.text-normal-list-message {
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 14px;
    line-height: 19px;
    color: #D04655;
}

.text-tittle-heavy {
    font-family: 'avenir-heavy';
    src: url('../css/Avenir_font/Avenir-Heavy.woff') format('truetype');
    font-size: 17.6px;
    line-height: 24px;
    color: #D04655;
}

.margin-bottom-23 { margin-bottom: 23px; }

.margin-bottom-6 { margin-bottom: 6px; }

.btn-outline-cancel-form {
    width: 100px !important;
    height: 41px !important;
    border: solid 2px #D04655 !important;
    font-weight: bold;
}

.p-grid-pendiente {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 130px;
    height: 27px;
    padding-top: 10px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    /*text-align:center!important*/
}

.p-grid-pendiente::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    /*color: #FF9D26;*/
    color: #21a624;
    font-size: 25px;
    vertical-align: -24%;
}

.p-grid-parcial {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 130px;
    height: 27px;
    padding-top: 10px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    /*text-align:center!important*/
}

.p-grid-parcial::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    color: #B910E0;
    font-size: 25px;
    vertical-align: -24%;
}

.p-grid-rechazado {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 130px;
    height: 27px;
    padding-top: 10px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    width: 160px;
    /*text-align:center!important*/
}

.p-grid-rechazado::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    color: #F84357;
    font-size: 25px;
    vertical-align: -24%;
}


.p-grid-rechazadoPartial {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 130px;
    height: 27px;
    padding-top: 10px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    width: 160px;
    /*text-align:center!important*/
}
.p-grid-rechazadoPartial::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    color: #FF9D26;
    font-size: 25px;
    vertical-align: -24%;
}



.p-grid-purple {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 130px;
    height: 27px;
    padding-top: 10px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    /*text-align:center!important*/
}

    .p-grid-purple::before {
        content: "•";
        padding-right: 12px;
        padding-left: 12px;
        color: #B910E0;
        font-size: 25px;
        vertical-align: -24%;
    }

.p-grid-activo-n {
    background-color: #EDEDED;
    color: #000;
    border-radius: 9.22px;
    width: 130px;
    height: 27px;
    padding-top: 10px;
    font-family: 'avenir-medium';
    src: url('../css/Avenir_font/Avenir-Medium.woff') format('truetype');
    font-size: 13px;
    line-height: 18px;
    /*text-align:center!important*/
}

.p-grid-activo-n::before {
    content: "•";
    padding-right: 12px;
    padding-left: 12px;
    color: #8fd04c;
    font-size: 25px;
    vertical-align: -24%;
}

.text-table-body-center { text-align: center !important; }

.size-combo-find {
    font-family: 'Avenir Next LT Pro Bold' !important;
    font-style: normal;
    font-weight: bold;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    height: 41px !important;
    width: 201px !important;
}

.margin-right-52 { margin-right: 52px !important; }

.flechita-select {
    background: URL(../Images/Icons/separator_down.png) no-repeat 166px 5px #fff !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
}

input[class="redmin"] + span::before {
    content: "";
    height: 16px;
    width: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #979797;
    line-height: 14px;
    text-align: center;
    -moz-border-radius: 3.2px;
    -webkit-border-radius: 3.2px;
    border-radius: 3.2px;
    background: #fff;
}

input[class="redmin"]:checked + span::before {
    color: #D04655;
    background: #fff;
    border: 1px solid #979797;
}

/* IE11 hide hacks*/

select::-ms-expand { display: none; }

.input-calendar {
    height: 39px !important;
    border: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.size-combo-find-two {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    height: 41px !important;
    width: 300px !important;
}

.arca-input-style {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    height: 41px !important;
}

.arca-input-style::placeholder {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    opacity: 0.5;
}

.menu-horizontal-active {
    margin: 0px 0px;
    padding: 0px;
    float: left;
}

.menu-horizontal {
    margin: 0px 0px;
    padding: 0px;
    float: left;
}

.menu-horizontal:hover > a {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.menu-horizontal > a {
    color: #000000;
    font-family: Avenir Next LT Pro Bold;
    font-size: 17.6px;
    opacity: 0.5;
}

.menu-horizontal-active > a {
    color: #000000;
    font-family: Avenir Next LT Pro Bold;
    font-size: 17.6px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.arca-input-style-calendar {
    background: url('../Images/Icons/icon cal small@2x.png') no-repeat center left 3px #fff !important;
    padding-left: 40px;
    width: 235px !important;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #545454;
    font-size: 15px;
    line-height: 20px;
    height: 41px !important;
}

.arca-input-style-calendar-lite {
    background: url('../Images/Icons/icon cal small@2x.png') no-repeat center left 3px #fff !important;
    padding-left: 40px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #545454;
    font-size: 15px;
    line-height: 20px;
}

.calenadio-input {
    /*background: URL(../Images/Icons/separator_down.png) no-repeat 265px 5px #fff !important;*/
    background: url('../Images/Icons/icon cal small@2x.png') no-repeat center left 3px #fff !important;
    padding-left: 40px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #fff !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
}

.busqueda-input {
    /*background: URL(../Images/Icons/separator_down.png) no-repeat 265px 5px #fff !important;*/
    background: url('../Images/Icons/find_single.png') no-repeat 265px 10px #fff !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
}

.flechita-select-two {
    background: URL(../Images/Icons/separator_down.png) no-repeat 265px 5px #fff !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
}

.btn-primary-blue {
    color: #fff !important;
    background-color: #1E8BD8 !important;
    border-color: #1E8BD8 !important;
}

.btn-primary-blue:hover {
    color: #fff !important;
    background-color: #70B7EB !important;
    border-color: #70B7EB !important;
}

.btn-primary-blue:focus, .btn-primary-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 183, 235, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(112, 183, 235, 0.5) !important;
}

.btn-primary-blue:not(:disabled):not(.disabled):active, .btn-primary-blue:not(:disabled):not(.disabled).active,
.show > .btn-primary-blue.dropdown-toggle {
    color: #fff;
    background-color: #15629B !important;
    border-color: #15629B !important;
}

.btn-primary-blue:not(:disabled):not(.disabled):active:focus, .btn-primary-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 127, 123, 0.5) !important;
}

.btn-primary-blue:disabled {
    background-color: #DADADA !important;
    border-color: #DADADA !important;
}

.btn-primary-download::before { content: url("../Images/Icons/arrow_down_white.png"); }

.margin-right-100 { margin-right: 100px !important; }

.margin-right-30 { margin-right: 30px !important; }

.margin-right-70 { margin-right: 70px !important; }

.find-width-60 { width: 60% !important; }

.find-width-40 { width: 40% !important; }

.find-width-432 { width: 432px !important; }

.overflow-hidden {
    overflow: hidden;
    position: relative;
}

.overflow-auto { overflow: auto; }

.cbo-personal-height { height: 180px !important; }

.style-tittle-detail {
    font-family: 'Avenir-heavy';
    font-size: 18px;
    background-color: #EDEDED;
    color: #545454;
}

.style-tittle-detail::before {
    content: "•";
    color: #B910E0;
    padding: 5px;
    font-size: 30px;
    vertical-align: middle
}

.style-tittle-detail2 {
    font-family: 'Avenir-heavy';
    font-size: 18px;
    background-color: #EDEDED;
    color: #545454;
}

    .style-tittle-detail2::before {
        content: "•";
        /*color: #FF9D26;*/
        color: #21a624;
        padding: 5px;
        font-size: 30px;
        vertical-align: middle
    }

.style-tittle-detail3 {
    font-family: 'Avenir-heavy';
    font-size: 18px;
    background-color: #EDEDED;
    color: #545454;
}

.style-tittle-detail3::before {
    content: "•";
    color: #F84357;
    padding: 5px;
    font-size: 30px;
    vertical-align: middle
}


.style-tittle-detail4 {
    font-family: 'Avenir-heavy';
    font-size: 18px;
    background-color: #EDEDED;
    color: #545454;
}

    .style-tittle-detail4::before {
        content: "•";
        color: #FF9D26;
        padding: 5px;
        font-size: 30px;
        vertical-align: middle
    }


.dropzone {
    background: white;
    border-radius: 5px;
    border: 3px dashed #EDEDED !important;
    border-image: none;
    height: 50px;
}

.dz-details { width: 5px; }

.titulo-mediano {
    font-family: avenir-black;
    font-size: 20px;
    color: #D04655;
}

.link-message {
    font-family: 'avenir-heavy';
    color: #D04655;
}

.lineamedia { color: #D04655; }

.button-stage {
    background-color: #D04655;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 4px 2px;
    height: 70px;
    width: 70px;
}

.circulo { border-radius: 100%; }

.background-items-table { background-color: #F7F7F7 }

.margin-right-61 { margin-right: 61px !important; }

.margin-right-10 { margin-right: 10px !important; }

.error { color: #D04655; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #D04655 !important; }

:checked.custom-control-input ~ .custom-control-label::before {
    border-color: #D04655 !important;
    background-color: #D04655 !important;
}

.custom-control-input:focus ~ .custom-control-label::before { box-shadow: 0px 0px 0px 0.2rem rgba(238, 127, 123, 0.5) !important; }

.btn-outline-success.disabled, :disabled.btn-outline-success { color: #D4D4D4 !important; }

.scroll {
    margin: 4px;
    padding: 4px;
    background-color: #fff;
    width: 320px;
    height: 110px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: justify;
}

.ejemplo-wrapper { margin-bottom: 10px; }

ul#ejm2 li a {
    position: relative;
    font-weight: bold;
    color: #0E83CD;
    margin: 0px 10px;
}

ul#ejm2 li a:after {
    position: absolute;
    bottom: 7px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #D04655;
    content: "";
    opacity: 1;
    transform: translateY(15px);
}

ul#ejm2 li a:hover:after {
    opacity: 1;
    transform: translateY(15px);
}

button.dt-button, div.dt-button, a.dt-button {
    background-image: -webkit-linear-gradient(top, #0E8BD8 0%, #1E8BD8 100%) !important;
    background-image: -moz-linear-gradient(top, #1E8BD8 0%, #1E8BD8 100%) !important;
    background-image: -o-linear-gradient(top, #1E8BD8 0%, #1E8BD8 100%) !important;
    background-image: linear-gradient(to bottom, #1E8BD8 0%, #1E8BD8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1E8BD8', EndColorStr='#1E8BD8') !important;
}

.dataTables_wrapper .dataTables_paginate { float: left; }

.dataTables_wrapper .dataTables_length { float: right; }

.ui.pagination.menu { padding-top: 0px !important; }

.margin-right-18 { margin-right: 18px !important; }

.actions-column { width: 10%; }

/*Classes made by Uri*/
.content-delivery-plan {
    background-color:#FFFFFF; 
    border-bottom: 0px solid; 
    padding: 1.25rem 1.25rem;
}

.modal-padding {
    padding: 0 38px 0 38px;
}
.title-padding {
    padding: 0 26px 0 26px;
}

.background-item-input-span { background: #fafafa; }

.date-picker-wrapper { z-index: 1100 !important; }

.background-item-input-span { background: #fafafa; }

.width-282 {
    width: 282px !important;
}

.width-206 { width: 206px !important; }

.background-item-input-span {
    background: #fafafa;
}
.width-206 {
    width: 206px !important;
}

.width-100-percent{
    width: 100% !important;
}

.width-input-search-faqs{
    width: 880px !important;
}
.input-calendar-width {
    width: 247px !important;
}
.return-to-pediment {
    height: 14px;
    width: 13px;
    color: #D04655;
}

.red-arrow-left{
    transform: rotate(90deg);
}

.check-mark-sap-icon{
    padding: 30px 0 0 0;
}
.return-to-pediment {
    height: 20px;
    width: 257px;
    color: #D04655;
    font-family: Avenir;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.mandatory-fields-provider{
    font-size: 14px;
    color: #b6b6b6;
}

.label-text-optional-12-col {
    position: absolute;
    right: 18px;
    color: #b6b6b6;
}

.text-red-required{
    color: red;
}

.date-picker-wrapper{
    z-index: 1100 !important;
}

.grid-active-padding {
    padding: 5px 12px 5px 0px;
}

.box-shadow-card {
    background: #ffffff;
    box-shadow: 0px 0px 3px grey;
}
.div-find-icon-text-search {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: solid 2px #DADADA;
    background: #fff;
    height: 45px;
    padding-top: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
    margin-bottom: 0px !important;
}
.div-find-icon-text-search::before {
    content: url("../Images/Icons/find_single.png");
    vertical-align: -30%;
    padding-left: 8px;
}
.font-size-subtitle{
    font-size: 22px;
}
.font-size-description {
    color: #989898;
    font-style: oblique;
    font-weight: 500;
}
.icon-position-message-box {
    position: absolute;
    right: 32px;
    top: 12px;
}

.add-new-category {
    border: 4px dashed #DADADA;
    height: 124px;
}

.add-category-faqs {
    color: #989898;
    font-size: 22.5px;
    font-style: oblique;
    font-weight: 900;
}

.font-avenir-with-source {
    font-family: 'Avenir Next LT Pro Regular';
    src: local('Avenir Next LT Pro Regular'), url('AvenirNextLTPro-Regular.woff') format('woff');
}
.icon-add-new-category {
    width: 50px;
}
.height-100-percent {
    height: 100% !important;
}

.text-grey-subtitle-modal {
    color: #9B9B9B;
    font-style: oblique;
}

.font-size-14-px {
    font-size: 14px;
}

.font-text-historic-incident {
    font-size: 15px;
    color: #4A4A4A;
}
.ejemplo-de-articulo {
    color: #D04655;
    font-size: 25px;
}
.text-red {
    color: #D04655;
}
.select-input-drop-down {
    border: 2px solid #DADADA !important;
    height: 45px !important;
    border-radius: 7px !important;
    background: #fff;
    font-size: 16px !important;
}

.text-historic-title {
    color: #4A4A4A;
    font-size: 18px;
}

.agent-comments {
    height: auto;
    box-shadow: 1px 1px 4px lightgrey;
    border: 1px solid #b8b8b8;
    border-radius: 7px;
    padding: 10px 5px 10px 20px;
    margin: 6px 0 0 0;
}
/* ---------------------------------------------------
    FORM STYLE
----------------------------------------------------- */
/*Inputs*/
.rectangle-3 {
    box-sizing: border-box;
    border: 1px solid #DADADA;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.col-lg-6 > .rectangle-3 {
    box-sizing: border-box;
    border: 1px solid #DADADA;
    border-radius: 7px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.ejemplo-de-subtitulo {
    color: #545454;
    font-size: 14px;
}

.subititle-oblique-red {
    color: #D04655;
    font-size: 14px;
    font-style: oblique;
    font-weight: 300;
}

.new-article-detail {
    color: #545454;
    font-size: 18px;
    font-weight: 300;
}

.attacchemnt-file {
    color: #D04655;
    font-size: 12px;
    font-weight: 300;
}

/* ---------------------------------------------------
    TABLE STYLE
----------------------------------------------------- */

/*Table Text Size*/

.av-san-lorenzo-162 {
    color: #545454;
    font-family: Avenir;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}


/* ---------------------------------------------------
    MODAL STYLE
----------------------------------------------------- */

.rectangle-5-copy {
    box-sizing: border-box;
    height: 41px;
    width: 194px;
    border: 2px solid #D04655;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0);
}

.cancelar {
    color: #D04655;
    font-family: Avenir;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}

.rowRejectBox label:hover {
    cursor: pointer;
}

.rowRejectBox input[type="checkbox"] {
    display: none;
}

.rowRejectBox input[type="checkbox"] + label {
    background: url('/Images/Icons/Icon cross grey @2x.png') no-repeat;
    background-size: 20px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.rowRejectBox input[type="checkbox"]:checked + label {
    background: url('/Images/Icons/icon cross small@2x.png') no-repeat;
    background-size: 20px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.dataTables_wrapper .dt-buttons {
    float: right;
}