.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }

.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}

.navbar-default .navbar-brand {
	background:black;
    color: #fff;
    padding: 15px 25px;
}

.swal2-popup {
  font-size: 1.6rem !important;
}
.swal2-actions {
	display: block !important;
}
.swal2-actions>.order-cancel{
	/*margin-right: 10px;*/
	/*font-size: 1.6rem !important;*/
	width: 100% !important;
	display: block !important;
	font-size: 200% !important;
	padding: 10px 40px 10px 40px;
}
.swal2-actions>.order-confirm{
	/*margin-left: 10px;*/
	/*font-size: 1.6rem !important;*/
	width: 100% !important;
	color: #595959 !important;
	text-decoration: underline;
	display: block !important;
	margin-top: 20px;
}

#tb_products tbody tr td {
	vertical-align: middle;
}

#tb_orders tbody tr td {
	vertical-align: middle;
}

.subhead{
	font-weight: bold;
	color: rgb(2, 85, 139) !important;
}

.main-container {
    font: "Roboto Condensed";
    font-size:20px;
    text-align: center;
    max-width: 850px;
    margin:0 auto;
}

.headline {
    font-size: 34px !important;
    color: rgb(2, 85, 139) !important;
    margin:0;
    margin-bottom:30px;
    text-align: center;
}

.sub-headline {
    color: rgb(2, 85, 139) !important;
    font-size:25px;
    margin:0;
    margin-bottom:30px;
    font-weight: bold;
    text-align: left;
}

p {
    margin-bottom:30px;
    text-align: left;
}

.content-img {
    max-width: 450px;
    width:100%;
    margin:0 auto;
    margin-bottom: 30px;
}

.content-video {
    margin-bottom:30px;
}

.content-linebtn {
    width:100%;
    max-width:450px;
    margin-bottom:30px;
}

.hide {
    display:none;
}

.course-outline-box {
    border: 1px grey solid
}

.btn {
    margin-bottom:30px;
    font-size:20px;
    width:100%;
    max-width:450px;
}

.list-group {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom:30px;
}

#course-start-btn{
    font-weight: bold;
    font-size:30px;
    padding-top:15px;
    padding-bottom:15px;
}

.order-even {
        background-color: #d9edf7 !important;
    }

    .order-odd {
        background-color: #ffffff !important;
    }

    #tb_orders tbody tr td:nth-child(10) {
        max-width: 200px;
        /*white-space: nowrap;
        overflow-x: hidden;*/
    }

    #tb_orders>thead>tr>th,
    #tb_orders>tfoot>tr>th {
        font-size: 90%;
        font-weight: normal;
    }

    .main-container ul {
        text-align: left; 
        margin-bottom:30px; 
        margin-left:20px;
    }

    .main-container ul *:last-child {
        margin-bottom:0px;
    }

    .main-container li {
        margin-bottom:15px;
    }

    .course-img {
        width : 100%;
        margin-bottom : 30px;
        max-width:600px;
    }
    
    /* The Modal (background) */
        .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
        }

        /* Modal Content (Image) */
        .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        }

        @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
        }

        /* The Close Button */
        .modal-close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        }

        .modal-close:hover,
        .modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
        }

        /* 100% Image Width on Smaller Screens */
        @media only screen and (max-width: 700px){
        .modal-content {
            width: 100%;
        }
        }