/* GENERAL */

html {
    font-family: 'Montserrat';
	position: relative;
	min-height: 100%;
    background-color: #003C50;

}

body {
    font-family: 'Montserrat';
    color: #fff;
	margin-top: 80px;
	font-size: 16px;
	background-color: #003C50;
	margin-bottom: 70px;
	/*background: url(../img/tile.jpg);*/
}

@media (max-width: 991px) {
    .container {
        max-width: initial;
    }
}
/*@media (min-width: 576px) {
    .container {
        max-width: initial;
    }
}*/


/* GLOBAL */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}

h1 {
	font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h1,h2 {
    color: #FFF;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

button, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    border-radius: 2px !important;
}

.btn.btn-primary:hover {
    background-color: transparent;
}

.btn.btn-inverse {
    background: #ff8c00;
    color: #fff;
    border: 1px solid #d07302;
}
.btn.btn-inverse:hover {
    background-color: transparent;
    color: #ff8c00;
}
.btn-success {
	background: #78b033;
	border: none;
}

.btn-success:hover {
	background: #ba9b3d;
	border-color: #6a0b3d;
}

.btn-active {
    color: #fff;
    background-color: #ff8c00;
    border-color: #cd7204;
}

.container {
    background-color: #003C50 !important;    
}

.orange-separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 3px solid rgb(255, 140, 0);
}

footer {
	background: #3e4249;
	color: white;
	font-size: 16px;
	text-align: center;
    bottom: 0;
    width: 100%;
	position: absolute;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}

footer li.signup-link a {
	color: #dd5638;
}

footer li.signup-link a:hover {
	font-weight: bold;
}

.navbar-custom {
	/*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/
    background-color: #003C50 !important;
    border-bottom: 15px solid #FF8C00 !important;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav li.active a {
	background: none;
}

.navbar-brand {
    margin-right: 1rem;
    font-size: 2.25rem;    
    font-weight: 500;
}

.navbar-brand img {
    position: relative;
    max-width: 300px;
    background-size: contain;
}

/*HOMEPAGE*/
.home-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

/* CUSTOM BUTTON STYLE */
.btn {
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: none;
    border: 2px solid #325A78;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    /*border: none;*/
    padding: 0 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    background-image: none;
    
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.btn:hover:not([disabled]) {
    border: 2px solid #FF8C00;
    color: #FF8C00;
}

.btn:focus:not([disabled]) {
    outline: none;
    background-color: #006EA9;
    color: #fff;
}

.btn:disabled {
    border: 2px solid #7F7F7F;
    color: #7F7F7F;
    background: transparent;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.reset-filter-btn {
    border-radius: 0;
}

/* CUSTOM FORM INPUT STYLE */
.form-control {
    border-radius: 0;
    border: 2px solid #2D5774;
    background-color: #12475E;
    color: #FFF;
    display: inline-block;
}

#filter_form .form-control {
    padding: .375rem 0.375rem;
}

input::placeholder {
    color: #fff !important;
}

#filter_duration_mins, #filter_duration_seconds {
    width: 45%;
}

.layout {
	background: #ffffff none repeat scroll 0 0;
    /*-webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);*/
    /*box-shadow: 0 1px 6px rgba(57,73,76,0.35);*/
}

.layout-margin {
	margin-bottom: 30px;
	margin-top: 10px;
}

.layout-padding {
	/*padding: 50px 70px 70px 71px;*/
	padding-top: 1.5rem; 
	padding-bottom: 1.5rem;
}

.nav-link {
	color: rgba(255,255,255,.5);
}

.nav-item .dropdown-menu .show {
	background-color: #003C50;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/* CUSTOM TABLES */
.table-responsive {
    /*padding-right: 2px;*/
}
.table {
    overflow-x: initial;
}
.table thead > tr > th {
    border-top: none;
    color: #fff;
    text-transform: uppercase;
}

.table thead > tr > th > a:hover,
.table tbody > tr > td > a:hover {
    color: #ff8c00;
}

.table tbody tr:hover {
    box-shadow: inset 0px 0px 0px 2px #FF8C00;
}

.table th {
    border-top: none;
}
.table td {
    color: #FFF;
    border: none;
    vertical-align: middle;
}

.table thead th {
    border-bottom: none;
}

.table tbody+tbody {
    border-top: none !important;
}

/* PRROGRAMS TABLE STYLE */

#programs-table {
    /*overflow-x: initial;*/
    padding: 1px;
}

#programs-table .table #tbody tr {
    border: 2px solid #2D5774;
    background-color: #12475E;
}
#programs-table .table #tbody tr.active, #programs-table .table #tbody tr:hover {
    box-shadow: none;
}
#programs-table .table #tbody tr.main-row {
    border-bottom-width: 0px !important;
}

#programs-table .table #tbody tr.actions {
    border-top-width: 0px !important;
}

#programs-table .table #tbody tr.actions td {
    padding-top: 0px !important;
}

#programs-table .table #tbody tr.actions td .btn {
    margin-top: 4px;
    margin-left: 2px !important;
    margin-right: 2px;
}

#programs-table .table #tbody tr.actions td .btn.disabled {
    background-color: transparent;
    color: #6c757d;
    border-color: #2d5774;
}

#programs-table .table #tbody tr.main-row.active {
    border: 2px solid #FF8C00;
    border-bottom-width: 0px !important;
}

#programs-table .table #tbody tr.actions.active {
    border: 2px solid #FF8C00;
    border-top-width: 0px !important;
}

#programs-table .table #tbody tr td.name {
    position: relative;
}

.global-program-tag {
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -4px;
    color: #ff873a;
}

/*#programs-table .table #tbody tr.main-row:hover + .actions {
    border: 2px solid #FF8C00;
    border-top-width: 0px !important;
}*/

.spacer {
    height: 10px;
    border: none !important;
}

/* STRIPED TABLE STYLE*/
.striped-table tr:nth-child(even) {
  background-color: #19506E;
}

.striped-table td {
    padding: 5px 15px;
}

.program-ready {
    color: #2ba900;
    text-transform: uppercase;
    cursor: pointer;
}

.program-not-ready {
    /*color: #d60000;*/
    color: rgb(255, 140, 0);
    text-transform: uppercase; 
    cursor: pointer;
}

/* Customer edit */
#customer-discounts {
    border: 2px solid #325A78;
    padding: 10px;
}

#customer-discounts ul {
    padding-left: 15px;
}

#customer-discounts ul li {
    padding: 3px 20px 3px 0px;
    position: relative;
    border: 2px solid transparent;
    border-bottom-color: #325a78;
}

#customer-discounts ul li:hover {
    border: 2px solid #FF8C00;
    margin-left: -5px;
    margin-top: -2px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 5px;
}

#customer-discounts ul li a {
    position: absolute;
    right: 0
}

#customer-discounts ul li a:hover {
    color: #dc3545 !important;
}

#customer-discounts ul li:hover a {
    right: 5px;
}
/* Image gallery style */

.img-container {
    position: relative;
    text-align: center;
    color: white;
}
.centered-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 15px;
}

.image-link, .video-link{
    color: #ffffff !important;
    cursor: pointer;
}

img.img-fluid {
    border: 2px solid #2D5774;
}

img.img-fluid:hover {
    border: 2px solid #FF8C00;
}

.modal,body.modal-open {
    padding-right: 0 !important;
}

body.modal-open {
    overflow: auto;
}

body.scrollable {
    overflow-y: auto;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-footer {
    display: flex;
    justify-content: flex-start;
    background-color: #003C50;
    border-top: none;
}

#video-preview {
    height: 100%;
    width: 100%;
}

.login {
    background-color: #19506E;
}

.highlighted-container {
    background-color: #19506E;
    border: 4px solid #2d5774;
    padding-top: 10px;
}


label {
    color: #fff;
}

.navbar {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}

.navbar-nav > li > .dropdown-menu {
    background-color: #003C50;
}

.buyNowButton {
    /*padding: 40px 24px 80px 24px;*/
   /* padding-top: 40px;
    padding-bottom: 80px;*/
    min-height: 120px;
    font-size: 1.2rem;
}

.buyNowButton span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    padding-left: 75px;
    line-height: 24px;
}

.buyNowButton img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 15px;
    -ms-transform: translate(-50%, -50%);
    transform: translateY(-50%);
    width: 45px;
}

.modal-content {
    background: #12475E;
}

.box-background {
    background: #12475E;
}

/**
 * pagination
 */
.page-item .page-link {
    color: #fff;
    background-color: transparent;
    border-color: #2d5774;
    border-width: 2px;
}

.page-item.disabled .page-link {
    background-color: transparent;
    color: #6c757d;
    border-color: #2d5774;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ff8c00;
    border-color: #cd7204;
}

/* loader */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {            
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #FF8C00;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}