html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*------------------------------*/

.imgResponsive {
    display: block;
    width: auto;
    max-width: 100%;
}

.imgFull {
    display: block;
    width: 100%;
}

.imgCenter {
    margin: 0 auto;
}

.imgRight {
    float: right;
}

/*------------------------------*/

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

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

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

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

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

/*------------------------------*/

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

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

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

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

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

/*------------------------------*/

a {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover > img {
    opacity: 0.7;
}

a.active {
    text-decoration: underline;
}

/*------------------------------*/

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.under_construction {
    z-index: 5000;
}

.under_construction .modal {
    text-align: center;
    padding: 0 !important;
}

.under_construction .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2px;
}

.under_construction .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.under_construction .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 20px;
    margin: 0 auto;
}

.under_construction .close {
    background-color: transparent;
    color: #333333;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: sans-serif;
    font-size: 30px;
    padding: 0;
}

.under_construction .modal-body {
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 26px;
    color: #333333;
    padding: 5px 10px 5px 10px;
}

@media (min-width: 768px) {
    .under_construction .modal-content {
        width: 450px;
    }
}

/*------------------------------*/

@media (min-width: 1200px) {
    .hiddenLG {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hiddenMD {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hiddenSM {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hiddenXS {
        display: none !important;
    }
}

/*------------------------------*/

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.form-control::-ms-expand {
    display: none !important;
}

/*------------------------------*/

.form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.form-control::-moz-placeholder {
    color: #cccccc;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
}

/*------------------------------*/