﻿html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 28rem;
    min-height: 100%;
}

@media (min-width: 480px) {
    body {
        padding-bottom: 20rem;
    }
}

@media (min-width: 1200px) {
    body {
        padding-bottom: 20rem;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-top: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.tab {
    height: 50px;
    min-width: 100px;
    background-color: #1F2334;
    text-align: center;
    margin-right: 5px;
}

    .tab > div.tab-text {
        color: #DDDDDD;
    }

.tab-selected > div.tab-text {
    color: #1F2334;
}

.tab-selected {
    border: solid;
    background-color: #DDDDDD;
    border: solid;
    border-color: #DDDDDD;
}

.tab-text {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .tab-text > a:hover {
        text-decoration: none;
    }

.main-login-box-header {
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.main-login-box {
    background-color: #1F2334;
    border: solid;
    border-width: 10px;
    border-color: #DDDDDD;
    color: #DDDDDD;
}

div.form-group div select {
    border-radius: 0;
    background-color: transparent;
    color: #DDDDDD;
    height: 3em;
}

div.form-group div input[type=text], [type=password] {
    border-radius: 0;
    background-color: transparent;
    height: 3em;
    color: #FFF;
}

.grey-text {
    color: #ddd;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
}

    footer a {
        text-decoration: underline;
    }

        footer a:hover {
            text-decoration: underline;
            color: #ddd;
        }

.footer {
    margin-top: 22px;
    margin-bottom: 25px;
}

.float-right {
    float: right;
    text-align: left;
}

a {
    color: #DDDDDD;
}

    a:hover {
        color: #DDDDDD;
    }

    a:visited {
        color: #DDDDDD;
    }

.btn-default {
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 18px;
}

a > i.icon-left-text {
    padding-right: 5px;
}

option:not(fisrt-child) {
    color: #000000;
}

.boldText {
    font-weight: bold;
}

.underlinedText {
    text-decoration: underline;
}