﻿body {
    font-family:'Century Gothic';
    /*background-color:#293237;*/
    color: black
}

@font-face {
    font-family: smartdatacenter;
    src: url(/Bootstrap/fontface/HolidayFree.otf);
}
.smart {
    font-family: smartdatacenter;
    font-size:53px;
    color:white
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Century Gothic', sans-serif;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c3f746;
    width: 25%;
}
.trait {
    width:100%;
    height:2px;
    background-color:#293237;
    margin-top:10px;
    margin-bottom:10px
}
.content {
    min-height:0px;
    height:100%;
    /*height:-moz-available; 
    height:-webkit-fill-available;*/
}

.skin-blue .main-header .navbar {
    background-color:  #73cbf2;
    /*border-bottom: 2px solid #227bf6; #6d7dc3;*/
    border-bottom: 2px solid  #73cbf2; 
}
.skin-blue .main-header .logo {
    background-color: #6d7dc3;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    /*background:linear-gradient(0deg, #3358f4 0%, #1d8cf8 100%)*/
    background-color: #6d7dc3;
}
.content-wrapper {
    background-color: #fbfbfb;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    margin:0
}
.btn {
    margin-bottom:5px;
    border-radius: 15px;
}
.form-control {
    border-radius:10px;
    margin-bottom:5px
}
th {
    background-color: #2d77d0;
    color: white;
    border-bottom: 1px solid red;
}
.small-box h3 {
    font-size: 30px;
}
.marg-top {
    margin-top:50px
}
.small-box > div .inner {
    padding: 10px;
    cursor:pointer
}
.info-box-text > p {
    color:black
}
.info-box-content {
    padding: 5px 0px;
    margin-left: 73px;
}
.info-box-icon {
    height:130px;
    width:68px
}
.info-box {
    cursor:pointer;
    min-height: 130px;
    box-shadow: 4px 3px 2px 0px rgba(0, 0, 0, 0.25);
}
.info-box:hover {
    box-shadow:5px 5px 5px grey
}
.cl-wh {
    color:black
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 00px;
    margin-bottom: 10px;
}
p {
    margin: 0 0 0px;
    color:black
}
.form-group {
    margin-bottom: 0px;
}
td, th {
    padding-bottom: 15px;
    padding-top: 15px;
}
@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 250px;
        left: 50px;
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 12px; 
}
.box {
    background: #ececec;
}
.box-header { color: #000; }
.action { 
    color: white;
    margin: 10px;
    font-size: 15px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-bottom: 15px;
    padding-top: 5px;
    border-top: 1px solid #293237;
}

/*ICON*/
.fa-edit {
    color: #2d77d0
}
.fa-trash {
    color: #f18e8e
}
.fa-print {
    color: #006400
}
.form-control {
    color: #000;
    background-color: #f7f7f7;
    border-color: #3c8dbc;
}
.nav-tabs-custom > .tab-content { background: #5d5d5d; }
.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #5d5d5d;
}
.nav-tabs-custom > .nav-tabs > li > a {
    color: #fff;
    border-radius: 0;
}
.form-ext {
    background-color: white;
    color: black;
}
.txt-vert {
    color: #a7fb6a;
    /* margin: 0.15em 0.75em 0 0; */
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr; 
    text-orientation: upright;
    /* -webkit-font-feature-settings: "vkrn", "vpal"; */
    /* font-feature-settings: "vkrn", "vpal"; */
    font-size: 25px;
    margin-left: 20px;
    /* text-align: unset; */
    font-weight: bold;
}
legend {
    color:white
}
#deconnexion {
    
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f900;
    padding: 10px;
}
.btn-violet {
    color: #ffffff;
    background-color: #a412f3;
    border-color: #a412f3;
}
.clignote {
    animation-name: clign;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-right: 20px
}
@keyframes clign {
    from {color: #337ab7;}
    to {color: white;}
}
.t-w {
    font-weight:bold;
}
.style_croix {
    font-weight:bold;
    font-size: 20px !important;
}
  .toast-bottom-right
     {
        bottom: 50% !important;
        top: 50% !important;
        left: 80% !important;
        width: 100%;
    }
  @-webkit-keyframes clignote 
  {
        0%{box-shadow:0px 0px 10px #6d7dc3;}
        50%{box-shadow:0px 0px 0px #6d7dc3;}
        100%{box-shadow:0px 0px 10px #6d7dc3;}
   }
     .active_
     {
         text-shadow: 0 1px 0 white !important;
        border-radius: 20px !important;
        border: 20px solid #d1e80d !important;
        box-shadow:0px 0px 10px #4183C4 !important;
        -webkit-animation-name: clignote;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count:infinite;
        }
.MyFrameBlue {
    border: 1px dotted #1e90ff;
    border-radius: 6px;
}
input[type=checkbox]
{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }
    input[type=checkbox] {
    -border-radius: 4px;
    height: 30px;
    width: 30px;
    background: #fff;
    /*border: 1px solid #ccc;*/
    border: 3px solid #0e0e0e;
}
input[type="checkbox"]:checked {
  /*background: yellow;*/
  /*margin:0px;*/
  /*position: relative;*/
  /*position: absolute;*/
}
input[type="checkbox"]:checked:before {
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: grey;
    font-size: 24px;
    position: absolute;
}
#t_pdt {
    font-weight:bold;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #73cbf2;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav >
 .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 800px;
}
.img_supp {
    width: 180px;
}
.radio_pdt:checked,
.radio_pdt:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_pdt:checked + label,
.radio_pdt:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio_pdt:checked + label:before,
.radio_pdt:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    /*top: 0;
    width: 18px;
    height: 18px;*/
    top: -28px;
    width: 50px;
    height: 50px;
    /*border: 1px solid #ddd;*/
    border: 4px solid #060606;
    border-radius: 100%;
    background: #fff;
}
.radio_pdt:checked + label:after,
.radio_pdt:not(:checked) + label:after {
    content: '';
    /*width: 12px;
    height: 12px;*/
     width: 50px;
    height: 50px;
    background: #F87DA9;
    position: absolute;
    /*top: 4px;
    left: 4px;*/
    top: -29px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio_pdt:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio_pdt:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.search {
  /*width: 100%;*/
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 15px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.radio_ecran {
  visibility: hidden;
  position: relative;

  margin-left: 5px;
  width: 30px;
  height: 30px;
}

.radio_ecran:before {
  content: "";
  visibility: visible;
  position: absolute;

  border: 2px solid #eb6864;
  border-radius: 50%;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.radio_ecran:checked:before {
  background-color: #eb6864;
}
.montantAcompte {
    border-color: transparent;
}
.remove-image {
display: none;
position: absolute;

border-radius: 10em;
padding: 2px 6px 3px;
text-decoration: none;
font: 700 21px/20px sans-serif;
background: #555;
border: 3px solid #fff;
color: #FFF;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  /*top: 34px;
   right: 0px;*/
}
.remove-image:hover {
 background: #E54E4E;
  padding: 3px 7px 5px;
  /*top: 34px;
   right: 0px;*/
}
.remove-image:active {
 background: #E54E4E;
 /*top: 34px;
   right: 0px;*/
}
