﻿body {
}
/*colors*/
.orange {
    background-color: #f7941d;
}

.tt_green {
    background-color: #1d7d6c;
}

.lightgreen {
    /*background-color: #1cce1c;*/
    background-color: #129212;
    color: white;
}

.page-header.navbar {
    /*background-color:#cbd0d0;*/
}

button.btn.lightgreen:hover {
    background-color: #1d901d;
    color: #dad3d3;
}

.gray {
    background-color: #dce0e0;
    /*color:white;*/
    color: #505050;
}

}

.caption i {
    color: #fff;
}

.portlet > .portlet-title > .caption > i {
    font-size: 16px;
}

.panel-title {
    margin-top: 0;
    font-size: 14px;
    /* color: black; */
}

panel-title a {
    color: black;
}

.portlet.box > .portlet-title {
    color: #585757;
}


.footer {
    background-color: #ff7900;
}

.portlet-body {
    color: #34495e;
}

.font-lightgreen {
    color: #3db51c;
}

.btn-margin-right {
    float: right;
}

.caption-of-list {
    /*margin-left: -17px;*/
    font-size: 17px;
    /*margin-top: 8px;*/
}

.font-black {
    color: #505050;
}

.form-control, output {
    color: #000000;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color:#cf8803 !important;
    color: #fff;
}

.required-text-color {
    color: #ff6e00;
    font-size: 20px;
}

.portlet > .portlet-title {
    border-bottom: none !important;
}

.datepicker .active {
    background-color: #cf8803 !important;
}

    .datepicker .active:hover {
        background-color: #cf8803 !important;
    }

.day:hover {
    background-color: #cf8803 !important;
}

#axis:hover .icon-pencil {
    color: #df9c10 !important;
    /*.. color: #ff6e00 !important;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);..*/
}
.axis:hover .icon-pencil {
    color: #df9c10 !important;
    /*..color: #ff6e00 !important;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);..*/
}
#axis:hover .icon-trash {
    color: #df9c10 !important;
    /*.. color: #ff6e00 !important;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);..*/
}
.axis:hover .icon-trash {
    color: #df9c10 !important;
    /*.. color: #ff6e00 !important;
     transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);*/
}
#axis:hover .icon-printer {
    color: #df9c10 !important;
    /*.. color: #ff6e00 !important;
     transform: scale(1.7);
     -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);*/
}
#axis:hover .fa-eye {
    color: #df9c10 !important;
    /*.. color: #ff6e00 !important;
     transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -moz-transform: scale(1.7);..*/
}

.nav-item a:hover {
    width:100%;
     /*background-color: #f2b22f!important;*/
    color: #f2b22f !important;
}
.select2-container--bootstrap .select2-selection__clear:hover
{
    color: #ff6e00 !important;
 
}
.required-margin-right
{
    margin-right:13px;
}
.btn.default:not(.btn-outline):hover
{
    background: #cf8803 !important;
    color:#000;
}
.datepicker thread tr
{
    background: #cf8803 !important;
}
th.datepicker-switch:hover
{

}