﻿.breadcrumb {
    border: none !important;
    margin-bottom: 0 !important;
}

#page-title {
    padding: 10px 0 !important;
}

.login-form {
    background-image: url('../../images/about_us.jpg');
    background-size: cover;
}

    .login-form .form-login-heading {
        color: #007cc0;
        font-size: 25px;
        font-family: "Open Sans";
    }

    .login-form label {
        color: #7B7B7B;
        font-size: 14px;
        font-weight: normal;
    }

    .login-form input {
        color: #7B7B7B;
        border: 1px solid #7B7B7B;
        border-color: #7B7B7B;
        font-size: 14px;
        font-weight: normal;
        background: transparent;
    }

    .login-form select {
        color: #7B7B7B;
        border: 1px solid #7B7B7B;
        border-color: #7B7B7B;
        font-size: 14px;
        font-weight: normal;
        background: transparent;
    }

.add-border-top { border-top: 1px solid #CCC; }

.accordion li i.fa-chevron-right {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li i.fa-download {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion .topic:hover {
    background: #148F77;
    color: #FFFFFF !important;
}

    .accordion .topic:hover .link { color: #FFFFFF !important; }
    .accordion .topic:hover i { color: #FFFFFF !important; }

.breadcrumb ul li {
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb .cur { color: #007cc0 !important; }
    
.full-width-video-wrapper {
    width: 100%;
    height: 360px;
}

.full-width-video{
    width: 100%;
    min-height: 360px;
}

.video-loading{
    width: 100%; 
    height: 360px; 
    position: absolute; 
    top: 0px; 
    display:table;
    z-index:0;
}

.text-red {
    color: red !important;
}

.question-video {
    max-width: 600px !important;
    max-height: 400px !important;
}

.text-over {
    /*text-decoration: solid overline;*/
    border-top: 1px solid grey;
}

.question-img{
    max-width: 400px;
    max-height: 300px;
}

.question-auto{
}

.breadcrumb{
    width: 100% !important;
}

.ctcotainer{
    width: 100%;
}

.download-file a{
    color: #007cc0 !important;
}

@media screen and (min-width: 1280px) {
    .full-width-video-wrapper{
        height:460px;
    }
    .video-loading{
        height:460px;
    }
    .ctcotainer{
        width: 80%;
    }
}