#header_slide_me_down 
{ display: none;}

#header_slide_me_down{
    /* top: 100%; */
    /* right: -90px; */
    position: relative;
    background: white;
    border: 1px solid #c0c0c0;;
}

#header_slide_me_down select{
    width: 190px;
    border: 1px solid #c0c0c0;
}

#header_slide_me_down .btn{
    border-radius : 0;
    font-family : RobotoNormal,Arial,Helvetica,sans-serif;
}

#header_slide_me_down .btn-primary{
    border: #0076CE 2px solid;
    background-color: #0076CE;
}

#header_slide_me_down .btn-primary:hover{
    border: #00447C 2px solid;
    background-color: #00447C;
}

.save-button{position:relative; top:10%;}

/**Internal alert start**/
#internal-header-alert .modal-content {
	background-color: #FFFFFF;
    color: #444;
    padding: 3em 2em 1em 2em;
}

#internal-header-alert .mfp-close {
	right: 20px;
    top: 6% !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    border: 0px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    text-align: right;
}

#internal-header-alert .mfp_close_x_border {
    border: 1px solid #000000;
    padding: 3px 8px 3px 8px;
    margin-left: 5px;
}

/**Internal alert end**/


/* Tablet landscape mode */
@media screen and (min-width: 980px) and (max-width:1024px) {
#header_slide_me_down{
    top: 100%;
    right: -40px;
}
}
/* Tablet Portrait mode */
@media screen and (min-width: 480px) and (max-width:980px)  {
#header_slide_me_down{
    top: 100%;
    right: -40px;
}
}
/* Mobile */
@media screen and (max-width: 480px){
#header_slide_me_down{
    top: 23%;
    right: 0px;
}
}
/**Internal alert start**/
#internal-alert .modal-content {
	background-color: #FFFFFF;
    color: #444;
    padding: 3em 2em 1em 2em;
}

#internal-alert .mfp-close {     
	right: 20px;
    top: 6% !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    border: 0px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    text-align: right;
}

#internal-alert .mfp_close_x_border {
    border: 1px solid #000000;
    padding: 3px 8px 3px 8px;
    margin-left: 5px;
}

/**Internal alert end**/

body.modal-open {
    overflow: hidden;
}

#Location   { position: relative; top: 30%;}

#Language   { position: relative; top: 0;}

#spinnersp {


  background:   url('../../../../../content/dam/dell-emc/animations/loading-animation-spinning-daisy-black.gif') 
                50% 50% 
                no-repeat !important;
  width: 64px;
  height: 64px;
 display:none;

}

.loader-wrapper {
    display: inline;

}

.disabledbutton {
 pointer-events: none;
 }

.spinnersp-text {

  background-color: #FFFFFF;
  color: #000000;
  font-family: RobotoLight,Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  padding-left: 17px;
  padding-right: 10px;
}

.spinnersp-fade {
	left: 50%;
  top: 50%;
  z-index: 1;
  background: rgba( 0, 0, 0 ) 
                url('../../../../../content/dam/dell-emc/animations/loading-animation-spinning-daisy-black.gif') 
                10% 50% 
                no-repeat;
  width: 50px;
  height: 50px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
     opacity: 0;
}


/* The Modal (background) */

.modal {
    display: none; 
    position: fixed; 
    z-index: 1042; 
    padding-top: 12px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
  	position: fixed;
  	background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6); 
    color: #ffffff;
}

/* Modal Content */
.selectionpopup .modal-content {
    background-color: #000000;
    margin: auto;
    padding: 6px 84px 102px 84px;
 /*   border: 1px solid #0076CE; */
    max-width: 75%;
	display: inherit;
	border-radius: 0px;
}

/* The Close Button */
.selectionpopup .close {
    color: #3DC6EF !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    border: 1px solid #3DC6EF !important;
    padding: 1px 9px;
	margin-right:-20px;
    text-shadow: none;
    opacity: 1;
}

.selectionpopup .close:hover,
.selectionpopup .close:focus {
    color: #2c95dd;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2c95dd;
    padding: 1px 9px;
    margin-right:-20px;
}

.checkmarks-container {
    display: block;
    position: relative;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: RobotoMedium,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
#myModal .checkmarks-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmarks {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #b3b3b3;
}

#preference-checlist .checkmarks{
	top: 9px;
}
/* On mouse-over, add a grey background color */
.checkmarks-container:hover input ~ .checkmarks {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmarks-container input:checked ~ .checkmarks {
    background-color: #0076CE;
    border: 0px;
}

/* Create the checkmarks/indicator (hidden when not checked) */
.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmarks when checked */
.checkmarks-container input:checked ~ .checkmarks:after {
    display: block;
}

/* Style the checkmarks/indicator */
.checkmarks-container :after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Location Dropdown */

.location-dropdown {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #808080;
}

.location-dropdown select {
  background-color: #ffffff;
  color: #444444;
  width: 210px;
  padding-top: 1.6em;
  padding-left: .4em;
  padding-bottom: .1em;
  padding-right: 2em;
  border: 0;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 16px;
  font-family: RobotoLight,Arial,Helvetica,sans-serif;
}

/* Removes default arrow from IE10+*/

.location-dropdown select::-ms-expand {
    display: none;
  }

.location-dropdown label{
	position:absolute;
    z-index:1;
    pointer-events:none;
    text-indent:10px;
    top: 0px;
    font-size: 14px;
    color: #808080;
    padding-top: 2px;
    padding-bottom: 5px;
    font-family: RobotoLight,Arial,Helvetica,sans-serif;
}


.location-dropdown::before,
.location-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.location-dropdown::after {
  	border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    top: 1.5em;
    right: 1em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.location-dropdown option
{
    position: relative;
    float: left;
    width: 96%;
    border-bottom:1px solid #E0E0E0;
    background-color: #ffffff;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor:pointer;
}

/* Dropdown Firefox experience*/
@-moz-document url-prefix() {
    .location-dropdown select {
        padding-top: 0.8em;
        padding-bottom: 0em;
    }

    .location-dropdown::after {
		top: 1.5em;
    }
}

.location-dropdown::before {
  width: 2.5em;
  right: 0;
  top: 0;
  bottom: 0;
}

.location-dropdown select[disabled] {
  color: #ffffff;
   -webkit-appearance: none;
      padding-left: 10px;
      padding-bottom: 8px;
      color: #808080;
      width: 209px;
}
.location-dropdown select[disabled]::after {
  color: #000000;
}

.location-dropdown::before {
  background-color: #0076CE;
}

.location-dropdown::after {
  color: #ffffff;;
}


/* Overrides */

.selectionpopup li.category {
	padding: 0;
    list-style-type: none;
    margin: 0;
}

.selectionpopup label.type {
	padding: 0 0 0px 25px;
}

.margin-left-0{
    margin-left: 0px;
}

.margin-left-10{
    margin-left: -10px;
}

#description
{
	font-family: RobotoMedium,Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    margin-bottom: 24px;
    font-weight: normal;
}
 .lnmessage{
   font-family: RobotoMedium,Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    margin-bottom: 24px;
    font-weight: normal;
  }
  .lnmessage a{
  	color: #fff;
    text-decoration:underline;
  }
    .lnmessage a:hover{
     color: #0076CE;
  }


#btn-save .emc-button{
	margin-right: 0;
    margin-bottom: 0;
}

#btn-save .blue-bg-button{
	margin-right: 0;
    margin-bottom: 0;
}

.selectionpopup #button.col-5
	{
		width: 55%;	
	}
	
#preferences-title
{
	font-family: RobotoMedium,Arial,Helvetica,sans-serif;
	font-size: 32px;
	color: #ffffff;
    margin-top: 20px;
    margin-bottom: 18px;
    font-weight: normal;
}

p.heading
{
	font-family: RobotoMedium,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: normal;
}

.padding-bottom-28px
    {
    	padding-bottom: 28px;
    }

.padding-bottom-50px
	{
		padding-bottom: 50px;
	}

.padding-bottom-60px {
    padding-bottom: 60px;
}

#ruler{
	border-top: 1px solid #fff;
}
    
#highlights p
{
	font-family: RobotoMedium,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.aqua-blue-bg-button {
    border: #3DC6EF 2px solid;
    background-color: #3DC6EF;
    color: #fff !important;
    font-size: 1em;
    width: auto;
    height: auto;
    margin:0;
}

.aqua-blue-bg-button:hover {
    border: #42AEAF 2px solid;
    background-color: #42AEAF;
    color: #fff !important;
}

.aqua-black-bg-button {
    border: 2px solid #3DC6EF;
    color: #3DC6EF !important;
    width: auto;
    height: auto;
    margin:0;
}

.aqua-black-bg-button:hover {
    background-color: #42AEAF;
    color: #FFF !important;
    border: 2px solid #42AEAF;
}

/* Tablet landscape mode */
@media screen and (min-width: 980px) and (max-width:1024px) { 
	.selectionpopup .modal-content {
    	padding: 12px 42px 42px2px;
        max-width: 72% !important;
    }
    #highlights {
        visibility: hidden;
    	clear: both;
    	float: left;
        display: none;
    }

    #ruler {
        visibility: hidden;
    	clear: both;
    	float: left;
        display: none;
    }

    .selectionpopup .grid *[class*="col-4"] {
    	width: 49%;
        margin-bottom: 1.5em;
	}
	
	.selectionpopup .grid *[class*="col-5"] {
    	width: 55%;
	}
	
    .selectionpopup #locations.col-4
    {
        float:none;
    }

    .padding-bottom-20px
    {
    	padding-bottom: 20px;
    }
    
    .selectionpopup .padding-bottom-28px 
    {
    	padding-bottom: 28px;
	}
}

/* Tablet Portrait mode */
@media screen and (min-width: 480px) and (max-width:980px)  {
	.selectionpopup .modal-content{
    	padding: 12px 42px 42px 42px;
        max-width: 85% !important;
    }

    #highlights {
        visibility: hidden;
    	clear: both;
    	float: left;
        display: none;
    }

    #ruler {
        visibility: hidden;
    	clear: both;
    	float: left;
        display: none;
    }

    .selectionpopup .grid *[class*="col-4"] {
    	width: 49%;
        margin-bottom: 1.5em;
	}	
	
	.selectionpopup .col-4 {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%
	}

    .selectionpopup #locations.col-4
    {
        float:none;
    }

    .padding-bottom-40px
    {
    	padding-bottom: 40px;
    }

    #Location
   {
       top:100%;
   }
    .padding-bottom-28px 
    {
    	padding-bottom: 170px;
	}
}

/* Mobile */
@media screen and (max-width: 480px){
	.selectionpopup .col-4 {
		-ms-flex: 0 0 auto;
		flex: auto;
		max-width: 100%;
	}
	
	.selectionpopup .modal-content {
    	padding: 10px 36px 36px 36px;
        max-width: 91% !important;
    }


    #highlights {
        visibility: hidden;
    	clear: both;
    	float: left;
        display: none;
    }

    #ruler {
        visibility: hidden;
    	clear: both;
    	float: left;
        display: none;
    }

    .padding-bottom-40px
    {
    	padding-bottom: 40px;
    }

	.location-dropdown select
	{
		font-size: 14px;
		height: 4em;
		-webkit-border-radius: 0;
    	-webkit-appearance: menulist;
    	padding-left: .7em;
	}
	
	#btn-save .emc-button > span:first-child 
	{
    	font-size: 20px;
	}
	
	.padding-bottom-28px 
	{
    padding-bottom: 180px;
	}
	
	.selectionpopup .col-5#button {
		width: 100%;
		flex: auto;
		max-width: 100%;
	}
	#Location
    {
        	top:100%;
   	}
}

@media (min-width: 576px) {
	#myModal .modal-dialog {
		max-width: 100%;
	}
}
