/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 févr. 2018, 15:53:38
    Author     : Lulu
*/


.alert-success {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
}

.panel-body div.row:nth-child(odd) {
    /*background-color:#eee;*/
}

.form-group {
}

/* Disable resizing for all textareas and set fixed height */
textarea.form-control {
    resize: none;           /* Disable resize handle completely */
    max-width: 100%;
    overflow: auto;
    height: 200px;          /* Fixed height of 200px */
    min-height: 200px;
}

.modal textarea.form-control {
    resize: none;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
}

/*#step1 div.row:nth-child(odd),*/
#profileStriped p:nth-child(odd),
.summary-lines:nth-child(odd){
    background-color:#eee;
}

.summary-line .label2 {
    font-weight: bold;
    position: relative;
}

.summary-line.has-error{
    color:#f45f63;
}

.archives-per-page-form {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

.archives-per-page-form .form-group {
    margin-bottom: 0;
}

.archives-per-page-label {
    margin-right: 6px;
    font-weight: 600;
}

.archives-per-page-select {
    width: auto;
    min-width: 90px;
    padding: 4px 8px;
    height: 30px;
}

.label2  .fa-file-pdf-o{
    margin-right:5px;
}

.summary-line.has-error .label2:before, .has-error .control-label:before {
    content: "\f057";
    font-family: fontawesome;
    position: absolute;
    left:-5px;
    top:0;
}

#step1 .form-group>label {
   /* width: 40%;*/
}
#step1 .form-group>input[type="text"],
#step1 .form-group select {
    /*width: 59%;*/
}

.navbar-nav .dropdown-menu {
    min-width: 180px;
}

.fa-paper-plane, .fa-unlink, .fa-users {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.fa-paper-plane:after, .fa-users:after {
    background: #1ac796;
}
.fa-unlink:after{
    background: #f45f63;
}

.fa-paper-plane:after, .fa-unlink:after, .fa-users:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0.75;
}

.fa-paper-plane:hover:after, .fa-unlink:hover:after, .fa-users:hover:after {
    opacity: 1;
}

td.action {
    width: 150px;
}

td.action a, td.action form {
    height: 30px;
    display: inline-block;
}

.table>thead>tr>th {
    background: rgba(26, 150, 199, 0.1);
    color: #1a96c7;
    padding: 20px 5px;
    text-align: center;
}


/*
.fa-unlink{
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin:0 10px;
  }
  
  .fa-unlink{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0.75;
  }
  .fa-unlink:hover:after{
    opacity: 1;
  }
  
  .fa-unlink:after{
    background: #f45f63;
  }
  
  */
