﻿html{
   height:100%;
}
body {
    color: #333333; /* color */
    font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    height:100%;
}
.mainContainer{
    min-height:100%; 
    position:relative;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    height:100%;
    min-height:100%;
    padding-bottom:30px;
}

/* 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;
    padding: 3px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.btncontainer {
    text-decoration: none;
}

.btncontainer:hover {
    text-decoration: none;
}

.button:hover {
    background-color: #42454c;
    color: #EBEEF0;
    border: 1px solid #42454c;
    text-decoration: none;
    border-radius: 4px;
}

.button {
    background-color: #ebeef0;
    border: 1px solid #dfdfdf;
    line-height: 1.43em;
    color: #445963;
    cursor: pointer;
    margin: 0 auto;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 6px 12px;
    border-radius: 4px;
}

.button-primary:hover {
    background-color: #064175;
    border: 1px solid #064175;
    text-decoration: none;
    border-radius: 4px;
}

.button-primary {
    background-color: #428bca;
    border: 1px solid #428bca;
    line-height: 1.43em;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 6px 12px;
    border-radius: 4px;
}

.buttonDisabled {
    background-color: #ebeef0;
    border: 1px solid #dfdfdf;
    line-height: 1.43em;
    color: #445963;
    cursor: pointer;
    margin: 0 auto;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    padding: 6px 12px;
    opacity: .65;
}

    .buttonDisabled:hover {
        text-decoration: none;
        cursor: not-allowed;
        border-radius: 4px;
    }

.field-validation-error {
    color: red;
    font-size: 12px;
}

.mandatory:after {
    content: " *";
    color: red;
}

.paddLeft25 {
    padding-left: 25px;
}

.padAll {
    padding: 15px 15px 15px 25px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
}

.color a, .color a:hover {
    color: #428bca;
    float: right;
}

.custom-horizontal dt {
    width: 300px;
}
.custom-horizontal dt:after{
    content:" :";
}

.custom-horizontal dd {
    margin-left: 340px;
    padding-bottom:3px;
}

.custom-horizontal {
    font-size: 12.5px;
}

.searchLabel {
    margin-top: 5px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 250px;
}

.btn .caret {
    margin-left: 150px;
}

.validationClass {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

.langcode-width {
    width: 100px !important;
}

.langname-width {
    width: 200px !important;
}

.navbar-inverse {
    background-color: #428bca;
    border-color: #428bca;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #064175;
    outline: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #064175;
    margin-left: 1px;
    margin-right: 1px;
}

.navbar-inverse .navbar-text {
    color: #fff;
}

.navbar-inverse .navbar-text > a {
    color: #fff;
}

.navbar-logo {
    float: left;
    height: 55px;
    padding: 3px 15px 3px 3px;
}

.navbar-nav > li > a {
    line-height: 25px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; /* Height of the footer */
    background: #428bca;
}

.footer span {
    float: right;
    line-height: 2em;
    color: white;
    padding-right:10px;
}
.td-sm{
    padding:2px !important;
}
.td-sm  input{
    padding: 1px !important;
    height:25px;
}

.flex-row {
    display: flex;
    justify-content: space-between;
}

    .flex-row .column {
        margin-right: 15px;
        margin-bottom: 10px;
        flex-grow: 1
    }

 .flex-row .column:last-child {
            margin-right: 0;
        }
    .flex-row .input-group-addon, .flex-row .form-control{
        padding: 6px;
    }
