﻿html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    padding: 70px 0 30px 0;
    font-size: 14px;
}

.navbar-toggle .icon-bar {
    background-color: black;
}

@media (max-width: 768px) {
    .affix {
        position: static;
    }
}

label,
.control-label,
.help-block,
.checkbox,
.radio {
    font-size: 14px;
}

.app-link .app-link-brand {
    margin-top: 5px;
    /*position: absolute;
    bottom: 15px;*/
}

.app-link {
    overflow: hidden;
}

.app-link a {
    height: 100px;
    word-break: break-word;
}

.app-area.low .app-link a {
    height: 75px;
}
.app-area.high .app-link a {
    height: 125px;
}

.btn-registration {
    margin-bottom: 15px;
}

.app-area {
    margin-right: 0;
}

.app-link .icon {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    font-size: 22px;
}

.text-middle .list-group-item, .text-bottom .list-group-item {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
    .text-middle .list-group-item .app-link-brand, .text-bottom .list-group-item .app-link-brand {
        flex: 1;
        align-self: center;
    }

    .text-bottom .list-group-item .app-link-brand {
        align-self: flex-end;
    }

.text-center .list-group-item {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-registration {
        min-width: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-registration {
        min-width: 175px;
    }
}

@media (min-width: 1200px) {
    .btn-registration {
        min-width: 200px;
    }
}

@media (max-width: 767px) {
    .btn-registration {
        min-width: 100%;
        width: 100%;
        display: block;
    }

    .app-link {
        margin-right: 0;
        margin-bottom: 4px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .app-link a {
            height: 85px;
        }

    .app-area.low .app-link a {
        height: 60px;
    }

    .app-area.high .app-link a {
        height: 110px;
    }

        .app-link .icon {
            margin-top: 0;
            margin-right: 0;
            font-size: 20px;
        }

        .app-link h4 {
            font-weight: bold;
            font-size: 15px;
            /*margin-right: 15px;*/
        }

    .list-group.col-xs-4.app-link h4 {
        font-weight: normal; font-size: 13px;
    }

    .app-link p {
        margin-right: 0;
    }

    .app-area {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 2px;
    }
}

.app-link a:hover {
    border-color: #808080;
}

.apps-rounded-5 .app-link .list-group-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.apps-rounded-10 .app-link .list-group-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.apps-rounded-15 .app-link .list-group-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.apps-rounded-20 .app-link .list-group-item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.apps-shadow .app-link .list-group-item {
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.apps-shadow .app-link a.list-group-item:hover {
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .apps-shadow .app-link .list-group-item {
        -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    }

    .apps-shadow .app-link a.list-group-item:hover {
        -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
    }
}

.flash {
    -moz-animation: flash-animation 1s ease-in infinite alternate;
    -o-animation: flash-animation 1s ease-in infinite alternate;
    -webkit-animation: flash-animation 1s ease-in infinite alternate;
    animation: flash-animation 1s ease-in infinite alternate;
}

@-moz-keyframes flash-animation {
    to {
        opacity: 0.2
    }
}

@-webkit-keyframes flash-animation {
    to {
        opacity: 0.2
    }
}

@keyframes flash-animation {
    to {
        opacity: 0.2
    }
}

.folder-link .action-link,
.file-link .action-link {
    display: none;
}

.folder-link:hover .action-link,
.file-link:hover .action-link {
    display: inline;
}

td.folder-class .action-link {
    display: none;
}

td.folder-class:hover .action-link {
    display: inline;
}

td.file-link {
    word-break: break-all;
}

td.folder-class {
    word-break: break-all;
}

    td.folder-class a,
    td.file-link a {
        color: #000;
        text-decoration: none;
        display: block;
    }

.alert {
    font-size: 15px;
    font-weight: bold;
}

input[type='file'] {
    max-width: 100%;
}

#toTop {
    position: fixed;
    right: 35px;
    bottom: 5px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 500;
}

    #toTop:hover {
        /*opacity: .7;*/
        color: #000;
    }

.left-menu-link {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.fixed-top {
    top: 55px;
    position: fixed;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 15px;
}

@media (max-width: 767px) {
    .fixed-top {
        width: 100%;
    }
}

.fixed-top .hidden-fixed {
    display: none;
    visibility: hidden;
}

.chart-container {
    width: 100%;
    height: 300px;
    max-width: 100%;
}

    .chart-container.chart-pdf-container {
        width: 1140px;
        min-width: 1140px;
        max-width: unset;
    }

.chart-horizontal-container {
    width: 100%;
    height: auto;
    min-height: 500px;
    min-width: 500px;
    padding-top: 0;
    margin-top: 0;
}

.has-error .alert .control-label {
    color: #fff;
}

.btn-unmute-video {
    opacity: 0.5;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1001;
}

.btn-load-video {
    opacity: 0.5;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1001;
}

.btn-play-video > i {
    display: block;
    font-size: 200px;
    opacity: 0.5;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    z-index: 1001;
    color: #fff;
}

#slide-container {
    height: 100%;
}


/* .navbar-brand {} */

.navbar-brand > img {
    float: left;
    height: 175%;
    margin: -6px 10px auto auto;
    width: auto;
    display: inline;
}

.pull-right-margin-left {
    float: right !important;
    margin-left: 5px;
}

/* Search bar */

#search-wrap {
    display: inline-block;
    transition: 0.24s;
}

    #search-wrap:hover {
        cursor: pointer;
       }
#search-wrap i {
    padding-top:3px;
    display: none;    
    transition: 0.24s;
}

.expandSearch input {
    border: none;
    transition: width .5s ease;
}

    .expandSearch input:focus {
        outline: none;
        width: 100%;
        transition: 0.24s;
    }

.navbar-form .form-control {
    width: 100%;
    overflow: hidden;
    transition: width .5s ease;
}

.showSearch {
    outline: none;
    width: auto;
    transition: width .5s ease;
}

#search-form {
    transition: 0.24s;
    transition: width .2s, padding .2s;
}
#search-wrap {
      cursor: pointer;
}

#search-results {
    position: relative;
}

ul.dropdown-menu {
    min-width: 100%;
}

@media (min-width: 768px) {
    i#search-icon {
        display: inline-block;
    }
    .navbar-right {
        margin-right:-3px;
    }
    .navbar-form {
        padding:0 2px;
    }
    #search-input {
        width: 250px;
        max-width: 100%;
        transition: width .2s, padding .2s;
    }

        #search-input.search-input-closed {
            padding: 0;
            border: none;
            width: 0;
        }

    .expandSearch input:focus {
        width: auto;
    }
}

@media only screen and (max-width: 450px) {
    input.upload-field {
        margin-bottom: 15px;
    }
}
