﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#titlemenu {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 76px;
    color: #fff;
    padding: 10px;
}

.bodylogoin {
    /*min-height: 592px;
    width: auto;*/
    /*background: url(/image/backgrouplogin.jpg) no-repeat center center;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*background-size: 100%;*/
    height: 100%;
    width: 100%;
    /*background-size: cover;*/
}

footer {
    position: fixed;
    bottom: 0px;
    height: 25px;
    background: gray;
    text-align: center;
    color: #fff;
    padding: 3px;
    width: 100%;
    opacity: 0.6;
    margin: auto;
}

.panel-login {
    background-color: #5ba4ae;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 3px 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    /*margin: 54px;
    color: #fff;
    /*margin-left: 0px;
    margin-right: 120px;*/
    margin: auto;
    margin-top: 20vh;
    /*max-width: 320px;*/
}

    .panel-login .panel-title {
        text-align: center;
        padding-top: 14px;
        border-bottom: 1px;
        border-style: solid;
        border-color: #fff;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-bottom: 10px;
        font-weight: bold;
    }

.panel-heading-login {
    color: #fff;
    background-color: #3c763d;
    padding: 10px 15px;
    text-transform: uppercase;
}

/*.navbar-inverse {
    background-color: green !important;
    border-color: green !important;
    color: #fff !important;
}

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            font-weight: bold;
        }*/

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-50 {
    padding: 50px;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.menu-top-home {
    height: 65px;
    background: #f8f8f8 !important;
    color: #333333 !important;
}

.top-menu {
    color: #333333;
    font-weight: bold;
}

    .top-menu:hover {
        color: #333333;
        text-decoration: none;
    }

.padding-top-15 {
    padding-top: 15px;
}

.text-nano {
    font-size: 30px;
    font-weight: 900;
    font-family: serif;
    text-shadow: 2px 2px 4px #9e9e9e;
}





.txt-italic {
    color: #333;
    text-shadow: 2px 2px 4px #9e9e9e;
}

.fa-font-18 {
    font-size: 18px !important;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-bot-50 {
    margin-bottom: 50px !important;
}

.slimScrollDiv {
    border: 1px solid #eee;
}

.form-control {
    height: 33px !important;
}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px;
}

.btn-box-tool {
    font-size: 10px !important;
}

.box {
    margin-bottom: 10px !important;
}

.box-header {
    padding: 5px !important;
}







.dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
    margin-right: 5px !important;
}

.padding-ringht-5 {
    padding-right: 5px !important;
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

.mar-bot-5 {
    margin-bottom: 5px !important;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    width: 100% !important;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-size: 15px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.pa-left-right-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pa-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

legend {
    font-size: 16px !important;
}

.panel-title {
    color: #fefefe !important;
}

.w-100 {
    width: 100% !important;
}

.txt-sans-serif {
    font-family: sans-serif !important;
}

.txt-12 {
    font-size: 12px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.cl-white {
    color: white;
}
