﻿a
{
    cursor:pointer;
}
.igrid
{
    margin-left: 10px;
}

.ig_dcombo {
    border: 0 !important;
    z-index: 1000 !important;
    background: none;
    color: #333;
}

.adminbtns 
{
    display: none;
    position:absolute; 
}

#content:hover .adminbtns, #mftartbodypnl:hover .adminbtns, .modalform:hover .adminbtns, .adminpanel:hover .adminbtns, .tabdiv:hover .adminbtns
{
    display:block !important;    
    z-index:1000002 !important;
}

.adminbtnstext
{
    font-family:Arial;
    font-weight:bold;
    font-style:italic;
    font-size:11px;
    border: 1px solid #000000;
    padding: 1px 1px 1px 1px;
}
.adminbtn
{
    width:15px;
    height:15px;
    margin: 0 0 0 3px;
    border: 0;
}
#dim{ position:absolute; top:0; left:0; width:100%; z-index:100002; background: url('images/dim.png'); display:none; text-align:left; }
#dim img{ position:fixed; display:block; left: 50%; top: 50%;}

tbody > tr > td.RAlign
{
    text-align:right;
}
tbody > tr > td.RCenter
{
    text-align:center;
}
.red
{
    color:Red;
}
.nodisplay
{
    display:none;
}
.inb
{
    display:inline-block;
}
.rep-panel
{
    position: relative;
}
.run-edit-panel
{
    display:none;
    position:absolute;
    top:0;
    right:5px;
}
.rep-panel:hover .run-edit-panel
{
    display:block;    
    z-index:1000;
}
.run-btn
{
    width: 24px;
    height: 24px;
    border:0;
    padding:0;
    margin-left: 2px;
    cursor:pointer;
}
.run-edit
{
    background-image: url("../sysimages/edit24.png");
}
.run-del
{
    background-image: url("../sysimages/delete24.png");
}
.c-yellow, .c-yellow td
{
    color:#f7ad1a !important;
    background-color:White !important;
}
.b-yellow, .b-yellow td
{
    color:White !important;
    background-color:#f7ad1a !important;
}
   
.b-red, .b-red td
{
    color:White !important;
    background-color:#ea2222 !important;
}  
.c-red, .c-red td
{ 
    color:#ea2222 !important;
    background-color:White !important;
}
.c-green, .c-green td
{
    color:#77ad1a !important;
    background-color:White !important;
}
.b-green, .b-green td
{
    color:white !important;
    background-color:#77ad1a !important;
}   
.b-green a, .b-green td a
{
    color:#0096c4;
}

.c-blue, .c-blue td
{
    color:#002c5f !important;
    background-color:White !important;
}
.b-blue, .b-blue td
{
    color:white !important;
    background-color:#002c5f !important;
}   
.b-blue a, .b-blue td a
{
    color:#002c5f;
}

.mb5
{
    margin-bottom:5px !important;
}
.mb10
{
    margin-bottom:10px !important;
}
.mb15
{
    margin-bottom:15px !important;
}
.mb20
{
    margin-bottom:20px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mt5
{
    margin-top:5px !important;
}
.mt10
{
    margin-top:10px !important;
}
.mt15
{
    margin-top:15px;
}
.mt50
{
    margin-top:50px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.dbgrideditform
{
    background: white;
    padding: 10px 10px 10px 10px;
    border: 15px solid #646464;
    border-radius: 15px 15px 15px 15px;
    margin-left: 10px;
}
.dbgrideditform .editcontrolbuttons
{
    margin-top:10px;
}
.upcase
{
    text-transform:uppercase;
}
.admmainbtn
{
    width: 128px;
    height: 128px;
}
.admupbtn
{
    width: 48px;
    height: 48px;
    background: url("../sysimages/catup.png");
}
.admmainbtn, .admupbtn
{
    background-position: center;
    border: 0;

    margin-right: 25px;
    cursor:pointer;
    padding:0;
}
#admartbtn
{
    background: url("../sysimages/articles-adm.png");
}
#admcatbtn
{
    background: url("../sysimages/categories-adm.png");
}
#admsqlbtn
{
    background: url("../sysimages/sqls-adm.png");
}
#admmodbtn
{
    background: url("../sysimages/modules-adm.png");
}
.admtitle
{
    margin: 10px 0 10px 0;
    font-size: larger;
    font-weight:bold;
    font-size: 24px !important;
}
.ramka, #articles-adm-filtr
{
    margin: 5px 0 5px 0;
    border: 1px solid #989898;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#articles-adm-filtr .adminuparea
{
    margin: 10px 0 0 0;
}
.adm-article-filtr-table td input
{
    width: 150px;
    margin-right: 30px;
}
.adm-article-filtr-table td select
{
    width: 220px;
}
.admincard td span
{
    padding-right:10px;
}
.admincard td
{
    padding-top: 1px;
    padding-bottom: 1px;
}
.admgridcaption
{
    text-align:center;
}
.admgridfield
{
    padding: 5px 5px 5px 5px;
}
.admnewrecord
{
    margin: 10px 0 10px 0;
}
.admnewrecord span, .admnewrecord input, .admnewrecord select
{
    margin-top: 2px;
    margin-bottom: 2px;
}
.mr20, .admnewrecord span
{
    margin-right: 20px;
}
.admnewrecord .adminuparea
{
    margin: 5px 0 5px 0;
}
#edittitlearea, #htmleditarea
{
    margin-top: 10px;
}
.nodisplay
{
    display:none !important;
}
.adm-div
{
    margin-top: 100px;
}
.adm-news-filtr-table td
{
    padding: 4px 0 !important;
}
.admgrid
{
    margin-top:10px !important;
}
.c-adm
{
	margin-top: 70px;
	font-size:small;
}
.adminuparea input
{
    margin-top: 10px;
}

.log-ctr
{
    margin: 20px 10px;
}
.log-panel
{
    width:100%;
}
.log-textbox
{
    width: 200px;
}
.log-labels
{
    width: 150px;
    text-align:left;
}
.dberror, .eeerror
{
    color:Red;
    font-style:italic;
}
.eeerror
{
    margin-top:10px;
    margin-bottom:10px;
}
.log-pass-reset
{
    padding: 5px 15px;
}
.tal
{
    text-align: left;
}
#changepassarea table
{
    margin: 0 auto;
}
.loginlabel
{
    text-align:left;
}
.modal-err
{
    margin: 20px 0;
}
.m30
{
    margin: 30px;
}
.m50
{
    margin: 50px;
}
.ital
{
    font-style:italic;
}
.w100
{
    width: 100%;
}
.mr5
{
    margin-right:5px;
}
.mr10
{
    margin-right:10px;
}
.mr15
{
    margin-right:15px;
}
.dtab
{
    display: table;
}
.dtabcell
{
    display:table-cell;
}
.ui-dialog
{
    background-color:White;
    z-index: 100000 !important;
}
.ui-dialog .ui-dialog-buttonpane
{
    border-width: 0 !important;
}

.ui-dialog-titlebar-close
{
    display: none;
}
.dtable
{
    display:table;
}
.dcell
{
    display: table-cell;
}
.drow
{
    display:table-row;
}
.dmin
{
    width:1%;
}
.fright
{
    float:right;
}
.fleft
{
    float:left;
}
.p10
{
    padding: 10px;
}
.p20
{
    padding:20px;
}
.fbold
{
    font-weight:bold;
}
.ml5
{
    margin-left:5px;
}
.ml10
{
    margin-left:10px;
}
.igg_RegenersisItem
{
    visibility:visible !important;
}
.compileinfo
{
    font-size:smaller;
    font-style:italic;
    text-align:right;
}
.testver
{
    background: white;
    padding: 2px 40px;
    color: Black;
    border-radius: 5px;
    font-weight:bold;
}
.top-info {
    border: 1px solid white;
    padding: 2px 40px;
    color: white;
    border-radius: 5px;
}
.rodo
{
    font-style:italic;
    color: #c0c0c0;
}

.select2-hidden-accesible option{
    padding: 1px 3px !important;
    line-height: 20px !important;
}

.transLabel {
    width: 200px !important;
}
.transList
{
    width:250px;
}
.transBox
{
    width:600px;
    height:200px;
}
.transButtons
{
    margin: 15px 0;
}
.transLang
{
    margin-bottom:15px;
}
.select2-container {
    margin-left: -3px !important;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.paywiz
{padding: 0 10px;}
.imgingrid
{
    padding: 0 5px 5px 0;
}

.dcp_label, .dcp_tb 
{
    width: 200px;
}
.esitem
{
    height:40px;
}
.w200
{
    width: 200px !important;
}
.w250 {
    width: 250px !important;
}
#instr
{
    font-size:smaller;
    font-style:italic;
}
.comnok, .comok
{
    font-size: 18px;
    font-weight:bold;
}
.comok
{
    color: green;
}
.comnok
{
    color:red;
}

.comnokSmall, .comokSmall {
    font-size: 11px;
    font-weight: bold;
}

.comokSmall {
    color: green;
}

.comnokSmall {
    color: red;
}






.w50p
{
    width:50%;
}

.bottom-msg{
    background-color: black;
    font-size: 16px;
    margin: 0 auto;
    color: white;
}
.bottom-msg .htmlbody
{
    color: white;
}

.radiolist tr td{
    vertical-align: top;
}