﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #F0677C;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 5px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #F0677C!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}

.navbar-inverse {
    background-color: #C36464;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #C36464;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #3498db;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

.hidden {
    visibility: hidden;
    display: block;
}

.navbar {
    height: 150px;
}

.glyphicon-user, .glyphicon-picture {
    font-size: 50px;
    padding: 20px;
    border: 5px solid white;
    border-radius: 50px;
}

.dashboard-div-wrapper h5 {
    font-size: 20px;
    font-weight: bold;
}

#userConnecte {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

#userConnecte #prenom {
    padding: 30%;
}

.col-md-3 a:hover, .col-md-12 a:hover {
    text-decoration: none;
}

#bonjour {
    color: white;
    opacity: 0.5;
    font-size: 12px;
}

.menu-connexion{
    height: 40px;
}

.input {
    width: 49%;
    font-size: 20px;
    padding: 5px 10px;
    color: black;
    border: 5px solid rgba(200, 200, 200, 0.5);
    margin-bottom: 10px;
}

.input:first-child{
    margin-right: 18px;
}

.input:placeholder {
    text-transform: uppercase;
}

#login, #mdp {
    width: 100%;
}

.formulaire {
    text-align: center;
}

input[type=submit]{
    font-weight: bold;
    padding: 0 20px;
}

.page-head-line {
    padding-left: 25px;
}

#sortable {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 60%; 
}

#sortable li { 
    margin: 0 3px 3px 3px; 
    padding-left: 1.5em; 
    font-size: 1.4em; 
    height: 30px; 
}

#sortable li span { 
    position: absolute; 
    padding: 0.4em; 
    margin-left: -1.3em; 
}

thead tr th {
    text-align: center;
}

thead tr th:first-child {
    text-align: left;
}

.icon i {
    margin: 0 10px;
}

#screen {
    width: 50px;
}

.ui-state-default {
    border: none;
}

.droite {
    text-align: right;
}
.gauche {
    text-align: left;
}

.milieu {
    text-align: center;
}

.btn-ok:hover {
    color: green;
}

.btn-remove:hover {
    color: red;
}

.pencil:hover {
    color: blue;
}

.trash:hover {
    color: red;
}

#suppSelect i{
    margin-right: 5px;
}

.btn {
    background-color: transparent;
}

.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}


#dragdrop {
    width: 100%;
    height: 200px;
    background: rgba(10, 10, 200, 0.5);
    border: dashed 5px black;
}

.label-modif {
    margin-right: 15px;
}

.formulaireModif label {
    width: 100px;
}

#dropzoneModif {
    float: right;
    width: 50%;
}

.titre_popup {
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-item {
    height: 1920px;
}

.labelModif {
    width: 160px;
}

.inputModif {
    width: 175px;
    margin: 5px 0;
}

.controlleur {
    position: absolute;
    top: 0px;
    z-index: 15;
    width: 100%;
    height: 100%;
}

#redirection {
    z-index: 20;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 200px;
    width: 500px;
    background: transparent;
}

#imgClick {
    z-index: 10;
    position: absolute;
    top: -45px;
    right: 0px;
    opacity: 0.75;
    height: 25%;
    width: auto;
}

