.panelHeaderPlace{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #fff;
    line-height: 30px;
}
.panelHeaderPlace .logOutBut{
    display: inline-block;
    height: 30px;
    padding: 0px 20px;
    background: #888;
    border-radius: 40px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
}
.panelHeaderPlace .logOutBut span{
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}
.panelHeaderPlace .logOutBut .zmdi{
    font-size: 17px;
    margin-right: 5px;
}
.monitorDIV{
    position: relative;
    padding: 10px;
    background: none;
    color: #222;
}
fieldset{
    background: #f5f5f5;
    border: 1px solid #92b1cf;
    border-radius: 10px;
    margin: 10px;
}
fieldset legend{
    padding: 5px 15px 7px;
    background: #6386a7;
    border-radius: 10px;
    color: #fff;
}
.panelBottomPlace{
    direction: ltr;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 30px;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ddd;
}
.panelBottomPlace p{
    margin: 0
}
/*---------------------------------------------------------------------------*/
#mainTabDIV{
    display: table-cell;
    vertical-align: top;
    width: 210px;
    background: #fff;
    border-left: 1px solid #ddd;
}
#mainTabDIV #mainTabUL{
    direction: rtl;
    list-style: none;
    width: 100%;
    font-size: 12px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
#mainTabDIV #mainTabUL .mainTabs{
    height: 50px;
    margin: 0 0 0 1px;
    padding: 0 20px;
    text-align: right;
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: all .3s;
}
#mainTabDIV #mainTabUL .mainTabs:hover{
    background: #eee;
}
#mainTabDIV #mainTabUL .mainTabs i{
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px;
}
#mainTabDIV #mainTabUL .mainTabs span{
    display: inline-block;
    vertical-align: middle;
}
#mainTabDIV #mainTabUL .mainTabs.mainTabsSelected{
    background: #ddd;
}
.panelSubTabsPlace{
    background: rgba(0,0,0,0.1);
    overflow: hidden;
    height: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.3s;
}
.subTabsUL{
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 12px;
}
.subTabsUL .subTabs{
    position: relative;
    top: 0;
    float: right;
    margin: 0 0 0 1px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.subTabsUL .subTabs.subTabsSelected{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
/*---------------------------------------------------------------------------*/
#lightBoxParent{
    display: none;
    direction: rtl;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    z-index: 100;
}
#lightBoxBack{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
#lightBoxContentMar{
    position: relative;
    margin: 100px auto 0;
    padding: 5px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    opacity: 0;
    z-index: 101;
}
#lightBoxClose{
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 105;
}
#lightBoxContent{
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    background: #efefef;
    width: 900px;
    border-radius: 10px;
    z-index: 102;
}
/*---------------------------------------------------------------------------*/
table.mainTableC{
    border-spacing: 0 3px;
}
table.mainTableC tr td:first-child{
    border-radius: 0 30px 30px 0;
}
table.mainTableC tr td:last-child{
    border-radius: 30px 0 0 30px;
}
/*TODO Remove mouseOver & mouseOut from table class model */
table.mainTableC tr.searchTR td,
table.mainTableC tr.titleTR td{
    height: 30px;
    background: #666 !important;
    color: #fff !important;
}
table.mainTableC .trEven{
    background: #ddd !important;
}
table.mainTableC .trOdd{
    background: #ccc !important;
}
table.mainTableC .trOdd:hover,
table.mainTableC .trEven:hover{
    background: #aaa !important;
}
table.mainTableC .trSelected{
    background: rgba(0, 204, 255, 0.3) !important;
}
table.mainTableC .trSelected:hover{
    background: rgba(0, 204, 255, 0.5) !important;
}
table.mainTableC td input[type="button"]{
    font-size: 12px;
}
/*---------------------------------------------------------------------------*/
table.counterTable{
    margin-left: 10px;
    font: bold 11px Arial;
    color: #000;
}
table.counterTable{
    border-spacing: 3px;
}
table.counterTable td{
    padding: 5px;
    background: #ccc !important;
}
table.counterTable td.counterTableTotal{
    padding: 5px 10px;
    border-radius: 5px;
}
table.counterTable .counterTableNumbersSelect{
    background: #555 !important;
    border: none !important;
    color: #fff !important;
}
/*---------------------------------------------------------------------------*/
.nicEdit-main{
    direction: rtl;
    background: #eee;
    border: 1px solid #ababab;
}
.calendar{
    z-index: 8;
}