@import url('compiled/calendar.css');
@import url('compiled/chart-showcase.css');
@import url('compiled/code-editor.css');
@import url('compiled/datatables.css');
@import url('compiled/elements.css');
@import url('compiled/form-showcase.css');
@import url('compiled/form-wizard.css');
@import url('compiled/gallery.css');
@import url('compiled/grids.css');
@import url('compiled/icons.css');
@import url('compiled/index.css');
@import url('compiled/layout.css');
@import url('compiled/new-user.css');
@import url('compiled/personal-info.css');
@import url('compiled/signin.css');
@import url('compiled/tables.css');
@import url('compiled/ui-elements.css');
@import url('compiled/user-list.css');
@import url('compiled/user-profile.css');
@import url('compiled/web-app-icons.css');
/*@import url('compiled/signup.css');*/
#pad-wrapper h4 {
  margin-bottom: 15px;
  margin-top: 40px;
}
#pad-wrapper h6 {
  font-weight: 600;
  font-size: 16px;
  /*margin-bottom: 14px;*/
}
.form-page .tab-pane {
  padding-top: 30px;
}
.form-page .nav > li > a {
position: relative;
display: block;
padding: 10px 13px;
color: #808080;
font-size: 12px;
/* font-weight: bold; */
border-radius: 0;
text-transform: uppercase;
}
.form-page .nav > li > a:hover {
  background: none;
  color: #333;
}
.form-page .nav-tabs > li.active > a,
.form-page .nav-tabs > li.active > a:hover,
.form-page .nav-tabs > li.active > a:focus {
  font-weight: bold;
  color: #333;
  border-bottom-color: white;
}
.agencies {
  padding-bottom: 40px;
}
.agency {
  margin-bottom: 30px;
}
.agency .thumbnail {
  border-radius: 0;
  background: white;
  padding: 30px 5px 20px;
  -webkit-transition: all .25s cubic-bezier(.12,.72,.33,1);
  -o-transition: all .25s cubic-bezier(.12,.72,.33,1);
  transition: all .25s cubic-bezier(.12,.72,.33,1);
}
.agency .thumbnail:hover {
  text-decoration: none;
  -webkit-transform: scale(1.065);
  -ms-transform: scale(1.065);
  -o-transform: scale(1.065);
  transform: scale(1.065);
  box-shadow: 0 3px 30px rgba(0,0,0,.1);
  border-color: #428BCA;
  background: #F7FBFF;
}
.agency .thumbnail i,
#pad-wrapper .agency .thumbnail h3 {
  -webkit-transition: all .4s cubic-bezier(.12,.72,.33,1);
  -o-transition: all .4s cubic-bezier(.12,.72,.33,1);
  transition: all .4s cubic-bezier(.12,.72,.33,1);
}
.agency .thumbnail:hover i,
#pad-wrapper .agency .thumbnail:hover h3 {
  color: #428BCA;
}
.agency i {
  color: #515151;
}
.agency .thumbnail .caption {
  padding-top: 17px;
}
#pad-wrapper .agency h3 {
font-size: 16px;
margin: 0;
color: #515151;
padding: 0;
}
@media screen and (min-width: 1400px) {
  .agency {
    width: 20%;
    margin-bottom: 0;
  }
}
.form-page .form-wrapper .select2-container {
  margin-left: 0px;
  margin-top: 4px;
}
.select2-container .select2-choice {
  height: 29px;
  line-height: 28px;
}
.ui-select {
  margin-top: 3px;
  width: auto;
  padding-right: 30px;
  height: 30px;
  line-height: 27px;
  min-width: 270px;
}
.ui-select select {
  width: 125%;
  height: auto;
  cursor: pointer;
}
#pad-wrapper h2 {
text-align: center;
margin-top: 20px;
padding-bottom: 11px;
display: inline-block;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
border-bottom: none;
font-size: 25px;
}

#pad-wrapper h3 {
  margin-top: 30px;
font-size: 22px;
border: none;
}
.form-wrapper input[type="text"] {
  width: 100%;
}
.form-wrapper .field-box .row {
  margin: 0 -7px 10px -7px;
}
.form-wrapper .field-box .row:last-child {
  margin: 0 -7px 0 -7px;
}
.form-wrapper .field-box .row [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.form-page .form-wrapper label.checkbox,
.form-page .form-wrapper label.radio {
  width: auto;
  padding-left: 0 !important;
  font-size: 12px;
  font-weight: normal;
}
.form-page .form-wrapper label.checkbox-inline,
.form-page .form-wrapper label.radio-inline {
  width: auto;
  padding-left: 0 !important;
  font-size: 12px;
  font-weight: normal;
}
.form-wrapper .field-box:last-child {
  margin-bottom: 30px;
}
label {
  margin-bottom: 7px;
}
.navbar-inverse .navbar-brand {
  padding: 13px 20px;
}
.navbar-toggle {
  padding: 6px 8px 9px 6px;
}
#pad-wrapper .section {
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: inset 0px 3px 2px -1px #fafafa;
  padding-top: 40px;
}
#pad-wrapper .section h4 {
  margin-top: 0;
}
.form-page .form-wrapper label {
    cursor: pointer;
  width: 200px;
  padding-right: 5px;
  cursor: pointer;
}
.header {
  margin-bottom: 20px;
}
.adresse-numero + .tooltip.right {
  margin-left: 279px;
}
.adresse-postal + .tooltip.right {
  margin-left: 250px;
}
.col-md-5 + .tooltip.right {
  margin-left: 4px;
}
.col-md-4 + .tooltip.right {
  margin-left: 4px;
}
#form-sejour-capacite-min + .tooltip.right,
#form-sejour-date-debut + .tooltip.right {
  margin-left: 195px;
}
.tooltip.right {
  padding: 0 5px;
  -webkit-backface-visibility: hidden;
  width: 270px;
  margin-left: 20px;
  margin-top: -1px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #464646;
  -webkit-transform: translateX(1px);
}
.tooltip-inner {
  min-width: 0;
  max-width: none;
  padding: 5px 12px 5px 10px;
  color: #FFF;
  text-align: left;
  text-decoration: none;
  background-color: #464646;
  border-radius: 4px;
  display: block;
  width: auto;
  margin-top: 0;
  float: left;
}
.tooltip-inner:before {
  content: "\f059";
  margin-right: 7px;
  font-size: 14px;
  line-height: 10px;
  color: #999;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.btn-flat {
  -webkit-backface-visibility: hidden;
}
.users-list .header input.search {
  padding: 14px 12px;
  display: block;
  position: relative;
  top: 3px;
}
.table tr.first td {
  border-top: 1px solid #DDD;
}
.table th.sortable:hover {
  text-decoration: none;
}
.table th.sortable:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0dc";
  float: right;
  padding-right: 10px;
  color: lightgray;
}
.table th.headerSortDown:after {
  content: "\F0DD";
  color: black;
}
.table th.headerSortUp:after {
  content: "\F0DE";
  color: black;
}
.extendlink tbody tr {
  cursor: pointer;
}
input.parsley-error {
  border-color: #C11;
}
input.parsley-error:focus {
  border-color: #C11;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px #cc1111;
  -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px #cc1111;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 4px #cc1111;
}
.parsley-error-list {
  list-style: none;
  padding-top: 5px;
  text-indent: 0;
  padding-left: 0;
  color: #C11;
  margin-bottom: 0;
}
.header h3 {
  margin: 0;
  margin-top: -1px;
}
.header input.search {
  height: 29px;
  width: 240px;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #D0DDE9;
  margin: 0;
  border-radius: 2px;
  position: static;
  margin-top: 2px;
}
.header.icon {
  margin-bottom: 40px;
}
.header.icon .big-icon {
  font-size: 50px;
  float: left;
  margin-top: 0px;
  color: #6E829B;
}
.header.icon .big-icon:hover {
  text-decoration: none;
}
.header.icon h3 {
  padding-left: 20px;
}
.header.img {
  position: relative;
}
.header.img img {
  position: absolute;
  top: -18px;
}
.header.img h3 {
  padding-left: 85px;
}
.btn-flat + .btn-flat {
  margin-left: 5px;
}
.table img.avatar {
  margin-right: 14px;
}
.bio {
  box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
  border-right: 1px solid #EDEEF1;
  padding-right: 30px;
}
.bio,
.fiche {
  font-size: 12px;
}
.bio .ctrls .tab-content i,
.fiche .ctrls .tab-content i {
  color: #428BCA;
  font-size: 13px;
  margin-right: 7px;
}
.bio .icon-remove-sign,
.fiche .icon-remove-sign {
  font-size: 18px;
  color: #b63224;
}
.bio .icon-ok-sign,
.fiche .icon-ok-sign {
  font-size: 18px;
  color: #83b54d;
}
.bio .icon-phone,
.fiche .icon-phone {
  color: #428BCA;
  margin-right: 4px;
}
.bio .list-group-item,
.fiche .list-group-item {
  padding: 13px 15px;
}
.bio .list-group-item p,
.fiche .list-group-item p {
  margin: 0;
}
#pad-wrapper .bio h4 {
  margin-bottom: 18px;
  margin-top: 40px;
}
#pad-wrapper .bio .row h4 {
  margin-bottom: 18px;
  margin-top: 1px;
}
#pad-wrapper .ctrls .tab-content {
  min-height: 150px;
}
.address {
  padding-left: 30px;
}
.address ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
  font-size: 13px;
}
.address ul li {
  padding: 0px 0;
}
.address ul i {
  color: #428BCA;
  font-size: 13px;
  margin-right: 7px;
}
h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.icon-male {
  color: #428BCA;
}
.icon-female {
  color: #B85E80;
}
.modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
  min-height: 16.428571429px;
  background: #F7F7F7;
  border-radius: 5px 5px 0;
}
.modal-content .modal-header .close {
  margin-top: 0px;
}
.modal-content .modal-footer {
  margin-top: 15px;
  padding: 14px 20px 15px;
  text-align: right;
  border-top: 1px solid #E5E5E5;
}
.modal-content .modal-body {
  position: relative;
  padding: 20px 20px 5px;
  font-size: 14px;
}
.action-page .header {
  margin-bottom: 35px;
}
.action-page .message {
  margin-bottom: 35px;
  font-size: 14px;
}
.progress-bar > span {
  padding-top: 2px;
  display: block;
}
.progress > span {
  padding-top: 2px;
  padding-right: 10px;
  display: block;
  float: right;
  opacity: .7;
  filter: alpha(opacity=7);
  font-weight: bold;
}
body {
  transition: left .3s ease;
}
body.menu {
  position: relative;
  left: 165px;
}
body.menu #sidebar-nav {
  left: -165px;
  transition: left .2s ease;
}
body.menu .content {
  margin-left: inherit;
  position: static;
  width: auto;
}
@media (max-width: 768px) {
  .form-page .form-wrapper label {
    width: 100%;
  }
  .form-page .form-wrapper label.radio-inline {
    width: 46%;
    padding: 2px 0 5px;
  }
  .form-page .form-wrapper .ui-select {
    width: 100%;
    min-width: 100%;
  }
  .ui-select select {
    width: 122%;
  }
}
.panel.noheader li:first-child {
  border-top: none;
}
.panel iframe {
  margin-bottom: -3px;
}
.panel .extendli {
  padding: 0;
}
.user-profile .header button.btn-flat,
.user-profile .header a.btn-flat {
  margin-top: 18px;
}
.content .header .dropdown {
  display: inline-block;
  margin-right: 6px;
  margin-top: 18px;
}
.content .header .dropdown .btn-flat {
  font-size: 15px;
  padding: 7px 8px 5px;
}
:focus {
  outline: none;
}
.editable {
  display: inline-block;
  border: 1px solid white;
  padding: 0 2px;
}
.editable:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: text;
}
.editable:hover:after {
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: text;
}

.dropdown-menu li i {
  margin-right: 6px;
}

.nav-tabs {
margin-bottom: 15px;
}
table.datatable tbody tr {
  cursor: pointer;
}
table.datatable tbody tr:hover {
background-color: #F2F2F2;
}
.dataTables_filter input[type="text"] {
  margin-left: 7px;
  border: 1px solid #D0DDE9;
  border-radius: 3px;
  height: 28px;
  padding: 5px;
  background: url("../img/lens.png") #fcfcfc no-repeat 95%;
}

h3 small {
  display: block;
  margin-left: 0px;
}
small.metadata {
  display: block;
  margin-top: 40px;
  margin-left: 0px;
  font-size: 12px;
}
.pop-dialog {
    position: absolute;
    top: 60px;
    left: 0px;
    display: none;
}
table.dataTable tr.active {
  background-color: #f5fafc;
}
table.dataTable tr.active td.sorting_1 {
  background-color: #f5fafc;
}
table td {
  position: relative;
}
.pop-dialog.tr {
    position: absolute;
    top: 40px;
    left: 0px; 
}
.pop-dialog .menu {
    width: 140px;
}
.pop-dialog .menu .item {
    font-weight: 400;
}
td button.btn {
  background: none;
}
.btn i {
  color: #000;
}
.archived {
  opacity: 0.3;
}

.input-suffix {
  position: absolute;
  top: 8px;
  right: 0%;
}

/* Listing des logements */


table.dataTable tr.inactif,
table.dataTable tr.inactif td.sorting_1,
table.dataTable tr.inactif td.sorting_1 a {
  font-weight: bold;
  background-color: #A91101;
  color: #ffffff;
}

/* eForm */

body {
    /*font-family:'Source Sans Pro', 'sans-serif';*/
    font-family:'Open Sans', 'sans-serif';
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    font-size: 1.3em;
}
h2, .h2 {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    /*font-size: 3em;*/
    margin-bottom: 25px;
}
h2 > small, .h2 > small {
    display: block;
    margin-top: 10px;
    font-size: 56%;
    line-height: 1.1em;
}
h3, .h3 {
    font-size: 1.385em;
    /*text-transform: uppercase;*/
    font-weight: 700;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding-bottom: 9px;
    margin-top: 60px;
}
h3:first-child, .h3:first-child {
    margin-top: 30px;
}
h2 + hr {
    margin-top: 20px;
    margin-bottom: 25px;
}
.main {
    box-shadow: inset 0 0 0 1px #e9e9e9;
    padding: 30px 90px 40px;
    background: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 15px solid #f6f6f6;
}
.btn {
    text-transform: uppercase;
    /*font-size: 12px;*/
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 10px 25px;
}
.btn {
    border: none;
    border-radius: 1px;
    margin-bottom: 5px;
}
.btn-default {
    color: #535353;
    background-color: #fff;
    border-color: #D3D3D3;
}
.btn-primary {
    background: #2babcf;
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #0F9CC4;
}
input[type=radio], input[type=checkbox] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.btn + .btn {
    margin-left: 10px;
}
.btn:active:focus, .btn.active:focus {
    outline: none;
}
/* FORMS
--------------------------------------------------- */
 .btn {
    font-size: 0.923em;
}
.form-horizontal .form-group {
    display: flex;
    align-items: center;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group:before, .form-group:after {
    content:" ";
    display: table;
}
.form-group:after {
    clear: both;
}
.form-control {
    font-size: 1em;
    border: 1px solid #DBDBDB;
    border-radius: 1px;
    box-shadow: none;
    width: 100%;
    min-height: 41px;
    height: 41px;
    padding: 11px 13px 10px;
}
textarea.form-control {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 92px;
}
.form-control:hover {
    border: 1px solid #95BDC9;
}
.form-control:focus {
    border-color: #2babcf;
    outline: 0;
    box-shadow: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.form-label {
    font-size: 1.077em;
    font-weight: bold;
    line-height: 1.15em;
    display: block;
    margin-bottom: 6px;
}
.help-block {
    /*font-size: 1.3em;*/
    margin-bottom: 8px;
}
.form-label + .help-block {
    margin-top: 0;
}
.form-comment {
    /*font-size: 13px;*/
}
.form-horizontal .form-label {
    padding-top: 8px;
    padding-right: 2px;
    padding-top: 0;
    display: inline;
    line-height: 1em;
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    cursor: pointer;
    margin-left: 20px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
.radio-inline, .checkbox-inline {
    padding-left: 18px;
}
.form-group .row .checkbox, .form-group .row .radio {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
padding-left: 0;
}
.input-file {
    /*font-size: 13px;*/
  position: relative;
}
.input-file .btn {
    margin: 0;
    border-radius: 0;
}
.input-file .placeholder {
    font-style: italic;
    opacity: 0.7;
}
.file-input-wrapper {
    border: 1px solid #DBDBDB;
    border-radius: 1px;
    box-shadow: none;
    width: 100%;
    min-height: 41px;
    height: 41px;
    background: transparent;
    text-align: left;
    display: block;
    position: relative;
    z-index: 2;
}
.file-input-wrapper > span {
      padding: 11px 20px;
      float: left;
      position: absolute;
      left: 0;
      top: 0;
    background: #ebebeb;
    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.file-input-wrapper:hover > span {
    background: #DDDDDD;
}
.file-input-wrapper:active > span {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.file-input-name {
    position: absolute;
    left: 120px;
    top: 10px;
}
.remove-media {
font-size: 8px;
border: 1px solid #D3D3D3;
border: 1px solid #BF5252;
padding: 8px 10px 7px;
border-radius: 2px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.remove-media > i {
  color: #CF3838;
}
.remove-media:hover {
border: 1px solid #CF3838;
  background: rgba(255, 0, 0,.1);
}
.add-media {
border: 1px solid #72BB17;
border-radius: 2px;
padding: 12px 20px 7px 17px;
  color: #72BB17;
}
.add-media i {
  font-size: 23px;
  float: left;
  margin-top: -2px;
  margin-right: 7px;
  color: #72BB17;
}
.add-media:hover {
  background: #F3FFE4;
  color: #72BB17;
  border: 1px solid #72BB17;
}
.form-time .colon {
    display: inline-block;
    padding: 0 5px;
}
.form-time input {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.form-count {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #888;
}
/* SLIDER RANGE
--------------------------------------------------- */
 .slider.slider-horizontal {
    width: 100%;
}
.slider.slider-horizontal .slider-track {
    border-radius: 1px;
    border: 1px solid #DBDBDB;
    background: #FAFAFA;
    box-shadow: none;
    height: 12px;
}
.slider.slider-horizontal .slider-selection {
    background: #2babcf;
    border-radius: 1px;
}
.slider.slider-horizontal .slider-selection {
    background: #2babcf;
    border-radius: 1px;
    margin-top: -1px;
    height: auto;
    margin-bottom: -1px;
    border: none;
    box-shadow: none;
    opacity: 0.8;
}
.slider-handle.round {
    border-radius: 20px;
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 3px 6px -3px #BBB;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: col-resize;
    /*position: relative;*/
}
.slider-handle.round:before, .slider-handle.round:after {
    content:"";
    display: block;
    position: absolute;
    height: 8px;
    width: 1px;
    background: #E8E7E6;
    left: 7px;
    top: 5px;
}
.slider-handle.round:after {
    left: 10px;
}
/* STEPS
--------------------------------------------------- */
 .wizard > .steps > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    text-align: left;
}
.wizard > .steps a .audible {
    display: none;
}
.wizard > .steps a:focus {
    outline: none;
    text-decoration: none;
}
.wizard > .steps a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    color: #333;
    text-decoration: none;
    outline: none;
}
.wizard > .steps > ul > li {
    float: left;
    display: block;
    text-align: left;
    border-bottom: 4px solid #eee;
    padding: 10px 0 8px;
}
.wizard > .steps > ul > .done a {
    color: #88BBC9;
}
.wizard > .steps > ul > .done {
    border-color: #C3E9F3;
}
.wizard > .steps > ul > .current.error {
    border-color: rgb(211, 112, 112);
}
.wizard > .steps > ul > .current.error a {
    color: rgb(199, 59, 59);
}
.wizard > .steps > ul > .current a {
    color: #2babcf;
}
.wizard > .steps > ul > .disabled a {
    color: #838383;
}
.wizard > .steps > ul > .current {
    border-color: #2babcf;
}
.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    margin-padding: 10px;
}
.wizard > .content {
    border-bottom: 1px solid #EEE;
    margin-bottom: 25px;
    padding-top: 35px;
    padding-bottom: 30px;
}
.wizard .actions ul {
    padding: 0;
    list-style: none;
    text-align: right;
}
.wizard .actions ul .disabled {
    display: none;
}
.wizard .actions ul li {
    display: inline-block;
    margin-left: 7px;
}
.wizard .actions ul > li:last-child {
    display: none;
}
.wizard, .tabcontrol {
    display: block;
    width: 100%;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}
/* DATE PICKER
--------------------------------------------------- */
 .datepicker.dropdown-menu:after {
    content: none;
}
.datepicker.dropdown-menu.datepicker-orient-bottom:before {
    border-top-color: #2babcf;
    border-width: 7px;
    margin-bottom: -3px;
}
.datepicker.dropdown-menu.datepicker-orient-top:before {
    border-bottom-color: #2babcf;
    border-width: 7px;
    margin-top: -3px;
}
.datepicker.dropdown-menu {
    border: 3px solid #2babcf;
    border-radius: 1px;
}
/* VALIDATE
--------------------------------------------------- */
 input.error {
    border-color: red;
    border-color: rgb(211, 112, 112);
    color: rgb(199, 59, 59);
}
label.error {
    color: rgb(199, 59, 59);
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    bottom: 6px;
    right: 14px;
    text-align: right;
    font-weight: 600;
}
/* MULTISELECT
--------------------------------------------------------------------- */
 .multiselect-container {
    position:absolute;
    list-style-type:none;
    margin:0;
    padding:0
}
.multiselect .caret {
    float: right;
    margin-top: 8px;
}
.multiselect .placeholder {
    color: #949494;
}
.multiselect {
    text-align: left;
    position: relative;
    z-index: 10000;
}
.multiselect-form {
    padding: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #2BABCF;
}
.multiselect:focus, .open .multiselect {
    border: 1px solid #2BABCF;
    border-bottom: none;
    box-shadow: none;
}
.multiselect-container {
    margin-top: -1px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #2BABCF;
    border-top: none;
}
.multiselect-container .input-group {
    margin:5px
}
.multiselect-container>li {
    padding:0
}
.multiselect-container>li>a.multiselect-all label {
    font-weight:700
}
.multiselect-container>li>label.multiselect-group {
    margin:0;
    padding:3px 20px;
    height:100%;
    font-weight:700
}
.multiselect-container>li>a {
    padding:0
}
.multiselect-container>li>a>label {
    margin:0;
    height:100%;
    cursor:pointer;
    font-weight:400;
    padding: 5px 20px 5px 31px;
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin:0
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom:5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius:4px;
    border-bottom-left-radius:4px
}
/* POPOVER
--------------------------------------------------------------------- */
 .popover {
    border: none;
    padding: 0;
    border-radius: 3px;
    box-shadow: none;
    border: 3px solid rgba(51, 51, 51, 0.8);
    border: 3px solid #2babcf;
    background: rgba(255, 255, 255, .8);
}
.popover.right {
    margin-left: 10px;
}
.popover-title {
    background-color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px 3px 0 0;
    padding: 6px 12px;
    text-transform: uppercase;
}
.popover-content {
    font-size: 12px;
    padding: 8px 12px;
}
.popover.right > .arrow:after {
    content: none;
}
.popover.right > .arrow {
    border-right-color: rgba(51, 51, 51, 0.8);
    border-right-color: #2babcf;
    left: -9px;
    margin-top: -6px;
}
.popover > .arrow {
    border-width: 6px;
}
/* MEDIAQUERIES
--------------------------------------------------- */
 @media screen and (max-width: 992px) {
    .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
        margin-top: 0;
        margin-left: 0;
    }
    .radio, .checkbox {
        padding-left: 0;
    }
    .multiselect-container>li>a>label, .checkbox-inline, .radio-inline, .radio label, .checkbox label {
        border: 1px solid #D3D3D3;
        padding: 16px;
        display: block;
        margin-bottom: 5px;
        -webkit-transition: background 1.5s;
        -o-transition: background 1.5s;
        transition: background 1.5s;
    }
    .multiselect-container>li>a>label {
        border: none;
    }
    .checkbox-inline:hover, .radio-inline:hover, .radio label:hover, .checkbox label:hover, .checkbox-inline:focus, .radio-inline:focus, .radio label:focus, .checkbox label:focus {
        border: 1px solid #95BDC9;
    }
    .checkbox-inline:active, .radio-inline:active, .radio label:active, .checkbox label:active {
        background: #2BABCF;
        border: 1px solid #2BABCF;
        -webkit-transition: background .1s;
        -o-transition: background .1s;
        transition: background .1s;
    }
    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin: 0 7px 0 0;
        float: none;
    }
    .form-control, .multiselect {
        min-height: 52px;
        height: 52px;
        padding: 11px 13px 10px;
    }
    .file-input-wrapper {
        padding: 17px 20px;
    }
}
@media screen and (max-width: 800px) {
    body {
        background: #f6f6f6;
    }
    .main {
        margin-top: 0;
        margin-bottom: 0;
    }
    .select2-results .select2-result-label {
        padding: 9px 7px 9px;
    }
}
@media screen and (max-width: 568px) {
    .main {
        margin-top: 0;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: none;
        border: none;
    }
    h2, .h2 {
        padding-left: 0;
        padding-right: 0;
        margin: 0 -15px 12px;
        padding: 30px 15px;
        background: #f6f6f6;
        display: block;
    }
    .popover {
        opacity: 0;
    }
    .wizard > .steps > ul a {
        width: 100%;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-transform: none;
        padding-right: 9px;
        font-size: 13px;
    }
    .wizard > .steps > ul .number {
        display: none;
    }
}



