.c-Red{color: #f44336}
.c-Pink{color: #e91e63}
.c-Purple{color: #9c27b0}
.c-DPurple{color: #673ab7}
.c-Indigo{color: #3f51b5}
.c-Blue{color: #2196f3}
.c-LBlue{color: #03a9f4}
.c-Cyan{color: #00bcd4}
.c-Teal{color: #009688}
.c-Green{color: #4caf50}
.c-LGreen{color: #8bc34a}
.c-Lime{color: #cddc39}
.c-Yellow{color: #ffeb3b}
.c-Amber{color: #ffc107}
.c-Orange{color: #ff9800}
.c-DOrange{color: #ff5722}
.c-Brown{color: #795548}
.c-Grey{color: #9e9e9e}
.c-DGrey{color: #607d8b}
.c-Black{color: #000}
.c-White{color: #fff}
/******************************************************************************/
.panelHeaderPlace, .panelLogoPlace, .mainTabsSelected, .subTabsSelected,
#leftSidePanelPlace, .monitorDIV fieldset legend, .monitorDIV *,
input[type='button'], input[type='submit'], input[type='reset'], button{
    transition: all 0.3s;
}
/******************************************************************************/
@media print{
    .np{display: none !important}
    .db{display: block !important}
    .vh{visibility: hidden;}
    .bn{
        background: none !important;
        background-color: transparent !important;
    }
    html, body{ height: 100%;margin: 0;padding: 0;}
}
/******************************************************************************/
.panelHeaderPlace{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 60px;
    background: #12182b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.panelLogoPlace{
    width: 110px;
    vertical-align: middle;
    text-align: center;
}
#panelHeaderActions span{
    display: inline-block;
    position: relative;
    min-width: 60px;
    line-height: 60px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
}
#panelHeaderActions span .zmdi{
    vertical-align: middle;
}
.monitorDIV{
    position: relative;
    background: none;
    overflow: auto;
}
#mainTabDIV{
    width: 90px;
    vertical-align: top;
    display: table-cell;
    float: none !important;
    background: #2a3044;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
    user-select: none;
    white-space: nowrap;
}
#mainTabUL{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mainTabs{
    position: relative;
    margin: 0;
    padding: 3px 10px;
    cursor: pointer;
    background-repeat: no-repeat no-repeat;
    background-position: 90% 48%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-size: 20px;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s;
}
.mainTabs:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.mainTabs .ddIcon{
    position: absolute;
    top: 12px;
    left: 15px;
    vertical-align: middle;
    transition: all 0.3s;
}
.mainTabsSelected{
    background-color: #718ba5 !important;
    color: #fff;
}
.mainTabsActive .ddIcon{
    transform: rotate(-90deg);
}
.panelSubTabNHeight{
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.05);
}
.subTabs{
    padding-right: 5px;
    font-size: 11px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    color: #eee;
    cursor: pointer;
    transition: all 0.3s;
}
.subTabs:hover{
    color: #fff;
}
.subTabsSelected{
    background: #718ba5;
    color: #eee;
}
.headerPanelPlace{
    font-size: 13px;
    background: #f0f0f0;
    overflow: hidden;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    z-index: 1;
}
#leftSidePanelPlace{
    position: absolute;
    top: -600px;
    width: 250px;
    font-size: 13px;
    background: #f0f0f0;
    overflow: hidden;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    transition: all 0.6s;
    z-index: 2;
}
/*--------------------------Fieldset Legend----------------------------------*/
fieldset{
    margin: 20px 5px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
fieldset legend{
    padding: 3px 20px;
    box-sizing: border-box;
    background: #697088;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}
fieldset fieldset{
}
fieldset .fieldsetDIV{
    padding: 10px;
}
/*------------------------Table Module Styles--------------------------------*/
table.mainTableC{
    width: 100%;
    font-size: 13px;
    border-spacing: 0 5px;
    border-radius: 0 0 5px 5px;
    color: #000;
}
table.mainTableC tr td:first-child{
    border-radius: 0 30px 30px 0;
}
table.mainTableC.dltr tr td:first-child{
    border-radius: 30px 0 0 30px;
}
table.mainTableC tr td:last-child{
    border-radius: 30px 0 0 30px;
}
table.mainTableC.dltr tr td:last-child{
    border-radius: 0 30px 30px 0;
}
table.mainTableC tr.searchTR,
table.mainTableC tr.titleTR{
    text-align: center;
    background: none !important;
}
table.mainTableC tr.searchTR td,
table.mainTableC tr.titleTR td{
    height: 30px;
    background: rgba(0, 0, 0, 0.2) !important;
    font-weight: bold !important;
    font-size: 13px;
}
table.mainTableC .sumTR td{
    background: #7a9a99;
    font-weight: bold !important;
}
#tableShowPagePlace{
    margin-bottom: 0 !important;
    background-color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}
table.mainTableC .trEven td,
table.mainTableC .trOdd td{
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}
table.mainTableC .trEven td:first-child,
table.mainTableC .trOdd td:first-child{
    border-left: 1px solid #f0f0f0;
    font-weight: bold;
}
table.mainTableC .trEven{
    background: rgba(0, 0, 0, 0.06) !important;
    color: #000;
    transition: all 1s;
}
table.mainTableC .trOdd{
    background: rgba(0, 0, 0, 0.02) !important;
    color: #000;
    transition: all 0.7s;
}
table.mainTableC .trOdd:hover, table.mainTableC .trEven:hover,
table.dynamicTable .trOdd:hover, table.dynamicTable .trEven:hover{
    background: rgba(0, 0, 0, 0.1) !important;
}
table.mainTableC .trSelected,
table.dynamicTable .trSelected{
    background: rgba(0, 204, 255, 0.3) !important;
}
table.mainTableC .trSelected:hover,
table.dynamicTable .trSelected:hover{
    background: rgba(0, 204, 255, 0.5) !important;
}
table.counterTable{
    margin-left: 10px;
    font: bold 11px Arial;
    color: #000;
}
table.counterTable{
    border-spacing: 0px;
}
table.counterTable td{
    padding: 5px;
    /*box-shadow: 0px 2px 5px #000;*/
    background: #fafafa !important;
    border: 1px solid #ddd !important;
    border-left: none !important;
    border-radius: 0 !important;
    color: #000 !important;
}
table.counterTable td:first-child{
    border-left: 1px solid #ddd !important;
    border-radius: 3px 0 0 3px !important;
}
table.counterTable td:last-child{
    border-radius: 0 3px 3px 0 !important;
}
table.counterTable td.counterTableTotal{
    padding: 5px 10px;
    border-radius: 5px;
}
table.counterTable .counterTableNumbersSelect{
    background: #eee !important;
    color: #000 !important;
    /*box-shadow: 0px 2px 5px #000;*/
}
/*-------------------------Form Module Styles--------------------------------*/
.nicEdit-main{
    direction: rtl;
    background: #eee;
    border: 1px solid #ababab;
}