
#frmEnquiry {
    border-top: #F0F0F0 2px solid;
    background: #FAF8F8;
    padding: 15px 30px;
}

#frmEnquiry > div {
    margin-bottom: 20px;
}

#frmEnquiry div label {

}

.demoInputBox {
    padding: 10px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
}

.demoInputBox:focus {
    outline: none;
}

.error-bg{
    background-color: #dc3545;
    border: #eee 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 0px 0px 1px #ccc;

}

.success {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}

.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

.btnAction {
    background-color: #263327;
    border: 0;
    padding: 10px 40px;
    color: #FFF;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.btnAction:focus {
    outline: none;
}

.invalid {
    background: #fbf2f2;
    border: #e8e0e0 1px solid;
}

































.authorWindow{
    width: 560px;
    background: #EEEEEE;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper{
    display:none;
    left: 110px;
    bottom: 0;
    padding-left: 30px;
    position: absolute;
}


.trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 500ms ease;
}



table {
    border-spacing: 0;
    /* border-collapse: collapse; */
}

.responsive-table {
    width: 100%;
    margin-bottom: 2em;
}
@media (min-width: 48em) {
    .responsive-table {
        font-size: .9em;
    }
}
@media (min-width: 68em) {
    .responsive-table {
        font-size: 1em;
        width: 850px;
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .table_small{
        width: 400px;
    }

}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (min-width: 48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}
.responsive-table tbody>tr{
    transition: all 0.5s linear;

}
.responsive-table tbody>tr:hover{
    cursor: pointer;
}

.responsive-table thead th {
    background-color: #ffffff;
    border: 2px solid #dddede;
    border-bottom: solid 0px #ddde;
    text-align: center;
    font-size: 13px;
    color: #9da6c4;
    text-transform: uppercase;
}
.responsive-table thead th:first-of-type {
    /* text-align: left; */
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    /* text-align: center; */
    white-space: normal;

}
@media (min-width: 48em) {
    .responsive-table tr {
        display: table-row;
    }
}
.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
    font-size: 15px;
}
@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
        background-color: #EEEEEE;
    }
}

@media (max-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        background-color: #EEEEEE;
    }

    .responsive-table td{
        /* border-bottom: 1px solid #000000;
         border-right: 1px solid black;*/
    }

    .responsive-table tbody td {
        /* border: 1px solid #000000;*/
    }

}



@media (min-width: 48em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}
@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}
@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 48em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}
@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}
@media (min-width: 48em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}
.responsive-table tbody tr {
    margin-bottom: 3em;
   border-bottom: 1px solid #fff;
    box-shadow: 0px -3px 1px #fff;

}
@media (min-width: 48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}
.responsive-table tbody th[scope="row"] {
    /* background-color: #1d96b2; */
    color: white;
    /* border: 1px solid #000000;
     font-weight: bold;*/
    /* background: white; */
}
@media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
        background-color: rgba(255, 255, 255, 1);
        color: #000000;
        text-align: center;
    }
}
/*bg*/
.responsive-table tbody td {
    text-align: right;
    background: rgba(255, 255, 255,1);
    color: #777777;
    font-size: 15px;
    background-color: #f8f9fa!important;
}

thead>tr>th:first-child{
    text-align: left!important;
}
thead>tr>th:last-child{
    text-align: right!important;
}
tr>td:first-child{
    text-align: left!important;
}
tr>td:last-child{
    text-align: right!important;
}
@media (min-width: 30em) {
    .responsive-table tbody td {

    }
}
@media (min-width: 48em) {
    .responsive-table tbody td {
        text-align: center;
        /*border-bottom: 1px solid #000000;
        border-right: 1px solid black;*/

    }
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;

    }
}
@media (min-width: 48em) {
    .responsive-table tbody td[data-title]:before {
        content: none;

    }
}

@media screen and (max-width: 600px){
    .main-block {
        width: 100%;

    }
    .responsive-table tbody td {
        border-bottom: 1px solid #dddede;

    }


    .responsive-table tbody{
        font-family: 'Open Sans';
        font-size: 16px;
    }
}



nav.simple-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.simple-pagination li a, nav.simple-pagination li div {
    display: block;
    text-decoration: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #555;
}
nav.simple-pagination li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 8px;
}
nav.simple-pagination li.active {
    background: var(--app-color);
    color: var(--app-sombre);
}
nav.simple-pagination li.active a {
    color: #ffffff;
}
nav.simple-pagination li.dots {
    background: #eee;
    border: 1px solid #eee;
}

.wrapper-data {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: auto;
}

.search-ctn{
    max-height: 40px;
    position: relative;
    background-color: yellow;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0!important;
    overflow: hidden;
}
.inp-search{
    width: 100%;
    height: 39px;
    border: 0px;
    outline: none;
    border-bottom:1px solid #ccc;
    padding-left: 8px;
    padding-right: 30px;
    transition: all 0.4s ease-in;
}
.inp-search:focus{
    border-bottom:1px solid var(--app-color) !important;
}
.inp-search:focus + .incon-search{
    color: var(--app-color) !important;
}
.incon-search{
    position: absolute;
    right: 10px;top: 10px;
    transition: color 0.5s cubic-bezier(1,3,4,5);
}

tbody>tr{
    transition: all 0.5s ease-in;
    cursor: pointer;
}

tbody>tr:hover{
    background-color: #f4f6f9;
    /*//border-left: 4px solid var(--app-color);*/
}
#datas tbody>tr:nth-child(even){
    background-color: #f2f2f2!important;
}
.tab-cntain{
    margin-left: 3%;
    margin-right: 3%;
}
.wrapper-data table {
    width: 100%;
    border: 0 none;

}
.wrapper-data table tr th {
    background: #ffffff;
    color: #777777;
    border-bottom: 4px solid #EEEEEE!important;
    position: sticky;
    top: 0;
    font-weight: normal;
}


.wrapper-data table tr th:first-child {
   /* background: var(--app-color);*/
    text-align: center;
    /*color: #ffffff;*/

}
.wrapper-data table tr td:nth-child(1) {

    color: #fff;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #EEEEEE!important;
}
.wrapper-data table, .wrapper-data th, .wrapper-data td {
    border-bottom: 1px solid #EEEEEE;
    border-collapse: collapse;
    color: #777777;
}


.dataTables_contain {
    position: relative;
    overflow-y: hidden;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
    width: 100%;
    margin-top: 1%;
    min-height: 700px;
}



.f-input{
    padding: 8px;
    background: var(--app-color);
    color: #fff;
    width: 60%;
    vertical-align: center;
}
.img-presenter{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.img-presenter>div{
    display: inline-block;
}
.preview-img{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
.preview-img>img{
    width: 100%;
}
.input-file{
    width: 100%;
}



