/************ index css ************/

#contentleft .choice-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.choice-container>.choice-block {
    box-sizing: border-box;
    min-width: 273px;
    max-width: calc(100% - 40px);
    flex-grow: 1;
    width: 40%;
    padding: 20px;
    margin: 20px;
    background-color: #f6f6f6;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.choice-block .choice-img-container {
    width: 50%;
    height: auto;
}

.choice-img-container .choice-img {
    width: 100%;
    height: auto;
}

.choice-block .choice-title {
    margin-top: 20px;
}

.choice-block .choice-content {
    width: 100%;
}

.choice-block .choice-btns-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.choice-button {
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: var(--global-palette1);
    color: #FFFFFF !important;
    margin: 10px;
    flex-grow: 1;
    min-width: 120px;
}

.choice-button:hover {
    background-color: #AAAAAA;
    opacity: 0.9;
}

.dark-orange {
    background-color: var(--global-palette1);
}

.text-center {
    text-align: center;
}

/************ layout css ************/

.back-container {
    background-color: #e4e4e4;
    padding: 10px 20px;
}

.register-img-container {
    width: 35%;
    max-width: 410px;
    height: auto;
    margin: 20px auto 30px;
}

.register-img {
    width: 100%;
    height: auto;
}

.register-title {
    font-size: 14pt;
    margin-bottom: 30px;
}

.register-link-container {
    text-align: center;
    margin: 30px auto 20px;
    color: #333;
}

.contentcontainer form {
    width: 100%;
    margin: 20px auto 0;
}
/*
.fos_user_registration_form {
    display: flex;
    flex-direction: column;
}*/

.contentcontainer form label {
    padding: 10px;
    font-weight: bold;
}

/* .contentcontainer form input {  */
.contentcontainer form {
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 10px;
    /* border: 1px solid #DDD;*/
    box-sizing: border-box;
}

.contentcontainer form input[type="text"], .contentcontainer form input[type="password"], .contentcontainer form input[type="email"], .contentcontainer form input[type="tel"] {
    border: 1px solid #DDD;
    width: 100%;
}

.contentcontainer form input[type="checkbox"] {
    display: inline-block;
    width: 13px;
}

/*
.contentcontainer form input[type="submit"] {
    margin: 30px auto 0;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    background-color: #0a5894;
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.contentcontainer form input[type="submit"]:hover {
    background-color: #AAAAAA;
    opacity: 0.9;
}
*/

.padded {
    padding: 20px 4px;
}

#low-margin {
    margin: 0.6rem auto;
}

#contentleft .register-error {
    font-weight: bold;
    text-align: center;
    font-size: 11pt;
    background-color: red;
    color: white;
    padding: 10px 0;
    width: 240px;
    margin: auto;
}

/*
#fos_user_registration_form label+ul li {
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 9px 18px;
    font-size: 10pt;
    /* color: red; */
    /* background-color: #005796; */
/* } */
/*
#fos_user_registration_form label+ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    /* float: right; *//*
    margin: 10px 0;
}*/




/************ index (kits) css ************/

.display-table, .coc-table {
    margin-bottom: 20px;
    font-size: 10pt;
    border: 0;
}

.featherlight #coc.featherlight-inner {
    width: auto !important;
}

#top-section {
    margin-bottom: 0px;
    border-bottom: 1px solid #DDD;
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px;
}

.top-note {
    background-color: #f5f5f5;
    flex-basis: 240px;
    flex-grow: 1;
    height: auto;
    padding: 20px;
    border-right: 1px solid #DDD;
    float: left;
    text-align: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.top-content {
    background-color: #fafafa;
    padding: 20px;
    float: left;
    flex-grow: 1;
    margin-bottom: 20px;
    width: calc(100% - 280px);
    min-width: 360px;
    box-sizing: border-box;
}

.top-content-title {
    display: block;
    width: calc(100% - 70px);
}

#top-secion form {
    display: flex;
    flex-direction: column;
}

#top-section form select {
    width: 100%;
    margin-bottom: 20px;
}


#top-register-btn {
    width: 64%;
    min-width:10rem;
    margin:auto 18%;
}

#contentleft #logout-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 9pt;
    font-weight: bold;
    color: red;
    z-index: 1;
}

.table-container {
    overflow-x: auto;
}

/* 090820 TOMA WRECKING ALL THE TABLE "RESPONSIVENESS" */
.display-table-null, .display-table-null td {
    border:0;
    /* border-right:0; */
    /* border-top:0; */
    /* margin-bottom: 20px; */
    font-size: 10pt;
}

.table-container-noflow {
    /* overflow-x: auto;  -- prior to 021921 */
	width: calc(100% - 140px);
    min-width: 360px;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
}

.t1-table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  margin-top: 0.5rem !important;
  padding: 0;
}

.t1-table b{
    color: Black;
    
}

#mobile-drawer.active{
    background-color: inherit;
    background: none;
}

.collapsible {
  background-color: #555;
  /* 111121 was  background-color: #777; */
  color: white;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  max-height: 100%;
  border-radius: 3px;
}

.collapsible> b {
  color: white;
}

.active, .collapsible:hover, .collapsible:focus {
  /*background-color: #555; redundant*/
  background: #555;
}



.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: normal;
  float: right;
  margin-left: 5px;
}

.collapsible.active:after {
  content: "\2212";
}

.content {
  padding: 0 16px;
  display: none;
  overflow: hidden; 
  background-color: #E6E6FA;
}

/* END TOMA WRECKING ALL THE TABLE "RESPONSIVENESS" */

/************ new css ************/

.contentcontainer form textarea {
    box-sizing: border-box;
    border: 1px solid #DDD;
    height: 100px;
    display: block;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
}

#continue-button{
    /*background-color: #e4e4e4;*/
    display: block;
    max-width: 170px;
    min-width: 100px;
    width: 30%;
    font-size: 10pt;
    text-align: center;
    padding: 10px;
    /*color: #FFF !important;*/
    margin: 20px 10px 0;
    float: right;
    
    cursor: default;
    font-style: normal;
    border-radius: 11px 11px 11px 11px;
    background: var(--global-palette6);
    color: #ffffff;
    border: 2px solid currentColor;
    border-color: var(--global-palette5);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
}

#back-button {
    /*background-color: #e4e4e4;*/
    display: block;
    max-width: 170px;
    min-width: 100px;
    width: 30%;
    font-size: 10pt;
    text-align: center;
    padding: 10px;
    /*color: #FFF !important;*/
    margin: 20px 10px 0;
    float: left;
    
    cursor: default;
    font-style: normal;
    border-radius: 11px 11px 11px 11px;
    background: var(--global-palette6);
    color: #ffffff;
    border: 2px solid currentColor;
    border-color: var(--global-palette5);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
}

#done-button {
    /*background-color: #e4e4e4;*/
    display: block;
    max-width: 200px;
    min-width: 120px;
    width: 30%;
    font-size: 10pt;
    text-align: center;
    padding: 10px;
    
    font-style: normal;
    border-radius: 11px 11px 11px 11px;
    background: var(--global-palette6);
    color: #ffffff;
    border: 2px solid currentColor;
    border-color: var(--global-palette5);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    
    background-color: var(--global-palette1);
    cursor: pointer;
    margin: 1rem auto;
}



#back-button.active, #continue-button.active, #reset-button.active, #close-button.active {
    background-color: var(--global-palette1);
    cursor: pointer;
}

#submit-button {
    /*width: 100%;
    padding: 15px 20px;
    font-size: 11pt;
    text-transform: uppercase;
    display: block;
    margin: 40px auto 10px;
    color: #FFF;
    font-weight: bold;
    background-color: #0a5894;
    cursor: pointer;*/
    /*background-color: #0a5894;*/
    
    display: block;
    max-width: 300px;
    width: 50%;
    font-size: 11pt;
    text-align: center;
    /*text-transform: uppercase;*/
    padding: 15px 20px;
    margin: 40px auto 10px;
    background: var(--global-palette1);
    
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    border-radius: 11px 11px 11px 11px;
    color: #ffffff;
    border: 2px solid currentColor;
    border-color: var(--global-palette5);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
}

/*#continue-button.active:hover, #back-button.active:hover, #submit-button:hover {
    background-color: #AAAAAA;
}*/

#continue-button.active:hover, #back-button.active:hover, #submit-button:hover, #top-register-btn:hover, #done-button:hover, #reset-button.active:hover, #close-button.active:hover {
    color:#ffffff;
    background:var(--global-palette2);
    box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);
}

/* OR */
#reset-button {
    display: inline-block;
    width: 8rem;
    font-size: 10pt;
    text-align: center;
    padding: 14px 30px 14px 30px;
    /*margin: 20px 10px 0;*/
    cursor: default;
    font-style: normal;
    border-radius: 12px;
    background: var(--global-palette6);
    color: #ffffff;
    border: 2px solid currentColor;
    border-color: var(--global-palette6);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.39;
    margin:0.2rem;
}

#close-button {
    display: block;
    width: 8rem;
    font-size: 10pt;
    text-align: center;
    padding: 14px 30px 14px 30px;
    /*margin: 20px 10px 0;*/
    cursor: default;
    font-style: normal;
    border-radius: 12px;
    background: var(--global-palette6);
    color: #ffffff;
    border: 2px solid currentColor;
    border-color: var(--global-palette6);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.39;
    margin:0.2rem auto;
}

#contentleft table td {
    padding: 10px;
    white-space: normal;
}

#step-indicator {
    /* font-size: 15pt; */
    margin: 20px;
    text-align: center;
}

#first-block {
    width: 20px;
    height: 20px;
    background-color: #0a5894;
    float: left;
    margin-bottom: 40px;
}

#progress-bar {
    width: calc(100% - 40px);
    height: 6px;
    background-color: #e4e4e4;
    float: left;
    margin-top: 7px;
}

#steps-indicator {
    width: 0px;
    height: 6px;
    background-color: #0a5894;
}

#last-block {
    width: 20px;
    height: 20px;
    background-color: #e4e4e4;
    float: left;
    margin-bottom: 40px;
}

#last-block.active {
    background-color: var(--global-palette1);
}

#step-title {
    clear: left;
    /* margin: 40px 0; */
    text-align: center;
    /* font-weight: bold; */
    /* font-size: 13pt; */
}

#step-title.review {
    margin: 40px 0;
}

#notice {
    clear: left;
    padding: 20px;
    text-align: center;
    font-size: 10pt;
}


/* Flash messages */
.form-error {
    padding: 1rem;

    background: #fcebea;
    /* color: #2779bd; */
    color: #cc1f1a;
    
    border-color: #ef5753;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 0.4rem;
}
.form-error.hidden {
    display: none;
}





/********************** MEDIA QUERIES START **********************/

@media only screen and (max-width: 1050px) {
    .register-img-container {
        width: 50%;
    }
    #top-section {
        flex-direction: column-reverse;
    }
    .top-note {
        display: none;
    }
    .top-content {
        width: 100%;
    }
    #print-button {
        display: none !important;
    }
}

@media only screen and (max-width: 820px) {
    #contentleft .choice-container {
        flex-direction: column;
    }
    .choice-container>.choice-block {
        width: 100%;
    }
    .register-img-container {
        width: 55%;
    }
}

@media only screen and (max-width: 600px) {
    .choice-container>.choice-block {
        padding: 20px;
        margin: 10px 5px;
        max-width: calc(100% - 10px);
    }
    .choice-block .choice-btns-container {
        flex-direction: column;
    }
    .register-img-container {
        width: 60%;
    }
    .top-content {
        min-width: 0;
    }
}

@media print {
    #menu {
        display: none;
    }
    
    /* 031721 Collapsible printout */
    .content {
        display: block !important;
        height: auto !important;
    }

    .collapsible {
        background-color: #555 !important;
    }
    /* 031721 End Collapsible printout */
    
    #kt-scroll-up {
        display: none;
    }

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .choice-block .choice-img-container {
        min-height: 200px;
        max-height: 300px;
    }
}