﻿body {
    /*padding-top: 15px;*/
    font-size: 12px;
}

.main {
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}

.mainConfig {
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    /*height: 30%;*/
    margin: auto;
    /*margin-top: 205px !important;*/
}

h3 {
    text-align: center;
    line-height: 300%;
}

.addMarginRight {
    margin-right: -40px !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    display: table-cell;
    width: 500px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.containerCard {
    padding: 2px 16px;
}

.layout {
    background-image: url("../Images/background.jpg");
    background-size: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 1080px;
}

.topPadding {
    padding-top: 10px;
}

.selectpicker {
    width: 100%;
    height: 32px;
}

.alert {
    /*width: 470px;*/
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.topMarginAlert {
    margin-top: 150px;
}

.topMarginLogin {
    margin-top: 215px;
}

.logo {
    margin-top: 9px !important;
}

.logoImg {
    width: 40px;
    border: 2px solid #EDF0F0;
    border-radius: 20px;
    background-color: #EDF0F0;
}

.navbar-right {
    float: right;
}

.removePaddingRight {
    padding-right: 0px !important;
}

.removePaddingLeft {
    padding-left: 0px !important;
}

.floatLeft {
    float: left !important;
}

.checkbox {
    width: 27px;
    height: 34px;
}

.requiredLabel:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.floatRight {
    float: right;
    padding-top: 10px;
}

.buttonWidth {
    width: 51px;
}

.menuRight {
    right: auto !important;
    left: 0 !important;
}

.alignToButtons {
    width: 188px !important;
}

.wrapper {
    margin-top: 80px !important;
}

.paddingLeft {
    padding-left: 14px;
}

.paddingRight {
    padding-right: 14px;
}

.centerDiv {
    text-align: center;
}

.centerContext {
    display: inline-block
}

.downloadPadding {
    padding-top: 25px !important;
}