@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}


/* ERROR */

.errorShow {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: all 1s;
    background-image: url('../img/error.gif');
    height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
}

.errorShadow {
    height: 100vh;
    background-color: #232323ab;
}

.errorContainer {
    text-align: center;
    padding-top: 20vh;
    color: white;
}

#oops {
    font-size: 10em;
    color: white;
    font-weight: 100;
}

.loginLogo {
    width: 100%;
}

.fc-toolbar {
    text-transform: capitalize;
}

.fc-day-header {
    text-transform: capitalize;
}

.popup {
    display: inline-block;
    width: 150px;
    /* height: 100px; */
    background: white;
    position: absolute;
    z-index: 10001;
    border: 1px solid #838383;
}

.popup h2 {
    margin: 1rem;
    font-size: 20px;
    font-weight: 600;
}

.popup hr {
    border-top: 1px solid #838383;
    margin: 1rem;
}

.popupContent {
    margin: 1rem;
}

.popupBtn {
    width: 100%;
    position: absolute;
}

.popupBtn a {
    margin: 1rem;
    width: 100%;
}

.popup span {
    text-align: center;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.commandsSection {
    margin-top: 5rem;
    margin-bottom: 5rem;
}


/* Subscribe me on Youtube
https://bit.ly/3m9avif
*/


/* pricing table */

.pricing-table {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.pricing-table .td {
    padding: 0px;
    border-left: 1px solid transparent;
}

.pricing-table .pricing-table-list .td {
    padding: 10px 8px;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    background: #F9F9F9;
}

.pricing-table .pricing-table-list .glyphicon-ok {
    color: #68AF27;
}

.pricing-table .pricing-table-list .glyphicon-remove {
    color: #C22439;
}

.pricing-table .pricing-table-list .td:first-child {
    font-weight: 900;
    text-align: left;
    border-left: 0px;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
}

.pricing-table .pricing-table-list:nth-child(2n) .td {
    background: #F2F2F2;
}

.pricing-table .pricing-table-text h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 33px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #009AD7;
}

.pricing-table .pricing-table-text p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.pricing-table .pricing-table-item {
    color: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-head {
    padding: 10px 5px;
    text-align: center;
    background: #009AD7;
}

.pricing-table .pricing-table-item .pricing-table-item-head p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-head span {
    font-size: 11px;
    font-weight: 400;
}

.pricing-table .pricing-table-item .pricing-table-item-price {
    padding: 15px 10px;
    text-align: center;
    background: #FFF;
    color: #009AD7;
}

.pricing-table .pricing-table-item .pricing-table-item-price p {
    font-size: 41px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-price p span {
    font-size: 12px;
    font-weight: 300;
}

.pricing-table .pricing-table-item .pricing-table-item-price>span {
    font-size: 12px;
    font-weight: 400;
    color: #009AD7
}

.pricing-table .pricing-table-item .pricing-table-item-purchase {
    padding: 10px 5px;
    background: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
    text-transform: uppercase;
    margin-bottom: 0px;
}


/*
plus minus buttons
*/

.plusMinusBlock {
    margin-bottom: .5rem;
}

.plusMinusBlock span {
    flex: none;
    font-size: larger;
}

.deleteBlock {
    align-self: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.deletePrint,
.deleteSelection {
    background-color: #dc3545;
    padding: .45rem .7rem;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.deletePrint:hover,
.deleteSelection:hover {
    background-color: #dc35469d;
    box-shadow: 3px 3px 3px #999;
}

.validPhoto {
    background-color: #0f9b03;
    padding: .5rem .7rem;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.validPhoto:hover {
    background-color: #559350;
    box-shadow: 3px 3px 3px #999;
}

.plusMinusBlock input {
    font-size: x-large;
    text-align: right;
    border: 0;
    border-bottom: 1px solid #a08063;
    text-align: right;
    width: 3rem;
    /* padding-bottom: 0.2rem; */
    padding-right: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.qty-minus,
.qty-plus {
    background-color: #a08063;
    padding: .5rem .7rem;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.qty-minus:hover,
.qty-plus:hover {
    background-color: #baa589;
    box-shadow: 3px 3px 3px #999;
}

.lineBottom {
    display: block;
    width: 80%;
    margin: 0rem auto .625rem;
    border-top: 1px solid #a08063;
    height: 1px;
    z-index: 100;
}

.welcomePanel {
    background-color: #ccbba6;
    z-index: 10000;
    text-align: center;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.welcomePanel img {
    width: 50%;
    margin-top: 30vh;
}


/* eof pricing table */

@media (max-width: 768px) {
    .pricing-mobile {
        display: flex !important;
        font-weight: 900;
    }
    .plusMinusBlock {
        text-align: center;
    }
}