
body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#header {
    background: #f2f2f2;
    padding: 5px 0;

    color: white;
}

#header .logo-container {
    display: inline-block;
}

#header .login-bar{
    float: right;
    padding-top: 10px;
}

#header .login-bar form {
    display: inline-block;
    padding-right: 15px;
}

#header .login-bar label {
    padding-left: 25px;
}

#header .login-bar input {
    background: black;
    border: 1px solid gray;
    color: white;
}

@media screen and (max-width: 859px) {

    #header .logo-container {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #header .login-bar {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
}

#logout-button-container {
    float: right;
    font-size: 22px;
    /*margin-top: 7px;*/
    display: inline-block;
}

#logout-button-container a {
    /*color: white;*/
    font-weight: 300;
    text-decoration: none;
}

#logout-button-container a:hover {
    color: #e12822;
    font-weight: 300;
    text-decoration: underline;
}

.has-container-padding {
    width: 680px;
    margin: 0 auto;
}

.has-wide-container-padding {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

.big-horizontal-padding {
    padding-right: 30px;
    padding-left: 30px;
}

#title {
    color: #4F4F4F;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
}

#secondary-title {
    color: #4F4F4F;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    padding-top: 25px;
}

#request-access-container table {
    margin: 0 auto;
}

#request-access-container td:first-child {
    text-align: right;
}

#request-access-container label.required:after {
    content: ' *';
    color: red;
}

#request-access-container label:not(.required) {
    padding-right: 11px;
}



#language-change-container {
    float: right;
    color: #4F4F4F;
    /*padding-top: 10px*/
}

.container {
    margin: 0 auto;
    width: 700px;
    background: #FFFFFF;
    padding: 0;
}

.content {
    padding: 10px;
}

a{
    color: #4F4F4F;
}

a:hover{
    color: #911b19;
}

.record_properties th {
    text-align: left;
}

.records_list {
    width: 100%;
    border-collapse: collapse;
}

.records_list th {
    background: #66dd66;
}

.records_list td,
.records_list th {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#playlist-container {
    width: 100%;
}

#playlist-container .item {
    padding: 3px 9px;
    border-bottom: 1px solid #c6c6c6;
    border-left: 10px solid #c6c6c6;
}

#playlist-container > .header-container + .item {
    border-top: 1px solid #c6c6c6;
}

#playlist-container .item a {
    color: #4F4F4F;
    font-weight: bold;
    text-decoration: none;
}

#playlist-container .item a:hover {
    color: #911b19;
    font-weight: bold;
    text-decoration: underline;
}

#playlist-container .header {
    color: white;
    font-weight: 300;
    font-size: 20px;
    padding: 3px 8px;
}

#playlist-container .header-container {
    margin-top: 13px;
    background: #161512;
    border-left: 10px solid #71b103;
    margin-bottom: 6px;
}

#playlist-container .duration {
    float: right;
    background: #848484 ;
    border-radius: 7px;
    padding: 0 8px;
    font-size: 0.8em;
    color: white;
}

#video-container {
    text-align: center;
    padding: 2px;
    margin: 0 auto;
}

#video-background {
    padding: 10px;
    background: #EDEDED;
    min-width: 680px;
}

#video-background video {
    max-width: 900px;
}

.navigation-bottom {
    padding: 10px 5px;
}

#expire-block {
    margin-top: 20px;
    text-align: right;
    background: #ededed;
    color: #838383;
    padding: 5px
}

.flash-error {
    background: #FFB9B9;
    border: 1px solid red;
    padding: 5px;
}

.back-image-char {
    font-size: 30px;
    float: left;
    line-height: 22px;
    padding-right: 4px;
    font-weight: bold;
}

.centered {
    text-align: center;
}

.centered-block {
    margin: 0 auto;
}

.clear-fix {
    clear: both;
}

h2 {
    margin: 10px 0 20px;
}

#request-access-container {
    padding-top: 38px;
}

.presentation-top-line {
    font-size: 50px;
    padding-top: 30px;
    font-weight: 300;
}

.presentation-bottom-line {
    font-size: 21px;
    padding-top: 14px;
}

.presentation-presents {
    font-size: 26px;
    padding-bottom: 32px;
}

.video-top-line {
    font-size: 30px;
    padding-top: 35px;
}

.video-bottom-line {
    font-size: 18px
}

label {
    display: block;
    width: 300px
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
}

.form-control {
    display: block;
    width: 300px;
    height: 34px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }
    
    .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
    
    .btn-primary {
    color: #ffffff;
    background-color: #f85c0a;  
    border-color: #f85c0a;
    width: 300px;
    height: 34px;
}

