.btn{
    border-radius: 0;
}
.navbar-static-top {
    box-shadow: 0 0 3px graytext;
    background: #e8f2ff none repeat scroll 0 0;
}

.side-menu .navbar-nav .active a, .side-menu .navbar-nav li a {
    color: #FFF;
}

.side-menu .navbar-default {
    background: #49CBCD;
    border-radius: 0;
    margin-left: 5px;
}

.content {
    margin-bottom: 60px;
}

.footer {
    background: #21b7c6;
    box-shadow: 1px 1px 8px 1px gray;
    position: relative;
    z-index: 999;
    /*height: 65px;*/
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #f6fafb;
}

.modal-dialog {
    width: 400px;
}

.modal-header {
    padding: 5px 15px;
    background: #49cbcd;
    color: #fff;
}

.modal-content {
    border-radius: 0px;
}

.modal-body {
    padding: 0;
}

.modal-footer {
    clear: both;
    padding: 5px 15px;
}

.footer > .partenaire {
    padding: 10px 20px;
}

.footer > .partenaire img {
    height: 46px;
}

.footer > .partenaire a {
    display: block;
    float: left;
    margin-left: 19px;
}

.mava {
    margin-top: -3px;
    height: 57px;
}

.vAlign {
    padding: 24px 0;
}

.img-responsive {
    width: 100%;
}

.img-top {
    margin-top: 18px;
}

.title-ar {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 7px;
    text-shadow: 1px 1px 1px lightgrey;
}

.title-fr {
    color: #000;
    font-size: 21px;
    text-align: center;
    margin: 0 0 11px 0;
    text-shadow: 1px 1px 1px lightgrey;
}

.disabled {
    /*background: #d0eff4 none repeat scroll 0 0;*/
    opacity: 0.6;
    pointer-events: none;
}

.dataTables_wrapper {
    margin-top: 6px;
}

.dataTables_wrapper .dt-buttons a.btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    margin-left: 5px;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    top: 3px;
}

table.dataTable tr th {
    padding: 6px 0 0 9px !important;
}

table.dataTable tr th:last-child {
    text-align: center;
    width: 77px;
}

table.dataTable tr td {
    padding: 1px 10px;
}

table.dataTable tr td:last-child {
    text-align: center;
}

table.dataTable tr td:last-child a:last-child {
    margin-left: 5px;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #e8f2ff;
    margin-top: -100px;
}

/*-------------------FORMS*/
form > .pui-fieldset {
    margin-top: 5px;
}

fieldset {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    padding: 7px 12px;
    font-size: 12px;
}

label {
    margin-bottom: 0;
}

.form-control {
    height: 25px;
    border-radius: 0;
}

legend {
    margin: 0;
    width: auto;
    padding: 0 10px;
    background: #00a0b0;
    border: 1px solid #00a0b0;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

/*-------------------------MEDIA*/

@media (max-width: 1074px) {
    .title-ar {
        font-size: 30px;
        letter-spacing: 1px;
        margin-top: 7px;
    }

    .title-fr {
        color: #000;
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navbar-static-top {
        padding-top: 8px;
    }

    .content {
        padding: 0;
        margin-bottom: 60px;
    }

    .img-top {
        margin-top: 0px;
    }

    .title-ar {
        font-size: 21px;
        letter-spacing: 1px;
        margin-top: 7px;
    }

    .title-fr {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .main-container {
        padding-top: 15px;
        margin-top: -37px;
    }

    .side-menu-container > .navbar-nav {
        top: -7px;
    }

    .side-menu-container > .navbar-nav {
        background: #49CBCD;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
        top: 1px;
    }

    table.dataTable tr td:last-child {
        text-align: left;
        width: 77px;
    }

    .footer {
        position: relative;
    }

    .footer > .partenaire a {
        margin-left: 12%;
    }

    .vAlign {
        padding: 4px 0;
    }

    #androidAPP {
        left: 3px;
        padding: 0;
        position: absolute;
        top: 4px;
    }
}

select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../../media/images/dropdown.png") no-repeat scroll 100% center / 20px 13px !important;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 0px 20px 0px 6px !important;
}


