/* 
    Created on : May 25, 2017, 9:59:49 PM
    Author     : strnad
*/

body {    
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
}

h3, label {
    font-weight: bold;
    font-size: 14px;
}

.body-header {
    height: 187px;
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
    margin: auto;
    cursor: pointer;
}

.body-main {
    min-height: 800px;        
}

.body-main .container {    
    padding: 20px;
    max-width: 1000px;
}

.right-column {
    background-color: rgb(242, 242, 242);
    /*height: 50%;*/
}

.body-footer {
    background-color: rgb(152, 152, 152);
    height: 80px;
}

.navbar {
    height: 42px;
    position: relative;
    left: 216px;    
    top: 147px;
    margin: 0px;        
    min-height: 30px;
    max-width: 787px;
    width: 787px;        
    -webkit-margin-start: 24px;
}

.container {
    max-width: 1000px;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.navbar-nav li {
    background-color: #94f49c;
    font-weight: bold;          
}

.navbar-nav>li>a {
    padding: 1rem;
    color: black;
}


.menu-item a {
    text-decoration: none;
    color: black;       
}

.white-bg {
    padding: 10px;
    background-color: white;
    width: 200px;
}

.no-bullets li {
    list-style-type: none;
    position: relative;
    left: -30px;
    font-weight: bold;
}

.no-bullets li a {
    text-decoration: none;
    color: black;
}

p {
    text-align: justify;
}

.mobile-header {
    display: none;
    visibility: hidden;
    font-size: larger;
    font-weight: bold;
}

.video-mobile {
    display: none;
    visibility: hidden;    
}

.video-main {
    display: inherit;
    visibility: visible;    
}


.program-column {
    width: 19%;
    float: left;
    margin: 3px;
}

.desktop {
    visibility: visible;    
}

.mobile {
    visibility: hidden;
    display: none;
}

@media screen and (max-width: 1000px){
    .body-header {
        background-image: none;
        width: auto;
    }

    .body-header {
        height: auto;
    }

    .mobile-header {
        visibility: visible;
        display: inherit;
    }

    .video-mobile {
        display: inherit;
        visibility: visible;    
    }

    .video-main {
        display: none;
        visibility: hidden;    
    }

    .navbar {
        height: auto; 
        position: initial;  
        -webkit-margin-start: 0%;
        width: auto;
    }

    .navbar-nav>li>a {
        padding: 6px;
    }    
}

.table-program {
    font-weight: bold;
}

.table-program th {
    background-color: inherit;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.table-program td {
    text-align: center;
    border-top: 2px solid black;
}


@media screen and (max-width: 768px){
    .program-column {
        width: 100%;
        float: none;
        margin: 0px;
    }

    .table-program {
        width: 80%;
    }

    .desktop {
        visibility: hidden;
        display: none;        
    }

    .mobile {
        visibility: visible;    
        display: initial;
    }
}

.logo-container {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    height: 125px;
}

.logo {
    float: left;
    margin-right: 30px;
    height: 80px;
}

.logo img {
    height: 80px;
}

.smaller-logo img {
    height: 90px;
    margin-top: 17px; 
}

.bold {
    font-weight: bold;
}

table {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

table th {
    background-color: #94f49c;
    margin: 2px;
    padding: 6px;   
    font-size: 14px;
}

table td {
    margin: 4px;
    padding: 4px;
    font-size: 14px;
}

p.green {
    background-color: #94f49c;
    padding: 3px;
}

.divider {
    margin-left: 3px;
    margin-right: 1px;    
}

.no-bullets li a.active-link {
    color: gray;
}

.hidden {
    display: none;
    visibility: hidden;
}

.required, input[required], select[required] {
    border: orange 1px solid;    
}

.error {
    color: red;    
}

input, textarea, select, button {
    width : 300px;
    margin: 0px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid gray;
    padding: 5px;
    
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}

textarea {
    height: 100px;
    width: 500px;
}

input[type='radio'], input[type='checkbox'] {
    height: 15px;
    width: 50px;
}

.valid_price {
    color: black;
    font-weight: bold;
}

.invalid_price {
    color: gray;
}

.output-table-wrapper {
    width: 100%;
    overflow-y: scroll;
}

.program-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.program-table {
    width: 100%;
    font-size: 12px;
}

.program-table th {
    font-weight: bold;
    font-size: larger;
}

table.program-table td, table.program-table th {
    border: 1px solid gray;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.program-table td a {
    text-decoration: none;
}

.p_green {
    color: #00C40B;
}

.p_blue {
    color: #32919E;
}

.p_magenta {
    color: magenta;
}