@font-face {
    font-family: SegoeUI;
    src: '../fonts/segoe-ui/SegoeUI.otf';
}

body{
    font-family: SegoeUI;
}

.full_content_msg {
  background: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: absolute;
}

.full_msg {
  background-color: white;
  width: 500px;
  margin: 100px auto 0px auto;
  padding: 30px;
  opacity: inherit;
  border-radius: 30px;
  min-height: 200px;
}

.fermeture_croix {
  width: 100%;
  text-align: right;
}

.fermeture_croix img{
   cursor:pointer; 
}

.main-header{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width:100%;
  height:80px; 
  z-index: 300;
  background-color:white;
  box-shadow: 0 2px 4px 0 rgba(20,15,15,.08);
}

.menu-header{
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color:white;
    padding-top:5px;
}

.logo img{
   float:left;
}

#cug{
    position: fixed;
    top: 15px;
    left: 80px;
    color:red;
    font-weight:bold;
    font-size:18px;
}

#booking{
  position: fixed;
  top: 35px;
  left: 80px;
  color:#2f9ea8;
  font-weight:bold;
  font-size:18px;
}

.logo{
  text-decoration:none;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition:width .3s ease-in-out;
  display: block;
  float: left;
  height: 80px;
  padding:0 15px;
  font-weight: 300;
  overflow:hidden;
}

.profile_header {
  float:right;
  padding:25px;
}

.profile_icon{
    display:inline-block;
}

.logout{   
    padding: 5px;    
}

.flash_message{
  margin: auto;
  min-width: 320px;
  max-width:550px;
  padding: 36px;
}

.content-header{
  position: relative;
  padding:15px 15px 0 15px;
}

.content-header h1{
    font-size:25px;
    font-weight:bold;
}

.main-header > .breadcrumb {
  float: right;
  background:transparent;
  margin: 35px 120px 0px 0px;
  font-size: 12px;
  font-weight:bold;
  padding:7px 5px;
  position: absolute;
  top: 0px;
  right: 10px;
  border-radius:2px;
}

.content-header > .breadcrumb li{
     padding-right:5px;
}

.content-header > .breadcrumb a{
    text-decoration:none;
}

.navbar-nav{
  float: right;  
  display:block;
  min-width: 50%;
}

.navbar-nav li, .btn{
  border-radius: 10px;
  padding: 8px;
  margin-right: 10px;
  cursor: pointer;
  border:1px solid black;
  float:right;  
}

.content-wrapper{
  padding-top: 160px;
}

.content-wrapper .messages{
  height:50px;
  width:100%;
}

.content-wrapper .messages li{
  float: right;
  list-style: none; 
  cursor:pointer;
  border:1px solid black;
  border-radius:10px;    
  padding:8px 8px 8px 20px;
  margin:20px;
}

.hidden,.hidden_th,.hidden_td,.box_checkbox input,.box_radio input {
  display: none !important;
}

.content {
  min-height: 250px;
  padding:15px;  
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-image:url(../images/V2_CUG_fall.svg);
  width:100%;
  height:100%;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_box {
  margin:30px auto;
  background-color: white;
  min-height: 375px;
  min-height: 264px;
  min-width: 320px;  
  padding:36px;  
}

.container_box_log{
    min-height: 25px;
    cursor:pointer;
}

.header{
  color: #2f9ea8;
  text-align:center;
}

.position_fixed{
   position: fixed;
    top: 165px;
  right: 0;
}

.class_label{
  width:100%;
  color:#2f9ea8;
  font-weight:bold;
  font-size:15px;
  padding:10px 0px;
}

.class_label{
    cursor:pointer;
}

.class_input_text{
   width:100%;
}

.box_radio,.box_checkbox,.select_btn{
  border:1px solid black;
  border-radius:10px;
  padding:8px;
  margin-right:10px;  
  cursor: pointer;
  float: left;
}

.box_radio a{
  text-decoration:none;
  color:black;
}

.select_btn{
  
}

.radio_btn{
  
}

.btn_style{
  border:1px solid #367fa9;
  border-radius:10px;
  padding:8px;
  margin:10px;  
  cursor: pointer;
  width:100%;
  background-color:white;
  color:white;
}

.btn_style_admission{
  background-color:red;
  color:white;
  text-decoration: none;
  border-radius:10px;
  padding:8px;
  cursor: pointer;
  margin-left:7px;
}

.white_class{
    background-color:white;
}

h6.box-title{
    font-size:18px;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}

.box-header {
  display: block;
  padding: 10px;
  position: relative;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
  display: inline-block;
  margin-right: 5px;
}

.box.collapsed-box .box-body{
  display: none;
}

.pull-right {
  float: right !important;
}

.table > tbody > tr > td.success{
    background-color: #FFE266;
}

.table > tbody > tr > td.warning{
    background-color: #EC440F;
}

table th{
    text-align:center;
}

.table-compte th{
    text-align:left;
}

td {
  text-align: center;
  vertical-align: middle;
}

.hidden-xs, .hidden-sm{
    display:none;
}

.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.callout.callout-warning {
  border-color: #c87f0a;
}

.callout.callout-warning {
  background-color: #f39c12 !important;
}

.callout p{
    color: #fff !important;
}

footer{
  background-color: #fee365;
  bottom: 0px;
  box-sizing: border-box;
  clear: both;  
  display: block;
  filter: none;
  font-size: 15px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  overflow-x: visible;
  overflow-y: visible; 
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
}

.main-footer{
    float:right;
    padding-right:20px;
    color:#009899;
    font-size:12px;
    font-weight:bold;
}

.main-footer a{
    text-decoration:none;
    color:#009899;
}

