﻿
@font-face {
    font-family: 'beIN Normal';
    src: url('../fonts/bein-ar-normal.woff') format('woff');
}

body {
    font-family: 'beIN Normal' !important;
    font-size: 14px;
}

label {
    font-weight: 400 !important;
    font-size: 14px;
    word-spacing: 2px;
}

.infolabel {
    font-weight: 400 !important;
    font-size: 18px;
    word-spacing: 2px;
    color:indianred;
}
.help-tip {
    float: left;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    display: inline-block;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: right;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
        z-index: 3 !important;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}
.numberCircle {
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px;
    color: #ff0303;
    text-align: center;
    font: 16px Arial, sans-serif;
}
    table
    {
        overflow-x:auto !important;
    }


/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }
@media screen and (min-width:600px) {
    .btn-float {
        position: absolute;
        left: 0
    }
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url('plugins/iCheck/green@2x.png');
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
        margin-left: 5px;
    }
}


.metismenu .arrow {
    float: left;
}

body.rtls #page-wrapper {
    margin: 0 220px 0 0;
}

.navbar-static-side {
    width: 220px;
}


.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
    width: 270px;
    border-radius: 2px 0px 0px 2px !important;
}


.ibox-title {
    background-color: #009587;
    border-color: #009587;
    color: #ffffff;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #ffffff;
}

.form-control, .single-line {
    padding: 0px 12px;
}


div.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    width:100%;
}

div.selectdiv select::-ms-expand {
    display: none;
}

div.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #1abfff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 10px;
    /*Adjust for position however you want*/
    top: 12px;
    padding: 0 0 9px 0;
    /*left line */
    position: absolute;
    pointer-events: none;
}

div.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    height: 45px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: black;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    border: 1px solid #1abfff;
    border-radius: 30px;
}

.nav > li > a i {
    padding-left: 5px;
}


.input-group-addon:first-child {
    border-left: 0px;
    border-right: 1px solid #E5E6E7;
}

.datepicker {
    text-align: right;
}

    .datepicker.dropdown-menu {
        right: auto;
    }


.fa-asterisk {
    color: orangered;
}

.html5buttons {
    float: left;
    margin-right: 25px;
}



.wrapper-content {
    min-height: 100vh;
}
.logo-name {
    color: #009587;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px !important;
}


@media(min-width:768px){
    .logo-name {
        color: #009587;
        font-size: 140px;
        text-align: center;
        letter-spacing: 0px !important;
    }
}
.lg-outer {
    text-align: unset;
}

.hide-ibox.ibox-content {
    display: none;
}

.ibox-title {
    padding: 10px 10px 6px;
    min-height: 40px;
}

    .ibox-title h5 a {
        color: #ffffff;
        word-spacing: 3px;
        font-size: 14px;
    }

.title-header-h5 {
    text-align: center;
    padding: 10px;
    font-size: 25px;
}

table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child {
    border-right-width: 1px;
}


.panel-default .panel-heading {
    color: #ffffff;
    word-spacing: 3px;
    background-color: #009587;
}

    .panel-default .panel-heading .panel-title {
        font-size: 14px;
    }


.panel-default .ibox-tools {
    margin-top: -17px;
}


.nav > li > a {
    font-weight: normal;
    word-spacing: 2px;
    font-size: 14px;
}


.wizard ul {
    display: flex;
}




.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff8f;
    z-index: 1000000;
}

    .loader .loader-image {
        position: fixed;
        left: 50%;
        top: 45%;
    }

.label-primary, .badge-primary, .label-danger, .badge-danger {
    font-size: 16px;
}



.emptyDataText td {
    font-size: 16px;
    color: red;
}


.swal2-popup .swal2-title {
    font-weight: normal !important;
    line-height: 25px !important;
}

.swal2-popup #swal2-content {
    text-align: center;
    font-size: 20px;
}


.example {
    width: 50%;
}
