/*
Created by: @combantu
URL: http://combantu.eu/
*/
@import url('bootstrap.min.css');
@import url('bootstrap-override.css');
@import url('jquery-ui-1.10.3.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('toggles.css');
@import url('chosen.css');
@import url('lato.css');

body {
    background: #f8f8f8;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    line-height: 21px;
    color: #636e7b;;
    overflow: hidden;
}

body.notfound,
body.signin {
    background: #e4e7ea;
}

input, select, textarea {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    color: #636e7b;
}

a:focus, a:active {
    outline: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

strong {
    /*     font-family: 'LatoBold'; */
    font-weight: bold;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

/* signin */

/***** HEADER PANEL *****/
/************************/

.headerbar {
    border-left: 1px solid #eee;
    background: #2C3E50;
}

.headerbar::after {
    clear: both;
    display: block;
    content: '';
}

.menutoggle {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding: 14px 0 0 15px;
    cursor: pointer;
    float: left;
    color: #9c9c9c;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menutoggle:hover {
    color: #9c9c9c;
}

.menutoggle:hover {
    background-color: #333;
}

.searchform input {
    width: 250px;
    background: #fff url(../images/icon-search.png) no-repeat 95% center;
    float: left;
    padding: 18px 20px;
    border: 0;
    border-right: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    font-size: 14px;
}

.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.header-right {
    float: right;
}

.headermenu {
    list-style: none;
}

.headermenu > li {
    display: inline-block;
    float: left;
    /*     border-left: 1px solid #FEFFFF; */
    position: relative;
}

.headermenu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: #2C3E50;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
    background: #333;
    color: #9c9c9c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headermenu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
    margin-left: 5px;
}

.headermenu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    margin-right: -1px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    padding: 5px;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid #403A30;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 95px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px 5px;
}

.headermenu .dropdown-menu-usermenu li {
    padding: 0;
}

.headermenu .dropdown-menu li a {
    color: #94989d;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
    background: #1caf9a;
    color: #fff;
}

.headermenu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.headermenu .tp-icon {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #2C3E50;
    color: #9c9c9c;
    border-color: #583829;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .menu-btn-prof i.fa-user-md {
    font-size: 18px;
}

.headermenu .tp-icon + .dropdown-menu:after {
    right: 17px;
}

.headermenu .tp-icon span {
    font-size: 10px;
}

.headermenu .chat-icon {
    border-right: 0;
}

.headermenu .dropdown-menu-usermenu {
    background: #403A30;
    /*     min-width: 200px; */
}

.headermenu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
    background: none;
    color: #428BCA;
    text-decoration: none;
}

.headermenu .btn-group {
    margin-bottom: 0;
}

.headermenu .btn-group .menu-btn-profil, .headermenu .btn-group .menu-btn-prof {
    border: none;
    border-radius: 0;
}

.headermenu .btn-group:hover .menu-btn-profil, .headermenu .btn-group:hover .menu-btn-prof {
    background: #333;
    color: #e7e7e7;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.gen-list li a {
    display: block;
}

.gen-list li a:hover {
    color: #333 !important;
    text-decoration: none;
}

.gen-list li .name {
    font-size: 13px;
    font-family: 'LatoBold', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    line-height: 21px;
    display: block;
}

.gen-list li .msg {
    font-size: 11px;
    line-height: normal;
    color: #999;
    display: block;
}

/***** LEFT PANEL *****/
/**********************/

.leftpanel {
    width: 260px;
    position: absolute;
    top: 50px;
    left: 0;
}

.sticky-leftpanel {
    position: fixed;
    height: 100%;
    overflow-y: auto;
}

.logopanel {
    padding: 10px 0;
    /*    background: #fff; */
    float: left;
}

.logopanel a:hover, .logopanel a:focus {
    text-decoration: none;
}

.logopanel h1 {
    font-size: 30px;
    letter-spacing: -1.5px;
    color: #9c9c9c;
    line-height: 30px;
    margin: 0;
}

.logopanel h1 span {
    color: #9c9c9c;
}

.leftpanelinner {
    padding: 5px 10px;
}

.leftpanel .searchform {
    display: none;
}

.leftpanel .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.leftpanel .searchform input {
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 5px 0 20px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.leftpanel .userlogged {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.leftpanel .userlogged .media-object {
    width: 40px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    border: 2px solid #1CAF9A;
    padding: 2px;
    margin-left: 2px;
}

.leftpanel .userlogged .media-body {
    margin-left: 50px;
    color: #ccc;
}

.leftpanel .userlogged .media-body h4 {
    font-size: 15px;
    margin: 0;
}

.leftpanel .userlogged .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.sidebartitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}

.nav-lafia > li > a {
    color: #403A30;
    padding: 7px 10px;
}

.nav-lafia > li > a:hover,
.nav-lafia > li > a:active {
    background-color: #fff;
    color: #403A30;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.nav-lafia > li.nav-parent > a {
    background: transparent url(../images/plus-white.png) no-repeat 96% center;
}

.nav-lafia > li.nav-parent > a:hover {
    background-color: #fff;
    background-image: url(../images/plus.png);
}

.nav-lafia > li.nav-active > a {
    background-color: #fff;
    background-image: url(../images/minus.png);
    color: #403A30;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.nav-lafia > li.nav-active > a:hover {
    background-image: url(../images/minus.png);
}

.nav-lafia > li.active > a,
.nav-lafia > li.active > a:hover,
.nav-lafia > li.active > a:focus {
    background-color: #1caf9a;
    color: #fff;
}

.nav-lafia > li.active > a {
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.nav-lafia > li.nav-parent.active > a {
    background-image: url(../images/plus.png);
}

.nav-lafia > li.nav-active.active > a {
    background-image: url(../images/minus.png);
}

.nav-lafia > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png);
}

.nav-lafia li .fa,
.nav-lafia li .glyphicon {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.nav-lafia .children {
    list-style: none;
    display: none;
    margin: 5px 0;
    padding: 0;
}

.nav-lafia .children > li > a {
    color: #94989d;
    font-size: 13px;
    display: block;
    padding: 5px 20px 5px 27px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav-lafia .children > li > a:hover,
.nav-lafia .children > li > a:active,
.nav-lafia .children > li > a:focus {
    text-decoration: none;
    color: #1caf9a;
}

.nav-lafia .children > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.nav-lafia .children > li.active > a {
    color: #1caf9a;
}

.nav-lafia .children ul {
    margin-left: 12px;
    border: 0;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.gen-list li a {
    display: block;
}

.gen-list li a:hover {
    color: #333 !important;
    text-decoration: none;
}

.gen-list li .name {
    font-size: 13px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    line-height: 21px;
    display: block;
}

.gen-list li .msg {
    font-size: 11px;
    line-height: normal;
    color: #999;
    display: block;
}

/***** MAIN PANEL *****/
/**********************/
.mainpanel {
    background: #f5f5f5;
    overflow-x: hidden;
}

.contentpanel {
    margin-left: 260px;
    background: #fff;
    min-height: 300px;
    padding: 20px;
}

.contentpanel .panel {
    border: 1px solid #ddd;
}

.contentpanel .panel.bg-info {
    border: 0;
}

.contentpanel .panel a {
    color: #111;
}

.contentpanel::after {
    clear: both;
    display: block;
    content: '';
}

.pageheader {
    padding: 15px;
    margin: -20px;
    border-bottom: 1px solid #d3d7db;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
}

.pageheader h2 {
    font-size: 28px;
    color: #1D2939;
    letter-spacing: -0.5px;
    margin: 0;
}

.pageheader .glyphicon,
.pageheader .fa {
    font-size: 24px;
    margin-right: 5px;
    padding: 6px 7px;
    border: 2px solid #1D2939;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pageheader .fa.fa-pencil {
    padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
    padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o {
    padding: 6px 10px;
}

.pageheader .fa-user {
    padding: 6px 10px;
}

.pageheader .fa-file-text {
    padding: 6px 10px;
}

.pageheader .fa-map-marker {
    padding: 6px 12px;
}

.pageheader .fa-dollar {
    padding: 6px 12px;
}

.pageheader .fa-clock-o {
    padding: 6px 8px;
}

.pageheader h2 span {
    font-size: 13px;
    text-transform: none;
    color: #999;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0;
}

.pageheader h2 span::before {
    content: '/';
    margin: 0 10px 0 5px;
    color: #ccc;
}

form .form-group:last-child {
    margin-bottom: 0;
}

.row-pad-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    /*     font-family: 'LatoBold'; */
    margin-bottom: 15px;
    margin-top: 0;
}

p {
    margin-bottom: 10px;
}

/***** DASHBOARD *****/
/*********************/

.panel-stat {
    background: none;
}

.panel-stat .panel-heading {
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel-stat .stat {
    color: #fff;
    max-width: 250px;
}

.panel-stat .stat img {
    text-align: center;
}

.panel-stat i {
    font-size: 30px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
    opacity: 0.5;
}

.panel-stat .stat-label {
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.75;
    display: block;
    line-height: normal;
    margin-bottom: 2px;
}

.panel-stat h1 {
    margin: 0;
    line-height: 36px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 38px;
}

.panel-stat h4 {
    margin: 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.sublabel {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.dashboard-datatable .dataTables_filter {
    float: left;
}

/***** FORM STYLES *****/
/***********************/

.ckbox,
.rdio {
    position: relative;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
}

.ckbox label,
.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 0;
    left: 3.5px;
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #428BCA;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #1CAF9A;
    background-color: #1CAF9A;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #eee;
}

.rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #428BCA;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #428BCA;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: #1CAF9A;
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: #1CAF9A;
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #D9534F;
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color: #D9534F;
}

pre {
    font-size: 12px;
    color: #C7254E;
    border: 1px solid #ddd;
    padding: 8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

label.error {
    color: #B94A48;
    margin-top: 2px;
}

.asterisk {
    color: #D9534F;
}

div.error {
    margin-bottom: 20px;
    display: none;
    position: relative;
}

div.error label.error {
    display: block;
    padding-left: 25px;
    position: relative;
}

div.error label.error:before {
    font-family: 'Glyphicons Halflings';
    content: '\e101';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    color: #D9534F;
    display: inline-block;
}

/***** EMAIL *****/
/*****************/

.btn-compose-email {
    padding: 10px 0;
    margin-bottom: 20px;
}

.nav-email > li > a > .badge {
    margin-top: 2px;
}

.nav-email > li > a {
    color: #444;
}

.nav-email > li > a > i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.nav-email > li > a:hover {
    background-color: #d8dcdf;
}

.table-email {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin: 0;
    background-color: #f7f7f7;
}

.table-email tr.unread td {
    background-color: #fff;
}

.table-email tbody > tr > td {
    vertical-align: middle;
}

.table-email tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.table-email tr.selected td {
    background-color: #eee;
}

.table-email .ckbox {
    width: 18px;
    height: 19px;
}

.table-email .ckbox input[type="checkbox"]:checked + label:after {
    top: 2px;
}

.table-email .star {
    color: #ccc;
}

.table-email .star-checked {
    color: #F0AD4E;
}

.table-email td:first-child {
    width: 30px;
}

.table-email td:nth-child(2) {
    width: 30px;
}

.table-email .media {
    margin: 0;
    padding: 0;
}

.table-email .media-object {
    width: 35px;
}

.table-email .media h4 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: sans-serif;
}

.table-email .media-meta {
    font-size: 11px;
    color: #999;
}

.table-email .email-summary {
    margin: 2px 0 0 0;
}

.table-email .email-summary strong {
    color: #333;
}

.read-panel {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.read-panel .media-object {
    width: 35px;
}

.read-panel .media h4 {
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: normal;
}

.read-panel .media-meta {
    font-size: 12px;
}

.email-subject {
    color: #333;
}

/* sign in */

.signinpanel {
    width: 780px;
    margin: 10% auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .signin-info a {
    color: #1CAF9A;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .uname {
    background: #fff url(../images/user.png) no-repeat 95% center;
}

.signinpanel .pword {
    background: #fff url(../images/locked.png) no-repeat 95% center;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    /*    background: rgba(255,255,255,0.5); */
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}

.signinpanel form a {
    color: #666;
}

/* sign up */

.signuppanel {
    margin: 5% auto 0 auto;
    width: 780px;
}

.signuppanel .row {
    margin-left: -5px;
    margin-right: -5px;
}

.signuppanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.signuppanel .signup-info {
    padding-right: 20px;
}

.signuppanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ccc;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}

.feat-list {
    margin-top: 20px;
}

.feat-list .fa {
    font-size: 20px;
    border: 2px solid #636e7b;
    padding: 4px 5px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
}

.feat-list h4 {
    margin-left: 45px;
    padding-top: 3px;
}

.feat-list p {
    margin-left: 45px;
}

.signup-footer {
    padding-top: 10px;
    font-size: 12px;
    width: auto;
    /*background-color: #2C3E50;*/
    border-top: 1px solid rgba(137, 193, 249, 0.11);;
    /*color: #9c9c9c;*/
}

/***** LEFT PANEL COLLAPSE *****/
/*******************************/

.leftpanel-collapsed .headerbar {
    /*    margin-left: -50px; */
}

.leftpanel-collapsed .leftpanel {
    width: 51px;
    top: 51px;
}

.leftpanel-collapsed .leftpanelinner {
    padding: 0;
}

.leftpanel-collapsed .leftpanelinner .sidebartitle {
    display: none;
}

.leftpanel-collapsed .nav-lafia {
    margin: 5px;
}

.leftpanel-collapsed .nav-lafia li a {
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.leftpanel-collapsed .nav-lafia > li.nav-parent > a {
    background-image: none;
}

.leftpanel-collapsed .nav-lafia li a span {
    position: absolute;
    background: #fff;
    padding: 10px 10px 10px 5px;
    left: 40px;
    top: 0;
    min-width: 179px;
    text-align: left;
    z-index: 100;
    display: none;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.leftpanel-collapsed .nav-lafia li.active a span {
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

.leftpanel-collapsed .nav-lafia ul {
    display: none;
}

.leftpanel-collapsed .nav-lafia > li.nav-hover > a {
    background: #fff;
    color: #403A30;
}

.leftpanel-collapsed .nav-lafia > li.nav-hover.active > a {
    background: #1CAF9A;
    color: #fff;
}

.leftpanel-collapsed .nav-lafia li.nav-hover a span {
    display: block;
}

.leftpanel-collapsed .nav-lafia li.nav-hover.active a span {
    background: #1CAF9A;
    color: #fff;
}

.leftpanel-collapsed .nav-lafia li.nav-hover ul {
    display: block;
    position: absolute;
    top: 41px;
    left: 47px;
    margin: 0;
    min-width: 172px;
    background: #403A30;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.leftpanel-collapsed .nav-lafia ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 0;
}

.leftpanel-collapsed .nav-lafia ul a:hover {
    background: none;
}

.leftpanel-collapsed .nav-lafia li a i {
    margin-right: 0;
}

.leftpanel-collapsed .contentpanel {
    margin-left: 52px;
}

.leftpanel-collapsed .infosummary {
    display: none;
}

.leftpanel-collapsed .sticky-leftpanel {
    overflow-y: visible;
}

/***** ADDITIONAL STYLES *****/
/*****************************/

/* DROPDOWN */

.dropdown-menu-head {
    background: #fff
}

.dropdown-menu-head .title {
    background: #403A30;
    color: #94989d;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}

/* ICON */

.tp-icon {
    padding: 10px 20px;
    line-height: 20px;
    border-color: #ddd;
    position: relative;
}

.tp-icon .badge {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    right: 4px;
    top: 10px;
    line-height: 13px;
    background-color: #D9534F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
}

/* CHOSEN OVERRIDE */

.chosen-container-single .chosen-single div {
    width: 30px;
    border-left: 1px solid #ccc;
    background: #e4e7ea;
}

.chosen-container-single .chosen-single div b {
    background: url(../images/dropdown-arrow.png) no-repeat 8px 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    width: 30px;
    border-left: 0;
    background: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 8px -33px;
}

/* STICKY HEADER */

.stickyheader .logopanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    z-index: 100;
}

.stickyheader .leftpanel {
    top: 50px;
}

.stickyheader .headerbar {
    position: fixed;
    top: 0;
    left: 260px;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px rgba(0, 0, 0, 0.05);
}

.stickyheader .contentpanel {
    padding-top: 50px;
}

.stickyheader .header-right {
    margin-right: 260px;
}

.stickyheader.leftpanel-collapsed .headerbar {
    left: 51px;
}

.stickyheader.leftpanel-collapsed .header-right {
    margin-right: 0;
}

/* CUSTOM STYLES */

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.nomargin {
    margin: 0;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.nopadding {
    padding: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.serif {
    font-family: 'Georgia, serif';
}

.italic {
    font-style: italic;
}

.dark {
    color: #333;
}

.width100p {
    width: 100%;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

/* panel-body */
.panel-body ul {
    padding: 0;
}

/* Recherche patient */
.sr-only {
    position: relative;
    width: auto;
    overflow: visible;
}

/* Specialites */
.list-group-item {
    clear: both;
}

.list-group-item label {
    margin-right: 5px;
}

.add-creneau-link {
    margin: 20px 0;
}

ul.profSpecialities, ul.specialityConstraints {
    /*     margin-left: -40px; */
    list-style: none;
}

ul.profSpecialities li {
    /*     margin-left: -40px; */
}

ul.specialityConstraints li {
    /*     margin-left: -40px; */
}

ul.profSpecialities .add-speciality-link {
    margin: 10px;
    float: right;
}

.add-creneau-link {
    display: block;
    clear: both;
}

.form-control-label {
    padding: .5rem .75rem;
    margin-bottom: 0;
}

.profSpecialities a span.label {
    border-radius: 2px;
    padding: 2px 4px;
    font-weight: normal;
    font-size: 8px;
}

/* Agenda */
#calendar {
    max-width: 900px;
    margin: 0 auto;
}

/* password */
.form-group .col-sm-6 ul li {
    list-style-type: none;
    color: red;
}

/* appointment */
basique {
    background-color: #D83F3D;
}

/* Button */
.contentpanel .paginate_enabled_previous, .contentpanel .paginate_enabled_next, .contentpanel .btn-primary {
    color: #fff;
    background-color: #1caf9a;
    border-color: #1caf9a;
}

.contentpanel a.paginate_enabled_previous, .contentpanel a.paginate_enabled_next {
    color: #fff;
}

.contentpanel .btn-primary:hover, .contentpanel .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4db6ac;
    border-color: none;
}

.contentpanel .btn:hover, .contentpanel .btn:focus {
    background-color: #4db6ac;
    border-color: #4db6ac;
    color: #fff;
}

.contentpanel a.paginate_enabled_previous:hover, .contentpanel a.paginate_enabled_next:hover {
    color: #fff;
    background-color: #00695c;
    border-color: #4db6ac;
}

.contentpanel a.paginate_disabled_previous, .contentpanel a.paginate_disabled_next {
    color: #999;
}

/* Accueil */
.home-search-error {
    list-style: none;
}

.home-search-error > li {
    list-style: none;
}

.home-search {
    position: relative;
    height: 480px;
    background-repeat: repeat-x;
    background-position: center top;
    margin: -20px -20px -20px -20px;
    background-image: url(../images/photos/home_picture_min.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.home-search .search-block {
    position: relative;

    /*     max-width: 970px; */
    padding: 45px 40px 0px 40px;
    z-index: 5;
}

.home-search .search-block h1 {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.home-search .search-block h4 {
    margin: 16px 0px 25px 0px;
    font-size: 16px;
    font-family: 'open sans';
    font-weight: 100;
    font-style: italic;
    text-align: center;
    color: #1CAF9A;
}

.home-search .search-block .input-lg {
    font-size: 18px;
    padding: 12px 10px;
    height: 50px;
}

.home-search .search-block select.input-lg {
    /*     height: auto; */
    /*     line-height: auto; */
}

.home-search .search-block .btn.input-lg {
    color: #fff;
    margin-left: 0;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    padding: 10px;
}

.home-search .form-inline .form-group {
    margin: 0;
    width: 100%
}

.home-search .search-block .chosen-container, .home-search .search-block .input-lg {
    width: 100%;
}

.home-search .search-block .input-lg.locality {
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    border-right: medium none;
}

.home-search .search-block .chosen-container-single .chosen-single {
    height: 50px;
    font-size: 18px;
    padding: 12px 10px;
    line-height: 1.42857;
}

.home-search .search-block .chosen-container-single .chosen-single {
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-right: none;
}

.home-search .search-block .chosen-container-single .chosen-single div b {
    background-position: 10px 20px;
}

.home-search .search-block .chosen-container-single .chosen-single div {
    border-left: none;
    background: none;
}

.home-search .search-block .chosen-container .chosen-results li.highlighted {
    background-color: #1CAF9A;
}

.accueil .menutoggle {
    display: none;
}

.accueil .contentpanel, .accueil .leftpanel-collapsed .contentpanel {
    margin-left: 0px;
}

.row-padding {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 28px;
}

.accueil .block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
}

.accueil .block + .block {
    border-left: 1px solid #FEFFFF;
}

.accueil .block .nb {
    font-size: 46px;
}

.accueil .block .text {
    color: #E6CDAE;
    font-size: 18px;
}

.accueil .block span {
    display: block;
    text-align: center;
    line-height: normal;
}

.accueil-infos {
    background: #583829;
    /*     padding-top: 25px; */
    /*     padding-bottom: 25px; */
    padding: 25px 0;
    color: #FFF;
}

.comment-ca-marche {
    background: #e4e7ea;
    text-align: center;
    padding: 10px;
}

.accueil-promo .panel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-panel {
    background: #6CBFB2;
}

.info-panel .block-info-link {
    background-color: #E6CDAE;
    box-shadow: 0px 3px 0px #b5a898;
    color: #583829;
}

.block-info-link {
    position: relative;
    display: block;
    border: 0px;
    width: 75%;
    height: 50px;
    margin: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.block-text {
    margin-bottom: 20px;
}

.ui-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    background: #fff;
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style: none;
    margin: 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    color: #636e7b;
    padding: 5px 6px;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    margin: auto;
}

.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus {
    color: #fff;
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:focus {
    color: #fff;
    background-color: #1caf9a;
}

.row-center {
    margin-left: auto;
    margin-right: auto;
}

/* search list */
.specialists-list {
    list-style: none;
    padding: 0;
}

.specialists-list .panel a.btn {
    color: #fff;
}

.specialists-list .panel .panel-body {
    padding: 15px 10px;
}

.specialists-list .media {
    border-bottom: 1px solid #eee;
}

.panel-group .specialists-list .media {
    padding: 20px;
    margin: 10px 0;
}

.panel-group .specialists-list .table {
    /*     width : auto; */
}

.panel-group .specialists-list .media .panel-heading {
    background: #fcfcfc;
}

.panel-group .panel-title .profile-position, .panel-group .panel-title .profile-location {
    font-weight: normal;
}

.specialist-details-panel .thumbnail {
    margin-right: 10px;
}

.specialist-details-panel table {
    /*    width: auto; */
}

.horaires-consultation-panel a.prev, .horaires-consultation-panel a.next {
    font-size: 2em;
}

.specialist-details .bg-info {
    background-color: #d9edf7;
}

/* resultat recherche */
.panel-group .specialists-list .panel {
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel-group .specialists-list .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px dotted #e7e7e7;
}

.professional-img {
    width: 100px;
    heigth: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 20px;
}

/* datapicker*/
.ui-datepicker {
    background: #eee;
    height: auto;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui-datepicker-title {
    color: #636E7B;
}

.ui-state-disabled {
    color: #d9d8da;
}

.ui-datepicker table {
    font-size: 1em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker td a {
    color: #636E7B;
    font-size: 1.2em;
}

.ui-datepicker td a:hover {
    background: #cfe5f3;
    color: #3276b1;
}

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    background-color: #cfe5f3;
}

.ui-datepicker th {
    color: #3276b1;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-image: none !important;
    width: 2em;
    height: 2em;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    color: #636E7B;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -12px;
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: "\f104";
}

.ui-datepicker .ui-datepicker-next span:before {
    content: "\f105";
}

.ui-datepicker .ui-datepicker-prev span:before, .ui-datepicker .ui-datepicker-next span:before {
    font-family: FontAwesome;
    position: relative;
}

/* .ui-datepicker .ui-datepicker-prev span.ui-icon { */
/*     width: 6px; this the width of the icon. increase it if your icon is bigger */
/*     height: 16px; */
/*     display: block; */
/*     text-indent: 0; */
/*     overflow: hidden; */
/*     background-repeat: no-repeat; */
/* } */

.ui-datepicker .ui-datepicker-prev span.ui-icon, .ui-datepicker .ui-datepicker-next span.ui-icon {
    width: 8px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 1.5em;
}

section {
    /*  background: #6CBFB2; */
}

/***** MEDIA QUERIES *****/
/*************************/

@media screen and (max-width: 1024px) {

    body {
        position: relative;
    }

    .leftpanel {
        /*       display: none; */
    }

    .contentpanel {
        /*       width: 100%; */
    }

    .leftpanel-collapsed .leftpanel {
        /*       display: none; */
    }

    .leftpanel-collapsed .contentpanel {
        /*       margin-left: 52px; */
    }

    .leftpanel-collapsed .headerbar {
        /*       margin-left: 0; */
    }

    .leftpanel-show section {
        overflow-x: hidden;
    }

    .leftpanel-show .leftpanel {
        display: block;
    }

    .leftpanel-show .contentpanel {
        margin-left: 260px;
    }

    .stickyheader .headerbar {
        left: 0;
    }

    .stickyheader.leftpanel-show .headerbar {
        left: 260px;
    }

    .stickyheader .header-right {
        margin-right: 0;
    }

    .leftpanelinner {
        padding: 5px 10px;
    }
}

@media screen and (min-width: 767px) {
    .home-search .search-block select.input-lg {
        border-radius: 5px 0 0 5px;
        border-right: none;
    }
}

@media screen and (max-width: 767px) {

    .headermenu .tp-icon span {
        display: none;
    }

    .searchform {
        position: relative;
    }

    .headermenu li:nth-child(4) {
        display: none;
    }

    .leftpanel .searchform,
    .leftpanel .userlogged {
        /*       display: block; */
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .headermenu .dropdown-menu:after {
        display: none;
    }

    .rightpanel .nav-tabs.nav-justified > li > a,
    .rightpanel .nav-justified > li > a {
        margin-bottom: 0;
    }

    .home-search .search-block .chosen-container-single .chosen-single {
        border-radius: 10px 0 10px 0;
        border-right: solid 1px;
        border-bottom: none;
    }

    .home-search .search-block select.input-lg {
        border-radius: 10px 10px 0 0;
        height: 50px;
    }

    .home-search .search-block .btn.input-lg {
    }

    .home-search .search-block .btn.input-lg {
        color: #fff;
        margin-left: 0;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        padding: 10px;
    }

    .home-search .search-block .input-lg.locality {
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        border-right: solid 1px;
    }

    .home-search .search-block .chosen-container-single .chosen-single {
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-right: solid 1px #ccc;
        border-bottom: none;
    }

    .home-search .search-block .btn.input-lg {
        color: #fff;
        margin-left: 0;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        padding: 10px;
    }

    .home-search .search-block .input-lg.locality {
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        border-right: solid 1px #ccc;
        border-top: 0;
        border-bottom: 0;
    }
}

@media screen and (min-width: 640px) {
    .leftpanelinner {
        display: block;
    }

    .contentpanel {
        margin-left: 260px;
    }
}

@media screen and (max-width: 640px) {

    .contentpanel {
        margin-left: 0;
    }

    .leftpanel-collapsed .contentpanel {
        margin-left: 0;
    }

    .leftpanel {
        display: none;
    }

    .notfoundpanel {
        width: auto;
        padding: 0 20px;
    }

    .notfoundpanel h1 {
        font-size: 72px;
        line-height: 72px;
    }

    .notfoundpanel h3 {
        font-size: 14px;
        line-height: normal;
    }

    .notfound h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .notfoundpanel form {
        width: auto;
    }

    .notfoundpanel .form-control {
        float: none;
        width: 100%;
    }

    .notfoundpanel .btn {
        margin-top: 10px;
        width: 100%;
    }

    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 480px;
        padding: 20px;
    }

    .signinpanel form {
        margin-top: 20px;
    }

    .signup-footer {
        /*       margin-bottom: 10px; */
    }

    .signuppanel .form-control {
        margin-bottom: 10px;
    }

    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        margin-bottom: -5px;
    }

    .widget-quick-status-post .nav-tabs.nav-justified > li a {
        margin: 0;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        margin-bottom: 0;
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        margin: 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;

    }

    .dataTables_info {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .dataTables_paginate {
        margin-bottom: 10px;
        text-align: center !important;
        float: none !important;
    }

    .paginate_disabled_previous,
    .paginate_enabled_previous,
    .paginate_disabled_next,
    .paginate_enabled_next {
        float: none !important;
    }

    .dataTables_filter,
    .dataTables_length {
        float: none !important;
        padding: 10px 0 0 10px;
        margin: auto !important;
        display: inline-block;
    }

    .table.dataTable th,
    .table.dataTable td {
        font-size: 13px;
        min-width: 150px;
    }

    .paging_full_numbers {
        min-width: 500px;
        margin: 0 0 10px 10px;
    }

    .paging_full_numbers:after {
        clear: both;
        display: block;
        content: '';
    }

    .accueil .block .text {
        font-size: 3vw;
    }

}

@media screen and (max-width: 480px) {

    .signinpanel,
    .signuppanel {
        width: 360px;
    }

    .panel-email .pull-right {
        float: none !important;
    }

    pageheader h2 {
        font-size: 18px;
    }

    .pageheader .glyphicon,
    .pageheader .fa {
        font-size: 18px;
    }

    .pageheader h2 span {
        font-size: 11px;
    }

    .fc-header td {
        display: block !important;
        text-align: center;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px !important;
        margin-top: -1px;
    }

    .fc-button {
        padding: 2px 5px !important;
        margin: 0 !important;
    }

    .fc-header-title h2 {
        margin: 0 !important;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        font-size: 13px;
        padding: 14px 10px;
    }

}

@media screen and (max-width: 360px) {

    .headermenu li:first-child .dropdown-menu {
        /*       margin-right: -130px; */
    }

    .headermenu li:nth-child(2) .dropdown-menu {
        margin-right: -85px;
    }

    .headermenu li:nth-child(3) .dropdown-menu {
        margin-right: -37px;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }

    .pagination {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 320px) {

    .signinpanel,
    .signuppanel {
        width: 310px;
    }

}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
}

.zindex {
    z-index: 100;
}

.avaibility-schedule {
    display: none;
}

.avaibility-schedule:nth-child(-n+3) {
    display: block;
}

.schedules-spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.schedules-spinner > div {
    width: 10px;
    height: 10px;
    background-color: #1caf9a;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.schedules-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.schedules-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.panel .panel-body h2 {
    /*margin: 16px 0px 25px 0px;*/
    font-size: 18px;
    /*font-family: 'open sans';
    font-weight: 100;
    font-style: italic;
    text-align: center;
    color: #1CAF9A;*/
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/***************/
/* New overlay */
/***************/

.new-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
!important;
    top: 0;
    left: 0;

    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);

    overflow-x: hidden;
    transition: 0.5s;
}

.new-overlay .new-overlay-content {
    position: relative;
    top: 25%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    background-color: white;
}

.new-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.new-overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.new-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    /*.new-overlay a {font-size: 20px}*/
    .new-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.error-message {
    color: #B94A48;
    margin-top: 2px;
}

.href-strong {
    font-weight: bold;
}

.calendar-datepicker {
    width: 40px;
    height: 40px;
}

.calendar-form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.calendar-input-group .calendar-form-control {
    float: left;
    margin-bottom: 0
}

/*.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom: 10px;
    padding: 5px;
}

.checkbox-marg {
   margin: 4px 0 50px !important;
}

.card > .btn  {
    margin-bottom: 5px;
}

.card > .btn-link  {
    color: #4a535e;

}
.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}*/

.progression {
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
}

.progression .progress-line, .progression .progress-line-full {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 35px;
    background-color: rgba(67, 95, 113, 0.2);
}

.progression .progress-line-full {
    background-color: #1caf9a;
}

.progress-step-patient-select .progress-line-full {
    width: 25%;
}

.progress-step-medical-file-type-select .progress-line-full {
    width: 50%;
}

.progress-step-medical-info .progress-line-full {
    width: 75%;
}

.progress-step-end .progress-line-full {
    width: 100%;
}

.hide {
    display: none;
}

.avoid-clicks {
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none / !important;
}
.avoid-clicks select::-ms-expand {
    display: none;
}

.hide-select-format {
    -webkit-appearance: none;
    border: 0px;
}

.collapse-container {
    max-width: 960px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > . panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Tout déplier";
}

.accordion-option .toggle-accordion.active:before {
    content: "Tout replier";
}

.collapse-body {
    margin: 5px 0 5px;
}

.infoSup-label {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.group-info-title {
    background-color: #eee;
}
.group-info-title a {
    color: #111;
}

.listValue {
    justify-content: space-between;
}

.listValue input[type="checkbox"] {
     margin: 0px 5px 0px 0px !important;
 }

.listValue label {
    margin: 0px 30px 0px 0px  !important;
}

.fieldset {
    border: 1px solid rgba(102, 102, 102, 0.4);
    padding: 0.2em 1em 3em 1em;
    margin: 0px 0px 15px;
    background: #fcfcfc;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.legend {
    font-size: 0.9em;
    font-weight: bold;
    width: auto;
}

.listValue-ajust {

    margin: 0px 0px 20px 0px;
}
.panelLinkColor a {
    color: #1caf9a !important;
}

.sticky {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 75%;
}


@media print {

    @page {
        size: 30mm 15mm;
        margin: 3px 3px;
		overflow: hidden;
    }
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        line-height: normal;
		color:#000000;
    }
.print-patient-naissance{
	font-size: 12px;
	font-family:arial, sans-serif;
	padding: 2px 0px 0px 0;
}
.print-patient-id {
	font-size: 20px;
	font-family:arial, sans-serif;
        font-weight: bold;
	padding: 2px 0px 0px 0;
}
.print-patient-lastname {
	font-size: 12px;
	text-transform: uppercase;
    font-weight: bold;
	font-family:arial, sans-serif;
	padding: 2px 0px 0px 0;
}
.print-patient-firstname {
	font-size: 12px;
        font-weight: bold;
	font-family:arial, sans-serif;
	padding: 2px 0px 0px 0;
	
}
.print-sticker-input  {
    border: 0 !important;
    border-style: none !important;
    text-transform: uppercase;
}
.white-space-nowrap {
    white-space:nowrap !important;
}
}
.textwhite-backgroundgreen {
    background-color: #1caf9a !important;
    color: #FEFFFF !important;  
    border-color: #e4e5e7 !important; 
}
