.nav-bar .menu li button {
    text-align: center;
    display: block;
    padding: 12px 5px 10px;
    color: #fff;
    width: 100%;
    background: transparent;
    border: 0;
}

.nav-bar .menu li button:hover {
    text-decoration: none;
    color: #3bb5ff;
}

.uploadimg {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

table input.tbl-inp {
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: center;
    font-size: small;
    color: #969696;
}

table input.tbl-inp:focus {
    box-shadow: none;
}

.visible {
    display: block;
}

table input.tbl-inp.complete {
    color: #00c92f !important;
}

td:first-child {
    /*width: 45%;*/
}

td.exp {
    position: relative;
    padding: 0 !important;
}

td.exp .warning {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px 19px 7px;
    height: 50px;
    line-height: 2.3;
}

td.exp .warning input.tbl-inp {
    color: white;
}

td .form-control {
    background: transparent;
    border: none;
}

.hidden-row {
    display: none;
}

.form-control, .form-control:focus {
    /*border: none;
    box-shadow: none;*/
}

table td {
    height: 51px;
}

.select2-container {
    padding: 0;
    margin: 0;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 7px 18px 5px 18px !important;
    margin: -1px 0 -1px -1px !important;;
    position: relative !important;;
    line-height: 20px !important;
    color: #969696 !important;
    height: 100%;
    cursor: default;
    border: none !important;;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;

    user-select: none;

    background-color: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);

    background-image: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: none;
}

.table .tbl-btn {
    background: transparent;
    border: none;
}

.table input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
}

.form-group {
    margin-bottom: 0;
}

.form-control:focus {
    border: none;
    box-shadow: none;
}

.date span.input-group-addon {
    color: #969696;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
    border: none;
    background: transparent;
}

.hidden {
    display: none;
}

div.text-center .ui-selectmenu-button.ui-button.ta-l {
    text-align: center;
}

.c-green input {
    color: #00c92f !important;
}

.ui-selectmenu-text {
    text-align: center;
}

td.warning input, td.warning i {
    color: white;
}

.dib {
    vertical-align: sub;
    padding-right: 5px;
}

td strong, .change-val {
    vertical-align: middle;
}

td strong {
    display: flex;
}

.edit-val {
    line-height: initial;
}

.help-block.help-block-error {
    display: none;
}

.dropdown-menu li form button, .dropdown-menu li a {
    text-align: center;
    display: block;
    padding: 12px 5px 10px;
    color: #969696;
    background: transparent;
    border: none;
    width: 100%;
}

.dropdown-menu li form button:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.uploadimg {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.uploadimg .file-note {
    position: absolute;
    right: 0;
    top: 0;
    width: 235px;
    color: #797979;
    font-size: 16px;
    line-height: 18px;
}

@media screen and (max-width: 1024px) {
    .uploadimg .file-note {
        position: static;
        margin-top: 10px;
        width: 100%;
    }
}

.uploadimg .file-tab {
    position: relative;
    height: 193px;
    width: 193px;
    border: 1px solid #d4d9e3;
    border-radius: 3px;
    overflow: hidden;
    background: url(../images/icons/avatar-default.png) no-repeat center 24px;
}

.uploadimg .file-tab .btn {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    left: 0;
    z-index: 4;
    background-size: cover;
}

.uploadimg .file-tab .btn span {
    text-indent: -9000px;
    display: block;
}

.uploadimg .file-tab > img + .btn {
    background: none !important;
}

.uploadimg .file-tab .text {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    top: 152px;
    left: 0;
    font-weight: normal;
}

.uploadimg .file-tab .thumbnail {
    border: none;
    padding: 0;
    max-width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.uploadimg .file-tab .thumbnail + .btn .text {
    display: none;
}

.uploadimg .file-tab .thumbnail + .btn + .btn.btn-danger {
    display: none !important;
}

.uploadimg input[type="file"] {
    position: absolute;
    filter: opacity(0);
    opacity: 0;
    top: 0;
    left: 0;
    text-align: right;
    cursor: pointer;
}

.col-5 thead > tr > td:first-child, .col-5 thead > tr > th:first-child, .col-5 tbody > tr > td:first-child, .col-5 tbody > tr > th:first-child {
    /*width: 33%;*/
}

.col-5 thead > tr > td:first-child, .col-5 thead > tr > th:first-child, .col-5 tbody > tr > td:first-child, .col-5 tbody > tr > th:first-child {
    width: 33%;
}

.user-block.open .dropdown-menu {
    left: 40%;
    right: 0;
}

.conrol-wrap {
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th {
    border-width: 1px 0px 1px 1px;
}

.w-half {
    width: 50%;
}

.mb20 {
    margin-bottom: 20px;
}

.w150 {
    width: 150px;
}

/* Export from Gelicopter site Guzy */

span.orange-text {
  color: #f97514;
}


/* IDEEFIX CUSTOM MZ*/

table.table .form-control.edit-fieldx{
    font-size: 12px;
}