﻿.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-OrangeTransparent {
    font-family: 'Times New Roman';
    color: #F15525;
    opacity: 0.73;
    font-size: 20px;
}

.text-Orange {
    font-family: 'Times New Roman';
    color: #F15525;
    font-size: 20px;
}
.text-OrangeLarge {
    font-family: 'Times New Roman';
    color: #F15525;
    font-size: 50px;
}
.text-MedGray {
    font-family: 'Times New Roman';
    color: #E6E6E6;
    font-size: 20px;
}
.text-DarkGrayLarge {
    font-family: 'Times New Roman';
    color: #727272;
    font-size: 40px;
}
.text-DarkGrayMed {
    font-family: 'Times New Roman';
    color: #727272;
    font-size: 25px;
}
.btn-Orange-sm {
    color: #FFFFFF;
    background-color: #F15525;
    border-color: #212121;
}
.btn-OrangeTransparent {
    color: #E6E6E6;
    background-color: #F15525;
    border-color: #212121;
    width: 100%;
    opacity: .73;
    font-family: 'Times New Roman';
    font-size: 30px;
}
.btn-Orange {
    color: #FFFFFF;
    background-color: #F15525;
    border-color: #212121;
   
    width: 100%;
    opacity: 1;
    font-family: 'Times New Roman';
    font-size: 30px;
}
.btn-OrangeHalf {
    color: #FFFFFF;
    background-color: #F15525;
    border-color: #212121;
    width: 50%;
    opacity: 1;
    font-family: 'Times New Roman';
    font-size: 30px;
}

.txt-WrapWord {
    word-wrap: break-word;
}

.break-Orange {
    width: 100%;
    border-top-color: #F15525;
    line-height: 10px;
    /*background-color: #1F98E4;*/
}
.break-OrangeHalf {
    width: 50%;
    border-top-color: #F15525;
    line-height: 10px;
    /*background-color: #1F98E4;*/
}
.break-DarkGrayHalf {
    width: 50%;
    border-top-color: #727272;
    line-height: 10px;
    /*background-color: #1F98E4;*/
}
.break-Black {
    width: 100%;
    border-top-color: #212121;
    line-height: 10px;
    /*background-color: #1F98E4;*/
}


.well-OrangeMin {
    min-height: 370px;
    padding: 19px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #F15525;
    border: 10px solid #E6E6E6;
    border-radius: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: .6;
}

.well-Orange {
    /*min-height: 370px;*/
    padding: 19px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #F15525;
    border: 10px solid #E6E6E6;
    border-radius: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: .7;
}
.well-MediumGray {
    /*min-height: 370px;*/
    padding: 19px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #B6B6B6;
    border: 10px solid #E6E6E6;
    border-radius: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.well-OrangeButton {
    min-height: 55px;
    min-width: 100px;
    padding: 10px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #F15525;
    border: 0 solid #E6E6E6;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: .6;
}

.well-OrangeButtonDark {
    min-height: 55px;
    min-width: 50px;
    padding: 10px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #F15525;
    border: 0 solid #E6E6E6;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: .9;
}

.well-LoginForm {
    min-height: 55px;
    min-width: 150px;
    padding: 20px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #F15525;
    border: 0 solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: .4;
}
.well-GlossBoxFixed {
    /*min-height: 30px;*/
    min-width: 35px;
    /*max-height: 3px;*/
    height: 150px;
    /*padding: 19px;*/
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: white;
    /*border: 10px solid #e3e3e3;*/
    border-radius: 40px;
    /*justify-content: space-around;*/
    /*padding: 50px 50px 50px 80px;*/
    -webkit-box-shadow: 0px 3px 10px 3px #F15525;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    opacity: .8;
}



.well-GlossBlackOutline {
    /*min-height: 30px;*/
    min-width: 25px;
    /*max-height: 3px;*/
    /*padding: 19px;*/
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    /*margin-left: 10px;*/
    background-color: white;
    /*border: 10px solid #e3e3e3;*/
    border-radius: 40px;
    /*justify-content: space-around;*/
    padding: 25px 0px 50px 0px;
    -webkit-box-shadow: 0px 3px 10px 3px #212121;
    box-shadow: 0px 3px 10px 3px #212121;
    opacity: .8;
}
.well-GlossDarkGrayOutline {
    /*min-height: 30px;*/
    min-width: 25px;
    /*max-height: 3px;*/
    /*padding: 19px;*/
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    /*margin-left: 10px;*/
    background-color: white;
    /*border: 10px solid #e3e3e3;*/
    border-radius: 40px;
    /*justify-content: space-around;*/
    padding: 25px 0px 50px 0px;
    -webkit-box-shadow: 0px 3px 10px 3px #727272;
    box-shadow: 0px 3px 10px 3px #727272;
    opacity: 1;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #F15525;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/* xs < 768 */
@media screen and (max-width: 767px) {
    body {
        font-size: 0.9em;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    body {
        font-size: 1em;
    }
}

/* md */
@media screen and (min-width: 992px) {
    body {
        font-size: 1.2em;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    body {
        font-size: 1.3em;
    }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 3px #F15525;
    box-shadow: 0px 3px 10px 3px #F15525;
}
.well-Orange {
    /*min-height: 370px;*/
    padding: 19px;
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: #F15525;
    border: 10px solid #E6E6E6;
    border-radius: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    opacity: .7;
}
.well-GlossOrangeOutline {
    /*min-height: 30px;*/
    min-width: 25px;
    /*max-height: 3px;*/
    /*padding: 19px;*/
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    /*margin-left: 10px;*/
    background-color: white;
    /*border: 10px solid #e3e3e3;*/
    border-radius: 40px;
    /*justify-content: space-around;*/
    padding: 25px 0px 50px 0px;
    -webkit-box-shadow: 0px 3px 10px 3px #F15525;
    box-shadow: 0px 3px 10px 3px #F15525;
    opacity: .8;
}

.parent {
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.well-SelectSchoolTile {
    /*min-height: 30px;*/
    min-width: 35px;
    /*max-height: 3px;*/
    height: 150px;
    /*padding: 19px;*/
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: white;
    /*border: 10px solid #e3e3e3;*/
    border-radius: 40px;
    /*justify-content: space-around;*/
    padding: 50px 50px 50px 80px;
    -webkit-box-shadow: 0px 3px 10px 3px #555555;
    box-shadow: 0px 3px 10px 3px #555555;
    
    opacity: .8;
}

.well-Cart {
    /*min-height: 30px;*/
    min-width: 35px;
    /*max-height: 3px;*/
    /*padding: 19px;*/
    /*padding-left: 50px;*/
    margin-bottom: 20px;
    background-color: white;
    /*border: 10px solid #e3e3e3;*/
    border-radius: 40px;
    /*justify-content: space-around;*/
    padding: 25px 0px 50px 0px;
    -webkit-box-shadow: 0px 3px 10px 3px #555555;
    box-shadow: 0px 3px 10px 3px #555555;
    opacity: .8;
}
.smScroll {
    height: 150px;
    /*width: 200px;*/
    overflow-y: auto;
}
.lgScroll {
    height: 800px;
  
    /*width: 200px;*/
    overflow-y: auto;
}
.big-checkbox {
    width: 30px;
    height: 30px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
.navbar-nav>li, .navbar-nav {
    float: left !important;
}