/* - margins default - */
.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.noMarginRight {
    margin-left: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.marginTopDefault {
    margin-top: 15px !important;
}

.marginRightDefault {
    margin-right: 10px !important;
}

.marginLeftDefault {
    margin-left: 10px !important;
}

.marginBottomDefault {
    margin-bottom: 10px !important;
}

.box .box-header a.btn {
    color: #141414 !important
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.box-body {
    overflow: hidden !important;
}

#loadingPage {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999998;
}

#loadingPage .loading {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingPage .loading img {
    width: 50px;
    max-width: 100px !important;
}

.error label,
.error .alert-msg {
    color: #c73939;
}

.error input {
    border-color: #c73939;
}

.error .select2-choice {
    border-color: rgb(192, 152, 83);
}

.success label,
.success .alert-msg {
    color: #379e48;
}

.success input {
    border-color: #379e48;
}

.success .select2-choice {
    border-color: rgb(192, 152, 83);
}

/* info */
.info label,
.info .alert-msg {
    color: rgb(58, 135, 173);
}

.info input {
    border-color: rgb(58, 135, 173);
}

.info .select2-choice {
    border-color: rgb(192, 152, 83);
}

/* warning */
.warning label,
.warning .alert-msg {
    color: rgb(192, 152, 83);
}

.warning input {
    border-color: rgb(192, 152, 83);
}

.warning .select2-choice {
    border-color: rgb(192, 152, 83);
}

/* list-years */

.paginator {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.paginator a:link, .paginator a:active, .paginator a:visited {
    padding: 10px;
    background: #f0f0f0;
    text-decoration: none;
    color: #004a8f;
    border-radius: 5px;
    box-shadow: inset 2px 2px 5px #d9d9d9;
    transition: 0.5s all;
}

.paginator a:hover {
    background: #00adee;
    color: #fff;
    box-shadow: inset 2px 2px 5px #0096cf;
}

.paginator .active:link, .paginator .active:active, .paginator .active:visited {
    background: #00adee;
    color: #fff;
    box-shadow: inset 2px 2px 5px #0096cf;
}

.reportings-block {
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    width: 90%;
}

@media (max-width: 800px) {

    .reportings-block {
        width: 100%;
    }

}

.red {
    color: #930000 !important;
}

.ibox-content, .ibox-title {
}

input, select, textarea {
}

.table-responsive {
    overflow-x: inherit !important;
}

.jqte {
    margin: 0 !important;
}

.site-steps {
}

.site-steps .site-steps-btn {
    color: #aaa;
    width: 100%;
    padding: 10px;
    background: #eee;
    border: none;
    border-radius: 4px;
}

.site-steps .site-steps-btn.active-2 {
    color: #0078a5;
    background: rgba(0, 167, 228, 0.28);
    border: none;
    box-shadow: rgba(0, 163, 224, 0.08) inset 1px 1px;
}

.site-steps .site-steps-btn.active {
    color: #fff;
    background: #0078a5;
    border: none;
    box-shadow: #00a3e0 inset 1px 1px;
}

.site-steps fieldset {
    padding: 15px;
    background: #eee;
    border-radius: 4px;
}

.btn-primary {
    box-shadow: #1DC198 inset 1px 1px;
}

.btn-success {
    box-shadow: #00a3e0 inset 1px 1px;
}

.yellow {
    color: #ffa238 !important;
}

.green {
    color: #1ca847 !important;
}

input.location {
    padding-left: 35px;
    background: url('../img/location-pointer-2.PNG') 10px center no-repeat;
}

input.location:hover {
    background: url('../img/location-pointer.PNG') 10px center no-repeat;
}

.exemple-color {
    width: 50px;
    height: 10px;
    display: inline-block;
}

.Editor-editor {
    background: #fff !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: none !important;
}

.form-control[type="input"] {
    height: 34px !important;
}

.input-sm, .form-group-sm .form-control {
    height: 30px !important;
}