/* Minification failed. Returning unminified contents.
(589,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* skin#1 */
.skin-1 {
    background-color: #4A4F56;
}

    .skin-1 .navbar {
        background: #2C6AAa;
    }

    .skin-1 .sidebar, .skin-1 .sidebar:before {
        background-color: #222A2D;
        border-right: none;
    }



    .skin-1 .nav-list > li {
        border-color: #3F4E54;
        border-top-width: 0;
    }

        .skin-1 .nav-list > li > a, .skin-1 .menu-min .nav-list > li.open > a {
            background-color: #222A2D;
            color: #B1BAC1;
        }

        .skin-1 .nav-list > li:hover > a {
            background-color: #414B51;
            color: #E1EAF1;
        }

        .skin-1 .nav-list > li > a > .arrow {
            color: #B1BAC1;
        }

        .skin-1 .nav-list > li.open > a > .arrow {
            color: #85C0EC;
        }


        .skin-1 .nav-list > li .submenu > li > a {
            border-top-color: #AFBDC9;
        }

        .skin-1 .nav-list > li.active .submenu > li > a {
            border-top-color: #70818E;
        }

    .skin-1 .nav-list li.active > a:after {
        border-right-color: #FFF;
        border-width: 16px 10px;
        top: 2px;
    }


    .skin-1 .nav-list > li.active.open > ul.submenu > li.active > a:after {
        top: 1px;
    }

    .skin-1 .nav-list > li.active:after {
        display: none;
    }

    .skin-1 .menu-min .nav-list > li.active > a:after {
        border-width: 10px 6px;
        top: 8px;
    }

    .skin-1 .menu-min .nav-list > li.active:hover > a:after {
        border-right-color: #242A2B;
    }


    .skin-1 .nav-list > li.open > a, .skin-1 .nav-list > li.open > a:hover {
        color: #85C0EC;
        background-color: #222A2D;
    }

    .skin-1 .nav-list > li.active > a, .skin-1 .nav-list > li.active > a:hover,
    .skin-1 .menu-min .nav-list > li.active > a, .skin-1 .menu-min .nav-list > li.active > a:hover {
        background-color: #141A1B;
        color: #55A0DC;
    }


    .skin-1 .nav-list > li > ul.submenu {
        background-color: #3A4344;
        border-top-color: #5A6364;
    }

    .skin-1 .nav-list > li.active > ul.submenu {
        background-color: #141A1B;
        border-top-color: #2F3E44;
    }

    .skin-1 .nav-list > li > .submenu > li > a {
        color: #D1DAE1;
        border-bottom-color: #5A6364;
    }

    .skin-1 .nav-list > li > .submenu > li:first-child > a {
        border-top-color: transparent;
    }

    .skin-1 .nav-list > li > .submenu > li > a:hover {
        color: #8AB4DE;
    }

    .skin-1 .nav-list > li > .submenu > li.active > a {
        color: #55A0DC;
        border-bottom-color: #2F3E44;
    }



    /* Ace admin default css force a display none on class "icon-", see ace-skins.css.
       To fix this the legacy strategy on KOCO-Online was to display two icons, as only the first one is hidden naturally by Ace admin.
       However this would only work with Font-Awesome 3 icons. 
       And if we use icons from another library, Font-Awesome 5 for example, there would be two icons.
       So we extend the "display-none" to all icons.
    */
    .skin-1 .nav-list > li > .submenu > li > a > i:first-child {
        display: none !important;
    }

    .skin-1 .menu-min .nav-list > li:hover > a {
        color: #E1EAF1;
    }

    .skin-1 .menu-min .nav-list > li > a > .menu-text {
        background-color: #414B51;
    }

    .skin-1 .menu-min .nav-list > li.active > a > .menu-text {
        background-color: #242A2B;
    }

    .skin-1 .menu-min .nav-list > li.active:hover > a,
    .skin-1 .menu-min .nav-list > li.active > a > .menu-text {
        color: #55A0DC;
    }

    .skin-1 .menu-min .nav-list > li > a.active,
    .skin-1 .menu-min .nav-list > li.open.active > a {
        background-color: #141A1B;
    }

    .skin-1 .menu-min .nav-list > li > a > .menu-text,
    .skin-1 .menu-min .nav-list > li > ul.submenu {
        border-color: #3F4E54;
        margin-top: 1px;
        border-left-color: #242A2B;
    }

    .skin-1 .nav-list > li > .submenu > li:before, .skin-1 .nav-list > li > .submenu:before {
        border-color: #929BA3;
    }

    .skin-1 .nav-list > li.active > .submenu > li:before, .skin-1 .nav-list > li.active > .submenu:before {
        border-color: #3F4E54;
    }

    .skin-1 .menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
        border-bottom-color: #5A606A;
    }


    .skin-1 .sidebar-collapse {
        background-color: #141A1B;
        border-color: #3F4E54;
        border-top-width: 1px;
    }

        .skin-1 .sidebar-collapse:before {
            border-color: #3F4E54;
        }

        .skin-1 .sidebar-collapse > [class*="icon-"] {
            background-color: #222A2D;
        }


    .skin-1 .sidebar-shortcuts, .skin-1 .sidebar-shortcuts-mini {
        background-color: #141A1B;
        border-color: #3F4E54;
    }

    .skin-1 .sidebar > .nav-search {
        background-color: #141A1B;
        border-color: #3F4E54;
    }

    .skin-1 .menu-min .sidebar-shortcuts-large {
        background-color: #141A1B;
        box-shadow: none;
        border: none;
        top: 0;
    }

    .skin-1 .breadcrumbs {
        border: none;
        background-color: #F0F0F0;
    }



@media only screen and (max-width: 991px) {
    .skin-1 .sidebar {
        border: none;
        box-shadow: none;
    }

    .skin-1 .nav-list li.active > a:after {
        display: none;
    }

    .skin-1 .menu-min .nav-list > li.active.open > a:after {
        display: none;
    }

    .skin-1 .menu-min .nav-list > li.active:hover > a:after {
        display: block;
    }
}


/* 3rd & 4th level menu */
.skin-1 .nav-list > li > .submenu > li > .submenu a {
    border-top-color: #7B858C;
}

.skin-1 .nav-list > li.active > .submenu > li > .submenu a {
    border-top-color: #545B60;
}

.skin-1 .nav-list > li .submenu li > .submenu > li a {
    color: #D1DAE1;
    font-size: 13px;
}

    .skin-1 .nav-list > li .submenu li > .submenu > li a > [class*="icon-"]:first-child {
        color: inherit;
    }

    .skin-1 .nav-list > li .submenu li > .submenu > li a:hover {
        color: #8AB4DE;
        text-decoration: none;
    }

        .skin-1 .nav-list > li .submenu li > .submenu > li a:hover > [class*="icon-"]:first-child {
            color: #55A0DC;
        }


.skin-1 .nav-list > li .submenu li.open > a,
.skin-1 .nav-list > li .submenu li > .submenu > li.open > a {
    color: #85C0EC;
}

    .skin-1 .nav-list > li .submenu li.open > a > [class*="icon-"]:first-child,
    .skin-1 .nav-list > li .submenu li > .submenu > li.open > a > [class*="icon-"]:first-child {
        color: inherit;
    }


.skin-1 .nav-list > li .submenu li > .submenu li.active > a {
    color: #61A8DD;
}

    .skin-1 .nav-list > li .submenu li > .submenu li.active > a > [class*="icon-"]:first-child {
        color: inherit;
    }

    .skin-1 .nav-list > li .submenu li > .submenu li.active > a:hover {
        color: #85C0EC;
    }


.skin-1 .nav-list > li .submenu li > a > .arrow {
    color: #BBB;
}

.skin-1 .nav-list > li > .submenu > li.open > a > .arrow,
.skin-1 .nav-list > li > .submenu > li > a:hover > .arrow,
.skin-1 .nav-list > li > .submenu > li > .submenu > li.open > a > .arrow,
.skin-1 .nav-list > li > .submenu > li > .submenu > li > a:hover > .arrow {
    color: inherit;
}

.panel ul.list-group {
    margin: 0px;
    padding: 0px;
}

.form-group > label[class*="col-"] {
    padding-top: 6px;
}



/*DataTables*/
.dataTables_empty {
    padding: 20px !important;
    color: #f00;
    font-weight: bold;
}
/*.dataTables_info {
    font-weight:bold;
}*/

.dataTables_wrapper .row:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: white;
}

    .dataTables_wrapper .row:first-child + .dataTable {
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

.dataTables_wrapper .row:last-child {
    border-top: 1px solid #DDD;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: white;
    border-bottom: 1px solid #DDD;
}

.ui-autocomplete {
    z-index: 9000;
}

.breadcrumbs-fixed .ace-settings-container {
    top: 9px;
    z-index: 1001;
}

.ace-settings-box {
    width: 250px;
}

.tooltip-inner {
    max-width: 500px;
    white-space: pre-line;
}

body {
    min-width: 1280px;
}

.padding-left-right-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.padding-left-right-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.padding-left-right-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.yellow {
    color: yellow;
}

.padding-top-3 {
    padding-top: 3px;
}

.header-color-blue {
    background-color: #428bca !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}



/*msdropdown override*/
div .dd.ddcommon {
    width: 100% !important;
    max-width: 100% !important;
}

.ddTitleText {
    padding: 2px !important;
}

    .ddTitleText img {
        height: 35px !important;
        margin-left: 5px;
    }

.enabled._msddli_ img {
    height: 35px !important;
    margin-left: 5px;
}

.chosen-container {
    width: 100%;
}

.icon-spinner.icon-spin {
    width: 50px;
    left: 50%;
}

.datepicker-default-width {
    width: 123px !important;
}

.datepicker-with-button-default-width {
    width: 150px !important;
}

.datepicker-with-nav-button-width {
    width: 200px !important;
}

.default_input_error_outline {
    outline: 1px solid red;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 1rem;
}

.w-100 {
    width: 100% !important;
}

.mt-11px {
    margin-top: 11px !important;
}

.pl-0 {
    padding-left: 0;
}

.pl-12px {
    padding-left: 12px;
}

.fz-20px {
    font-size: 20px !important;
}

.fz-18px {
    font-size: 18px !important;
}

.fz-14px {
    font-size: 14px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.float_none {
    float: none;
}

.mt-140px {
    margin-top: 140px;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.5rem;
}

.ml-6 {
    margin-left: 2rem;
}

.pl-15px {
    padding-left: 15px;
}

.pl-45px {
    padding-left: 45px;
}

.pr-15px {
    padding-right: 15px;
}

.mt--3px {
    margin-top: -3px;
}

.font-bold {
    font-weight: bold;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.widget-header-red {
    border-bottom: 1px solid #ffe2e0 !important;
    color: #f7584d !important;
}

.ml-15px {
    margin-left: 15px; !important;
}

.color-black {
    color: black;
}

.height-100 {
    height: 100%
}

.table_inactive_row > td {
    color: #b2b2b2;
}

.dataTables_filter input {
    width: 200px !important;
}

.btn-app {
    width: 150px !important;
}

.pt-5px {
    padding-top: 5px;
}

.mr-3 {
    margin-right: 0.5rem;
}

.legend-title {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.inline-flex {
    display: inline-flex;
}

.ace-readonly-inputs {
    color: #939192 !important;
    background: #f5f5f5 !important;
    border: 1px solid #d5d5d5 !important;
}

[v-cloak] {
    display: none !important;
}

.disabled_delete_button {
    color: gray !important;
    cursor: default;
    display: initial !important;
}

.filter_config_dropdown {
    width: 335px;
    text-align: left;
}

    .filter_config_dropdown > i {
        float: right;
    }

        .filter_config_dropdown > i.icon-users {
            float: initial;
        }

.DataTableFilterConfig > div:nth-child(1) > div.widget-toolbar.open > ul {
    width: 365px;
}

    .DataTableFilterConfig > div:nth-child(1) > div.widget-toolbar.open > ul > li > a > i.icon-users {
        float: right;
    }

.add_edit_config_modal {
    color: initial;
}

    .add_edit_config_modal input[type="checkbox"] {
        margin-top: 9px;
    }

.delete_config_modal {
    color: initial;
}

.no_filter_wrapper {
    width: 335px;
}

.DataTableFilterConfig > div:nth-child(1) > div:nth-child(1) > button > i.icon-angle-down {
    margin-top: 2px;
}


.order-filter-text {
    font-size: 14px;
    color: #646464;
}

.order-filter-text-item{
    padding-top:5px;
    padding-bottom:5px;
}

.order-filter-text input[type=radio] {
    padding-top:3px
}

.order-filter-text input[type=text] {
    padding-top:5px;
    margin-left:5px;
    margin-right:5px;
    width:40px
}  
        
.order-filter-text input.date-picker {
    padding-top:12px;
    padding-bottom:10px;
    width:90px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
}

.order-filter-text select {
    display:inline-block;
    padding:4px;
    height:34px;
    margin-left:10px;
    margin-right:10px;
}

.order-filter-text .chosen-container {
    padding:4px;    
    margin-left:10px;
    margin-right:10px;
}







.order-planif-filter-text {
    font-size: 13px;
    color: #646464;
}

.order-planif-filter-text div {
    padding-top:5px;
    padding-bottom:5px;
}

.order-planif-filter-text input[type=radio] {
    padding-top:3px
}

.order-planif-filter-text input[type=text] {
    padding-top:5px;
    padding-bottom:10px;
    margin-left:5px;
    margin-right:5px;
    width:40px
}  
        
.order-planif-filter-text input.date-picker {
    padding-top:12px;
    padding-bottom:10px;
    width:90px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
}

.order-planif-filter-text select {    
    display:inline-block;
    padding:4px;
    height:34px;
    margin-left:10px;
    margin-right:10px;
}

/*.navbar-fixed .container {
    padding-top: 45px;
}*/

.login .container {
    position: relative;
    background-color: #fff;
    min-height: 100%;
}

    .login .container:after {
        background-color: #FFF;
        bottom: 0;
        content: "";
        display: block;
        max-width: inherit;
        margin-left: -15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -2;
    }

.login .field-validation-error {
    top: 40px;
    left: 40px;
}

.alert {
    margin-bottom: 0px;
}

/*.page-content > .alert {
     margin-right:40px;
}*/

.sidebar {
    position: absolute;
}


.padding-5 > div {
    padding-left: 5px;
    padding-right: 5px;
}

table ul {
    margin: 0px;
}

    table ul > li {
        padding: 0px;
    }

.table-menu td {
    padding-left: 10px;
    padding-right: 10px;
}

.table td address {
    margin:0px;
}

.popover-content h3 {
    margin-top: 0px;
}

.cell-div {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.padding-right-10 {
    padding-left: 5px;
    padding-right: 10px;
}

.padding-right-15 {
    padding-left: 5px;
    padding-right: 15px;
}

.checkbox.margin-sm {
    margin-top: 5px;
    margin-bottom: 5px;
}

.infowindow {
}

    .infowindow address {
        margin: 0px;
        margin-top: 10px;
    }

        .infowindow address > span {
            text-decoration: underline;
        }

label {
    color: #646464;
}

.col-fix {
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-fix-25 {
    width: 25px !important;
}

.col-fix-50 {
    width: 50px !important;
}

.col-fix-75 {
    width: 75px !important;
}

.col-fix-100 {
    width: 100px !important;
}

.col-fix-125 {
    width: 125px !important;
}

.col-fix-150 {
    width: 150px !important;
}

.col-fix-175 {
    width: 175px !important;
}

.col-fix-200 {
    width: 200px !important;
}

.col-fix-225 {
    width: 225px !important;
}

.col-fix-250 {
    width: 250px !important;
}

.col-fix-275 {
    width: 275px !important;
}

.col-fix-300 {
    width: 300px !important;
}

.col-fix-325 {
    width: 325px !important;
}

.col-fix-350 {
    width: 350px !important;
}

.col-fix-375 {
    width: 375px !important;
}

.col-fix-400 {
    width: 400px !important;
}

.col-fix-425 {
    width: 425px !important;
}

.col-fix-450 {
    width: 450px !important;
}

.col-fix-475 {
    width: 475px !important;
}

.col-fix-500 {
    width: 500px !important;
}

.col-fix-525 {
    width: 525px !important;
}

.col-fix-550 {
    width: 550px !important;
}

.col-fix-575 {
    width: 575px !important;
}

.col-fix-600 {
    width: 600px !important;
}

.col-fix-625 {
    width: 625px !important;
}

.col-fix-650 {
    width: 650px !important;
}

.col-fix-675 {
    width: 675px !important;
}

.col-fix-700 {
    width: 700px !important;
}

.col-fix-725 {
    width: 725px !important;
}

.col-fix-750 {
    width: 750px !important;
}

.col-fix-775 {
    width: 775px !important;
}

.col-fix-800 {
    width: 800px !important;
}

.col-fix-825 {
    width: 825px !important;
}

.col-fix-850 {
    width: 850px !important;
}

.col-fix-875 {
    width: 875px !important;
}

.col-fix-900 {
    width: 900px !important;
}

.col-fix-925 {
    width: 925px !important;
}

.col-fix-950 {
    width: 950px !important;
}

.col-fix-975 {
    width: 975px !important;
}

.col-fix-1000 {
    width: 1000px !important;
}


.chips-history-wrapper {
    width: 650px;
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 10;
}

#history-wrapper {
    position: absolute;
    top: 58px;
    right: 120px;
    z-index: 10;
}

#history-content {
    width: 650px;
}



.chipnr {
    font-weight: bold;
}

.chipnr-active {
    color: #82af6f;
}

.chipnr-deleted {
    color: #e04141;
}

.chipnr-inactive {
    color: #307ecc;
}

.chipnr-notlinked {
    color: orange;
}

.tableheader {
    background: #2C6AAA !important;
    padding-bottom: 8px !important;
    margin-bottom: 6px !important;
}

    .tableheader .dataTables_info {
        color: white !important;
        font-size: 14px;
        line-height: 33px;
        font-weight: bold !important;
    }

    .tableheader .dataTables_filter label {
        color: white !important;
        font-weight: bold !important;
    }

.uitext-link {
    margin-left: 3px;
    font-size: 8px;
    line-height: inherit;
    vertical-align: middle;
}

.uitext-highlight {
    background-color: #fff200;
    color: #000000 !important;
}

.uitext-table-wrapper {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}

#uiTextsEditor {
    min-height: 100px;
    margin-right: 50px;
}

table .form-group {
    margin-bottom: 0px;
}

#uiTextsEditor-content {
    min-height: 74px;
}

#pageFooter {
    background-color: #f0f0f0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 190px;
    height: 35px;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 8px;
}

.page-content {
    padding-bottom: 35px;
}

.page-content > .alert {
    margin-right: 65px;
}

.flashInfo > .alert {
    margin-right: 65px;
}

.menu-min.sidebar + .main-content #pageFooter {
    left: 43px;
}

#map-wrapper {
    height: 800px;
}

.fullScreen {
    position: fixed;
    z-index: 2000;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
}

.highlight {
    margin-bottom:12px;
    padding: 5px;   
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    background:#f0f0f0;
}

@media print
{
      a[href]:after {
    content:none;
  }
}

.mapPrint {
    position:fixed;
    top:0px;
    left:0px;
}

#sidebar-background {
    background-color: #222A2D;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: initial;
}

a.text-decoration-none:hover {
    text-decoration: none;
}

.display-none {
    display: none;
}

.word-break-all {
    word-break: break-all;
}

textarea.unresizable {
    resize: none;
}

.outline-none {
    outline: none;
}

.d-flex {
    display: flex;
}

.d-flex-column {
    flex-direction: column;
}

.d-flex-grow-1 {
    flex-grow: 1;
}

.d-flex-align-end {
    align-content: flex-end;
}

.pd-10px {
    padding-top: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.mt-6rem {
    margin-top: 6rem;
}

#transporteurId_Admin {
    min-width: 383px;
}

.mb-2px {
    margin-bottom: 2px;
}

.mb-20px {
    margin-bottom: 20px;
}

.pb-4px {
    padding-bottom: 4px !important;
}

.pt-4px {
    padding-top: 4px !important;
}

.pb-6px {
    padding-bottom: 6px !important;
}

.pt-6px {
    padding-top: 6px !important;
}

.ps-30 {
    padding-left: 30px;
}

.w-100px {
    width: 100px;
}

/* styles for validation helpers */

.field-validation-error {
    color: #FFF;
    background-color: rgba(185, 74, 72, 1);
    padding:2px;
    margin: 0px;
    position: absolute !important;
    font-size: 10px;
    font-weight: 600;
    line-height:12px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index:1000;
    top:28px;
    left:20px;
}

.field-validation-valid {
    display: none;
}

/*input.input-validation-error {
    border: 1px solid #e80c4d;
}

    input.input-validation-error:focus {
        border: 1px solid #e80c4d;
    }*/

/*input[type="checkbox"].input-validation-error {
    border: 0 none;
}*/

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*label.requiered::after {
    content: ' *';
}*/
