﻿html {
    margin: 0;
}

header {
    background-color: #fff;
    padding-top: 11px;
}

body {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    clear: both;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.fl {
    float: left;
}

hgroup,
nav, section {
    display: block;
}

.margin-right-20 {
    margin-right: 20px;
}

.clear {
    clear: both;
}

.checkbox-list-horizontal {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}

#logged-user-nav {
    margin-right: 20px;
}

.fl {
    float: left;    
}

footer {
    background-color: #02B4D4 !important;
    height: 100%;
    bottom: 0; 
    position: relative;
}

footer div {
    margin-top: 2.5vh;
}

footer div p{
    color: #fff;
    margin-left: 0.5rem;
    font-size: 1.5rem;

}

.page-wrapper {
    min-height: 93vh;
}

.footer-wrapper {
    min-height: 7vh;
}

.site-title {
    margin: 0;
}

.site-logo {
    width: 120px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.col-width-1 {
    width: 15.55%;
}

.col-margin-left-2 {
    margin-left: 31%;
}

.col-margin-left-1 {
    margin-left: 11.45%;
}

.col-margin-left-0 {
  margin-left: 3.1%;
}

.col-padding-left-1 {
    padding-left: 17.5px;
}

.col-padding-left-0 {
    padding-left: 0;
}

.col-padding-right-0 {
  padding-right: 0;
}

.font-weight-permissions{
    font-weight: 300 !important;
}

.font-applications {
    font-size: 20px !important;
    font-weight: 100 !important;
    color: #999;
}

.font-applicationSettings {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.font-applicationSettings-description {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.application-page {
    overflow: hidden;
}

#dropdown-select-list-color {
    color: #a94442;
}

#role-dropdown {
    color: #a94442;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-left: 20px;
}

    ul#menu > li {
        display: inline-block;
    }

    ul#menu li {
        list-style: none;
        font-size: 1em;
        line-height: 30px;
        padding: 0 10px 0 10px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 3px solid transparent;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
            padding: 0;
        }

        ul#menu li:hover {
            cursor: pointer;
            border-bottom: 3px solid #00A5C5;
            z-index: 2;
        }

            ul#menu li:hover a {
                color: #333;
                text-decoration: none;
            }

.white-content {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px black;
}

.big-title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
}
.blue-button {
    background: #00CEF6;
    background-image: -webkit-linear-gradient(top, rgba(3, 174, 204, 0.8), rgba(3, 174, 204, 0.8));
    background-image: -moz-linear-gradient(top, rgba(3, 174, 204, 0.8), rgba(3, 174, 204, 0.8));
    background-image: -ms-linear-gradient(top, rgba(3, 174, 204, 0.8), rgba(3, 174, 204, 0.8));
    background-image: -o-linear-gradient(top, rgba(3, 174, 204, 0.8), rgba(3, 174, 204, 0.8));
    background-image: linear-gradient(to bottom, rgba(3, 174, 204, 0.8), rgba(3, 174, 204, 0.8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    border-top: solid #03aecc 1px;
    border-top: solid rgba(3, 174, 204, 0.8) 1px;
    border-right: solid #03aecc 2px;
    border-right: solid rgba(3, 174, 204, 0.8) 2px;
    border-bottom: solid #03aecc 2px;
    border-bottom: solid rgba(3, 174, 204, 0.8) 2px;
    border-left: solid #03aecc 1px;
    border-left: solid rgba(3, 174, 204, 0.8) 1px;
    text-decoration: none;
    font-weight: bolder;
    cursor:pointer;
}

.gray-button {
    background: #999;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    border-top: solid rgba(192,192,192,0.3) 1px;
    border-right: solid rgba(192,192,192,0.3) 2px;
    border-bottom: solid rgba(192,192,192,0.3) 2px;
    border-left: solid rgba(192,192,192,0.3) 1px;
    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
}

.left-control-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align:left;
    padding-left:120px;
}
.padding-top-1 {
    padding-top: 1rem;
}

#app-menu {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    color: #7f7f7f;
    margin-top: 2px;
    margin-right: 15px;
}

#apps-popup {
    display: none;
    position: absolute;
    background-color: white;
    top: 50px;
    left: 20px;
    z-index: 100;
    border: 1px solid #808080;
    padding: 10px;
}

    #apps-popup .app-popup-item {
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px
    }

    #apps-popup .app-popup-item .apps-popup-image {
        width: 50px;
    }

    #apps-popup .app-popup-item .apps-popup-image-title {
        text-align: center;
        margin: 8px 3px 0px 3px;
    }

.form-input-link {
    display: inline-block;
}

.input-link {
    padding-left: 0; 
    background: none;
    border: none;
    color: #337ab7;
}

.input-link:hover {
    text-decoration: underline;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.isDisabled:hover {
    text-decoration: none;
}

.login-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}