a {
    color: #026f3d;
}

a:hover, a:active, a:focus {
    color: #03d474;
}

/*Navbar*/
.navbar-header img{
    position: relative;
    top: -5px;
    padding-left: 12px;
}

.navbar-header-form img{
    top: 9px;
}

.skin-blue .main-header .navbar {
    background-color: #d2d6de;
}

.skin-blue .main-header .navbar .nav>li>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a {
    color: #0c651c
}

.skin-blue .main-header .navbar .nav>li>a {
    color: #0c651c
}

/*Navbar*/

/*Nav*/
.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
    border-left-color: #00a65a;
}

/*Nav*/

/*Box*/

.box.box-primary {
    border-top-color: #00a65a;
}

.box.box-success {
    padding: 0px 5px 1px 5px;
}
/*Box*/

/*Btn*/

.btn-primary {
    background-color: #00a65a;
    border-color: #d2d6de;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #016336;
 }
 
 .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #008c4c;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
     background-color: #00522d;
 }
 
/*Btn*/ 
 
.form-control:focus {
    border-color: #00a65a;
}


.has-feedback .form-control {
    padding-right: 5px;
}

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
   -moz-appearance: textfield;
}*/


input[type='number'] {
-moz-appearance:textfield;
}
 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}

/*Nodata*/

.nodata {
    margin: 39px;
    display: inline-block;
    color: #00a65a;
}

/*Nodata*/


.icon_disabled{
    color : #ddd;
}

.notselect{
    color: gainsboro;
}

.info-box-number {
    font-size: 14px;
}

.dog-comp-err-table table td th{
    border: 0px solid white !important;
    padding: 2px 8px;
}
.dog-comp-err-table table{
    width: 100%;
}

.history-dropdown{
    list-style: none;
    padding-left: 10px;
}

.overlay{
    display: none;
}

#addbutton, .addbtn{
    display: none;
}

.addbtn{
    margin-top: 15px;
}

div.scroll {
    width: 100%;
    max-height: 500px;
    overflow: auto;
}
/*User menu*/

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{
    color : darkgreen;
}

/*User menu*/


/*Auth table (default)*/
.auth-table{
    border-collapse: initial;
    font-size: 12px;
}
.auth-table td{
    border-top: 1px solid #f4f4f4;
}


.auth-tr{
    
}

.auth-stname{
    font-weight: bold;
    color: darkgreen;
}

.auth-date{
    
}

.auth-name{
    font-weight: bold;
    color: darkgreen;
}

.auth-priname{
    font-style: italic;
    color: darkgreen;
}


/*Auth table (default)*/

/*hid*/
.hid-info-btn{
    display: initial;
    border: 1px solid darkgreen;
    margin: 0px 1px;
    position: initial;
    padding: 2px 4px 4px;
    font-size: 12px;
    border-radius: 4px;
}

/*hid*/

.outdated{
    background-color: red;
    color: white;
    margin: 0 3px;
    padding: 1px 5px;
}

.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th {
    
    /*background-color: #fffed3;*/ 
    background-color: #c9ffc1; 
}

/*.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td {
    border: 1px solid #4d9227;
}*/

.phz-table-bordered>thead>tr>th, 
.phz-table-bordered>tbody>tr>th, 
.phz-table-bordered>tfoot>tr>th, 
.phz-table-bordered>thead>tr>td, 
.phz-table-bordered>tbody>tr>td, 
.phz-table-bordered>tfoot>tr>td {
    border: 1px solid #a8d290;
}

.phz-w-table-bordered>thead>tr>th, 
.phz-w-table-bordered>tbody>tr>th, 
.phz-w-table-bordered>tfoot>tr>th, 
.phz-w-table-bordered>thead>tr>td, 
.phz-w-table-bordered>tbody>tr>td, 
.phz-w-table-bordered>tfoot>tr>td {
    border: 1px solid #e8e8e8;
}

.phz-table-bordered>thead>tr>th, 
.phz-table-bordered>tbody>tr>th, 
.phz-table-bordered>tfoot>tr>th {
    background-color: #c9ffc1; 
    vertical-align: middle;
} 

.phz-w-table-bordered>thead>tr>th, 
.phz-w-table-bordered>tbody>tr>th, 
.phz-w-table-bordered>tfoot>tr>th {
    background-color: #eee; 
    vertical-align: middle;
} 

/* .table>thead>tr>th {
        vertical-align: middle;
    text-align: center;
    font-size: 10px;
    border: 2px solid #fffed3;
}*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 5px 3px;
}

.products-list .product-description {
    overflow: visible;
    white-space: normal;
}

.phz-main-box .table{
    margin: 5px 0;
    width: 98%;
}

.phz-stfilter>li>a{
/*    padding: 5px 15px;*/
}


.phz-btn-panel{
    margin-bottom: 20px;
}

.phz-linkmegnev{
    font-size: 11pt;
    color: #00a65a;
    font-weight: 600;
}

.phz-scrolled-table{
    width: unset;
    max-width: unset;
}

.phz-scrolled-table-head{
    margin-bottom: 0;
}

.phz-table-hor-line{
    border-top: 2px solid #f39c12;
}

.phz-table-cell-border td{
    border: 1px solid #fffed3 !important;
}

.phz-table-cell-border th{
    border-left: 1px solid #9df39d !important;
}

.phz-info-table{
    width: 99%;
}

.phz-info-table td{
    padding: 5px 5px !important; 
}

.phz-info-form-table{
    border: 1px solid #00a65a;
    border-collapse: unset;
}

.phz-info-form-table th{
    color: #3c763d;
    font-weight: 600;
    background-color: #f4f4f4;
}


.phz-q1{
    border-right: 1px solid #096d3f !important;
}

.phz-n1{
    text-align: right;
}

.phz-table-green-row{
    background-color: #9df39d !important;
}

.phz-table-alert-cell{
    background-color: #ffd699;
}

.phz-table-gray-row{
    background-color: #eee !important;
}

.phz-comment-box{
    
}

.phz-comm-username{
    color: #74ba5b;
}

.my-modal-style{
    
}
.phz-modal-comment{
    margin: 20px;
}

.phz-btn-info{
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    position: relative;
    top: -10px;
    left: -10px;
}

.phz-deadline{
    font-size: 12px;  
    margin-bottom: 0;    
}

.phz-purz-n1{
    font-weight: 600;
    color: red;
}
    

.phz-mes-line{
    border: 2px solid #00a65a;
    color: #00a65a;
    margin: 5px 0;
    padding: 2px 5px 2px 50px;
    border-radius: 7px;
    position: relative;
    min-height: 31px;
}

.phz-mes-icon{
    position: absolute;
    font-size: 20px;
    left: 20px;
    top: 0px;
}

.phz-mes-error{
    border-color: red;    
    color: red;
}

.phz-mes-warning{
    border-color: orange;
    color: orange;    
}
/*.nav>li>p{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0;
}

.nav-pills>li>p>.fa, .nav-pills>li>p>.glyphicon, .nav-pills>li>p>.ion {
    margin-right: 5px;
}*/
 
.phz-table-scroll tbody{
    display: block;
    overflow: overlay;
    height: 500px;
}

#datefilter-year, #datefilter-month{
    display: none;
}

.phz-box-header label{
    margin-left: 6px;
    margin-right: 6px;
    color: darkgreen;
}

.phz-mov-header-def th{
/*    font-size: 12px;
    text-align: center;
    color: gray;*/
    
   font-size: 13px;
    text-align: center;
    color: #3c763d;
    font-weight: 600; 
}

.phz-loged-user td{
    background-color: #ffebca;
}

.phz-mainbox{
    margin-bottom: 5px;
    width: 98%;    
}

.phz-mainb-row{
    padding: 5px 0;
}

.phz-mainb-ico{
   padding-left: 36px;
   padding-right: 0;  
}

.phz-mainb-fact{
    font-weight: bold;
}

.phz-mainb-run{
    padding-right: 25px;
    text-align: center;
}

.phz-mainb-1p, .phz-mainb-2p{
    padding-left: 30px;
    padding-right: 5px;  
}

.phz-mainb-a{
    display: block;
    padding-left: 8px;
    font-weight: 600;
    border: 1px solid #008d4c;
    color: #3c763d;
    box-shadow: 2px 2px 5px 0px #00000078;
    border-radius: 5px;
}

.phz-mainb-a:active, .phz-mainb-a:focus{
    color: #3c763d;
}


.phz-mainb-a:hover{
    background-color: white;
    color: darkgreen;
}

.phz-contr-header{
    background-color: #d2d6de;
    padding: 5px 20px;
    font-size: 15px;
    color: #3c763d;
    font-weight: 700;
    border-bottom: 2px solid #007741;
    margin-top: 10px;
}

.phz-tp-block-inact{
    background-color: #eee;
    padding: 5px;
    margin-bottom: 5px;
    border-left: 3px solid #dcdcdc;
    border-radius: 3px;
}

.phz-tp-block-activ{
    background-color: #e3ffcf;
    border-left: 3px solid #93cc8b;
}

.phz-tp-block-error{
    background-color: #ffe9e6;
    border-left: 3px solid #e26563;
}

.phz-help-block-err{
    color: #dd4b39 !important;
}

.phz-tpl-rec{
    font-weight: 700;
    color: green;
}

.phz-post-date p, .phz-post-date .i{
/*    font-size: 14px;*/
    margin-bottom: 0;    
}

.phz-plus-minus th{
    min-width: 40px;
}


/*reallist border*/

.bord-t, .bord-tb{
    border-top: 2px solid !important;    
}
.bord-b, .bord-tb{
    border-bottom: 2px solid !important;
}
.bord-l, .bord-lr{
    border-left: 2px solid !important;
}
.bord-r, .bord-lr{
    border-right: 2px solid !important;
}



/*reallist border END*/


/*utility*/

.phz-backup_mes{
    margin: 7px 30px;
    color: green;
}

.phz-backup_mes strong{
    color: #ff1c00;
}

.phz-backup_res, .phz-backup_err{
    font-size: 20px;
    padding-bottom: 50px;
}

.phz-backup_res{
   font-weight: 800; 
   margin: 7px 30px;
   color: green; 
}

.phz-backup_err{
   margin: 7px 30px;
   color: #ff1c00; 
}

.nav button{
    background-color: white;
    order: 0;
    margin: 0px 10px;
    width: 91%;
    text-align: left;
    height: 40px;
    border: 0;
}
.nav button .fa{
    padding-right: 10px;
}

.phz-utility-form{
    padding: 20px;
}

.phz-u-bs p{
    margin: 15px;
    padding: 15px;
}
/*utility END*/

/*report-modal*/
.phz-filter-btn{
    position: absolute;
    top: 12px;
    left: 70px;
}
.phz-filter-status{
    position: absolute;
    top: 6px;
    left: 123px;
    height: 37px;
    overflow: overlay;
}

.phz-fs-box{
    font-size: 12px;
    background-color: lightgreen;
    border: 1px solid green;
    padding: 1px 5px 2px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 13px;
    display: inline-block;
}

.phz-zvit-ch h1{
    padding-bottom: 5px;    
}


.phz-modal-style{
    margin: 15px;
    padding-bottom: 15px;
}

.phz-modal-content{
    border-radius: 10px;
}

.phz-modal-header{
    border-radius: 9px 9px 0 0;
    border-bottom: 2px solid darkgreen;
    background-color: green;
    color: white;
}


/*report-modal END*/

/*@media only screen and (max-width : 1540px) {
    .phz-table-bordered>thead>tr>th, 
    .phz-table-bordered>tbody>tr>th, 
    .phz-table-bordered>tfoot>tr>th, 
    .phz-table-bordered>thead>tr>td, 
    .phz-table-bordered>tbody>tr>td, 
    .phz-table-bordered>tfoot>tr>td {
        font-size: 10px;
    }
    
    .phz-box-header{
        font-size: 10px;
    }
    
    .form-group{
        font-size: 10px;
    }
    
    .form-control{
        font-size: 10px;
        padding: 6px 4px;
    }
    
}*/

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 992px) {
    .phz-mainbox {
        width: 100%;
    }
    
    .phz-mainb-fact, .phz-mainb-1p, .phz-mainb-2p, .phz-mainb-3p {
        padding-top: 8px;
        padding-bottom: 8px;    
    }
    
    .phz-mainb-ico{
        padding-top: 13px;
    }
    
    .phz-mainb-ico {
        padding-left: 21px;
        padding-right: 0px;
    }
    
    .phz-mainb-fact{
        text-align: center; 
    }
    
    .phz-mainb-1p{
        padding-left: 5px;
        padding-right: 24px;
    }
    
    .phz-mainb-a{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .phz-mainb-2p{
        padding-left: 26px;
        padding-right: 5px;
    }
    
    .phz-mainb-2p .btn{
        margin-bottom: 5px;
    }
    
    .phz-mainb-2p .hid-info-btn{
        position: relative;
        top: -2px;
    }
    
    .phz-mainb-run .btn{
        margin-left: 5px;
    }
    
    .hid-info-btn{
        display: inline-table;
    }
    
    
}
    


@media only screen and (max-width : 767px) {
    
}

@media only screen and (max-width : 550px) {

}

@media only screen and (max-width : 480px) {

}
