﻿.bodyLogin {
    padding-top: 100px;
    background-image: url('../Content/Images/30.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    height: 100vh;
    width: 100%;
    color: #ffffff;
}

body {
}

.blue-tooltip + .tooltip > .tooltip-inner {
    color: #ffffff;
}

.higlight {
    color: #0a1ef8;
    font-size: larger;
}

.textBox {
    height: 25px;
    padding: 1px 5px 1px 5px !important;
    /*width: 220px;*/
    width: 80%;
    color: #000000;
    font-size: 14px;
    /*font-weight:bold;*/
}

.textBoxLong {
    width: 92%;
}

.labelnormal {
    font-weight: normal;
}

.combobox {
    height: 25px;
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    color: #000000;
    width: 80%;
    /*width: 220px;*/
    overflow: auto;
}

.numberUpdown {
    height: 25px;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    font-weight: bold;
    color: #000000;
    width: 80%;
    /*width: 220px;*/
    overflow: auto;
}

.headerTable td {
    font-size: larger;
    font-weight: bold;
}

.modal {
    /*text-align: center;*/
}


.buttonSmall {
    height: 25px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}

.itemMenu {
    color: #000000 !important;
    font-weight: bold;
    margin: 0px;
    height: 30px;
    min-height: 20px;
}

.selectedRow {
    font-weight: bold;
}

.unselectedRow {
    font-weight: normal;
}

.active {
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.footerPane {
    margin-bottom: 0px;
}

.mlabel {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight:normal;
}

.mRow {
    padding-bottom: 3px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 28px;
}

.navbar {
    min-height: 28px !important;
    font-weight: bold;
}

.nonPading {
    padding: 0px;
}

.form-control-remix {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.noMargin{
    margin-bottom:0px;
}
/*td { white-space:pre }*/