﻿/******************************************************************************
  Common
*******************************************************************************/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format("truetype"); /* Make sure your file location is right */
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format("truetype"); /* Make sure your file location is right */
}


.display-none {
    display: none;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.row-mt-1 {
    margin-top: 10px;
}

.row-mt-2 {
    margin-top: 20px;
    margin-left: 10px;
}

.row-mt-3 {
    margin-top: 30px;
}

.row-mb-1 {
    margin-bottom: 10px;
}

.row-mb-2 {
    margin-bottom: 20px;
}

.row-mb-3 {
    margin-bottom: 30px;
}

.row-pt-1 {
    padding-top: 10px;
}

.row-pt-2 {
    padding-top: 20px;
}

.row-pt-3 {
    padding-top: 30px;
}

.row-pb-1 {
    padding-bottom: 10px;
}

.row-pb-2 {
    padding-bottom: 20px;
}

.row-pb-3 {
    padding-bottom: 30px;
}

label {
    min-width: 25px;
}

/******************************************************************************
  Body
*******************************************************************************/
body {
    background: #f4bd2f;
    background-image: url('img/FondTicketing.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}



.container-wrapper {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


.body-container {
    margin-top: 10px;
    padding: 0px;
    height: calc(100vh - 15px);
    background-color: #fff;
}


.body-container,
.navbar-content {
    min-width: 100%;
}

.primary-menu {
    width: 70px;
    background: #333333;
}

.body-container .primary-menu,
.body-container .body-content {
    height: calc(100vh - 73px);
    float: left;
}

.body-container .body-content {
    width: calc(100% - 70px);
    background: #f2f3f8;
}


/******************************************************************************
  Navbar
*******************************************************************************/
#navbar {
    padding-top: 15px;
}

.navbar {
    margin-bottom: 0px;
    border: 0px;
}

.navbar-content {
    background-color: #fff;
    border-bottom: 0px solid #CDD3D6;
    min-height: 70px;
    padding: 0px;
}

.navbar-header {
    height: 70px;
}

    .navbar-header > div {
        float: left;
        height: 100%;
    }

.navbar-button {
    background: #333333;
    width: 70px;
    text-align: center;
}

.navbar-title {
    line-height: 4.5;
    border-right: 2px solid #CDD3D6;
    text-align: center;
    min-width: 240px;
}

.navbar-button .icon-bar {
    display: block;
    background-color: #bbbbbb;
    height: 5px;
    width: 28px;
    border-radius: 2px;
    margin: auto;
    margin-top: 5px;
}

/******************************************************************************
  user-dropdown
*******************************************************************************/
#account-dropdown {
    height: 100%;
    width: 120px;
    text-align: center;
    border-left: 0px solid #CDD3D6;
    display: inline-block;
    position: absolute;
    margin-right: 80px;
    background: url(img/selectarrow.png) no-repeat;
    background-position: 90% 50%;
    background-size: 15px;
    font-family: Roboto;
    right: -80px;
}

.labelLanguage {
    font-family: Roboto;
    font-size: 12px;
    margin-left: 10px;
    color: #adacac;
}

.displayLanguage {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    margin-left: 25px;
}

.imglangarrow {
    height: 100%;
    position: absolute;
    background: url(img/selectarrow.png) no-repeat;
    background-size: 15px;
    margin-top: -25px;
    right: 0px;
    margin-right: 10px;
}

.current-language {
    cursor: pointer;
    height: 100%;
    width: 150px;
    font-family: Roboto;
    right: 10px;
    text-align: center;
    border-left: 0px solid #CDD3D6;
    display: inline-block;
    position: absolute;
}

#user-dropdown:hover,
#user-dropdown:focus {
    text-decoration: none;
}

#user-dropdown {
    display: block;
    color: #5E6E81;
    font-size: 15px;
    font-weight: bold;
    line-height: 70px;
}

    #user-dropdown b {
        /*margin-left: 5px;
    color: gray;*/
        display: none;
    }

.lang-switch {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    /* color: #5E6E81; */
    padding: 4px 0px;
    font-size: 14px;
    text-align: center;
    /* text-transform: uppercase; */
}

}

.navbar-right .dropdown-menu {
    padding: 0px;
    margin: 0px;
}

.grid-groups .dropdown-menu {
    top: 112%;
    border-radius: 0px;
    left: -240px;
}


/******************************************************************************
  Main Menu
*******************************************************************************/


.sub-menu {
    position: absolute;
    z-index: 1100;
    background: #f0f0f0;
    left: 70px;
    top: 0px;
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-left: 0px;
    width: 350px;
}

    .sub-menu li {
        list-style-type: none;
        padding: 15px;
        margin: 0px 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    .sub-menu a:hover {
        text-decoration: none;
    }

    .sub-menu a {
        padding: 10px 0px;
    }

    .sub-menu li a {
        color: #333333;
        font-size: 15px;
    }

    .sub-menu li:first-child a:hover {
        color: #fff;
    }

    .sub-menu li:first-child a {
        color: #fff;
        font-size: 18px;
        /*display: block;*/
        padding: 15px;
    }


    .sub-menu li:last-child {
        border-bottom: 0px;
    }

.sub-menu-toggle span {
    font-size: 20px;
    color: #bbbbbb;
}


.sub-menu li:hover {
    background-color: #f0f0f0;
}

    .sub-menu li:hover a {
        color: #006f7d;
    }

.sub-menu .menu-name {
    margin: 0px;
    position: relative;
}

#main-menu .nav > li > a {
    text-align: center;
    padding: 15px 0px;
}

    #main-menu .nav > li:hover,
    #main-menu .nav > li > a:hover,
    #main-menu .nav > li > a:focus,
    .sub-menu .menu-name,
    .sub-menu .menu-name:hover {
        background-color: #f4bd2f;
    }

.sub-menu li:nth-child(2)::after {
    content: "";
    position: absolute;
    background: #f4bd2f;
    top: 47px;
    left: 7%;
    width: 15px;
    height: 15px;
    display: block;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    z-index: 911;
}

#main-menu .nav > li,
.sub-menu .menu-name {
    min-height: 55px;
}

.sub-menu span {
    margin-right: 5px;
}

.sub-menu-toggle {
    width: 70px;
}

/******************************************************************************
  Form
*******************************************************************************/
.toggleEdit label {
    color: #808080;
    font-weight: normal;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #C6C6C6;
    padding: 0px 8px 0px 8px;
    height: 26px;
}

    .form-control:focus {
        box-shadow: none;
    }

.form-group label {
    text-transform: uppercase;
    color: #808080;
    font-size: 12px;
}

.h2-style {
    border-bottom: 8px solid #ECECEC;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 45px;
}

.datepicker {
    width: calc(100% - 26px);
    display: inline-block;
    margin-right: 5px;
    margin: 0px;
}

.calendars-trigger {
    border: 1px solid #C6C6C6;
    border-left: none;
    font-size: 13px;
    display: inline-block;
    padding: 0px 5px;
    line-height: 24px;
    height: 26px;
}

/******************************************************************************
  view-filters and  navbar-collapse
*******************************************************************************/

.view-filters {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
    margin-top: 30px;
    padding-top: 10px;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}

.view-group,
.view-search-results {
    display: inline-block;
}

.navbar-collapse {
    display: inline-block;
    width: calc(100% - 590px);
    height: 100%;
    padding: 0px;
    float: left;
}
/******************************************************************************
  btn
*******************************************************************************/
 

    .btn:focus {
        outline: none;
    }

.btn-default {
    color: #000;
    border: 1px solid #C0C0C0;
    font-weight: bold;
    background-color: transparent;
}

.btn-header {
    height: 100%;
    width: 70px;
}

.btn-filter,
.btn-add,
.btn-notification {
    color: #f4bd2f;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #CDD3D6;
    font-size: 23px;
    line-height: 70px;
    width: 70px;
}

    .btn-add:focus,
    .btn-add:hover,
    .btn-filter:focus,
    .btn-filter:hover,
    .btn-filter.active,
    .view-edit .btn-add:hover {
        background-color: #f4bd2f;
        color: #fff;
        text-decoration: none;
    }

/******************************************************************************
  Grid
*******************************************************************************/

.grid-data .view-context .tile-min:hover,
.grid-data .view-context .tile-min.selected,
.grid-data .tile-min.selected:hover,
.grid-data .view-context .tile-details:hover,
.grid-data .view-context .tile-details.selected,
.grid-data .view-context .tile-details.selected:hover {
    background-color: transparent;
}

    .grid-data .view-context .tile-details:hover,
    .grid-data .view-context .tile-details.selected:hover {
        cursor: auto;
    }

.grid-data .tile-top > div {
    display: table-cell;
    vertical-align: bottom;
}

.grid-data .tile-bottom {
    padding: 13px;
    height: 40%;
    background-color: #F5F5F5;
    font-size: 10px;
    font-weight: bold;
    border-top: 1px solid #D5D5D5;
}

#header label, .grid-header label {
    color: #f6a61b;
}

.grid-group-current span,
.grid-search-results span {
    color: #333333;
}

.grid-search-results .btn-primary {
    background-color: #f4bd2f;
    color: #fff;
}

/******************************************************************************
  Small tile
*******************************************************************************/
.small-tile {
    border: 1px solid #D3D3D3;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 290px;
    padding: 13px;
    min-height: 66px;
    float: left;
}

    .small-tile .tile-title {
        color: #394A55;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

/******************************************************************************
  Big tile
*******************************************************************************/
.big-tile {
    border: 1px solid #D3D3D3;
    margin-right: 25px;
    margin-top: 20px;
    width: 100%;
    padding: 13px;
    min-height: 66px;
    float: left;
}

    .big-tile .tile-title {
        color: #f6a61b;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

/******************************************************************************
  Copyright
*******************************************************************************/
.copyright {
    padding-top: 10px;
    text-align: center;
}


/******************************************************************************
  Modal
*******************************************************************************/
.modal {
    top: 0%;
    margin-top: 0%;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: auto;
}

.modal-content {
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.modal-dialog {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
}

.modal-body {
    padding-top: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.modal-overflow .modal-body {
    overflow: hidden;
}

.modal-body .view-content {
    position: relative;
    background-color: #F3F3F3;
    width: 100%;
    height: calc(100% - 65px);
    overflow-y: scroll;
    overflow-x: hidden;
    /* padding: 10px; */
}

.higher-title + .view-content {
    height: calc(100% - 250px);
}

.modal-body .view-content.bottom-view {
    height: calc(100% - 200px);
}


.modal-footer {
    padding: 10px 0px 11px;
    margin-top: 5px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border-top: none;
    margin: 0px 20px;
}

.modal-close-wrapper {
    height: 30px;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
}

.modal-close {
    cursor: pointer;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-family: Roboto;
    display: inline-block;
    font-size: 35px;
    background-color: #f4bd2f;
    border: none;
    border-radius: 0px;
}

.modal-overflow.modal,
.modal-overflow.modal.fade.in {
    top: 0%;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #000;
}

button.close {
    padding-right: 10px;
    padding-top: 7px;
}

.modal-width-xsmall {
    width: 25%;
}

.modal-width-small {
    width: 35%;
}

.modal-width-medium {
    width: 50%;
}

.modal-width-large {
    width: 75%;
}

.modal-width-xlarge {
    width: 85%;
}

.modal-width-xxlarge {
    width: 95%;
}

.modal-width-full {
    width: 100%;
}

.modal-height-xsmall {
    height: 25%;
}

.modal-height-small {
    height: 35%;
}

.modal-height-medium {
    height: 50%;
}

.modal-height-large {
    height: 75%;
}

.modal-height-xlarge {
    height: 85%;
}

.modal-height-full {
    height: 100%;
}


.modal-scrollable,
.modal-backdrop {
    position: absolute;
}

.modal-backdrop {
    bottom: 0px;
}
/******************************************************************************
  tab display
*******************************************************************************/

.tab-display .view-create {
    display: block;
    padding: 0px;
    height: 60px;
    border-bottom: 3px solid lightgray;
    margin: 0px 15px;
    width: calc(100% - 30px);
    text-indent: -6px;
}


.tab-display .view-content {
    padding-top: 0px;
    border-bottom: none;
    background-color: #FFF;
}

.tab-display .view-create + .view-content {
    /*top: 60px;*/
    border-bottom: none;
    height: calc(100% - 60px);
}
/******************************************************************************
  View Styles
*******************************************************************************/
.view-wrapper {
}

.view-create {
    border-bottom: 1px solid lightgray;
    color: #808080;
}

.view-content h2.gray-title {
    border-bottom: 8px solid #ECECEC;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 45px;
}



.view-edit,
.view-create,
.view-title-dark {
    background-color: #fff;
    color: #EFEFEF;
    padding-left: 20px;
    height: 50px;
    font-family: Roboto;
}


    .view-title-dark h2,
    .view-edit .view-title,
    .view-create .view-title {
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 30px;
        margin-top: 6px;
        color: black;
    }

    .view-title-dark .model-view-title,
    .view-create .model-view-title,
    .view-edit .view-subtitle {
        display: inline-block;
        font-family: Roboto;
        position: relative;
        top: 15px;
        font-size: 15px;
        color: #394A55;
        text-transform: uppercase;
        line-height: 1.17;
        letter-spacing: normal;
        text-align: left;
        color: #8d8d8d;
        margin-right: 15px;
    }

    .view-title-dark .model-status,
    .view-edit .model-status {
        position: absolute;
        top: 35px;
        right: 75px;
        /*background-color: #FFF;*/
        font-weight: bold;
        font-size: 11px;
        line-height: 16px;
    }

    .view-title-dark .tcell,
    .view-edit .view-header {
        display: block;
    }

    .tcell,
    .view-create .view-header {
        display: table-cell;
        vertical-align: bottom;
    }

    .view-edit .view-actions {
        position: absolute;
        right: 66px;
        top: -2px;
        height: 71px;
    }

.view-actions {
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .view-actions a {
        color: #404040;
        font-size: 18px;
    }

.view-group,
.view-search-results {
    display: inline-block;
}

.info-display {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    min-height: 60px;
}

    .info-display label {
        color: #808080;
        font-size: 14px;
        font-weight: normal;
    }

.info-long {
    height: 120px;
    word-wrap: break-word;
}
/******************************************************************************
  Table
*******************************************************************************/

.table tbody > tr > td {
    border-top: none;
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    color: #8C8C8C;
    font-weight: normal;
    font-size: 12px;
}

.table-actions {
    text-align: right;
    margin-bottom: 7px;
}

.table thead tr {
    background-color: #EEE;
}

.table tbody tr:hover,
.table tbody tr.selected:hover {
    background-color: lightblue;
    cursor: pointer;
}

.table tbody tr.selected {
    background-color: #BBB;
    outline: none;
}

.table .row-actions {
    visibility: hidden;
}

.table tr.selected .row-actions {
    visibility: visible;
}

.table tr:hover .row-actions {
    visibility: visible;
}


/******************************************************************************
 Tiles
*******************************************************************************/

.tile-panorama {
    border: 3px solid #E4E7E8;
    margin-top: 20px;
}

    .tile-panorama a {
        color: #454E65;
    }

.tile-panorama-picture {
    float: left;
    width: 150px;
}

.tile-panorama-content {
    float: left;
    width: calc(100% - 550px);
    padding: 15px;
    height: 100%;
    padding-top: 35px;
    padding-left: 30px;
}

    .tile-panorama-content a {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 3px;
        display: inline-block;
    }

.tile-panorama-action {
    float: left;
    padding: 15px;
    height: 100%;
    width: 250px;
    font-size: 16px;
    color: #5E6E81;
    text-align: right;
    padding-top: 23px;
    position: relative;
}

.tile-panorama .tile-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.tile-tag {
    min-height: 30px;
    padding: 5px;
}

.tile-top {
    padding: 13px;
    height: 60%;
    display: table;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    width: 100%;
}

.tile-title {
    display: block;
}

.tile-tag .tile-title {
    display: inline;
}

.tile-title,
.tile-title a {
    color: #098CCE;
}

    .tile-title a {
        width: 100%;
    }


.tile-details {
    width: 305px;
    float: left;
    margin-right: 25px;
}


    .tile-details .tile-title,
    .tile-details .tile-title a {
        color: #18252E;
    }

.tile-subtitle {
    color: #299C6E;
    font-size: 11px;
}

.tile-details .tile-subtitle {
    color: #098CCE;
}




.grid-data .tile-top > div {
    display: table-cell;
    vertical-align: bottom;
}

.grid-data .tile-bottom {
    padding: 13px;
    height: 40%;
    background-color: #F5F5F5;
    font-size: 10px;
    font-weight: bold;
    border-top: 1px solid #D5D5D5;
}

.tile-details .tile-top {
    height: 67px;
    position: relative;
}

.tile-details .tile-bottom {
    height: 70px;
}

.tile-top:hover .tile-actions a {
    color: #8899a6;
}

.tile-list {
    min-height: 35px;
    padding: 5px 0px;
    background-color: white;
    width: calc(100% - 1px);
}


.tile-actions a {
    color: #e1e8ed;
}

.tile-actions {
    position: absolute;
    font-size: 10px;
    bottom: 3px;
    right: 15px;
}

.tile-tag .tile-delete {
    display: inline-block;
    float: right;
    padding-top: 2px;
}

.tile-details .tile-properties {
    height: 40px;
    border-top: 1px solid #D5D5D5;
    display: flex;
    width: 100%;
}

.tile-property {
    height: 100%;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #D5D5D5;
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
}

    .tile-property:last-child {
        border-right: none;
    }

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.flex-item {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.btn-margin-top {
    margin-top: 17px;
}

/******************************************************************************
 taysir list : small tile
*******************************************************************************/
.taysir-small-tile {
    padding-top: 20px;
}

    .taysir-small-tile .grid-group-key {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .taysir-small-tile .grid-group .tile-details {
        min-height: 69px;
        margin-bottom: 10px;
    }

    .taysir-small-tile .tile-properties .glyphicon {
        color: #A3A3A3;
        font-size: 11px;
    }

    .taysir-small-tile .tile-properties {
        font-weight: bold;
        font-size: 12px;
    }

    .taysir-small-tile .tile-icon-status {
        padding-top: 19px;
    }

        .taysir-small-tile .tile-icon-status .glyphicon {
            font-size: 11px;
        }

        .taysir-small-tile .tile-icon-status .glyphion-container {
            margin-right: 12px;
            font-size: 12px;
            display: inline-block;
        }

    .taysir-small-tile .tile-details {
        width: 100%;
        height: 55px;
    }

    .taysir-small-tile .tile-data-column {
        width: 11.11%;
        float: left;
    }

    .taysir-small-tile .tile-text {
        padding-top: 0px;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }

        .taysir-small-tile .tile-text .title {
            color: #A3A3A3;
            font-weight: normal;
        }

    .taysir-small-tile .tile-price {
        padding-top: 16px;
    }

        .taysir-small-tile .tile-price .price {
            text-align: center;
            font-size: 19px;
            color: #008000;
        }

    .taysir-small-tile .details a {
        color: #18252E;
    }

    .taysir-small-tile .delete-tile-item {
        width: 8%;
        float: left;
        text-align: center;
        padding-top: 10px;
    }

    .taysir-small-tile .tile-title-tag {
        color: #fff;
        font-size: 10px;
    }

.text-green {
    color: green !important;
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-orange {
    color: #f6a61b !important;
}

.selected-row {
    background-color: lightblue !important;
}

.border-none {
    border: none;
}
.text1-bold {
    font-weight: bold;
}

.reservation-text {
    padding-top: 0px;
    font-weight: bold;
    font-size: 12px;
}

.text-red {
    color: red !important;
}

.text-orange {
    color: orange !important;
}

.tag-text {
    font-size: 11px;
    margin-left: 30px;
}

.text-size {
    font-size: 14px;
    font-weight: bolder;
}

/******************************************************************************
Settings
*******************************************************************************/

.settings-title {
    color: #098CCE;
    font-weight: bold;
}

.row-border {
    border-bottom: 1px solid lightgray;
    min-height: 35px;
}

.row-margin-20 {
    margin: 20px;
}



@media (min-width: 768px) {
    .modal-dialog {
        left: auto;
    }
}


/******************************************************************************
Google maps
*******************************************************************************/
#map_canvas {
    margin-top: 20px;
}

    #map_canvas img {
        max-width: none;
    }

.infoDiv {
    height: 200px;
    width: 300px;
    -webkit-user-select: none;
    background-color: white;
}

.map-img {
    height: 300px;
    margin-top: 10px;
}

/******************************************************************************
Book button
*******************************************************************************/
.book-btn {
    padding-top: 23px;
    position: relative;
    padding-right: 10px;
    color: #f6a61b !important;
}

.view_exercices {
    position: absolute;
    right: 145px;
    top: 25px;
    height: 71px;
    width: 150px;
}

.custom_select {
    line-height: 70px;
    height: 100%;
    border-top: 0;
}

.view_exercices {
    position: absolute;
    right: -160px;
    top: -4px;
    /* height: 71px; */
    width: 190px;
    height: 73px;
    text-align: center;
    border-left: 0px solid #CDD3D6;
    border-right: 0px solid #CDD3D6;
    border-bottom: 0px solid #CDD3D6;
    display: inline-block;
    font-family: Roboto;
    color: black;
}

.custom_select option {
    padding: 6px 0px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 200%;
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 21px !important;
}
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    color: #337ab7;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    height: 100% !important;
    background: url('img/selectarrow.png') no-repeat right;
    background-size: 15px;
    background-position: 85% 50%;
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 35px;
        left: 0px;
        margin-right: 5px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 600;
        color: black;
        position: absolute;
        font-family: Roboto;
        font-weight: 600;
        margin-left: 15px;
    }

    .selectric .button {
        /*display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
        *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
        top: 17px;
        background: none;
        */;
    }

/*.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}*/




/*.selectric-hover .selectric .button {
  color: #888;
}

.selectric-hover .selectric .button:after {
  border-top-color: #888;
}*/

.selectric-open {
    z-index: 9999;
}



    .selectric-open .selectric-items {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        margin-left: 25px;
        border-radius: 3px;
    }

    .selectric-open.selectric-above .selectric {
        border-top-width: 0;
        border-bottom-width: 2px;
    }

    .selectric-open.selectric-above .selectric-items {
        border-bottom-width: 0;
        border-top-width: 2px;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
    }

    .selectric-hide-select.selectric-is-native {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

        .selectric-hide-select.selectric-is-native select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: none;
            z-index: 1;
            box-sizing: border-box;
            opacity: 0;
        }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-top-width: 0;
    z-index: -1;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
        margin-top: -10px;
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px 20px;
    color: #666;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    letter-spacing: 2px;
    font-size: 13px;
}




    .selectric-items li:hover {
        background: #EEEEEE;
        color: #444;
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 26px;
        left: 4px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #f4bd2f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toogle-visible {
    margin-top: 10px;
}


.Rectangle-21 {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    background: url(img/selectarrow.png) no-repeat right;
    background-size: 15px;
    background-position: 95% 50%;
}

.Rectangle-22 {
    width: 75%;
    height: 36px;
    border-radius: 5px;
    margin-top: 35px;
    border: none;
    font-family: Roboto;
    font-size: 16px;
    color: white;
    background-color: #f2be04;
}

.Rectangle-23 {
    width: 100%;
    padding: 10px 20px 10px 20px;
    height: 36px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    margin-top: 3px;
    border-color: #8899a6;
}

.calendars-trigger {
    position: absolute;
    width: 30px;
    font-size: 20px;
    height: 40px;
    border-radius: 5px;
    margin-top: 7px;
    border: none;
    margin-left: -40px;
}

.body-content view-context {
    width: 1920px;
    height: 1203px;
    background-color: #f2f3f8;
}

.statticket {
    width: 100%;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}


.statsuiviclient {
    width: 100%;
    height: 60px;
    margin-left: 25px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}


.statclient {
    width: 100%;
    height: 60px;
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}

.flaticon-clock, .flaticon-group-1, .flaticon-transport, .flaticon-agenda {
    margin-left: -15px;
}

.recovtitle {
    height: 50px;
    background-color: white;
    margin-top: 20px;
    margin-left: 10px;
    font-family: Roboto;
    padding-top: 5px;
}


.icprint {
    margin-left: 25px;
    position: absolute;
}

.icxlx {
    margin-left: 25px;
    position: absolute;
    margin-top: 11px;
    padding-left: 10px;
}



.iconprint {
    width: 180px;
    height: 40px;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    margin-left: 250px;
    margin-right: 50px;
    font-weight: bold;
    display: inline-block;
    /* float: right; */
    font-family: Roboto;
    font-size: 14px;
    padding-top: 8px;
    padding-left: 10px;
    background: url(img/ico_printer.png) no-repeat left;
    background-position: 5% 50%;
    background-color: #404040;
}


.iconexportexcel {
    width: 180px;
    height: 40px;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    padding-left: 10px;
    background: url(img/xl-icon.png) no-repeat left;
    background-position: 5% 50%;
    background-color: #0b9666;
}



.Nbillet {
    font-size: 40px;
}

.PeriodIconCalendar {
    margin-left: -15px;
    margin-top: 35px;
}


.txtnbbillet {
    font-size: 12px;
    font-family: Roboto;
}

.contentnbbillet {
    font-size: 16px;
    font-family: Roboto;
}

.iconbbillet {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -15px;
    background: url('img/ico_user.png') no-repeat center;
    background-color: #efbc09;
}
.total-refund-icon {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -15px;
    background: url('img/money-back.png') no-repeat center;
    background-color: #607D8B;
}
.iconclient {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -15px;
    background: url('img/nb-billet-icon.png') no-repeat center;
    background-color: #efbc09;
}

.iconamountticket {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -15px;
    background: url('img/Prix-billets-icon.png') no-repeat center;
    background-color: #92b20d;
}




.iconCommission {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -15px;
    background: url('img/commission-icon.png') no-repeat center;
    background-color: #0d8cb2;
}

.iconTotoVente {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    margin-left: -15px;
    background: url('img/TT-vente-icon.png') no-repeat center;
    background-color: #b20d4c;
}

.numberRow {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #3d3d3d;
}

.nameClient {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
}

.DocNumber {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.AirLineCode {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.PNR {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.Doi {
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

[class*="CustomerClientName"] {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

[class*="TotalDoc"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #92b20d;
}
[class*="CommissionAirLine"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #607D8B;
}
[class*="Commission-"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #0d8cb2;
}

[class*="TotalTTC"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #b20d4c;
}

[class*="TotalRefund"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #3d3d3d;
}

[class*="IsPaidPaymentStatut"] {
    width: 93.2px;
    height: 23px;
    border-radius: 100px;
    background-color: #b20d4c;
}

[class*="IsNotPaidPaymentStatut"] {
    width: 80%;
    height: 70%;
    padding: 2px 6px 4px 2px;
    border-radius: 100px;
    color: white;
    background-color: #b20d4c;
}

.PaymentStatut {
    padding-top: 5px;
}

.Tranc {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #3d3d3d;
}

.linknameclient {
    color: #000;
}

    .linknameclient:visited {
        color: #000;
    }

    .linknameclient:hover {
        color: #fff;
    }

    .linknameclient:focus {
        color: #e0af00;
    }

    .linknameclient:active {
        color: #e0af00;
    }

.ContentClientName {
    text-align: left;
    margin-left: 15px;
}

.tablesorter-header-inner {
    align-content: center;
    font-family: Roboto;
    padding-top: 5px;
    font-size: 13px;
}


.tablesorter-headerRow {
    height: 40px;
    margin-top: 40px;
}

.tablesorter-filter-row {
    height: 40px;
    margin-top: -80px;
}

.NbFilterPage {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 2px #483f3b;
}

.linknbfilterpage {
    text-align: center;
}

.rectangleNumber a:visited {
    color: black;
}

.rectangleNumber a:hover {
    color: black;
}

.rectangleNumber a:focus {
    color: black;
}

.rectangleNumber a:active {
    color: black;
}

.pagecount a {
    align-content: center;
    padding-right: 10px;
}



    .pagecount a:visited {
        color: black;
    }

    .pagecount a:hover {
        color: black;
    }

    .pagecount a:focus {
        color: black;
    }

    .pagecount a:active {
        color: black;
    }



.rownbfilter {
    float: left;
    display: inline-block;
    width: 50%;
}

.rownrfilter {
    float: right;
    display: inline-block;
}

    .rownrfilter div {
        float: right;
        display: inline-block;
    }

.rectangleNumber {
    margin: 3px 3px 3px 3px;
    padding-top: 6px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    display: inline-block;
}

    .rectangleNumber a {
        position: relative;
        align-content: center;
        font-weight: 500;
        font-family: Roboto;
        vertical-align: central;
    }

    .rectangleNumber next {
        margin-right: 20px;
        margin-top: 20px;
    }

#blockEditCom {
    position: relative;
    width: 100%;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 3px;
}

.addclientcom {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    border-radius: 5px;
    margin-right: 20px;
    /*margin-top: -20px;*/
    position: absolute;
    background-image: url('img/add-clinet-icon.png');
}

.clientlabelcom {
    font-family: Roboto;
    font-size: 18px;
    height: 40px;
    margin-left: 60px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    margin-right: 20px;
    color: #333333;
}

.clientlistcom {
    width: 200px;
    margin-right: 20px;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    -moz-appearance: none;
    background: url(img/selectarrow.png) no-repeat right;
    background-size: 15px;
    background-position: 95% 50%;
}

.editClient {
    width: 120px;
    height: 36px;
    padding-top: 10px;
    align-content: center;
    vertical-align: central;
    border-radius: 5px;
    background-color: #efbc09;
    border: solid 1px #e0af00;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 40px;
}

.comlabelcom {
    width: 200px;
    height: 40px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}


.inputcommission {
    width: 150px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #707070;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    padding-left: 10px;
    color: #333333;
}

.editCommission {
    width: 120px;
    height: 36px;
    padding-top: 10px;
    margin-left: 40px;
    border-radius: 5px;
    background-color: #efbc09;
    border: solid 1px #e0af00;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    align-content: center;
}
.export-excel {
    width: 120px;
    height: 36px;
    padding-top: 10px;
    margin-left: 40px;
    border-radius: 5px;
    background-color: #0b9666;
    border: solid 1px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    align-content: center;
}

.addc {
    display: inline-block;
}



.glyphicon-plus {
    background-color: #f2be04;
    color: white;
    border: none;
}

.open-in-modal btn-add btn-header addclientplus {
}


.glyphicon-search {
    color: black;
    border: none;
}



/*.pagecount a {
    margin: 3px 3px 3px 3px;
    padding-top: 6px;
    position:relative;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    display: inline-block;
    align-content: center;
    font-weight: 500;
    font-family: Roboto;
    vertical-align: central;
}*/

.imgnext {
    padding-right: 6px;
}

.imgback {
    padding-right: 6px;
}

.rectangleNumber next {
    margin-left: 12px;
}

.rectangleNumber back {
    margin-right: 12px;
}

.myspace {
    width: 10px;
}

.nav-tick-bar * {
    display: inline-block;
}

.userlogin-name {
    position: absolute;
    margin-top: 10px;
    left: 0px;
    margin-right: 5px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.userlogin-type {
    position: absolute;
    margin-top: -15px;
    left: 0px;
    font-family: Roboto;
    font-size: 10px;
    margin-left: 0px;
    color: #adacac;
}


.exercicelabel {
    position: absolute;
    margin-top: 15px;
    left: 32px;
    font-family: Roboto;
    font-size: 14px;
    margin-left: -3px;
    color: #adacac;
}

.dropdown-content-language {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content-language a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content-language a:hover {
            color: brown;
            font-weight: bold;
        }







.ticketCheckbox {
    margin-left: 20px;
}

#Dropdown-language {
    display: none;
    border-radius: 8px;
    margin-left: 20px;
    background-color: white;
    position: absolute;
    border-bottom: none;
}


.ar {
    background-image: url('img/arlang.png');
    background-size: 20px;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 25px;
}

.en {
    background-image: url('img/enlang.jpg');
    background-size: 20px;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 25px;
}

.fr {
    text-align: left;
    padding-left: 25px;
    background-image: url('img/frlang.png');
    background-size: 20px;
    background-position: 10% 50%;
    background-repeat: no-repeat;
}



.navbar {
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}

.body-content {
    overflow: scroll;
}

    .body-content::-webkit-scrollbar {
        width: 18px;
        background-color: #fff;
    }

        .body-content::-webkit-scrollbar:horizontal {
            height: 18px;
        }

    .body-content::-webkit-scrollbar-track {
        border: 1px #fff solid;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 6px #fff inset;
    }

    .body-content::-webkit-scrollbar-thumb {
        background-color: #D5D5D5;
        margin-top: 10px;
        border: 1px solid #D5D5D5;
        border-radius: 4px;
    }

        .body-content::-webkit-scrollbar-thumb:hover {
            background-color: #D5D5D5;
            margin-top: 10px;
            border: 1px solid #D5D5D5;
        }

        .body-content::-webkit-scrollbar-thumb:active {
            background-color: #fff;
            border: 1px solid #fff;
        }


.rowone-col-1 .rowone-col-2 {
}

.rowone-col-2 {
    position: absolute;
    width: 29%;
    /* height: 600px; */
    right: 20px;
    background-color: white;
    height: 75%;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.06);
}

.addticketrowone-col-1 {
    position: absolute;
    width: 67%;
    height: 600px;
    padding: 30px 30px;
    height: 70%;
    background-color: white;
    margin-right: 20px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.06);
}

.addticketrow-1 {
    display: inline-block;
    background-color: white;
    margin-top: 20px;
    height: 650px;
}

.addticketrowone-col-2 {
    position: absolute;
    width: 28%;
    /* height: 600px; */
    right: 20px;
    background-color: white;
    height: 70%;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.06);
}

.rowone-col-1 {
    position: absolute;
    width: 66%;
    height: 600px;
    padding: 30px 30px;
    height: 75%;
    background-color: white;
    margin-right: 20px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.06);
}

.ticketrow-1 {
    display: inline-block;
    background-color: white;
    margin-top: 20px;
    height: 500px;
}

infoticketline-1 {
    position: absolute;
    display: inline-block;
}

.tickright {
    text-align: right;
    right: 10px;
    height: auto;
    position: absolute;
    width: auto;
}

.subrowcol-1 {
    position: absolute;
    width: 40%;
}

.subrowcol-2 {
    position: absolute;
    right: -50px;
    width: 50%;
}


.listinfoTicketLog {
    width: 80%;
    height: auto;
    position: absolute;
    word-wrap: break-word;
}

.listinfoTicketCommentaire {
    width: 80%;
    height: auto;
    word-wrap: break-word;
}

.listinfoRIZ {
    width: 80%;
    height: auto;
    word-wrap: break-word;
}

.line {
    height: 0;
    border: solid 1px #ebebeb;
    margin: 5px -5px;
}

.subtitleininfoticket {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    padding-bottom: 25px;
    padding-top: 5px;
}

.subtitleinaddticket {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    padding-top: 5px;
}

.subtitleinPrixBillet {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    padding-top: 5px;
    margin-bottom: 20px;
}

.SubSubTitleInfoIicket {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-right: 20px;
    padding-top: 5px;
}

.SubSubTitleInfoIicketMIN {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
    margin-right: 20px;
    padding-top: 5px;
}

.tickright SubSubTitleInfoIicket {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
}


.tickleft SubSubTitleInfoIicket {
}

.voyageurinfo {
    font-family: Roboto;
    /* font-size: 16px; */
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    color: #bababa;
}

.subtickettitle {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #bababa;
    margin-top: 15px;
    margin-bottom: 15px;
}

.voyageurinfocontent {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
}

.row-1-col-1-infoticket {
    font-family: Roboto;
    font-size: 13px;
    /* font-weight: 500; */
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    /* color: #404040; */
}

.row-1-col-2-infoticket {
    font-family: Roboto;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    color: #666766;
}


.row-2-col-1-infoticket {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
}

.row-2-col-2-infoticket {
    font-family: Roboto;
    font-size: 12px;
    /* font-weight: bold; */
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666766;
}

.infoticketcomment {
    margin-bottom: 5px;
    margin-top: 5px;
}

.infoticketjournalticket {
    margin-top: 15px;
}

.subtitleticketdetails {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #bababa;
    margin-bottom: -30px;
}

.infoticketprint {
    width: 180px;
    align-content: center;
    margin-top: 30px;
    height: 45px;
    border-radius: 5px;
    background-color: #f2be04;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.innerinfoticketprint {
    color: white;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.pricetotal {
    font-size: 20px;
}

.labelpricetotal {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-right: 50px;
    padding-top: 15px;
}

.btn-save {
    width: 231px;
    height: 56px;
    border-radius: 5px;
    background-color: #f2be04;
}

.listticketsecondline {
    width: 100%;
    margin-top: -90px;
}

.casthree {
    width: 68%;
    height: 330px;
    background-color: #f2f3f8;
    margin-right: 20px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.06);
}

.casfour {
    position: absolute;
    width: 29%;
    right: 90%;
    height: 330px;
    padding: 30px 30px;
    background-color: white;
    margin-right: 20px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.06);
    right: 0px;
    margin-top: -90px;
}

span.model-title {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-family: Roboto;
    font-size: 18px;
    padding-right: 10px;
    top: 15px;
    margin: :0 auto;
    margin-top: auto;
    color: #394A55;
    text-transform: uppercase;
}

.labelfile {
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    padding-bottom: 25px;
    padding-top: 5px;
}

.labenomfileinfoticket {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-bottom: 4px;
}

.nomfileinfoticket {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
    margin-bottom: 18px;
}

.labeAgentAmadeusName {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-bottom: 4px;
}

.contentAgentAmadeusName {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
    margin-bottom: 18px;
}

.casthreeheader {
    width: 100%;
    height: 60px;
    display: flex;
    background-color: #f2be04;
    margin-bottom: 10px;
}

.casthreeheadericonvol {
    display: inline-block;
    font-family: Roboto;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.casthreeheaderLabelnumvol {
    display: inline-block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    margin-left: 40px;
    color: #ffffff;
}

.casthreeheaderContentnumvol {
    display: inline-block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}


.casthreeheader {
    display: flex;
    width: 100%;
}

.casthreedetails {
    width: 100%;
    display: flex;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
}

.casthreedetails-1 {
    width: 100%;
    display: flex;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
    margin-top: -7px;
}

.casthreedetails-row1 {
    width: 50%;
    height: 30%;
    display: flex;
    position: relative;
    /* margin-top: -5px; */
}

.casthreedetails-row2 {
    width: 50%;
    height: 30%;
    display: flex;
    position: relative;
    /* margin-top: -5px; */
}

.casthreedetails-row1-col1 {
    width: 25%;
    height: 120px;
    display: inline-block;
}

.casthreedetails-row1-col2 {
    width: 30%;
    height: 120px;
    display: inline-block;
}

.casthreedetails-row1-col3 {
    width: 15%;
    background-image: url(img/icon-airplane.png);
    background-size: 40px;
    margin-top: 20px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    margin-top: -40px;
}

.casthreedetails-row1-col4 {
    width: 30%;
    height: 120px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
}

.casthreedetails-row2-col1 {
    width: 20%;
    height: 120px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
}


.casthreedetails-row2-col2 {
    width: 20%;
    height: 120px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
}

.casthreedetails-row2-col3 {
    width: 20%;
    height: 120px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
}

.casthreedetails-row2-col4 {
    width: 20%;
    height: 120px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
}

.casthreedetails-row2-col5 {
    width: 20%;
    height: 120px;
    display: inline-block;
    border-right: 1px solid #f1f1f1;
}


.casthreeheader-col1 {
    width: 50%;
    position: relative;
    height: 60px;
    margin-bottom: 10px;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
}

.cowright {
    position: absolute;
    background: url(img/rightcow.png) no-repeat right;
    width: 100%;
    background-size: 15px;
}

.cowleft {
    position: absolute;
    background: url(img/leftcow.png) no-repeat left;
    width: 100%;
    background-size: 15px;
}

.casthreeheader-col2 {
    width: 50%;
    height: 60px;
    margin-bottom: 10px;
    display: inline-block;
    border-left: 0.1px solid #f1f1f1;
}

.casthreedetailscontentDepart {
    display: inline-block;
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailscontentDepartlogo {
    display: inline-block;
}

.casthreedetailsdateonlydepart {
    display: inline-block;
}

.casthreedetailsbardepart {
    display: inline-block;
}

.casthreedetailstimedepart {
    display: inline-block;
}

.casthreedetailscontentarrive {
    display: inline-block;
    display: inline-block;
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailscontentarrivelogo {
    display: inline-block;
}

.casthreedetailsdateonlyarrive {
    display: inline-block;
}

.casthreedetailsbararrive {
    display: inline-block;
}

.casthreedetailstimearrive {
    display: inline-block;
}

.casthreedetailspaysname {
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
    position: relative;
    left: 50%;
    transform: translate(-50%, -25%);
    display: inline-block;
    align-content: center;
}


casthreedetailspays {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.casthreedetailsstatuslogo {
    overflow: hidden;
    margin: auto auto;
    position: relative;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(img/statusok.png);
    background-size: 25px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-position: center;
}

.casthreedetailsSocietelogo > img {
    overflow: hidden;
    margin: auto auto;
    position: relative;
    top: 20px;
    left: 40%;
    transform: translate(-50%, -25%);
    width: 25%;
    height: 25%;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-position: center;
    background-color: white;
}

}

.casthreedetailsclasslabel {
}

.casthreedetailsclassvalue {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #988989;
    position: relative;
    float: left;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.casthreedetailsPoidslabel {
}

.casthreedetailsPoidsvalue {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #988989;
    position: relative;
    float: left;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.casthreedetailsNumerolabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

casthreedetailsNumerovalue {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-left: 30px;
    font-weight: bold;
}

.casthreedetailscountrydepart {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
    margin-left: 5px;
    margin-top: 10px;
}

.casthreedetailsdatedepart {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    margin-left: 5px;
    color: #8d8d8d;
}

.casthreedetailsdatearrive {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    margin-left: 5px;
    color: #8d8d8d;
}

.casthreedetailsNumerovalue {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    font-weight: bold;
    text-align: left;
    color: #404040;
    margin-left: 28px;
}

.casthreedetailscountryarrive {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
    margin-left: 5px;
    margin-top: 10px;
}

.casthreedetailsSocietelabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailsclasslabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailsPoidslabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailsstatuslabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailspayslabel {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.casthreedetailarrive {
    margin-bottom: 10px;
}

.casthreedetaildepart {
    margin-bottom: 10px;
}

.casthreedet {
    width: 100%;
    height: 270px;
}

.casthreedet {
    overflow-x: hidden;
    overflow-y: scroll;
    cursor: pointer;
    margin-top: -7px;
    -ms-overflow-style: none;
    background-color: white;
}

    .casthreedet::-webkit-scrollbar {
        display: none;
    }

.casthreeheadericovol {
    position: absolute;
    background: url(img/airplane-flight.png) no-repeat left;
    width: 100px;
    height: 100%;
    background-size: 30px;
    padding: 10px;
    margin-bottom: 100px;
    margin-left: 30px;
}

.casthreeheaderLabelnumvol {
    display: inline-block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    margin-left: 80px;
    color: #ffffff;
    margin-top: 10px;
}

.casthreedetclearfooter {
    height: 100px;
}

.addticketinline {
}

.addticketDocNumber {
    display: inline-block;
}

.addticketPaxName {
    display: inline-block;
    margin-left: 70px;
}

.addticketCustomerClientId {
    display: inline-block;
}

.addticketRefundDate {
    display: inline-block;
}

.addticketPnr {
    display: inline-block;
}

.addticketDoi {
    display: inline-block;
    margin-left: 70px;
}

.addticketPaxType {
    display: inline-block;
    margin-left: 70px;
}

.PaxTypeTotalDoc {
    display: inline-block;
}

.addticketinput {
    width: 160px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #c5c1c1;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    padding-left: 10px;
    color: #333333;
}

.addticketlabel {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

#addticketbtnsave {
    width: 180px;
    align-content: center;
    margin-top: 30px;
    height: 45px;
    border-radius: 5px;
    background-color: #f2be04;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

#save-ticket {
    color: white;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

input#Search {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    margin-top: 20px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    background-size: 15px;
    background-position: 95% 50%;
}

.expxlxClient {
    right: 0px;
    position: relative;
}

.moneyformat {
    text-align: right;
    margin-right: 10px;
}

.Rectangle-30 {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    background: url(img/selectarrow.png) no-repeat right;
    background-size: 15px;
    background-position: 98% 50%;
}

.Rectangle-31 {
    width: 100%;
    padding: 10px 20px 10px 20px;
    height: 36px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
}

.rectpayment {
    border-radius: 100px;
    background-color: #e0af00;
}

.rectpay {
    color: white;
}

.rectpayment {
    background-color: #e0af00;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 120px;
    padding-top: 2px;
}

.delete-transaction {
    color: #b20d4c;
}

.recovclient {
    color: #0d8cb2;
    text-decoration: none;
    font-weight: bold;
}

.recovdate {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.recovmontant {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
}

.col-xs-2.typpaiement {
    text-align: center;
}

.col-xs-1.recovmont {
    text-align: center;
}

.col-xs-1.delete {
    right: 50px;
}

.div.view-wrapper.selected > tile-list.col-xs-12.row:nth-of-type(odd) {
    background: #e0e0e0;
}

.cwh {
    background-color: #f2f3f8;
}

.containergrid {
    background-color: white;
    height: 100%;
    margin-left: 10px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}

.recovtitle > div {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.rectpaymentCash {
    background-color: #07d99f;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentBalanceReconciliation {
    background-color: #0d8cb2;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentCheck {
    background-color: #0d8cb2;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentCheckDelivery {
    background-color: #b20d4c;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentDeposit {
    background-color: #ffb643;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentSolde {
    background-color: #c070ff;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentTransfer {
    background-color: #0b9666;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}

.rectpaymentVersement {
    background-color: #e0af00;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}
.rectpaymentReprise {
    background-color: #0094ff;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}
.rectpaymentCheckReturn {
    background-color: #92b20d;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}
.rectpaymentHoldingTax {
    background-color: #b200ff;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 160px;
    padding-top: 2px;
}
.B2B {
    background-color: #b20d4c;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    padding-top: 2px;
}

.B2C {
    background-color: #0b9666;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    padding-top: 2px;
}
.VO {
    background-color: #92b20d;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    padding-top: 2px;
}
.UMRAH {
    background-color: #0d8cb2;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    padding-top: 2px;
}
.EMD {
    background-color: #e80c20;
    border-radius: 100px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    padding-top: 2px;
}
.col-xs-3.observation {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.col-xs-3.clientlab {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
}

.tile-details.col-xs-12 {
    background-color: white;
}

.grid-data.view-context.gridclient {
    margin-left: 10px;
}

.taysir-small-tile.clients {
    margin-top: -20px;
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}

.tile-text.col-xs-2.truncateNameAgence {
    text-align: left;
}

.tile-text.col-xs-1 {
    text-align: left;
}

.garantiecontent {
    border-radius: 100px;
    background-color: #0d8cb2;
    height: 25px;
    width: 120px;
    color: white;
    /* margin-left: 10px; */
    padding-top: 2px;
    text-align: center;
}

span.ellipsis.tile-title-number {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #0d8cb2;
}



.tile-text.col-xs-1.phone {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.col-xs-1.deleteclient {
    background-image: url(img/ico_del.png);
    background-size: 15px;
    background-repeat: no-repeat;
    margin-left: 80px;
    cursor: pointer;
}

a.delete-contact.js-link.text-danger.deleteclient {
    padding-left: 10px;
}

.tile-text.col-xs-1.garantie {
    margin-right: 100px;
}


.view-wrapper .rowclients:nth-child(2n+1) {
    background-color: #f2f3f8;
}

.garantiecontent.Cash {
    background-color: #e0af00;
}

.garantiecontent.Deposite {
    background-color: #0d8cb2;
}

.garantiecontent.Garantie {
    background-color: #0b9666;
}

.col-xs-1.phoneclients {
    margin-left: 22px;
}

.addbalanceclients {
    background-image: url(img/icon_as.png);
    background-size: 15px;
    background-repeat: no-repeat;
    margin-left: 50px;
    cursor: pointer;
}

.refundclients {
    background-image: url(img/icon_Rem.png);
    background-size: 15px;
    background-repeat: no-repeat;
    margin-left: 50px;
    cursor: pointer;
}

a.open-in-dark-modal.refundclients {
    padding-left: 30px;
}

a.open-in-dark-modal.addbalanceclients {
    padding-left: 30px;
}

.col-xs-4.info.text-center > span {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #8d8d8d;
}

.pager-list select after {
    margin-top: 12px;
    margin-top: 12px;
    border: 0;
    border-radius: 100px;
    background-color: #f2f3f8;
    height: 30px;
    width: 50px;
    padding-left: 5px;
}

.clientback {
    background-color: white;
    margin-left: 10px;
}

span.PaymentStatut-396 {
    COLOR: WHITE;
}

select#CustomerName {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    background: url(img/selectarrow.png) no-repeat right;
    background-size: 15px;
    background-position: 98% 50%;
}

input#EndPeriod {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    background-size: 15px;
    background-position: 95% 50%;
}

.CustomerNamefisLabel {
    object-fit: contain;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-bottom: 10px;
}

.EndPeriodfislabel {
    object-fit: contain;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-bottom: 10px;
}

input#print-EtatClient-report {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 40px;
}

.col-xs-3.btnetatclient {
    margin-top: 15px;
}

.expxlxEtatClient {
    margin-top: 30px;
    position: relative;
}

span.flaticon-search {
    object-fit: contain;
    font-family: Roboto;
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
}
/*@media only screen and (max-width : 1200px) {
    .zoom {
        zoom: 75%;
    }
}
 
@media only screen and (max-width : 992px) {
    .zoom {
        zoom: 75%;
    }
}


@media only screen and (max-width : 768px) {

}

body {
    zoom:90%;
}*/

.expxlxrecovclient {
    right: 30px;

        margin-top: -50px;
}

.printrecovclient {
    right: 100px;
    position: relative;
}

.col-xs-12.ty-tabs-info.view-context {
    border: none;
}

#facture-info-form {
    border: none;
}

#facture-tabs {
    border: none;
}

.view-subtitle {
    color: black;
}

.view-wrapper {
    height: 100%;
}

.report {
    height: 90%;
}

.casthreedetailspayslogo > img {
    overflow: hidden;
    margin: auto auto;
    position: relative;
    top: 20px;
    left: 40%;
    transform: translate(-50%, -25%);
    width: 25%;
    height: 25%;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: center;
    background-color: white;
}

.col-xs-1.number-ltr.contentnbbillet {
    font-size: 12px;
}

.col-xs-0-5.iconamountticket {
    font-size: 18px;
}

.col-xs-1-5.AmoutTicket {
    font-size: 12px;
}

.col-xs-1-5.number-ltr.TotalCommission {
    font-size: 12px;
}

.number-ltr.TotalPrixBillet {
    font-size: 12px;
}

.ticket-statistic-labels {
    color: #737373;
    font-size: 12px;
}

.casthreedetailairLinename {
    position: relative;
    text-align: center;
    margin-top: 5px;
}

.datatablesuiviclient {
    box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.07);
}

.detaildatatablesuiviclient .row:nth-child(2n) {
    background-color: #f2f3f8;
}

.detaildatatablesuiviclient .row:nth-child(2n+1) {
    background-color: #fff;
}

.tetedatatablesuiviclient {
    height: 50px;
    width: 100%;
    background-color: #ebebeb;
}

.detaildatatablesuiviclient .row {
    height: 40px;
    width: 100%;
    font-family: Roboto;
}

.suiviclientname {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    margin-top: 5px;
    color: #0d8cb2 !important;
}

.suiviclientguaranteeamount {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.suiviclientsoldemonth {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.suiviclientDebit {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}

.tetedatatablesuiviclient.row {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    padding-top: 14px;
    color: #333333;
}

.iconstopsale {
    background-image: url('img/x.png');
    background-size: 15px;
    background-repeat: no-repeat;
}



.cligar {
    border-radius: 100px;
    background-color: #0d8cb2;
    width: 135px;
    height: 25px;
    /* margin-right: 100px; */
    /* position: absolute; */
    color: white;
    margin-left: 10px;
    /* margin-top: 9px; */
    /* padding-right: 10px; */
    padding-top: 3px;
    text-align: center;
}

.suiviclientgarantie {
    background-color: #0d8cb2;
}

.suiviclientdeposit {
    background-color: #0b9666;
}

.suiviclientcash {
    background-color: #e0af00;
}

.cligar.Garantie {
    background-color: #0d8cb2;
}

.cligar.Cash {
    background-color: #e0af00;
}

.cligar.Deposite {
    background-color: #0b9666;
}

.ticket-status {
    border-radius: 100px;
    background-color: #0d8cb2;
    width: 137px;
    height: 25px;
    /* margin-right: 100px; */
    /* position: absolute; */
    color: whitesmoke;
    font-weight:bold;
    margin: 10px;
    /* margin-top: 9px; */
    /* padding-right: 10px; */
    padding: 5px;
    text-align: center;
}

.ticket-status.TKTT {
        background-color: darkturquoise;
}
    .ticket-status.RFND {
        background-color: crimson;
    }

    .ticket-status.CANX {
        background-color: orange;
    }

    .ticket-status.EMDA {
        background-color:  brown;
    }

    .ticket-status.EMDS {
        background-color: blueviolet;
    }
    .ticket-status.INTROUVABLE {
        background-color: orangered;
    }   
.suiviclientstatgar {
    display: flex;
    height: 100%;
}

element.style {
}

.titletag {
    font-weight: bold;
    /* font-family: Roboto; */
    /* background-image: url(img/x.png); */
    /* background-size: 20px; */
    /* background-repeat: no-repeat; */
    /* background-position-y: center; */
    /* padding-top: 10px; */
    font-size: 12px;
    width: 82%;
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    /* margin-left: -15px; */
}

.detaildatatablesuiviclient {
}


.Custominputwithoutarrow {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
}

.Custominputwithtarrow {
    width: 100%;
    padding-left: 15px;
    height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8899a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Roboto;
    font-size: 16px;
    background: url(img/selectarrow.png) no-repeat right;
    background-size: 15px;
    background-position: 95% 50%;
}

.customButton {
    width: 150px;
    height: 36px;
    border-radius: 5px;
    margin-top: 35px;
    border: none;
    font-family: Roboto;
    font-size: 16px;
    color: white;
    background-color: #f2be04;
}

div#Detail-view {
    overflow-y: hidden;
    overflow-x: hidden;
}

.col-xs-3.suivclientsoldecumule {
    font-size: 18px;
    font-family: Roboto;
    font-weight: bold;
}


.row-1-col-2-infoticketEmd {
    font-family: Roboto;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    color: #666766;
}
input#dateTjq {
    height: 40px;
 
}

.Bsp-ticket-filter {


padding-bottom:20px;


}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c20;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c20;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c20;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

[class*="Tax"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #b20d4c;
}

[class*="Fee"] {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #e0af00;
}
 
