/* Minification failed. Returning unminified contents.
(148,2): run-time error CSS1031: Expected selector, found '/'
(148,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*body{
    margin-top:52px;
}*/

.grad {
    background: -webkit-linear-gradient(45deg, rgba(51,204,255,.7),rgba(51,68,255,.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(45deg, rgba(51,204,255,.7), rgba(51,68,255,.7)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(45deg, rgba(51,204,255,.7), rgba(51,68,255,.7)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(45deg, rgba(51,204,255,.7), rgba(51,68,255,.7)); /* Standard syntax */
}

.grad2 {
    background: -webkit-linear-gradient(135deg, rgba(204,51,102,.7), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(135deg, rgba(204,51,102,.7), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(135deg, rgba(204,51,102,.7), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(135deg, rgba(204,51,102,.7), rgba(255,255,255,0)); /* Standard syntax */
}

.ea-gradient {
    background: #9b206c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #9b206c 0%, #1d99cf 57%, #1d99cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9b206c), color-stop(57%,#1d99cf), color-stop(100%,#1d99cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #9b206c 0%,#1d99cf 57%,#1d99cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #9b206c 0%,#1d99cf 57%,#1d99cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #9b206c 0%,#1d99cf 57%,#1d99cf 100%); /* IE10+ */
    background: linear-gradient(135deg, #9b206c 0%,#1d99cf 57%,#1d99cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b206c', endColorstr='#1d99cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: calc(100vh - 101px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.ea-btn {
    background-color: transparent;
    border: 1.5px solid #FFF;
}

    .ea-btn:hover {
        background-color: transparent;
        border: 1.5px solid #FFF;
    }

/* START SAVINGS EXENTIALS */

.color-light-blue {
    color: #41aaf5;
}

.color-tortoise {
    color: #279a85;
}

.form-control {
    border-color: #0090D4 !important;
}

/*application of blur directive*/
form input.has-visited.ng-dirty.ng-invalid:not(.has-focus) {
    border-color: red !important;   
}

    .form-control::-webkit-input-placeholder {
        color: #0090D4;
    }


/*.color-blue {
    color: #279fda;
}*/

.bg-grad-image-purple-blue {
    position: absolute;
    z-index: -100;
    height: calc(100vh - 99px);
    top: -2px;
    left: 0;
    background-image: url(../../img/ea_background.png);
    background-size: cover;
}

.bg-color-light-blue-green {
    background-color: #b2dbd3;
}

.bg-color-munsell-blue {
    background-color: #009cc4;
}

.bg-color-powder-blue {
    background-color: #b2dcf2;
}

.aligment-vertical {
    vertical-align: middle;
}

.padding-20 {
    padding: 20px;
}

.savingsLine {
    border-top: 1px solid #41aaf5;
    margin-top: 0;
    margin-bottom: 0;
}

.border-left-5-white {
    border-left: 5px solid white;
}

.margin-top-btm-5 {
    margin-top: 5px;
    margin-bottom: 2px;
}

/* END SAVINGS EXENTIALS */

/* Override of Progress and Volume Bar Colors of Video */
.vjs-default-skin .vjs-volume-level, .vjs-default-skin .vjs-play-progress {
    background-color: #33AAFF !important;
}

/*END SAVINGS EXENTIALS */

/* START LIFE AND INCOME PROTECTION EXENTIALS */
.color-light-orange {
    color: #F3A034;
}

.border-top-color-light-orange {
    border-top-color: #F3A034;
}

.bg-color-lighter-orange {
    background-color: #FBDDB7;
}

.bg-color-dark-orange {
    background-color: #EF7301;
}

.bg-color-light-orange {
    background-color: #F8CFB1;
}

*/
/*END LIFE AND INCOME PROTECTION EXENTIALS */
/*START DRAG AND DROP TEMPORARY CODE*/
.total {
    text-align: center;
    font-size: 25px;
}

.navbar-brand {
    font-size: 25px;
}

.highlight {
    background-color: #CCC;
}

#dropbox {
    left: 424px;
}

div.item {
    float: left;
    min-height: 30px;
    margin: 10px;
    cursor: pointer;
    font-weight: bold;
}

#selectionBox {
    min-height: 250px;
    position: absolute;
}

.optionBoxes {
    height: 170px;
    padding: 2% 2% 2% 2%;
    margin: 2px;
}

#exentialsInitialPageSideMenu {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    #exentialsInitialPageSideMenu:hover {
        left: 0 !important;
    }


.details {
    margin-top: 10%;
}

.selectedTitle {
    font-size: 20px;
}

.ui-draggable-helper {
    z-index: 5;
}

.width-40-percent {
    width: 22px;
}

.border-color-2-white {
    border: 2px solid white;
}

.side-border-yorange {
    border-right: 1px solid #F39011 !important;
    border-left: 1px solid #F39011;
}

.side-border-orange {
    border-right: 1px solid #EB5F28 !important;
    border-left: 1px solid #EB5F28;
}

.side-border-process-blue {
    border-right: 1px solid #0090D4 !important;
    border-left: 1px solid #0090D4;
}

.top-bottom-border-yorange {
    border-top: 1px solid #F39011 !important;
    border-bottom: 1px solid #F39011;
}

.top-bottom-border-process-blue {
    border-top: 1px solid #0090D4 !important;
    border-bottom: 1px solid #0090D4;
}

.top-bottom-border-orange {
    border-top: 1px solid #EB5F28 !important;
    border-bottom: 1px solid #EB5F28;
}

.bg-color-light-dirty-white {
    background-color: #e6e6e6;
}

.highlightDropBox {
    background-color: #e6e6e6;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding-left: 0px;
    padding-right: 0px;
}

.opacity-40 {
    opacity: 0.8;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    z-index: 10;
}

/*END DRAG AND DROP TEMPORARY CODE*/

/* START EXENTIALS PRODUCT DESCRIPTION*/

.img-size-25 {
    height: 25px;
}

.img-size-45 {
    height: 45px;
}

.img-size-70 {
    height: 70px;
}

.no-margin {
    margin: 0;
}

.top-right-img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.bottom-left-img {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/* END EXENTIALS PRODUCT DESCRIPTION */

/* EXENTIALS SMALL BACKGROUND IMG*/

.bg-academic-small {
    background: url('../img/ea_exentials/EA-academic-small.jpg') no-repeat;
    background-size: cover;
}

.bg-savings-small {
    background: url('../img/ea_exentials/EA-savings-small.jpg') no-repeat;
    background-size: cover;
}

.bg-health-small {
    background: url('../img/ea_exentials/EA-health-small.jpg') no-repeat;
    background-size: cover;
}

.bg-life-small {
    background: url('../img/ea_exentials/EA-life-small.jpg') no-repeat;
    background-size: cover;
}


/* start of EandA educations customized page*/
.bg-color-denim-light-blue {
    background-color: #B3CFE5;
}

.bg-color-blue-violet {
    background-color: #292983;
}

.bg-color-lavender {
    background-color: #ccbcd9;
}

.color-denim-light-blue {
    color: #005FA9;
}

.color-lavender {
    color: #572782;
}

/*start health customize page*/

.bg-color-bright-orange {
    background-color: #ef7301;
}

.bg-color-salmon {
    background-color: #f9c3c2;
}

.bg-color-peach {
    background-color: #fbddb7;
}

.color-crimson {
    color: #e74542;
}

.color-orange-peel {
    color: #f39b2b;
}


/* BREADCRUMB */
.ea-breadcrumb {
    position: fixed;
    top: 200px;
    right: 10px;
    width: 90px;
}

    .ea-breadcrumb ul {
        list-style-type: none;
    }

    .ea-breadcrumb li {
        padding: 15px 0px;
    }

        .ea-breadcrumb li:before {
            content: '\2022';
            font-size: 15px;
            display: block;
            line-height: 18px;
        }

    .ea-breadcrumb .active {
        font-weight: 600;
    }

        .ea-breadcrumb .active:before {
            font-size: 30px;
        }

/* BREADCRUMB */

.verticalLine {
    border-right: 1px solid gray;
    height: 220px;
}

/*ipads*/
@media only screen 
    and (min-device-width: 768px)
    and (max-device-width: 1024px) {
    
    .ea-gradient {
         height: 1024px;
         width: 100%;
    }

    }
