﻿@font-face {
    font-family: 'Raleway-Bold';
    src:url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Bold';
    src:url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Regular';
    src:url('../fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src:url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}

body,html {
    font-family:'Rubik' !important
}

/*==============================
GENERAL
================================*/
.transformed input[type=submit]{
    padding:3px 08px
}
.h-32{
    height:32px !important
}
.h-26{
    height:26px !important
}
.form-control1 {
    width:100%;
    padding:4px;
    border:none;
    border-bottom:1px solid #ccc
}

.ajax__calendar_container {z-index:10;width:215px !important;}

/*LES LISTES ------ SEARCH PANEL*/
.dxeButtonEditSys input[type=text]{
    background:#e3eaef;
    height:20px;
    font-size : 1.2em;
    padding-left:10px
}
.dxeButtonEditSys {
    background:#e3eaef;
    height:30px;
    border-radius:5px;
    border:none
}
.dxgvSearchPanel_DevEx {
    background:#1ebbcb 
}

/*LES LISTEVIEW*/
.lst {
    width: 100%; 
    border: 1px solid #e1eff8
}
.lst-head {
    background-color: #FFFFFF;
    width: 100%; 
    padding:10px 0px
}
.lst-edit{
    background-color:#dedede;
    color:#000;
}
.lst-alt {
    background-color: #fff;
    font-size:0.9em
}
.lst-alt td,.lst-item td {
    height:25px
}
.lst-alt a,.lst-item a, .lst-edit a {
    padding:1px 5px;
    font-size:0.8em
}
.lst-item {
    background-color: #ebf6f4; 
    color: #000000;
    font-size:0.9em
}
.lst-bb {
    border-bottom:solid 1px #808080
}
.lst-empty {
    background:#f00;
    color:#fff;
}

/*LES LIENS a*/
a {
    color:#1ebbcb;
}
    a:hover {
        color:#1ba1ae
    }

/*LES HAUTS DES TABLEAUX*/
.grid-top {
    margin-bottom:04px
}
    .grid-top .btn-danger {
        padding:4px 10px
    }
    .grid-top i {
        font-size:1.7em;
        margin-bottom:0
    }
    .grid-top .dropdown .nav-link {
        margin:0;
        padding:0
    }
    .grid-top .dropdown .dropdown-menu {
        font-size:0.8em
    }

    /*STUDENTVIEW PAGE*/
.profile-btn {
    position:absolute;
    bottom:10px;
    right:10px
}
.profile-top .form-group {
    margin:0
}
.profile-top .col-12 {
    padding:0
}
.profile-top {
    padding:0
}
    .profile-top .fileupload .thumbnail {
        text-align:left
    }

    .profile-top .btn {
        opacity:0.5;
        width:160px
    }

        .profile-top .btn span {
            width:160px
        }

    .profile-top .btn:hover {
        opacity:1
    }
.mail-list .text-info {
    background:#f6f6f6;
}

.mail-list a:hover {
    background:#f6f6f6;
}
.sub-menu span{
    font-size:0.6em;
}
/*ADMISSION PAGE*/
.course-part h4 {
    color:#808080
}
.message-list li .col-mail-1 .title {
    left:40px !important;
}
.message-list {
    font-size:1em !important;
    margin-bottom:0px !important
}
    .message-head li:hover {
        background:none !important;
    }
    .message-head li {
        font-weight:700;
        border-bottom:solid 1px #e3eaef
    }
.modal-additionnal {
    height:400px;
    overflow:auto
}

.filter-right {
    background:#e8e8e8;
    padding:20px 8px
}

/* =============
   Total Panel
============= */
.inbox-rightbar .smalltab .one {
    

}
.smalltab .bright {
    text-align:right;
}

.smalltab .bleft {
    margin-bottom:0px !important
}
.one {
    width:100%;
    padding-right:5px
}
.bleft {
    float:left;
    width:40%
}
.bright {
    float:left;
    width:60%;
}


/* =============
  CHECKBOX
============= */
/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    height:5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px !important;
    width: 20px;
    padding:10px !important;
    background-color: #ffffff;
    border:1px solid #1ba1ae;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    border-color: #1ebbcb;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 0px;
    width: 10px;
    height: 15px;
    border: solid #1ebbcb;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =============
  FILE UPLOAD
============= */
/*Wizard Student*/
.wizard > .content > .body{
    position:relative !important
}


        .files input {
            outline: 2px dashed #92b0b3 !important;
            outline-offset: -10px;
            -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear !important;
            transition: outline-offset .15s ease-in-out, background-color .15s linear !important;
            padding: 25px 13px 58px 18%;
            /*120px 0px 85px 35%;*/
            text-align: center !important;
            margin: 0;
            width: 100% !important;
        }

            .files input:focus {
                outline: 2px dashed #92b0b3;
                outline-offset: -10px;
                -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
                transition: outline-offset .15s ease-in-out, background-color .15s linear;
                border: 1px solid #92b0b3;
            }

        .files {
            position: relative;
        }

        /*.files:after {
                pointer-events: none;
                position: absolute;
                top: 10px;
                left: 0;
                width: 24px;
                right: 0;
                height: 46px;
                content: "";
               
                background-image: url(img/download.png) ;
                display: block;
                margin: 0 auto;
                background-size: 100%;
                background-repeat: no-repeat;
            }*/
        /*background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);*/

        .color input {
            background-color: #f1f1f1;
        }

        .files:before {
            position: absolute;
            bottom: 10px;
            left: 0;
            pointer-events: none;
            width: 100%;
            right: 0;
            height: 47px;
            content: " or drag it here. ";
            display: block;
            margin: 0 auto;
            color: #2ea591;
            font-weight: 600;
            text-transform: capitalize;
            text-align: center;
        }

/* =============
  ++++++++++++++
============= */
<!-- Spinkit css -->
        
            .overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
       
