#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: white;
}

.btn-r {
    border-radius: 100%;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eeeeee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: white;
}

.login-panel {
    margin-top: 25%;
}

/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.arrow {
    float: right;
    line-height: 1.42857;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active>a>.glyphicon.arrow:before {
    content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active>a>.fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active>a>.fa.plus-minus:before {
    content: "\f068";
}

body {
    background-color: #f8f8f8;
    overflow: hidden;
}

main {
    margin-top: 51px;
    margin-left: 250px;
    padding: 0 25px;
    border-left: 1px solid #e7e7e7;
    overflow: auto;
    height: calc(100vh - 51px);
    position: relative;
}

nav {
    top: 51px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    width: 250px;
    z-index: 1;
}

nav.collapsed {
    margin-left: -250px;
}

main.collapsed {
    margin-left: 0;
}

.navbar-default {
    margin-bottom: 0;
}

.navbar-header {
    min-width: 251px;
    border-right: 1px solid #e7e7e7;
}

.panel-group:last-child,
.table:last-child {
    margin-bottom: 0;
}

.select2-container {
    vertical-align: initial;
}

textarea {
    min-width: 100%;
    max-width: 100%;
}

#sendMailModal td pre.message {
    margin: 0;
    padding: 0;
    min-height: 150px;
    border-radius: 0;
    border: none;
    background-color: white;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.attachments-list {
    list-style: none;
    padding: 0 5px 0 0;
    margin: 5px 0 0;
    overflow: auto;
    width: 100%;
    max-height: 100px;
}

.attachments-list li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 0 5px;
    border-radius: 3px;
}

#sendMailModal .select2 {
    max-width: 400px;
}

#sendMailModal .select2-selection__rendered {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.horizontal-prices div {
    position: relative;
    display: inline-block;
    border: 1px solid black;
    margin-right: 10px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.horizontal-prices div:last-child {
    padding: 0;
    margin: 0;
    width: auto;
    border: none;

}

.horizontal-prices div span {
    display: block;
    font-size: 12px;
    position: absolute;
    top: -24px;
}


.inline-fields {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
}

.inline-fields input.form-control {
    width: calc(50% - 5px);
}

.tbl-payment-modes thead th:first-child {
    width: 50px;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.tbl-payment-modes thead th:last-child {
    width: 200px;
}

.tbl-payment-modes tbody td:last-child {
    text-align: center;
}

.provider-payments-table thead th,
.provider-payments-table tbody td {
    position: relative;
    vertical-align: middle !important;
    text-align: center;
}

.provider-payments-table tbody td .btn-edit-service-field {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #4CAF50;
    opacity: 0.2;
    transition: all 0.6ms;
}

.provider-payments-table tbody td:hover .btn-edit-service-field {
    opacity: 1;
}

.preview-mail {
    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
}

.preview-mail html {
    width: 1100px;
}

.tbl-service-items-editor {
    padding: 0;
    margin: 0 20px 10px 0;
    border: 1px solid #ccc;

}

.tbl-service-items-editor td {
    vertical-align: top;
    padding: 10px;
}


.tblServices_wrapper>th.sorting {
    width: 20px !important;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbl-service-items-editor td.actions {
    vertical-align: middle;
    text-align: center;
    width: 100px;
}

.tbl-service-items-editor td.actions a {
    text-decoration: none;
    color: #337ab7;
    display: block;
    border: 1px solid #ccc;
    margin: 5px 10px;
}

.tbl-service-items-editor td.actions a:hover {
    background-color: #eaeaea;
}

.tbl-service-items-editor td ul {
    list-style: none;
    margin: 10px auto;
    padding: 0;
    height: 300px;
    width: 250px;
    overflow: auto;
    border: 1px solid #ccc;
    background-color: white;


}

.tbl-service-items-editor td ul li {
    padding: 2px 5px;
}

.tbl-service-items-editor td ul li input[type="checkbox"] {
    float: right;
}

.tbl-service-items-editor td ul li.selected {
    background-color: #eaeaea;
}

.tbl-service-items-editor td ul li:hover {
    background-color: #eaeaea;
}

.tbl-default-provider-payment {}

#FormProductOperation .DivActivie .form-group,
#FormProductOperation .DivActivie p,
#FormProductOperation .DivActivie label {
    margin: 0px !important;
}

#FormProductOperation .row {
    display: flex;
    align-items: center;
}

.w-100 {
    width: 100% !important;
}



/* Record css */
.display-ligne {
    display: inline-block;
}

.record-line-invoice {
    border-bottom: none;
    border-top: none;
}

.record-min-line-invoice {
    padding: 12.8px;
    border-bottom: none;
    border-top: none;
}

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

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

.b-0 {
    border: none;
}

.custom-div {
    border: 1px solid black;
    width: 100%;
    height: 150px;
}

.bk-w {
    background-color: #fff
}

.icon-tr {
    padding: 5px;
    width: 100px;
}

.address-tr {
    border: 1px solid black;
}

.mtx-10 {
    margin-top: 10px
}

.panel-click {
    height: 37px;
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.clearfix-div {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px
}

.wx-100 {
    width: 100px;
}

.wx-200 {
    width: 200px;
}

.border-b {
    border-bottom: 1px solid #ccc;
}

.border-c {
    background-color: #eee;
}

.resize-vertical {
    resize: vertical;
}

.panel-heading-div {
    height: 37px;
    cursor: pointer;
}

.panel-heading-a {
    width: 100%;
    display: block;
}

.quick_search_container {
    height: 37px;
    cursor: pointer;
}

.mbx-15 {
    margin-bottom: 15px;
}

.search_padding {
    padding: 0px 2px;
}

.mbx-35 {
    margin-bottom: 35px
}

.line-height-0 {
    line-height: 0;
}

.btn-checkBox {
    padding: 0px 5px;
    margin: 0;
    background: 0;
    font-size: 10px;
    line-height: 10px;
}

.modal-dialog-w {
    width: 1300px;
}

.wx-80 {
    width: 80px;
}

.text-align-right {
    text-align: right
}

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

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

.paging-div {
    text-align: center;
    border: 1px solid black;
    padding: 10px
}

.paging-div-text {
    font-size: 18px;
    font-weight: bold;
}

.bond-echange-th {
    background-color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.refereance-th {
    background-color: white;
    padding: 10px
}

.service-name-p {
    font-size: 14px;
    font-weight: bold;
}

.service-info-p {
    border: 1px solid black;
    padding: 5px;
}

.bk-w {
    background-color: white;
}

.table-deatils {
    border-bottom: 1px solid #000;
}

.table-deatils-th {
    background: white;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
}

.table-deatils-tr {
    font-style: italic;
    font-size: 14px
}

/* --------------- */
.duree_container .label_font_normal{
    position: absolute;
}
.duree_container .pull-right {
    float: unset !important;
}

.btn.disabled,
input[type="submit"]:disabled,
button:disabled {
	pointer-events: none;
}

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    list-style-type: none
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../slider/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 96s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../slider/img-1.jpg) 
}

.cb-slideshow li:nth-child(2) span { 
    background-image: url(../slider/img-2.jpg);
    animation-delay: 6s; 
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(../slider/img-3.jpg);
    animation-delay: 12s; 
}

.cb-slideshow li:nth-child(4) span { 
    background-image: url(../slider/img-4.jpg);
    animation-delay: 18s; 
}

.cb-slideshow li:nth-child(5) span { 
    background-image: url(../slider/img-5.jpg);
    animation-delay: 24s; 
}

.cb-slideshow li:nth-child(6) span { 
    background-image: url(../slider/img-6.jpg);
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../slider/img-7.jpg);
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(../slider/img-8.jpg);
    animation-delay: 42s; 
}
.cb-slideshow li:nth-child(9) span { 
    background-image: url(../slider/img-9.jpg);
    animation-delay: 48s; 
}
.cb-slideshow li:nth-child(10) span { 
    background-image: url(../slider/img-10.jpg);
    animation-delay: 54s; 
}
.cb-slideshow li:nth-child(11) span { 
    background-image: url(../slider/img-11.jpg);
    animation-delay: 60s; 
}
.cb-slideshow li:nth-child(12) span { 
    background-image: url(../slider/img-12.jpg);
    animation-delay: 66s; 
}
.cb-slideshow li:nth-child(13) span { 
    background-image: url(../slider/img-13.jpg);
    animation-delay: 72s; 
}
.cb-slideshow li:nth-child(14) span { 
    background-image: url(../slider/img-14.jpg);
    animation-delay: 78s; 
}
.cb-slideshow li:nth-child(15) span { 
    background-image: url(../slider/img-15.jpg);
    animation-delay: 84s; 
}
.cb-slideshow li:nth-child(16) span { 
    background-image: url(../slider/img-16.jpg);
    animation-delay: 90s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
.login-panel{
    position: relative;
    z-index: 5555;
}