/*-----------------------------------------------------------------*/


/*--------------------------- General -----------------------------*/


/*-----------------------------------------------------------------*/

:root {
    --main-color: #3d85c6;
    --second-color: #434343;
    --third-color: #f2f2f2;
    --number-one-color1: #3d85c6;
    --number-one-color2: #18548a;
    --number-two-color1: #C4A381;
    --number-two-color2: #644536;
    --number-three-color1: #b97a7a;
    --number-three-color2: #c64949;
    --transparent-blue: rgba(28, 55, 79, .8);
    --menu-items-color: black;
    --white-background: rgba(255, 255, 255, .7);
    --background-userDashboard-buttons-color: #1d4e79;
    --background-dahsboard-color: rgba(61, 133, 198, .9);
    --icon-menu-color: #f2f2f2;
}

body {
    background: #777777;
    font-family: Roboto;
    height: 100vh;
    padding: 10px;
}

#background-app {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: lightblue;
}

#main-window {
    position: relative;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.5s linear;
    max-height: 100vh;
}

#foto_user {
    display: none;
}


/* Sm */

@media (min-width: 576px) {
    #background-app {
        background: url(../../images/app/login-img.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(6px);
    }
    #foto_user {
        display: inline-flex;
    }
}


/*-----------------------------------------------------------------*/


/*---------------------------- Menu -------------------------------*/


/*-----------------------------------------------------------------*/

#menu {
    position: relative;
}

#menu img {
    display: inline-block;
    position: relative;
    z-index: 9999;
}

#menu i {
    display: inline-block;
    position: relative;
    z-index: 9999;
}

#menu>div>div:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

#menu>div>div>a {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#menu>div>div>a>svg {
    fill: #f2f2f2;
    height: 25px;
}

#menu>div>div>a:nth-child(3) {
    left: 60px;
}

#menu>div>div>a:nth-child(2) {
    left: 30px;
}

#menu li {
    padding: 5px 10px;
}

#menu li svg {
    width: 30px;
    height: auto;
}

#menu .btn-primary {
    background-color: gray;
    border-color: gray;
}

.hamburguer-bt {
    cursor: pointer;
    width: 40px;
    transition: all .2s ease-out;
    z-index: 9999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 4px;
    background: black;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.hamburguer-bt.on .hamburguer-bt__stripe__top {
    transform: rotate(45deg) translate(10px, 10px);
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle {
    opacity: 0;
}

.hamburguer-bt__stripe__middle {
    margin: 10px auto;
}

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
    transform: rotate(-45deg) translate(10px, -10px);
}

#arrow-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 40px) !important;
}

.menu-text {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.menu-text-mv {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

@media (min-width:350px) {
    #menu>div>div>a>svg {
        height: 35px;
    }
    #menu>div>div>a:nth-child(3) {
        left: 90px;
    }
    #menu>div>div>a:nth-child(2) {
        left: 45px;
    }
}

@media (min-width: 992px) {
    #menu {
        margin: 15px;
    }
    #menu>div>div:nth-child(2) {
        width: 200px;
    }
    .menu-text {
        font-size: 2rem;
    }
}


/*-----------------------------------------------------------------*/


/*---------------------------- Form -------------------------------*/


/*-----------------------------------------------------------------*/

textarea {
    resize: none;
}

.form-label {
    font-size: 12px;
    color: #434343;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    background-color: #f2f2f2;
    border-radius: 0;
    border-color: #434343;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #3d85c6;
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: #999
}

.btn-start-order {
    background: 0 0 #f2f2f2;
    border: 1px solid #434343;
    border-radius: 3px;
    color: #434343;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}

.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
    border-color: #3d85c6;
    color: #3d85c6;
}


/*-----------------------------------------------------------------*/


/*-------------------------- Butons -------------------------------*/


/*-----------------------------------------------------------------*/

.button-two {
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    color: white;
}

.button-two {
    border-radius: 4px;
    background-color: #C4A381;
    border: none;
    transition: all 0.5s;
}

.button-two:hover {
    background-color: #3d85c6;
}

.button-two span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}


/*Button Three*/

.button-three {
    position: relative;
    background-color: #3d85c6;
    border: none;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 2rem;
    width: 100%;
    color: #f2f2f2;
    text-align: center;
    font-weight: light;
    letter-spacing: 3px;
    font-weight: 800;
}

.button-three:hover {
    background: #f2f2f2 !important;
    box-shadow: 0px 2px 10px 5px #434343 !important;
    color: #434343 !important;
}

.button-three:active:after {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: 0s !important;
}


/*------------------------ Button disabled --------------------------*/

.disabled-button {
    pointer-events: none;
    opacity: 0.2;
}


/*-----------------------------------------------------------------*/


/*------------------------- DataTables ----------------------------*/


/*-----------------------------------------------------------------*/

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #434343 !important;
    text-shadow: rgba(0, 0, 0, .1);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #3d85c6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #f2f2f2 !important;
    background: #3d85c6 !important;
    border: 1px solid #434343;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #434343 !important;
    text-shadow: rgba(0, 0, 0, .1);
}

.dataTables_scroll {
    background-color: #343a40;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #f2f2f2 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}


/* width */

::-webkit-scrollbar {
    width: 10px !important;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888 !important;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #3d85c6 !important;
}

.table .thead-dark th {
    background-color: #3d85c6;
    border: none;
}

.dataTables_scroll {
    background-color: #3d85c6;
}

.table tbody {
    color: #646464;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner>table {
    width: 100% !important;
}

#logo_tcatik svg {
    width: 50px;
}

.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
}


/*****SPINNER********/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 93px;
    height: 93px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #cef;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

#div_spinner {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 9999;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding-left: 20px !important;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding-left: 20px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}
