html {
    font-family: Roboto, Arial;
    height: 100%;
}

body {
    /*background-color: hsl(231, 100%, 49%);*/
    //background: linear-gradient(0deg, #0b4182 1%, #1e88e5 100%);
    /*background-image: linear-gradient(0deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 100%);*/
    background-color: #F6F7F8;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.app-container{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 942px;
}
.top-line{
    background: linear-gradient(0deg,#0b4182 1%,#1e88e5);
    height: 2px;
}

.top-logo{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("./img/shlogo_trans_127x55.png") no-repeat;
    background-repeat: no-repeat;
    /*background-size: 300px auto;*/
    /*width: 300px; !*or your image's width*!*/
    /*height: 131px; !*or your image's height*!*/
    background-size: 127px;
    width: 127px;
    height: 55px;
    /*margin: auto;*/
    padding: 0px
}

.circularProgress {
    position: fixed;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*-webkit-transform: translate(-50%, -50%);*/
}

/*.formOutsideContainer {*/
    /*background: linear-gradient(0deg, #0b4182 1%, #1e88e5 100%);*/
/*}*/

.contentContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 5px;
    width:100%;
}

.footer-container{
    align-items: center;
    border-top: 1px solid #e3e8e9;
    color: grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    font-size: .8em;
}.formContainer {
    border: 1px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, .09);
    padding: 25px;
    display: flex;
    flex-direction: column;
    max-width: 580px;
    justify-content: center;
}

.form-title{
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.7em;
    justify-content: center;
    padding: 0 0 5px 15px;
    text-align: center;
    width: 100%
}

.form-vertical-separator{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 25px;
    max-width: 50px;
}

.form-error-msg {
    font-size: 1em;
    color: #6c0018;
}

.form-logo {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("./img/shlogo_login.jpg") no-repeat;
    background-repeat: no-repeat;
    /*background-size: 300px auto;*/
    /*width: 300px; !*or your image's width*!*/
    /*height: 131px; !*or your image's height*!*/
    background-size: 136px;
    width: 136px;
    height: 60px;
    /*margin: auto;*/
    padding: 0px
}

.form-logo2 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("./img/shlogo_login.jpg") no-repeat;
    background-repeat: no-repeat;
    /*background-size: 300px auto;*/
    /*width: 300px; !*or your image's width*!*/
    /*height: 131px; !*or your image's height*!*/
    background-size: 168px;
    width: 168px;
    height: 74px;
    /*margin: auto;*/
    padding: 0px
}

.form-row {
    display: flex;
    flex-direction: row;
    margin: 3px;
}

.form-billtotalsummary{
    font-size: 1.1em;
    color: rgb(66, 62, 62);
    margin-top: 18px;
    justify-content: center;
}

.form-success-line-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    text-align: center;
    width: 100%;
}

.form-purchase-terms {
    font-size: .9em;
    color: rgba(0, 0, 0, 0.54);
}

.form-purchase-terms-hyperlink {
    font-size: .9em;
    color: #1259A3;
}

.form-success-firstline{
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
}

.form-success-line{
    display: flex;
    flex-direction: column;
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 30px;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url('./fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/roboto-v18-latin-regular.woff') format('woff'); /* Modern Browsers */
}.vjs-control.vjs-button.icon-text {
    font-family: roboto, sans-serif;
    font-size: 1.0em;
    position:absolute;
    color: white;
}
.vjs-control.vjs-button.icon-download {
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: auto;
    background-image: url("./icons/baseline-cloud_download-24px.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.vjs-control.vjs-button.icon-viewplaylist {
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: auto;
    background-image: url("./icons/baseline-view_list-24px.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.icon-default-thumb {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-image: url("./icons/round-play_circle_outline-24px.svg");
    background-size: 24px 24px;
}

.icon-search {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-image: url("./icons/baseline-search-24px.svg");
    background-color: white;
    background-size: 24px 24px;
}

.icon-close {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-image: url("./icons/round-close-24px.svg");
    background-color: white;
    background-size: 24px 24px;
}

.vjs-control.vjs-button.icon-fullscreen {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background-image: url("./icons/baseline-fullscreen-24px.svg") !important;
    background-color: unset;
    background-size: 32px 32px;
}

.mui-button{
    margin: 6px !important;
}

.mui-btnAction{
    background-color: #1565c0 !important;
    color: #ffffff !important;
    font-size: .8em !important;
    transition: unset !important;
}

.mui-btnAction:hover{
    background-color: #1565c0 !important;
    /*@media (hover: none) {*/
    /*background-color: #1565c0 !important;*/
    /*}*/
}

.mui-btnActionDisabled{
    background-color: hsla(0, 0%, 88%, 1) !important;
}

.mui-btnCancel{
    background-color: #29434e !important;
    color: #ffffff !important;
    font-size: .8em !important;
    transition: unset !important;
}

.mui-iconBtnCopy {
    height: unset !important;
    font-size: unset !important;
}

.mui-btnDelete:hover{
    background-color: #29434e !important;
    /*@media (hover: none) {*/
    /*background-color: #29434e !important;*/
    /*}*/
}

.mui-btnDelete{
    background-color: #a91724 !important;
    color: #ffffff !important;
    font-size: .8em !important;
    transition: unset !important;
}

.mui-btnDelete:hover{
    background-color: #a91724 !important;
    /*@media (hover: none) {*/
    /*background-color: #a91724 !important;*/
    /*}*/
}

.mui-fieldLabel {
    color: rgba(0, 0, 0, 0.54) !important;
    /*fontSize: 1.09em !important;*/
    font-size: 1.0em !important;
    margin-top: 0 !important;
}

.mui-inputBlock {
    margin: 0 0;
    border-radius: 8px;
    padding: 0;
}

.mui-inputBlock-nospace {
    margin: 0 !important;
    border-radius: 8px !important;
    padding: 0 !important;
}

.mui-helpertext-error{
    font-size: .8em !important;
}

/*.mui-inputSingleline-leftlabel{*/
    /*padding-bottom: 9px;*/
/*}*/

/*.mui-inputSingleline-rightinput {*/
    /*margin-top: 0px !important;*/
/*}*/

.mui-inputSingleline {
    border: 1px solid #dadada !important;
    padding: 6px 2px 6px 4px !important;
    border-radius: 6px !important;
    font-size: 1.0em !important;
    margin-top: 8px !important;
    resize: vertical !important;
}

.mui-inputMultiline {
    border: 1px solid #dadada !important;
    padding: 6px 2px 6px 4px !important;
    border-radius: 6px !important;
    font-size: 1.0em !important;
    margin-top: 8px !important;
    resize: vertical !important;
}

.mui-textfield{
    margin-top: 12px !important;
    margin-bottom: 2px !important;
}

.mui-select {
    background: #f9f9f1 !important;
    border: 1px solid #dadada !important;
    border-radius: 4px !important;
    font-size: 0.9em !important;
    padding-left: 8px !important;
}

.mui-tooltip{
    background-color: #0d172d !important;
    color: white !important;
    font-size: 1em !important;
    max-width: 640px !important;
}

.plan-highlights-container {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding-top: 12px;
    /*border: 1px;*/
    /*border-radius: 4px;    */
    /*box-shadow: 0 0.0625rem 0.375rem 0 rgba(0,0,0,.09);*/
    /*padding: 25px;*/
}



.plan-highlights-title {
    font-size: 2.0em;
}

.plan-highlights-price-month-container{
    align-items: flex-end;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.plan-highlights-price-month-dollar{
    font-size: 2.5em;
}

.plan-highlights-price-month-label{
    font-size: 1.4em;
    margin-bottom: 4px;
    margin-left: 6px;
}

.plan-highlights-bill-frequency{
    display: flex;
    flex-direction: row;
    font-size: .95em;
    font-weight: bold;
    margin-top: 5px;
}

.plan-highlights-features-container{
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #C9D1D7;
    border-bottom: 1px solid #C9D1D7;
}

.plan-highlights-feature-item-container{
    margin-top: 25px;
}

.plan-highlights-feature-item{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-left: 4px;
}

.plan-highlights-feature-check-container{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.plan-highlights-feature-check{
    color: #10539B;
    width: 20px;
    height: 20px;
}

.plan-highlights-feature-desc{
    display: flex;
    flex-direction: column;
    font-size: .95em;
    padding-left: 8px
}


/*# sourceMappingURL=app.min.css.map*/