/* here you can put your own css to customize and override the theme */

.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid  #000000;;
    color: #000000;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 10px;
    padding-top: 20px;
}


.form-group.form-md-line-input .input-group .input-group-addon {
    border-bottom: 1px solid #000;
}

.form-group.form-md-line-input .form-control.edited:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control.edited:not([readonly])~label:after, .form-group.form-md-line-input .form-control:focus:not([readonly])~.form-control-focus:after, .form-group.form-md-line-input .form-control:focus:not([readonly])~label:after {
    visibility: visible;
    left: 0;
    width: 100%;
    background: #000;
    height: 1px
}

.form-group.form-md-line-input .form-control.edited:not([readonly])~.help-block, .form-group.form-md-line-input .form-control:focus:not([readonly])~.help-block {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*.select2-container--bootstrap .select2-selection--single {
    height: 58px;
    /*line-height: 1.42857;
    padding: 6px 24px 6px 12px;
}*/

/*Changement hauteur boxe suivi logs*/

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container{
    padding: 10px 20px!Important;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-content-title{
    font-size: 12px;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-author-name, .mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-author-name a{
    font-size: 12px;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-author-notes{
    font-size: 10px;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-author, .mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-title{
    margin-bottom: 2px;
}
.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-content>.mt-content-container .mt-content{
    padding-top: 5px;
    font-size: 12px;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-icon{
    width: 35px;
    height: 35px;
}

.mt-timeline-2>.mt-container>.mt-item>.mt-timeline-icon>i {
    top: 45%;
    left: 57%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 15px;
}

.mt-timeline-2>.mt-container>.mt-item {
    padding-bottom: 5px;
}


/*Pointer portlet*/
.portlet.light>.portlet-title{
    cursor: pointer!Important;
}
/*Pointer portlet widget*/
.portlet>.portlet-title{
 cursor: pointer!Important;
}

/*Bouton Save pulsate*/
.pulse-button {

  position: relative;
  width: 34px;
  height: 34px;
  border: none;
  color: #fff;
  box-shadow: 0 0 0 0 rgba(38, 194, 129, 0.7)!important;
  border-radius: 50%;
  background-color: #26C281;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}


/*Pulse button GM*/
.pulse-button-gm {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #5a99d4;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
  -webkit-animation: pulse 1.5s infinite;
}
.pulse-button-gm:hover {
  -webkit-animation: none;
}
/*
@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}*/


/*Oulse button GM end*/

/* Quick sidebar wrapper */
.page-quick-sidebar-wrapper {
  background: #b7c9d6bf;
}

.page-quick-sidebar-wrapper .page-quick-sidebar {
    background: #b7c9d600;
}

/*Marges quick sudebar*/
.marges-quick-sidebar{margin: 80px 0 0 0;}
.tab-content-bottom{margin-bottom: 25px!important;}
.marges-page-quick-sidebar{margin: 0 80px;}
.h4style{margin-left:10px; font-weight: bold;}


.form-group.form-md-line-input .form-control::-webkit-input-placeholder {
    color: #797979;
}
.page-quick-sidebar-toggler > i {
    color: #fff;
}






@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(38, 194, 129, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(38, 194, 129, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(38, 194, 129, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(38, 194, 129, 0);}}


@media (min-width: 768px)
{
.navbar-collapse.collapse {
    height: 90vh!important;
}
}
