/* Minification failed. Returning unminified contents.
(13,1): run-time error CSS1019: Unexpected token, found '@import'
(13,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans')'
 */
@media print {
    #ctl00_pnlFooter, .productStage, #ctl00_Panel6, #mainNavigationTable, .hyperlinkMenuU {
        display: none;
    }
    .hideSelectGridButton, input, button, .dvCleanCommand {
        display: none;
    }
    .print-hide {
        display: none;
    }
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');


.mainContainer {
    /*background-color: #f5f5f5;*/
    /* background-image: url(../../App_Themes/nocti/Images/background_main_white.png);  I got rid of this because of funny white outline. JBM */
    text-align: left;
    /*white-space: nowrap;*/
    position: relative;
    min-height: 100%;
    height: auto;
    min-width: 970px;
    margin: 1rem 15px;
}

.productStage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12pt;
    font-weight: bold;
}

.minContainer {
    min-width: 970px;
    margin: 0 15px;
}

.students-panel {
    margin-top: 5px;
    text-align: left;
    vertical-align: top;
}



.glyph {
    font-size: 15px;
}

.glyph-default {
    color: #808080;
    cursor: pointer;
}

    .glyph-default:hover {
        color: #ccc;
    }

/*---------------------------------------------*/

.input-textbox {
    padding: 3px 6px;
    width: 90%;
    border-radius: 5px;
    font-size: 13px;
}

.input-dropdown {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 13px;
}

.row-input-dropdown {
    padding: 2px 3px;
    border-radius: 3px;
}

.dropdown-label {
    font-weight: bold;
    font-size: 14px;
}

.chosen-select {
    font-size: 13px;
}

/*---------------------------------------------*/

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 8px;
    width: 360px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    white-space: normal;
}

.modalPopupLarge {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 18px;
    width: 580px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    white-space: normal;
}

    .modalPopupLarge a {
        color: #003057;
        text-decoration: none;
        font-weight: bold;
    }

        .modalPopupLarge a:hover {
            color: #76CA47;
            text-decoration: none;
        }

.LinkedProgramsModal {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    padding: 1rem;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-height: 800px !important;
    overflow: auto;
}
.GridviewProductList {
    margin: 0 0 10px 0;
    border: 0 none;
    border-collapse: collapse;
    width: 100%;
}

    .GridviewProductList th {
        padding: 4px 2px;
        background-color: #003057;
        color: #ffffff;
        border-style: none;
        font-weight: bold;
        vertical-align: bottom;
    }

        .GridviewProductList th a {
            color: #ffffff;
            text-decoration: none;
        }

            .GridviewProductList th a:hover {
                color: #003057;
            }

    .GridviewProductList td {
        padding: 2px;
        border-style: none;
        color: #003057;
        font-size: 1em;
        vertical-align: top;
    }

        .GridviewProductList td a {
            color: #003057;
            font-weight: bold;
            text-decoration: none;
        } 
/*---------------------------------------------*/

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.separator {
    width: 100%;
    border: none;
    height: 6px;
    background-color: #f79520;
}

.contact-section {
    width: 355px;
    margin: auto;
    padding: 10px;
}

.contact-block {
    width: 355px;
    margin: auto;
    padding: 10px;
    border: solid 2px #ddd;
}

.modern-address {
    font-size: 13px;
    font-style: normal;
    line-height: 1.3;
}


/*.panel-timezone-break {
    border: none;
    height: 6px !important;
    background-color: #80c734;
}


.panel-timezone {
    box-shadow: 4px 4px 15px 3px #C8C4C4;
    height: 60px;
}*/
/* These 'modal-' classes were causing issues with Bootstrap's modals.
   I couldn't find anything that commenting these out broke; Doesn't mean it's not out there though. TRS - 10/07/2019 */
/*.modal-header {
    position: fixed;
    height: 45px;
    width: 450px;
    background-color: #fff;
    margin-top: -45px;
}

.modal-content {
    height: 100%;
    position: relative;
}*/
.student-upload-panel {
    margin-top: 5px;
    text-align: left;
    vertical-align: top;
    width: 940px;
}

.logo-landing {
    margin: auto;
}

.upload-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px transparent solid;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    width: 98%;
    margin: auto;
    font-size: 14px;
}

.upload-panel-primary {
    background-color: #003057;
    border-color: #003057;
    color: #fff;
}

.upload-panel-heading {
    color: #fff;
    background: #003057;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.upload-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: normal;
}

.upload-panel-body {
    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #000;
    text-align: left;
}

.upload-step {
    margin: 10px 0;
}

    .upload-step ::-webkit-file-upload-button {
        padding: 3px 7px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 4px;
        border: solid 1px transparent;
        cursor: pointer;
        margin: 2px 2px;
        font-family: Helvetica;
        font-weight: bold;
        background-color: #fff;
        color: #000;
        border-color: #ccc;
    }

.fade {
    /*opacity: 0;*/
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }



/* 
 * 
 *------------------------------------------------------*/

.pnlContactExtract {
    width: auto;
    margin: auto;
}

.contact-extract-checkbox {
    font-size: 16px;
    cursor: pointer;
}

.checkbox-group {
    text-align: left;
    width: 150px;
    margin: auto;
    padding: 15px;
    border: solid black 2px;
}

.note-section {
    text-align: left;
}

.swal-wide {
    width: 550px !important;
}

.table-same-size {
    width: 516px;
}

.better-spacing > li {
    margin: 0;
    padding: 0.2em;
}

.font-white {
    color: #fff !important;
}

.display-none {
    display: none;
}

.gray-border {
    border: solid lightgray 2px;
}

.mt-10 {
    margin-top: 10px;
}

.font-nocti-blue {
    color: #003057;
}

.noPadding {
    padding: 0px !important;
}

.noMargin {
    margin: 0 !important;
}

.containerFinal {
    width: 1200px !important;
}

.centerContainer {
    margin-left: auto;
    margin-right: auto;
}

.centerContainerFinal {
    margin-left: auto !important;
    margin-right: auto !important;
}

.verticalCenter {
    vertical-align: middle;
}


/* Hide the footer for medium/small/xs screen sizes */
@media(max-width: 720px ) {
    .footer {
        display: none;
    }
}

.pushFooter {
    height: 60px;
}

/*.minWidth {
    min-width: 1000px;
}*/

.footerSetup {
}

.fullResponsiveWidth {
    width: 100%;
}

.fullResponsiveWidthFinal {
    width: 100% !important;
}

.fullResponsiveHeight {
    height: 100%;
}

.field-validation-error {
    font-size: 1rem;
    color: #a31e22;
}



h1 > .fa-info-circle,
h2 > .fa-info-circle,
h3 > .fa-info-circle,
h4 > .fa-info-circle,
h5 > .fa-info-circle,
h6 > .fa-info-circle {
    font-weight: normal;
    font-size: 1rem;
    color: #00ada6;
}


.dvClean {
    width: 100%;
    margin: 5px 0 10px 0;
    border-style: none;
    border-collapse: collapse;
}

    .dvClean td {
        padding: 2px;
        white-space: nowrap;
        border-style: none;
    }

.dvCleanHeading {
    padding: 4px 2px;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
}

.dvCleanItem {
    text-align: left;
    vertical-align: middle;
}
/* Chosen v1.7.0 | (c) 2011-2017 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */



.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

	/*-------------Order Tabs ---------------*/
	
	/*#header 
	{*/
	    /*padding: 0;*/
	    /*background-color: #ffffff;*/  /*Color behind the tabs*/
	/*}
    #header ul {

              list-style: none;

              padding:10px 10px 0px 10px;*/     /*Creates padding above and to sides of tabs - THE THIRD VALUE IS THE ONE YOU'LL NEED TO TWEAK TO GET THE TAB BOTTOMS TO LINE UP PERFECTLY.*/

              /*height: 15px;

              margin: 0 0 0 0;*/                /*Removes the gap between the tabs and the content area*/

              /*width: 829px;

}

	#header li {
		display: inline;
		margin: 0 0 0 0;
	}
	#header a {*/                     /*Inactive tab*/
		/*padding: 0 1em;
		text-decoration: none;
		color: #333;
		border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;  
        font-size: 13px;*/            /*Tab font*/
        /*font-weight: bold;
        border-width: 1px;
        border-style: solid solid none solid;
        border-color: #dddddd;
	}
	#header a:hover
	{
	    color: #aaaaaa;
	}
	
	#header a:link
	{
	    text-decoration: none;
	}
	#header .active {*/               /*active tab*/
		/*background: #dddddd;    
		color: #333;
	}
    #content div.tab
    {
        background-color: #ffffff;
        padding: 0 10px 10px 10px;
        min-height: 452px;
        height: auto;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
        font-weight:600;
        color:#333333;
    }

    
.orderTabFloatingPanel
{
    position: relative;
    top: 0px;
    background-color: #eeeeee;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
	padding:10px;*/
    /*Shadow*/
    /*-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}*/

/*---------------------------------------------*/

/*----------------ALI Product------------------*/

/*#header > ul > li > a.aliTab {
    background-color: #003057;
    color: #aaaaaa;
}
#header > ul > li > a.aliTab.active {
    color: #eee;
}
#header > ul > li > a.aliTab:hover {
    color: #eee;
}*/

/*---------------------------------------------*/
/*.GridviewProductList 
{
    margin: 0 0 10px 0;   
    border: 0 none;
    border-collapse:collapse;
    width: 100%;
}  
.GridviewProductList th {   
    padding: 4px 2px;   
    background-color: #003057;
    color: #ffffff;  
    border-style: none;
    font-weight: bold; 
    vertical-align: bottom;
}  
.GridviewProductList th a 
{
    color: #ffffff;
    text-decoration: none;
}
.GridviewProductList th a:hover
{
    color: #003057;
}
.GridviewProductList td 
{   
    padding: 2px;   
    border-style: none;
    color: #003057;   
    font-size: 1em;
    vertical-align: top;
}  
.GridviewProductList td a
{
   color: #003057;
   font-weight: bold;
   text-decoration: none; 
}*/ 

/*---------------------------------------------*/

h7
{
    font-size: 13px;    
    color: #003057;        
}

h8
{
    font-size: 11px;
    color: #003057;
}

.indent
{
    margin-left: 10px;
}

.price
{
    font-weight: normal;
}
/*
.orderTabNotes
{
    font-weight: normal;
    margin-left: 8px;
    white-space: normal !important;
}

.orderTabNotes a:link
{
    font-weight: bold;
}*//*
.passwordPanel {
    background-color: #DCE3EB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #0C1C47;
    font-size: 12px;
    font-weight: 500;
    width: 260px;
}*/

.whiteInputPanel
{
    background-color: White;
    vertical-align:central;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #0C1C47;
    height: 20px; 
    width: 200px;
}
#leadTimeTable
{
    border: 2px solid black;
    border-collapse: collapse;
}

#leadTimeTable th
{
    color: White;
    font-family: Verdana;
    background-color: #003057;
    padding: 2px 8px 2px 8px;
    border: 2px solid black;
    border-collapse: collapse;
}

#leadTimeTable td
{
    text-align: center;
    border: 2px solid black;
    border-collapse: collapse;
    padding: 2px 6px 2px 6px
}
/*
.hlShoppingCart
{
    text-decoration: none;
    font-weight: bold;
    color: #003057;
}

.hlShoppingCart:hover
{
    color: #EA6852;
}*/

.questionMarks
{
    border-style:none; 
    border-width:0; 
    outline:none;
}

.right
{
    text-align: right;
}
.left
{
    text-align: left;
}

.rblPaymentTypes label
{
    color:#003057;
    font-weight:bold;
    margin-right: 20px;
}

.rblMoreSpace label
{
    margin-right: 10px;
}

.testHeaderGray
{
    background-color: #bbbbbb;
    border-collapse:collapse;
    width:100%;
}

.testHeaderGone
{
    border-collapse:collapse;
    width:100%;
}

.embeddedTable
{
    border: 0px none;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.embeddedTable td
{
    border: 0px none;
    border-collapse: collapse;
    border-spacing: 0px;
}

.etLeft
{
    text-align: right; 
    border: 0px none;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.etRight
{
    text-align: left;
    border: 0px none;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0 0 0 0; 
    margin: 0 0 0 0;
}    

.etCenter
{
    text-align: center; 
}

.basic-dropdown-menu{
    display: none;
    position: absolute;
    top: 30px;
    width:150px;
    background-color: #003057;
    z-index: 1;
    left: 50%;
}

.basic-dropdown-menu a{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px; 
    display:block;
    text-align: left;
}


.aliContainer {
    max-height: 250px;
    /*max-width: 725px;*/
    display: flex;
}

.aliProductInfo {
    margin-left: 10px;
}

.imgAliAchieve {
    height: 164px;
}

.imgAliLogo {
    height: 125px;
    float: right;
}

.alert-text {
    color: red;
}

.validateError {
    color: red;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
}

a.collapsed > span.expandedIndicator, a:not(.collapsed) > span.collpasedIndicator {
    display: none;
}
