/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 8, 2017, 8:40:11 AM
    Author     : macrom
*/

html, body {
    font-size: 10px;
    font-family: sans;    
}

.rowZakazOk {
    background-color: #ccffcc;
}

.rowZakazBad {
    background-color: #ffcccc;
}

.colZakazBad {
    background-color: #ff3b3b;
}

.hdr {
    color: #484896;
    font-size: 18px;
}

.hdr2 {
    color: #559933;
    font-size: 18px;
}

.col {
    vertical-align: top;    
}

.usr {
    position: absolute;
    right: 20px;    
    top: 15px;
}

.exit {
    position: absolute;
    right: 20px;        
    top: 28px;
}

.back {
    position: absolute;
    right: 80px;        
    top: 28px;
}

.bldn {
    font-weight: bold;    
    font-size: 18px;
}

.bldn_14 {
    font-weight: bold;    
    font-size: 14px;
    color: #660033;
}

.bldn_14_r {
    font-weight: bold;    
    font-size: 14px;
    color: brown;
}

.bldn_r {
    font-weight: bold !important;    
    font-size: 18px !important;
    color: orangered !important;
}

.bldn_g {
    font-weight: bold !important;    
    font-size: 18px !important;
    color: #489648 !important;
}

.bldn_g_14 {
    font-weight: bold !important;    
    font-size: 14px !important;
    color: #489648 !important;
}

.bldn_b {
    font-weight: bold !important;    
    font-size: 16px !important;
    color: #484896 !important;
}

.srok {    
    font-weight: bold;    
    font-size: 14px;
    color: orange;
}

.fmOrder {
    background-color: #489648;
}

.changed {
    background-color: #ffcc66;
}

.jsonApi {
    background-color: #ffff99;
}

#zakaz .ui-state-hover{
    /*background: #EEE !important;
    color: #000 !important;*/
}

#zakaz .ui-state-highlight {
    border: 1px solid #CCC !important;
    background: #C3DFFF !important;
    /*color: #FFF !important;*/
}

.footerMain {
    background: #424548 !important;
    border: #424548 !important;
    text-align: left;    
}

.footerMain .ui-widget-content {
    color: #FFF !important;
}

.jsonPortal {
    background-color: #ff9900;    
}

.koef {
    color: #484896;
    font-size: 12px;
    font-weight: bold;
}

.hdr24 {
    font-size: 36px; 
    color: #990033;
    margin: 5px;
    
}

.avar {
    background-color: #ff6666;    
}

.big_ico {
    font-size: 36px;
}

.clRed {
    color: #ff3b3b;
}

.filePptAct {
    color: #00a8ec;
    font-size: 18px;
}

.pptAct {
    font-size: 24px;
    color: #489648;
}

.pptActEmail {
    font-size: 24px;
    color: #00a8ec;
}

.guide-icon {
    font-size: 20pt;    
}

.kp_oplata {
    background-color: #0099cc;    
}

.dd_filter {
    width: 85px;
}
.kp-show {
    margin-top: 20px;    
}

.kp-label {    
    font-size: 1.2em;
}

.kp-value {
    font-weight: bold;
    font-size: 1.2em;
    color: #00a8ec;
}

.dateTimeField input {
    width: 100px;
}

.summa {
    text-align: right;
}
.summa-label {    
    font-size: 1.2em;
}

.summa-value {
    font-weight: bold;
    font-size: 1.4em;
    color: #ff9900;
}

.items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 20px;
}

.item {
    margin-top: 10px;
    font-size: 14px;
}

.icon2 {
    margin-right: 10px;
    color: #555;
    font-size: 18px;    
}

.apFind .ui-accordion-content {
    background: #cbcbcb !important;
    padding: 10px;
}

#apFilter .ui-accordion-content {
    padding: 10px;
}

#pnMain {
    margin-top: 5px;
}

#pnMain .ui-panel-content {
    padding: 5px;
}

div[id*="pnMobWorks"] {
    padding: 5px !important;
}

div[id^="dropDownWorks"] {
    width: 300px;
}

#tblCalcWorks_content {
    padding: 2px;
}

div[id*="apOrderData:pnTovars"] {
    padding: 5px !important;
}

div[id*="apOrderData:pnDocs"] {
    padding: 5px !important;
}

#pnNewZakaz_content {
    padding: 2px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color: #FFF !important;
}


.without_code {
    font-weight: bold;
    font-size: 1.2em !important;
    color: #F90 !important;
}