﻿.hidden {
    display: none !important;
}

.error_class_red {
    color: #ff0000;
}

.pointer {
    cursor: pointer !important;
}

.table_item {
    cursor: pointer !important;
}


.disabled_menu_color {
    color: #d8d8d8 !important;
}

.sidebar_icon_color {
    color: #22b9ff;
}

.selected_row_general {
    background-color: #ffb822 !important;
    color: #ffffff !important;
}

    .selected_row_general td {
        color: #ffffff !important;
    }

        .selected_row_general td a {
            color: #ffffff !important;
        }

.table_header_blue {
    /*background-color: #3b5998;*/
    background-color: #7f8080;
}

.margin_left_15 {
    margin-left: 15px;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_top_100 {
    margin-top: 200px;
}

.margin_top_5 {
    margin-top: 5px;
}

.margin_top_20 {
    margin-top: 20px !important;
}

.margin_top_50 {
    margin-top: 50px;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_top_0 {
    padding-top: 0;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.padding_0 {
    padding: 0;
}

.padding_30 {
    padding: 30px;
}

.white_th {
    color: #ffffff !important;
}

.margin_bottom_13 {
    margin-bottom: 13px;
}

.header_grey {
    background-color: #ebedf2;
}

.grey_link {
    color: #ebedf2 !important;
}

.dark_blue_font {
    color: #3b5998 !important;
}

.accordion.accordion-toggle-plus .card .card-header .card-title:after {
    color: #3b5998 !important;
}

.padding_left_15 {
    padding-left: 15px;
}

.white_opacity_1 {
    color: #ffffff !important;
    opacity: 1 !important;
}

.height_18 {
    height: 18px !important;
}

.width_200 {
    width: 200px !important;
}

.log_before {
    background-color: #ffadad;
}

.log_after {
    background-color: #b3ffbb;
}

.top_bottom_margin_2 > a, .top_bottom_margin_2 > ul, .top_bottom_margin_2 > button {
    margin-top: 2px;
    margin-bottom: 2px;
}

.hide_info {
    display: none;
}

.cursor_no_drop {
    cursor: no-drop;
}

.text_center {
    text-align: center;
}

.sub_header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

.height_15 {
    height: 15px;
}
.height_75 {
    height: 75px;
}

input[disabled] {
    cursor: no-drop;
}

.required:after {
    color: red;
    content: " *";
    vertical-align: sub;
}

.labelMarginBottom {
    margin-bottom: 0;
}

.greenDiv {
    /*border: 2px solid #e2e5ec;*/
    border-radius: 6px 6px 0 0;
    background-color: #27b2b2;
    color: white;
    font-weight: bold;
}

.redDiv {
   /* border: 2px solid #e2e5ec;*/
    border-radius: 6px 6px 0 0;
    background-color: #b2273a;
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

.subDiv {
    border: 2px solid #e2e5ec;
    border-top: 0;
    padding-top: 10px;
    border-radius: 0 0 6px 6px;
}

.fieldsetBorder {
    border-top: 2px solid #e2e5ec;
}

    .fieldsetBorder legend {
        width: auto;
    }

.liSymbolNone {
    padding-left: 5px;
    list-style-type: none;
}

.liSymbolPlus {
    list-style-type: "+";
    padding-left: 5px;
}

.liSymbolMinus {
    list-style-type: "-";
    padding-left: 5px;
}

.liSpanPlus {
    padding-right: 5px;
}

    .liSpanPlus::before {
        content: "+";
    }

.liSpanNone {
    padding-right: 5px;
}

    .liSpanNone::before {
        content: "+";
        visibility: hidden;
    }

.mdlSpan {
}

    .mdlSpan::before {
        content: " / ";
    }

.tableTd {
    color: white !important;
}

.tostrBackground{
    background-color:green;
}

button:disabled{
    cursor:no-drop;
}