﻿.form-group .form-label span.required:after { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
}

.form-group .form-label span.required-before:before { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: -12px;
}


.form-group .help-block {
font-style:italic;
color:#b1afaf;
}

.form-group span.label-tooltip {
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #edf7fb;
    border-color: -moz-use-text-color -moz-use-text-color #d8edf7;
    border-image: none;
    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #3586ae;
    /*font-size: 13px;*/
    padding: 0 5px;
    text-decoration: none;

}
.tooltip {
    /*
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.846;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)*/
    z-index: 999999;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -10px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #727272;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 5px 5px 0;
    border-top-color: #727272
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727272
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #727272
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #727272
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #727272
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727272
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727272
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #727272
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    max-width: 339px;
}

.btn-info {
    color: #6d6d6d;
    background-color: #b4b4b4;
    border-color: transparent
}

.btn-info:focus, .btn-info.focus {
    color: #6d6d6d;
    background-color: #898989;
    border-color: rgba(0,0,0,0)
}

.btn-info:hover {
    color: #6d6d6d;
    background-color: #898989;
    border-color: rgba(0,0,0,0)
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #6d6d6d;
    background-color: #898989;
    border-color: rgba(0,0,0,0)
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #6d6d6d;
    background-color: #6b6b6b;
    border-color: rgba(0,0,0,0)
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #b4b4b4;
    border-color: transparent
}

.btn-info .badge {
    color: #b4b4b4;
    background-color: #6d6d6d
}

.btn-info:focus {
    background-color: #b4b4b4
}

.btn-info:hover, .btn-info:active:hover {
    background-color: #979797
}

.btn-info:active {
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4)
}

.btn-success > a, .btn-success span {
    color: white !important;
    background-color: #4caf50;
    border-color: transparent;
}

.btn-danger > a, .btn-danger span {
    color: white !important;
    background-color: #e51c23;
    border-color: transparent;
}



/****************/
/* MODAL CENTER */
/****************/

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-dialog.vertical-align-center {
    /* To center vertically */
    //display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 33% auto;
}
/*
.modal.in .modal-dialog{
    top:50%;
    transform:translateY(-50%);
} 
*/

/***********/
/* Display */
/***********/

.d-inline-block{
    display:inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.d-flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
}
.d-flex.justify-content-between,
.d-flex-center.justify-content-between {
    justify-content: space-between;
}