﻿.textboxdesign {
    padding-left: 15px !important;
}

.divleft {
    float: left;
    width: 95%;
}

.divright {
    float: right;
    padding-right: 5px;
}

.isRequired {
    border-color: Red !important;
}

select[multiple], select[size] {
    height: 0px !important;
}

.note {
    font-size: 20px;
    margin-left: 18%;
    font-weight: bold;
    color: red;
}

.netrisk {
    margin-right: 10px;
    background-color: red;
    border-color: red;
}

    .netrisk:hover {
        background-color: #de2a2a;
        border-color: red;
    }

.labelstatus {
    color: Red;
    padding-left: 20px;
    font-weight: bold;
}

.paddingright > td > table > tbody > tr > td {
    padding-right: 5px;
}

td, th {
    padding: 0;
    padding-left: 5px;
    font-size:14px;
}

.float-right {
    float: right;
}

#loading-modal {
    display: none;
}

.margin-right {
    margin-right: 5px;
}

.modal {
    width: 50% !important;
    background-color: transparent !important;
    border: 0px solid #999 !important;
}

.uppercase {
    text-transform: uppercase;
}

.margin-top-10 {
    margin-top: 10px;
}

td > span {
    color: #f8981d;
    font-weight: 700;
}

.sidebar {
    padding-top: 20px;
}

.red {
    color: red;
}

.height-inherit {
    height: 80px;
    width: 300px;
}

.login-box, .register-box {
    margin: 3% auto;
}

.lblTotal {
    font-size: 20px !important;
    line-height: 20px !important;
}

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-green {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-red {
    color: #fff !important;
    background-color: #f44336 !important;
}

.request-action-label {
    background: #f8981d;
    color: #fff;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    font-size: 25px;
}

.elevation-1 {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    /* font-size: 1.875rem; */
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box-content {
    margin-left: 70px;
}

.progress-description, .info-box-text {
    font-size: 17PX;
}

.info-box-number {
    font-size: 40px;
}

.container-fluid {
    padding: 15px;
}

.info-box-content {
    padding: 4px 10px;
}

.SumoSelect {
    width: 225px !important;
    font-size: 14px;
}

.padding-date {
    padding: 6px 4px;
}

.numeric
{
    text-align:right;
}
.dropdownpadding
{
    padding:6px 10px;
}
.sidebar-menu .menu-open > a > .fa-angle-left, .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    transform: rotate(-90deg);
}
.sidebar-menu .treeview-menu > li > a
{
    font-size:16px;
}
.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.paymenttable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paymenttable {
    table-layout: fixed;
    width: 100%;
    margin-bottom:60px;
}
.paddingright{
    padding-right: 3px;
}
.searchbutton{
    margin-top: 6px;
    height:30px;
}
.paymenttable tbody
{
    font-size:12px;
}
.paymenttable td {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.paymenttable th {
    font-size: 12px;
    text-align:center;
    vertical-align:middle;
}
.text-align-left{
    text-align:left !important;
}

