
/*====== GENERAL STYLING ======*/

* {box-sizing: border-box;}

body {
  font-family: 'Muli', Helvetica, Verdana, sans-serif !important;
}

select {
  font-family: 'Muli', Helvetica, Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid rgba(119,136,153,0.3);
  margin-bottom: 10px;
}

div.col-m-4 select { width: 33.33%; }

/*====== Mobile Select ======*/

@media (min-width: 400px) {

  div.col-m-4 select, div.col-m-6 select { width: 100%; }
}

select:hover {cursor: pointer;}

select:focus {outline: none;}

[class*="fa-"] {
  font-family: 'FontAwesome';
  font-style: normal !important;
}

html {font-size: 10px;}

hr {
  margin-top: -25px;
  margin-right: auto;
  margin-right: auto;
  margin-bottom: 2%;
  float: none !important;
  display: block;
  width: 50%;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(230 53 43);
}

img {
  max-width: 300px;
  margin-top: 2em;
  /*opacity: 0.75;*/
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .margin-horizontal {
  margin-left: 2%;
  margin-right: 2%;
} */

.padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .padding-horizontal {
  padding-left: 1%;
  padding-right: 1%;
} */

/*========== TYPE STYLING ==========*/

/* h1, h2, h3, h4, h5, h6 {text-transform: uppercase;} */

h1 {font-size: 4.6rem; letter-spacing: 2px; font-weight: 400; color: #333; }
h2 {font-size: 4.0rem; letter-spacing: 2px; font-weight: 400; color: #333;}
h3 {font-size: 3.4rem; letter-spacing: 1px; font-weight: 400; color: #333;}
h4 {font-size: 2.8rem; letter-spacing: 1px; font-weight: 400; color: #333;}
h5 {font-size: 2.2rem; letter-spacing: 1px; font-weight: 400; color: #333;}
h6 {font-size: 1.8rem; letter-spacing: 1px; font-weight: 400; color: #333;}

p { font-size: 1.4rem; color: #333;}


/*========== LIST STYLING ==========*/


ul li, ol li {text-align: left; font-size: 1.4rem; color: #333; padding: 0.5%;}
ul {list-style-type: circle;}
ol {list-style-type: decimal;}
ul.no-bullet {list-style-type: none;}
ol.no-bullet {list-style-type: none;}
ul.border {border: 1px solid rgba(119,136,153,0.3);}
ol.border {border: 1px solid rgba(119,136,153,0.3);}

ul.underline li, ol.underline li {border-bottom: 1px solid rgba(119,136,153,0.3);}

ul.highlight li:nth-child(even), ol.highlight li:nth-child(even) {background-color: rgba(119,136,153,0.15);}


/*========== TABLE STYLING ==========*/

div.table-wrapper { overflow-x: scroll; overflow-y: hidden; }

table:not(.panel-table) {
  border-collapse: collapse;
}

/* table { display: table; border-spacing: 1px; } */

thead {
  background-color: #9c9e9f;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
}

.header-row {
  background-color: #9c9e9f;
  color: #FFFFFF;
  font-weight: 600;
}

tr.alt-table-header {
  background-color: rgba(0,134,180,0.1) !important;
  font-weight: 600;
}

th.td {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  font-size: 2rem;
  color: #FFFFFF;
}

tbody {
  color: #333 !important;
  font-size: 1.4rem;
  text-align: left;
}

.red-link {
  color: #e6352b;
}


table.highlight tr:nth-child(even) { background-color: #EDEAEA;}

table.underline th, table.underline td { border-bottom: 1px solid rgba(119,136,153,0.3);}

table.border { border: 1px solid rgba(119,136,153,0.3);}

/* Highlighted row in table on panel.php */
td.section-row { text-align: center; }

.panel td {
	border: 1px solid blue;
	padding: 5px;
	background-color: white;
}

.panel th {
	border: 1px solid blue;
	padding: 5px;
	background-color: #74cfe9;
	color: white;
}

.paneltip {
	position: absolute;
	display: none;
	background-color: #333;
	color: white;
}

td.yellow-row div.paneltip { position: relative; margin-right: 5px; }


/* ALERTS */


.alert-success {
  background-color: rgba(2,184,117,0.15);
  color: rgba(2,184,117,1);
  border: 1px solid rgba(2,184,117,1);
  padding: 8px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: 1.6rem;
  border-radius: 5px;
}

.alert-info {
  background-color: rgba(2, 87, 184, 0.15);
  color: rgba(2,54,184,1);
  border: 1px solid rgb(2, 54, 184);
  padding: 8px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: 1.6rem;
  border-radius: 5px;
}

.alert-primary {
  background-color: rgba(48, 187, 27, 0.4);
  color: rgb(3, 3, 3);
  border: 1px solid rgb(54, 54, 56);
  padding: 8px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  border-radius: 5px;
}

.alert-danger {
  background-color: rgba(255,23,68,0.15);
  color: rgba(255,23,68,1);
  border: 1px solid rgba(255,23,68,1);
  padding: 8px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 5px;
}

.alert-warning {
  background-color: rgba(255, 199, 65, 0.93);
  color: #000000;
  border: 1px solid #7c5a04;
  padding: 8px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 5px;
}

/*.fa-unlock, .fa-exclamation-triangle, .fa-check, .fa-home, .fa-envelope, .fa-edit { padding-right: 5px; }*/

/*========== FORM INPUT STYLING ==========*/

label {
  padding: 4px 0px;
  font-size: 1.3rem;
  color: grey;
}

.dropdown {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=date], input[type=number], input[type=datetime-local]  {
  height: 32px;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 3px 3px 3px 5px;
  margin-bottom: 10px;
  background-color: #FCFCFC;
  font-family: "Muli", Helvetica, Verdana, sans-serif;
}

select {
  border: 1px solid #a8a8a8;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 3px 3px 3px 5px;
  margin-bottom: 10px;
  background-color: #FCFCFC;
  font-family: "Muli", Helvetica, Verdana, sans-serif;
}

input[type="text"]:disabled {
  background: #f1f1f1;
  cursor: not-allowed;
}
input[type=file] {
  font-family: "Muli", Helvetica, Verdana, sans-serif;
  border-radius: 0;
  border: 1px solid #a8a8a8;
  background-color: #FCFCFC;
  padding: 3px 3px 3px 5px;
  margin-bottom: 10px;
  height: 32px;
  font-size: 1.4rem;
}


input[type=file]:hover {
  cursor: pointer;
}

input[type=file]:active, input[type=file]:focus {
  outline: none;
  border: 1px solid grey;
}

textarea {
  border: 1px solid #a8a8a8;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 4px 4px 4px 6px;
  height: 120px;
  margin-bottom: 10px;
  background-color: #FCFCFC;
  font-family: "Muli", Helvetica, Verdana, sans-serif;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=search]:focus, input[type=date]:focus, input[type=datetime-local]:focus,textarea:focus {outline: none; border: 1px solid grey;}

::placeholder {color: #bcbaba; font-family: "Muli", Helvetica, Verdana, sans-serif;}
:-moz-placeholder { color: #bcbaba; font-family: "Muli", Helvetica, Verdana, sans-serif; } /* FF 4-18 */
::-moz-placeholder { color: #bcbaba; font-family: "Muli", Helvetica, Verdana, sans-serif; } /* FF 19+ */
:-ms-input-placeholder { color: #bcbaba; font-family: "Muli", Helvetica, Verdana, sans-serif; } /* IE 10+ */
::-ms-input-placeholder { color: #bcbaba; font-family: "Muli", Helvetica, Verdana, sans-serif; } /*MS Edge*/

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


/*========== ANCHOR TAG STYLING ==========*/

/*---------- PLAIN TEXT ANCHOR TAG ----------*/

a {
  font-size: 1.4rem;
  text-decoration: none;
  color: black;
  transition: 0.4s;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* same basic styling as "btn-small" class */

a.blue-light {
  border-color: white !important;
  border-radius: 0px;
  border-width: 2px;
  background-color: white !important;
  color: #9c9e9f !important;
  box-shadow: 0 0 0 2px #9c9e9f !important;
  text-decoration: none;
  text-transform: none !important;
  display: inline-block;
  text-align: center;
  text-align: -moz-center;
  transition: 0.4s;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 16px;
}

a.blue-light:hover, a.blue-light:active {
  border-color: rgba(0,134,180,1) !important;
  background-color: rgba(0,134,180,1) !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(0,134,180,1) !important;
  text-decoration: none !important;
}

a.red-light {
  border-color: white !important;
  border-radius: 0px;
  border-width: 2px;
  background-color: white !important;
  color: rgb(180, 1, 38) !important;
  box-shadow: 0 0 0 2px rgb(180, 1, 38) !important;
  text-decoration: none;
  text-transform: none !important;
  display: inline-block;
  text-align: center;
  text-align: -moz-center;
  transition: 0.4s;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 16px;
}

a.red-light:hover, a.red-light:active {
  border-color: rgb(180, 1, 38) !important;
  background-color: rgb(180, 1, 38) !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgb(180, 1, 38) !important;
  text-decoration: none !important;
}

/*---------- ANCHOR BUTTON STYLING ----------*/


.btn-link {
  text-align: center;
  text-align: -moz-center;
  transition: 0.4s;
  font-size: 1.5rem;
  letter-spacing: 1px;
  background-color: #9c9e9f;
  border: 1px solid #9c9e9f;
  color: white;
  text-decoration: none;
  padding: 18px;
  text-transform: none !important;
  display: inline-block;
}

.btn-link:hover, .btn-link:active {
  background-color: #e6352b;
  text-decoration: none !important;
}

a.btn-link i.fa-caret-right, button i.fa-caret-right { margin-left: 5px; }

/*---------- ALT ANCHOR BUTTON STYLE ----------*/

a.btn-link2 {
  margin: 1% 0.5% !important;
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0,134,180,1);
  box-shadow: 0 0 0 2px rgba(0,134,180,1);
  background-color: rgba(0,134,180,1);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 7px 24px;
}

a.btn-link2:hover {
  border-color: rgba(1,108,145,1);
  box-shadow: 0 0 0 2px rgba(1,108,145,1);
  background-color: rgba(1,108,145,1);
}
a.btn-link2:active {opacity: 0.5; outline: none;}
a.btn-link2:focus {outline: none;}


/*========== BUTTON STYLING ==========*/

div[id*='mceu_'] button {
  box-shadow: none !important;
}
div[id*='mceu_'] button:hover {
  background-color: transparent !important;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  margin: 1% 0.5% !important;
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(198, 199, 200);
  box-shadow: 0 0 0 2px rgb(75, 75, 77);
  background-color: #9c9e9f;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
  padding: 7px 22px;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  border-color: rgb(75, 75, 77);
  box-shadow: 0 0 0 2px rgb(75, 75, 77);
  background-color: rgb(75, 75, 77);
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  border-color: rgba(0,134,180,1);
  box-shadow: 0 0 0 2px rgba(0,134,180,1);
  background-color: rgba(0,134,180,1);
  outline: none;
}

button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {outline: none;}

/* Button Groups */

div.btn-group button {
  display: block;
  margin: 0 auto !important;
  width: 90%;
  border-radius: 0px !important;
  /*box-shadow: 0 0 0 2px #e6352b;*/
}

@media screen and (min-width: 550px) {
  div.btn-group button {
    width: 65% !important;
  }
}

@media screen and (min-width: 750px) {
  div.btn-group button {
    width: 90% !important;
  }
}

@media screen and (min-width: 1025px) {
  div.btn-group button {
    width: 70% !important;
  }
}

@media screen and (min-width: 1200px) {
  div.btn-group button {
    width: 60% !important;
  }
}

/*---------- ADDITIONAL BUTTON SIZES ----------*/

button.micro-btn,
input[type=submit].micro-btn,
input[type=reset].micro-btn,
input[type=button].micro-btn {
  font-size: 0.8rem;
  font-weight: 600;
  border-width: 1px;
  border-radius: 3px;
  letter-spacing: 1px;
  padding: 2px 6px 2px 7px;
}

button.tiny-btn,
input[type=submit].tiny-btn,
input[type=reset].tiny-btn,
input[type=button].tiny-btn {
  font-size: 1.0rem;
  font-weight: 600;
  border-radius: 4px;
  border-width: 2px;
  letter-spacing: 1px;
  padding: 3px 10px 2px 10px;
}

button.small-btn,
input[type=submit].small-btn,
input[type=reset].small-btn,
input[type=button].small-btn {
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 5px;
  border-width: 2px;
  letter-spacing: 1px;
  padding: 5px 16px;
}

/*

DEFAULT BUTTON GOES HERE

*/

button.lrg-btn,
input[type=submit].lrg-btn,
input[type=reset].lrg-btn,
input[type=button].lrg-btn {
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 8px;
  border-width: 2px;
  letter-spacing: 2px;
  padding: 8px 28px;
}

button.huge-btn,
input[type=submit].huge-btn,
input[type=reset].huge-btn,
input[type=button].huge-btn {
  font-size: 1.7rem;
  font-weight: 400;
  border-radius: 10px;
  border-width: 2px;
  letter-spacing: 2px;
  padding: 9px 32px;
}


/*========== ADDITIONAL COLORS ==========*/


.red-light {
  border-color: white !important;
  background-color: white !important;
  color: rgba(255,23,68,1) !important;
  box-shadow: 0 0 0 2px rgba(255,23,68,1) !important;
  text-decoration: none !important;
}

button.red-light:hover, input.red-light:hover, a.red-light:hover {
  border-color: rgba(255,23,68,1) !important;
  background-color: rgba(255,23,68,1) !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(255,23,68,1) !important;
  text-decoration: none !important;
}

.green-light {
  border-color: white !important;
  background-color: white !important;
  color: rgba(2,184,117,1) !important;
  box-shadow: 0 0 0 2px rgba(2,184,117,1) !important;
  text-decoration: none !important;
}

button.green-light:hover, input.green-light:hover, a.green-light:hover {
  border-color: rgba(2,184,117,1) !important;
  background-color: rgba(2,184,117,1) !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(2,184,117,1) !important;
  text-decoration: none !important;
}

.blue-light {
  border-color: white !important;
  background-color: white !important;
  color: #9c9e9f !important;
  box-shadow: 0 0 0 2px #9c9e9f !important;
  text-decoration: none !important;
}

button.blue-light:hover, input.blue-light:hover, a.blue-light:hover {
  border-color: #e6352b !important;
  background-color: #e6352b !important;
  color: white !important;
  box-shadow: 0 0 0 2px #e6352b !important;
  text-decoration: none !important;
}

.gold-light {
  border-color: white !important;
  background-color: white !important;
  color: rgba(255,160,0,1) !important;
  box-shadow: 0 0 0 2px rgba(255,160,0,1) !important;
  text-decoration: none !important;
}

button.gold-light:hover, input.gold-light:hover, a.gold-light:hover {
  border-color: rgba(255,160,0,1) !important;
  background-color: rgba(255,160,0,1) !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(255,160,0,1) !important;
  text-decoration: none !important;
}


/*========== ADDITIONAL BUTTON STYLES ==========*/


.pill {border-radius: 999px !important;}

.square {border-radius: 0 !important;}


/*========== TOOLTIP STYLING ==================*/


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: white;
  font-size: 1.3rem;
  text-align: center;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  /*z-index: 1;*/
}

span.right {
  top: 4px;
  left: 105%;
  margin-left: 3%;
}

span.right::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #333 transparent transparent;
}

span.left {
  top: 4px;
  right: 105%;
  margin-right: 3%;
}

span.left::after {
 content: " ";
 position: absolute;
 top: 50%;
 left: 100%; /* To the right of the tooltip */
 margin-top: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: transparent transparent transparent #333;
}

span.top {
  bottom: 100%;
  left: 50%;
  margin-bottom: 8%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

span.top::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

span.bottom {
  top: 100%;
  left: 50%;
  margin-top: 5%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

span.bottom::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*====== 2 Column Layout - Order.php ======*/

.column {
  float: left;
  width: 50%;
  margin-bottom: 50px;
}

.column-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 750px) {
  .column {
    width: 100%;
  }
}

/*====== Media Queries /*======

/*

Mobile: 400px (default)
Phablet: 550px
Tablet: 750px
Desktop: 1025px
Desktop HD: 1200px

*/

/*====== Phones ======*/

@media (min-width: 400px) {

  #container { margin-top: 20%; margin-bottom: 20%; }
  .dob-input { border-right-width: 0px !important; }
  .dob { width: 16.66% !important; }
  /* button[type="submit"].green-light { width: 100%; } */
  /* button[type="submit"].disable { width: 100%; } */
  /*::placeholder { text-align: center; }*/
  /*:-moz-placeholder {  text-align: center;  } */
  /*::-moz-placeholder {  text-align: center;  } */
  /*:-ms-input-placeholder {  text-align: center;  } */
  /*::-ms-input-placeholder {  text-align: center;  } */
}

/*====== Phablets ======*/

@media (min-width: 550px) {

  #container { margin-top: 20%; margin-bottom: 20%; }
  .dob-input { border-right-width: 0px !important; }
  .dob { width: 16.66% !important; }
  /* button[type="submit"].green-light { width: auto; } */
  /* button[type="submit"].disable { width: auto; } */
  ::placeholder { text-align: left; }
  :-moz-placeholder {  text-align: left;  } /* FF 4-18 */
  ::-moz-placeholder {  text-align: left;  } /* FF 19+ */
  :-ms-input-placeholder {  text-align: left;  } /* IE 10+ */
  ::-ms-input-placeholder {  text-align: left;  } /*MS Edge*/
}

/*====== Tablets ======*/

@media only screen and (min-width: 750px) {

  #container { margin-top: 10%; margin-bottom: 10%; }
  .dob-input { border-right-width: 0px !important; }
  .dob { width: 8.33% !important; }
  /* button[type="submit"].green-light { width: auto; } */
  /* button[type="submit"].disable { width: auto; } */
  ::placeholder { text-align: left; }
  :-moz-placeholder {  text-align: left;  } /* FF 4-18 */
  ::-moz-placeholder {  text-align: left;  } /* FF 19+ */
  :-ms-input-placeholder {  text-align: left;  } /* IE 10+ */
  ::-ms-input-placeholder {  text-align: left;  } /*MS Edge*/
}

/*====== Desktop ======*/

@media only screen and (min-width: 1025px) {

  #container { margin-top: 5%; margin-bottom: 5%; }
  .dob-input { border-right-width: 0px !important; }
  .dob { width: 8.33% !important; }
  /* button[type="submit"].green-light { width: auto; } */
  /* button[type="submit"].disable { width: auto; } */
  ::placeholder { text-align: left; }
  :-moz-placeholder {  text-align: left;  } /* FF 4-18 */
  ::-moz-placeholder {  text-align: left;  } /* FF 19+ */
  :-ms-input-placeholder {  text-align: left;  } /* IE 10+ */
  ::-ms-input-placeholder {  text-align: left;  } /*MS Edge*/
}

/*====== Desktop HD ======*/

@media (min-width: 1200px) {

  #container { margin-top: 2%; margin-bottom: 5%; }
  .dob-input { border-right-width: 0px !important; }
  .dob { width: 8.33% !important; }
  /* button[type="submit"].green-light { width: auto; } */
  /* button[type="submit"].disable { width: auto; } */
  ::placeholder { text-align: left; }
  :-moz-placeholder {  text-align: left;  } /* FF 4-18 */
  ::-moz-placeholder {  text-align: left;  } /* FF 19+ */
  :-ms-input-placeholder {  text-align: left;  } /* IE 10+ */
  ::-ms-input-placeholder {  text-align: left;  } /*MS Edge*/
}


.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
