
HTML {
/*
    background-color: #EFEFE7;
*/
    height: 100%;
    margin: 0px;
    padding: 0px;
}

BODY {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    background-color: #EFEFE7;
}

.wrapper {
    width: 1096px;
    margin:0 auto;
}

.wrapper_merchant {
    width: 686px;
    margin:0 auto;
}



A {
  text-decoration: none !important;
  color: #00F;
}

A:hover {
  color: #C00;
}

/*
Hides X button in IE
*/
INPUT::-ms-clear {
    display: none;
    width:0;
    height:0;
}

/*
Переопределения Bootstrap
*/
H1 {
    clear: both;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    padding-left: 20px;
    font-weight: bold;

    margin: 10px 0px 5px 0px;
    background: url(../images/h1_left.png) no-repeat top left;
}

H2 {
    clear: both;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}


A,
INPUT,
SELECT,
TEXTAREA
{
    outline: none !important;
    box-shadow: none  !important;
    transition: 0s !important;
}

INPUT,
SELECT,
TEXTAREA {
    background-color: #F0F7FF !important;
    vertical-align:  middle;
    color: #000;
}

TABLE {
    border-collapse:collapse;
    border-spacing:0
}


/*
Таблица с бордюром и закруглениями
*/
.table.table-rounded {
    width: 100%;
    border: 1px solid #AAA;
    border-radius: 5px;
    border-collapse: separate;
    padding: 0px;
}

.table.table-rounded TD,
.table.table-rounded TH {
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
}

.table.table-rounded > * > TR > TH {
  background-color: #CBE4FE;
  font-weight: bolder;
  text-align: center;
}

.table.table-rounded TH,
.table.table-rounded TD {
    border-bottom: 1px solid #AAA;
}

.table.table-rounded TD:not(:last-child),
.table.table-rounded TH:not(:last-child) {
    border-right: 1px solid #AAA;
}

.table.table-rounded > *:first-child > *:first-child > *:first-child {
    border-radius: 5px 0 0 0;
}

.table.table-rounded > *:first-child > *:first-child > *:last-child {
    border-radius: 0 5px 0 0;
}

.table.table-rounded > *:last-child > *:last-child > *:first-child {
    border-radius: 0 0 0 5px;
}

.table.table-rounded > *:last-child > *:last-child > *:last-child {
    border-radius: 0 0 5px 0;
}

.table.table-rounded > *:last-child > *:last-child > * {
    border-bottom: none;
}


.table.table-hidden,
.table.table-hidden TD,
.table.table-hidden TH {
  border: 1px none;
}


.table.table-middle,
.table.table-middle TD,
.table.table-middle TH {
  vertical-align: middle;
}


.table_vhidden,
.table_vhidden TD,
.table_vhidden TH {
  border-left: none !important;
  border-right: none !important;
}


/*
Верхний блок
*/
.top-header {
/*
    margin-top: 3px;
    margin-bottom: 10px;
*/
    background: #99CCFF;
    background-image: linear-gradient(white, #99CCFF);
    border-radius: 30px;
    border: 2px solid #6699FF;
}

/*
Содержимое информационного блока
*/
.top-inf-content {
    border: 1px solid #83ACFF;
    background: #ECF5FF;
    padding: 4px;
    line-height: 12pt;
    border-radius: 8px;

}

/*
Левая колонка
*/
.left-column,
.right-column {
  width: 200px;
  border: 1px solid #6699FF;
  background: #9ACCFF;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

/*
Основная колонка
*/
.main-column {
  border: 1px solid #A0A0A0;
  background: white;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.7);

  min-height: 400px;
  text-align: left;
}


.bottom-footer {
    background: #99CCFF;
    background-image: linear-gradient(#99CCFF, white);
    border-radius: 20px;
    border: 2px solid #6699FF;

/*
  width: 100%;
  background: url(../images/footer.png) no-repeat;
    margin-top: 10px;
    text-align: center;
    position: relative;
*/
}


/*
Кнопки вертикального меню
*/
.btn.gradient {
    color: #2D52AA;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    background: #B9CDE7;
    background-image: linear-gradient(#EFF4F9, #B9CDE7);
    border: 1px solid #6699FF;
    box-shadow: 1px 1px 3px rgba(0,0,0,.7);
    line-height: 30px;

    padding-left: 0px;
    padding-right: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn.gradient:hover,
.btn.gradient:focus,
.btn.gradient:active,
.btn.gradient.active {
    color: #513610;
    background: #EFCB70;
    background-image: linear-gradient(#E68948, #EFCB70) !important;
    border: 1px solid #8F5718;
}

.btn.gradient.small {
    font-size: 12px;
}



/*
Информационный блок
*/
.inf-panel {
    border: 1px solid #A0A0A0;
    border-radius: 7px;
    background-color: #fdf0d1;

}

/*
Заголовок информационного блока
*/
.inf-panel .inf-panel-header {
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #AAA;
    background: #FFB20A;
    background-image: linear-gradient(#FCECC5, #FFB20A);

    color: #513610;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}

/*
Содержимое информационного блока
*/
.inf-panel .inf-panel-body {
    padding: 5px;
    line-height: 12pt;
}





/*
Горизантальное меню
*/
.btn.hmenu
{
    border: 1px solid #d4d4d4;
    font: smaller/normal sans-serif;
    color: #333 !important;
    background-color: #ececec;
    background-image: linear-gradient(#f4f4f4, #ececec) !important;
}


.btn.hmenu:hover {
    border-color: #3072b3;
    color: #fff !important;
    background-color: #0E83C1;
    background-image: linear-gradient(#68A7D3, #0E83C1) !important;
}

.btn.hmenu:active,
.btn.hmenu.active {
    border-color: #3072b3 !important;
    color: #fff !important;
    background-image: linear-gradient(#0E83C1, #68A7D3) !important;
}


/*
Основная кнопка
*/
.btn.main {
    font-weight: bolder;
    color: #fff !important;
    border-color: #3072b3;
    background-color: #0E83C1;
    background-image: linear-gradient(#68A7D3, #0E83C1) !important;
    border-radius: 10px;
/*
    margin-top: 0.3em;
    margin-bottom: 0.3em;
*/
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    min-width: 7em;
}

.btn.main:hover {
    color: #EEE !important;
}

.btn.main:active,
.btn.main.active {
    border-color: #3072b3 !important;
    color: #fff !important;
    background-image: linear-gradient(#0E83C1, #68A7D3) !important;
}



/*
Разное
*/

.mediumtext {
  font-size: 12px;
}

.smalltext {
  font-size: 11px;
}


.C1,
.c1 {
    background-color: #E9E9E9;
}

.C2,
.c2 {
    background-color: #F0F0F0;
}


.abzac {
  clear: both;
  text-indent: 2em;
  margin-top: 0px;
  margin-bottom: 0px;
}


.keys {
    font-size: 10px;
    font-weight: lighter;
}

.justify {
  text-align: justify;
}

.splitter {
    height: 11px;
}


.tip {
   	position: relative;
}

.tip:hover,
.tip-dashed {
    cursor: help;
}

.tip span {
  display: none;
}


.tooltip2 {
   	position: absolute;
  display: none;
    z-index: 100;
    text-align: left;
    width: 19em;
   	padding: 5px;
    margin: 15px;
   	background: #B7D8FB;
    border: 1px dotted #000080;
    color: #000;
  font-size: 12px;
    line-height: 1.2em;
}

.tip-dashed {
  border-bottom: 1px dashed #000080;
}




/*
Модальное окно с ошибкой
*/
.error-window {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    cursor: default;
    z-index: 10;
}


.error-window DIV {
    display: inline-block;
    left: 50%;
    top: 50%;
    position: fixed;
    width: 300px;
    min-height: 100px;
    margin: -50px 0 0 -150px;
    padding: 15px;
    color: #000;
    text-align: center;
    border: solid 2px #DD7777;
    background: #FFCCCC;
}


/*
Выбор валюты
*/
.currency_select {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 2px solid #D4D4D4;
    margin: auto 0.3em;
    text-decoration: none;
    font:12px/normal sans-serif;
    color: #333!important;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ECECEC;
    background-image: linear-gradient(#F4F4F4, #ECECEC);
/*
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
*/
    border-radius: 0.3em;
    zoom: 1;
    *display: inline;
    text-align: center;
}


.currency_select:hover,
.currency_select.selected,
.currency_select:active,
.currency_select.active {
    border-color: #3072b3;
}




