/* UI Standards from ZEPLIN */
/* Use it with Bootstrap 
    If unable to use Bootstrap then add "no-bootstrap" class on the BODY tag
    ===================================================
    !! DON'T USE THIS CSS FILE FOR INDIVIDUAL CLASSES,
    !! ONLY USE DESIGN STANDARDS AS PER ZEPLIN 
    ===================================================
*/

@import url('base/base.ui.font.css');
@import url('../Core27/_style/base/base.ui.font.css');

.no-display {
    display: none !important;
}
.no-outline {
    outline: none !important;
}

.no-visibility {
    visibility: hidden !important;    
}

.page-header {
    margin: 13px 0;
    border: 0 none;
    padding: 0;
}

.page-header h1 {
    color: #3A3A3A;
    display: block;
    font: 33px 'source_sans_prolight';
    margin: 0;
}

.alert.alert-danger > li {
    list-style-type: disc;
    list-style-position: inside;
}

.ent-link {
    color: #007cbf;
    font-family: 'source_sans_proregular';
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    outline: none;
    line-height: 18px;
}
.ent-link:hover{
    text-decoration: underline;
}
.ent-link:focus {
    box-shadow: 0 0 0 3px #00b7f1;
    border-radius: 1px;
    outline: none;
}
/*Buttons*/
.ent-btn.btn, input::file-selector-button {
    cursor: pointer;
    min-width: 62px;
    border-radius: 4px;
    font-size: 14px;
}
.btn.ent-btn > [class^="fa-"]{
    color: inherit;
}
.btn.ent-btn:not(.btnIconOnly) > [class^="fa-"]{
    margin-right: 10px;
}
.ent-btn.btn.btnIconOnly{ min-width:auto; width: 29px; height: 28px; padding: 0 !important;}
.btnIconOnly [class^="cn-ico-"]{ color: inherit; }
.btnIconOnly [class^="cn-ico-"]::before{margin:0 !important; width:auto !important;}
.ent-btn.btn:focus {
    outline: none;
}

.no-bootstrap .ent-btn.btn {
    border: 0 none;
    font-size: 14px;
    font-family: 'Eptura_flexible';
    height: 28px;
    padding: 0 10px;
}

/*DEFAULT BUTTON*/
.ent-btn.btn.btn-default {
    border-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    color: #1B4BC5;
    font-family: 'Eptura_flexible';
    font-weight: 700;
}

    .ent-btn.btn.btn-default:hover {
        background: rgba(27, 75, 197, 0.05);
    }

    .ent-btn.btn.btn-default:focus {
        background: rgba(254, 254, 254, 1);
        border-color: rgba(27, 75, 197, 1);
        box-shadow: 0 0 0px 1px #1B4BC5;
    }

    .ent-btn.btn.btn-default:active {
        background: rgba(27, 75, 197, 0.1);
        border-color: rgba(27, 75, 197, 1);
    }

    .ent-btn.btn.btn-default.disabled, .ent-btn.btn.btn-default:disabled {
        background: #fefefe;
        color: #ced1d7;
        box-shadow: 0 0 0px 1px #ced1d7;
    }

/*PRIMARY BUTTON*/
.ent-btn.btn.btn-primary {
    background: #1B4BC5; /*linear-gradient(114deg, #008ad4, #007cbf 52%, #0069a3 100%);*/
    color: #fff;
    font-family: 'Eptura_flexible';
    font-weight: 700;
    border-color: rgba(0,0,0,0);
    transition: box-shadow .05s ease-in-out;
}

    .ent-btn.btn.btn-primary:hover {
        background: #163C9E; /*linear-gradient(114deg, #0075b4, #006399 52%, #004970 100%);*/
    }

    .ent-btn.btn.btn-primary:focus {
        background: #1B4BC5; /*linear-gradient(114deg, #0075b4, #006399 52%, #004970 100%);*/
        box-shadow: 0 0 0px 3px #1B4BC5;
        color: #ffffff;
    }

    .ent-btn.btn.btn-primary:active {
        background: #102D7E;
        box-shadow: 0 0 0px 3px #102D7E;
    }

    .ent-btn.btn.btn-primary.disabled, .ent-btn.btn.btn-primary:disabled {
        background: #fefefe;
        color: #ced1d7;
        box-shadow: 0 0 0px 1px #ced1d7;
    }
.ent-btn.btn.btn-primary.eptura-btn, .ent-btn.btn.btn-primary.eptura-btn:hover, .ent-btn.btn.btn-primary.eptura-btn:focus, .ent-btn.btn.btn-primary.eptura-btn:active {
    color: #fff;
}

.ent-btn.btn.btn-primary.eptura-btn:hover{
    background: #163C9E;
    border-color:#163C9E;
}
.ent-btn.btn.btn-primary.eptura-btn, .ent-btn.btn.btn-primary.eptura-btn:focus{
    background: #1B4BC5;
    border-color: #1B4BC5;
}
.ent-btn.btn.btn-primary.eptura-btn:focus{
    box-shadow: 0px 0px 0px 2px #FEFEFE, 0px 0px 0px 4px #1B4BC5;
}

.ent-btn.btn.btn-primary.eptura-btn:active{
    background-color:#102D76;
    border-color:#102D7E;
    box-shadow:none;
} 

.ent-btn.btn.btn-primary.eptura-btn:disabled{
    background: #fefefe;
    color: #ced1d7;
    box-shadow: 0 0 0px 1px #ced1d7;
} 



    /*SECONDARY BUTTON*/
.ent-btn.btn.btn-secondary, input::file-selector-button {
    background: #FEFEFE;
    color: #1B4BC5;
    font-family: 'Eptura_flexible';
    font-weight: 700;
    border-color: #ced8df;
}

.no-bootstrap .ent-btn.btn.btn-danger, input::file-selector-button {
    border: solid 1px #ced8df;
}
.no-bootstrap .ent-btn.btn.btn-secondary {
    border: solid 1px #1b4bc5;
}

input[type=file]{
    outline: none;
    color:#576b76;
}
.ent-btn.btn.btn-secondary:hover, input::file-selector-button:hover {
    background: rgba(27, 75, 197, 0.05);
    border-color: #1B4BC5;
}

.ent-btn.btn.btn-secondary:active {
    border-color: #1B4BC5;
    background: rgba(27, 75, 197, 0.1);
    box-shadow: none;
}

.ent-btn.btn.btn-secondary:focus, input:focus::file-selector-button {
    border-color: #1B4BC5;
    outline: 1px solid #1B4BC5;
    outline-offset: -3px;
}

.ent-btn.btn.btn-secondary.disabled, .ent-btn.btn.btn-secondary:disabled, .ent-btn.btn.btn-secondary[disabled] {
    background-color: #fefefe;
    color: #ced1d7;
    border-color: #ced1d7;
}

.no-bootstrap .ent-btn.btn.btn-secondary.eptura-btn, .no-bootstrap .ent-btn.btn.btn-secondary.eptura-btn:hover, .no-bootstrap .ent-btn.btn.btn-secondary.eptura-btn:focus,
.no-bootstrap .ent-btn.btn.btn-danger.eptura-btn, .no-bootstrap .ent-btn.btn.btn-danger.eptura-btn:hover, .no-bootstrap .ent-btn.btn.btn-danger.eptura-btn:focus, .no-bootstrap .ent-btn.btn.btn-danger.eptura-btn:active {
    border-color: #1B4BC5;
    color: #1B4BC5;
}
.ent-btn.btn.btn-secondary.eptura-btn, .ent-btn.btn.btn-secondary.eptura-btn:focus,
.ent-btn.btn.btn-danger.eptura-btn, .ent-btn.btn.btn-danger.eptura-btn:focus {
    background: #FEFEFE
}
.ent-btn.btn.btn-secondary.eptura-btn:hover,
.ent-btn.btn.btn-danger.eptura-btn:hover{
    background: rgba(27, 75, 197, 0.05);
}
.ent-btn.btn.btn-secondary.eptura-btn:focus, 
.ent-btn.btn.btn-danger.eptura-btn:focus, .ent-btn.btn.btn-danger.eptura-btn:active {
    box-shadow: 0px 0px 0px 2px #FEFEFE, 0px 0px 0px 4px #1B4BC5;
}
.ent-btn.btn.btn-secondary.eptura-btn:active {
    background: rgba(27, 75, 197, 0.1);
    box-shadow:none;
}
.ent-btn.btn.btn-secondary.eptura-btn:disabled{
    background-color: #fefefe;
    color: #ced1d7;
    border-color: #ced1d7;
}
    
    /*DESTRUCTIVE BUTTON*/
.ent-btn.btn.btn-danger {
    background: #ffffff;
    color: #272727;
    font-family: 'Eptura_flexible';
    font-weight: normal;
    border-color: #ced8df;
    box-shadow: none;
    text-shadow: none;
}

        .ent-btn.btn.btn-danger:hover {
            border-color: #cd0439;
            background: #fae5eb;
        }

        .ent-btn.btn.btn-danger:focus, .ent-btn.btn.btn-danger:active {
            border-color: #cd0439;
            background: #fae5eb;
        }

        .ent-btn.btn.btn-danger.disabled, .ent-btn.btn.btn-danger:disabled {
            background: #f7f9fa;
            color: #ced8df;
            border-color: #ced8df;
        }


.ent-btn.btn.btn-danger-secondary {
    background: #fefefe;
    color: #ff3333;
    font-family: 'Eptura_flexible';
    font-weight: 700;
    border: 1px solid #ff3333;
    box-shadow: none;
    text-shadow: none;
}

.ent-btn.btn.btn-danger-secondary:hover {
    background: rgba(210,7,7,.05);
    border-color:#ff3333;
    color:#ff3333;
}
.ent-btn.btn.btn-danger-secondary:focus {
    border-color: #ff3333;
    outline: 1px solid #ff3333;
    outline-offset: -3px;
}
.ent-btn.btn.btn-danger-secondary:active {
    background: rgba(210,7,7,.1);
    color:#ff3333;
}
.ent-btn.btn.btn-danger-secondary.disabled, .ent-btn.btn.btn-danger-secondary:disabled {
    background-color: #fefefe;
    color: #ced1d7;
    border-color: #ced1d7;
}
.ent-btn.btn.btn-danger-primary {
    background: #D20707;
    color: #FFFFFF;
    font-family: 'Eptura_flexible';
    border:1px solid #D20707;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    transition:box-shadow .05s ease-in-out;
}

.ent-btn.btn.btn-danger-primary:hover {
    background: #A10303;
    border-color:#A10303;
}
.ent-btn.btn.btn-danger-primary:focus {
    outline: none;
    box-shadow: 0 0 0px 3px #D20707;
}
.ent-btn.btn.btn-danger-primary:active {
    background: #7D0101;
    border-color: #7D0101;
    box-shadow:none;
}


/*BUTTON LINK*/
.ent-btn.btn.btn-link {
    color: #1B4BC5;
    font-family: 'Eptura_flexible';
    font-weight: normal;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    line-height: 2;
    font-weight: 700;
    text-align: center;
}
.ent-btn.btn.btn-link.btnGoBack {
    font-weight: 400;
    padding: 0 2px;
}
.btn-link.btnGoBack [class^="fa-"] {
    color: inherit;
    font-size: inherit;
}
.ent-btn.btn.btn-link:focus, .ent-btn.btn.btn-link:focus-visible {
    box-shadow: 0 0 0 2px #1B4BC5;
}

.ent-btn.btn.btn-link.btn-primary
, .ent-btn.btn.btn-link.btn-secondary {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

.ent-btn.btn.btn-link.btn-primary {
    background: #1B4BC5;
    color: #fff;    
    border-color: rgba(0,0,0,0);
}
.ent-btn.btn.btn-link.btn-primary:hover {
    background: #163C9E;
}
.ent-btn.btn.btn-link.btn-secondary {
    background: #FEFEFE;
    color: #1B4BC5;
    border: solid 1px #ced8df;
}
.ent-btn.btn.btn-link.btn-secondary:hover {
    background: rgba(27, 75, 197, 0.05);
    border-color: #1B4BC5;
}

.ent-btn.btn.btn-link.btn-secondary:active {
    border-color: #1B4BC5;
    background: rgba(27, 75, 197, 0.1);
    box-shadow: none;
}

.ent-btn.btn.btn-link.btn-secondary:focus {
    border-color: #1B4BC5;
}

 .ent-btn.btn.btn-link.btn-primary:focus {
     background: #1B4BC5;
     box-shadow: 0 0 0px 3px #1B4BC5;
     color: #ffffff;
 }

.ent-btn.btn.btn-link.btn-primary:active {
     background: #102D7E;
     box-shadow: 0 0 0px 3px #102D7E;
 }

/* TAB CLASSES */
.ent-tabs-container {

}

    .ent-tabs-container > ul, .ent-tabs-container > ul > li {
        margin:0;
        padding:0;
        list-style-type:none;
    }

    .ent-tabs-container > ul {
    }
    .ent-tabs-container > .ent-tab-contents {
        position: relative;
        z-index: 1;
    }

.ent-tabs-container > ul > li {
    display: inline-block;
    margin-right: 10px;
    box-shadow: 0 10px 30px 0 rgba(24, 49, 81, 0.05);
}

        .ent-tabs-container > ul > li > a {
            box-sizing: border-box;
            display: block;
            height: 33px;
            min-width:102px;
            padding: 0 10px;
            background-color: #fefefe;
            border-bottom: 1px solid #CED1D7;
            font-family: 'Eptura_flexible';
            font-size: 14px;
            font-weight: 400;
            color: #141922;
            text-align: center;
            line-height: 32px;
            box-shadow: 0 2px 3px 0 rgba(21, 30, 33, 0.3);
        }

        /*.ent-tabs-container > ul > li.ent-tab-active {
            box-shadow: -113px 10px 30px 0 rgba(24, 49, 81, 0.05);
        }*/
        
        .ent-tabs-container > ul > li.ent-tab-active > a{
            display: block;            
            background-color: #fff;
            font-family: 'Eptura_flexible';
            border-bottom-color: #1B4BC5;
            border-bottom-width: 2px;
            color:#1B4BC5;
        }

        .ent-tabs-container > ul > li.ent-tab-disabled > a {
            cursor: not-allowed;
            opacity: 0.3;
            /*color: #b4b4b4;*/
        }
        .ent-tabs-container > ul > li.ent-tab-disabled > a:focus {
            box-shadow: none;
        }
        .ent-tabs-container > ul > li:not(.ent-tab-disabled) > a:hover{
            background: #EEEFF4;
        }
        .ent-tabs-container > ul > li:not(.ent-tab-disabled) > a:focus {
            box-shadow: 0 0 4px 0 #1B4BC5;
        }
        .ent-tabs-container > ul > li:not(.ent-tab-disabled) > a:active {
           background: rgba(27, 75, 197, 0.1);
        }

        .ent-tabs-container .ent-tab-pane {
            display: none; 
            background-color: #fff;
            padding: 30px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            box-shadow: 0 10px 30px 0 rgba(24, 49, 81, 0.05);
        }

        .ent-tabs-container .ent-tab-pane.ent-tab-pane-active {
            display: block;
        }

.ent-btn.btn.btn_OldSize {
    font-size: 10px;
    margin-right: 5px;
}
.ent-btn.btn.btn-secondary.btn_OldSize {
    border: 1px solid #1B4BC5;
}

.ent-btn.btn.btn-secondary.btnSaveButtonColorCode {
    position: absolute;
    left: 45px;
    background-color: #1b4bc5;
    color: #FFF;
}
.ent-btn.btn.btn-secondary.btnSaveButtonColorCode:focus {
    background: #1B4BC5;
    box-shadow: 0 0 0px 3px #1B4BC5;
    color: #ffffff;
    outline: none;
}
.sparkels {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}