﻿html, body
{
    /*font-family: Arial,Helvetica,sans-serif; */
    color: #3D3C4C;
    /*font-family: Cambria, Georgia, "Times New Roman";  */
    font-family: Calibri, Georgia, "Times New Roman";
    font-family: "Segoe UI";
    font-size: 14px;
    padding-bottom: 20px;
    height: 100%;
    background-color:#f1f1f1;
}

.form-group {
    margin-bottom: 5px;
}
@media (min-width: 1800px){
    .container {
        width: 1870px;
    }
    
    
}
@media (min-width: 1600px) and (max-width: 1800px){
    .container {
        width: 1570px;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .container {
        width: 1370px;
    }
    
    
}


input[type='checkbox'][disabled][checked] {
width:0px; height:0px;
}
input[type='checkbox'][disabled][checked]:after {
 content:'\e013'; position:absolute; 
 margin-top:-10px;
 opacity: 1!important;
 margin-left:-5px;
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: bolder;
 color:red;
}
.bifatRosu
{
    width: 0;
    height: 0;
}
.bifatRosu::after {
    content: '\e013'; /* Checkmark icon from Glyphicons */
    position:absolute; 
    margin-top: -10px;
    margin-left: -5px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bolder;
    color: red;
    opacity: 1!important;
}

/*pentru shortcut*/
.panel {border:none;padding:10px; box-shadow:none;}
.panel-primary > .panel-heading {background-color:#82B541; border-color:#82B541;}
.input-group 
{
    display:flex;
}
li.selected {
    color: #f0ad4e;
    background-color:#fff;
}
.btn-vlg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    width:100%;
    margin-bottom:20px;
    margin-right:20px;
}
.panel-title {
    font-size: 13px;
 }
.panel-heading {
    padding: 8px 10px;
}
/*pentru shortcut*/



.mw-100 {
    min-width: 100%;
}

.body-content {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

label { font-weight: normal; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }
/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea { max-width: 280px; }


.navbar { margin-bottom: 0px; }

.nav > li:hover { background-color: #eea236 /*#444444*/; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus 
 {
    color: #fff;
    background-color:#eea236;
}

.tempMessage {
    color: #444444;
    font-size: 12px;
    text-align: center;
}

.top {
    background-color: white;
    color: #82B541;
    font-size: 1.2em;
    font-weight: bold;
}

.logoGT {
 float:left;
}

.navbar-brand {
    color: #3D3C4C;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    margin-top: 3px;
    padding: 14px 10px;
}



.navbar-brand:hover {
    color:#82B541;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 14px 10px;
}

.navbar-brand-manager {
    color: #82B541;
    font-size: 1.6em;
    font-weight: bold;
    height: 30px;
    margin-left: -10px;
    margin-top: 8px;
}

.navbar-right {
    color: #3D3C4C;
    float: right;
    font-family: "Segoe UI", Arial, sans-serif ! important;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    padding-right: 20px;
}

.navbar-right > li > a:hover { color: #82B541; }


.navbar-inverse {
    background-color: #3D3C4C;
    color: #f1f1f1;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a { color: #f1f1f1; }

.dropdown-menu > li > a:focus {
    background-color: #eea236;
    color: #f1f1f1;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    background-color: #82B541;
}

.btn-success
{
    background-color: #4cae4c;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #82B541;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bolder;
}

h2, .h2 { font-size: 1.2em; }

.row {
    margin-left: 0;
    margin-right: 0;
}

table thead {
    background-color: #CCCCCC;
    color: #3D3C4C;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    text-align: left;
    font-weight:bold;
}

th { font-weight: normal; }

table { border: 1px #93ba2a; }

table a {
   color:  #066606;
   padding-top: 8px;
   padding-bottom:8px;
  
}

table a:hover {
   background-color: #f1f1f1;
   color:#82B541;
}

.table > thead > tr > th { padding: 8px 0px; }

.br-1 { border-right: 1px solid #3D3C4C; }





a { color: #3D3C4C; }

a:hover {
    color: #3D3C4C;
    text-decoration: none;
}

.btnAddSearch { margin-bottom: -20px; }

.pagination > li > a, .pagination > li > span {
    background-color: white;
    border-color: #ccc;
    color: #82B541;
    padding: 1px 10px 1px 10px;
}


.pagination > li > a:hover, .pagination > li > span:hover, .pagination > .active > a:hover, .pagination > .active > span:hover {
    background-color: #444444;
    border-color: #444444;
    color: #82B541;
}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #82B541;
    border-color: #93ba2a;
    color: #f1f1f1;
    cursor: default;
}

.dropdown-submenu {
    background-color: #3D3C4C;
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    background-color: #3D3C4C;
    border: 0;
    color: white;
    left: 100%;
    margin-top: -1px;
    top: 0;
}

.dropdown-submenu:hover .dropdown-menu:hover {
    background-color: #eea236;
    color: #82B541;
    text-decoration: none;
}

.dropdown-menu {
    background-color: #3D3C4C;
    color: #f1f1f1;
}

.dropdown-menu > li > a {
    background-color: #3D3C4C;
    color: #f1f1f1;
}

.dropdown-submenu > li {
    background-color: #3D3C4C;
    color: #f1f1f1;
}

.dropdown-menu > li > a:hover {
    background-color: #eea236;
    color: #ffffff;
}

.dropdown-menu:hover {
    background-color: #3D3C4C;
    color: #82B541;
    text-decoration: none;
}

.dropdown-item {
    border: 0;
    clear: both;
    color: #f1f1f1;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.dropdown-item:hover {
    background-color: #3D3C4C;
    color: white;
    text-decoration: none;
}

.add-more { right: 30px; }

.control-group { margin-top: 10px; }


.nav-tabs { margin-bottom: 15px; }

.sign-with {
    margin-top: 25px;
    padding: 20px;
}

div#OR {
    -moz-border-radius: 50%;
    background: #DFDFDF;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: -16px;
    text-align: center;
    top: 40%;
    width: 30px;
    z-index: 1;
}

.input-group-addon.success {
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
    color: rgb(255, 255, 255);
}

.save-changes { float: right; }

.nav-tabs > li.active > a { background-color: #ddd; }

.nav-tabs { border-bottom: 3px solid #ddd; }

.save-padding { padding: 10px 15px; }


.find-add { margin-top: 25px; }

.errorMessage {
    color: red;
    font-size: 12px;
}

DIV.Message {
    background: gray !important;
    color: #ADFF2F !important;
    margin-top: .25em;
    padding: .2em;
}

DIV.MessageError {
    background: red !important;
    color: White !important;
    margin-top: .25em;
    padding: .2em;
}


.panel-header {
    background-color: #3D3C4C;
    color: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: normal;
    padding: 6px 5px;
    text-align: left;
}


.stepwizard-step p { margin-top: 10px; }

.stepwizard-row { display: table-row; }

.stepwizard {
    display: table;
    position: relative;
    width: 50%;
}

.stepwizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.stepwizard-row:before {
    background-color: #ccc;
    bottom: 0;
    content: " ";
    height: 1px;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    position: relative;
    text-align: center;
}

.search-query { max-width: 100%; }

.suggestions {
    background-color: #FFF;
    border: 1px solid #CCC;
}

.suggest-grid tr.active td {
    background-color: #777 !important;
    color: #FFF;
}

.stylish-input-group .input-group-addon { background: white !important; }

.stylish-input-group .form-control {
    border-color: #ccc;
    border-right: 0;
    box-shadow: 0 0 0;
}

.stylish-input-group button {
    background: transparent;
    border: 0;
}

#topMenu > li { padding: 10px 15px; }

#topMenu > li:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

#topMenu > li > a { padding: 0px; }

#topMenu > li > a:hover, span:visited, span:focus {
    background-color: transparent;
    color: #444444;
    text-decoration: none;
}

/*#topMenu > li >  {
    background-color: transparent;
    color: #f1f1f1;
}*/

.pagination > .active > a:hover { color: #f1f1f1; }

.menuItem, .menuItem:visited {
    background-color: transparent;
    color: #444444;
}

ul { list-style-type: none; }

.stepwizard { margin-top: 30px; }

.stepwizard-step > a, .stepwizard-step > a:visited { color: #f1f1f1; }

a, a:visited, a:active, a:focus { text-decoration: none; }


.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.text-right { text-align: right !important; }


.mt-4 { margin-top: 1.5rem !important; }

.pl-0 { padding-left: 0 !important; }

.table-in-panel {
    background-color: #ffffff;
    color: #444;
}

.table-in-panel a {
    background-color: transparent;
    color: #3D3C4C;
    text-decoration: none;
}


.table-in-panel a:hover {
    background-color: transparent;
    color: #3D3C4C; 
    text-decoration: none;
}

.alte-preturi {
    background-color: #f9f9f9;
    color: lightslategray;
    font-size: 11px;
}

.field-validation-error { color: #a94442; }

.input-validation-error { border: 2px solid #a94442; }

.validation-summary-errors { color: #a94442; }

.cell-footer {
    color: #6c757d;
    display: block;
    font-size: 80%;
}


.tag {
    -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    color: #717171;
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 6px 12px;
    transition: all .1s ease-in-out;
    background-color: #5BC0DE;
    border-color: #46B8DA;
    color: #FFF;
}

.table tr.tr-white  {
    background-color: #ffffff; 
    color: #444;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.label-disabled {
    color: lightgray;
}

.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}


.p-t-lg { padding-top: 30px; }

.loadermodal {
            position: absolute;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
            margin-left: -30px;
            -moz-opacity: 0.8;
            display: none;
        }
        .loadercenter {
            z-index: 1000;
            /*margin: 50px auto;*/
            padding: 10px;
            width: 180px;
            height: 180px;
            position: absolute;
            left: 50%;
            top: 50%; 
            margin-left: -150px;
            margin-top: -150px;
            background-color: transparent;
            border-radius: 10px;
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;
        }

          .loadercenter img {
            height: 128px;
            width: 128px;
        }

.max-width{
    max-width: initial;
}
.bt-1 { border-top: 1px solid #ddd; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    line-height: 1;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}

