@import url(/manager/css/poppins.css);

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #555 transparent transparent transparent!important;
    border-width: 5px 3px 1px 3px!important;
    margin-left: -1px!important;
    margin-top: -2px!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #555 transparent!important;
    border-width: 0 3px 5px 3px!important;
}
.btn-info{
    background-color:#337ab7
}
.select2-container{
    width:100%!important;
}
.select2-selection--single{
    height:34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:32px!important;
}
.select2-selection__rendered{
    padding:4px 12px 0 16px!important;
    color:#555!important;
}
label.required:after{
    content: ' *';
    color: red;
}

.manager-title {
    position: absolute;
    right: -20px;
    top: 25px;
    color: #ffffff;
    -webkit-transform: rotate(-90deg); /* Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    -ms-transform: rotate(-90deg); /* IE */
    -o-transform: rotate(-90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
}

.manager-title > span {
    float: right;
    -webkit-transform: rotate(90deg); /* Safari */
    -moz-transform: rotate(90deg); /* Firefox */
    -ms-transform: rotate(90deg); /* IE */
    -o-transform: rotate(90deg); /* Opera */
    font-size: 15px;
    padding: 2px;
}

.topbar-left > .logo > span {
    position: relative;
    top:2px;
    left:-20px;
}
.logo > span > img {
    -webkit-animation: anim 10s infinite linear;
    animation: anim 10s infinite linear;
}

@-webkit-keyframes anim {
    0% { -webkit-transform: rotateY(0deg); }
    10% { -webkit-transform: rotateY(0deg); }
    90% { -webkit-transform: rotateY(360deg); }
    100% { -webkit-transform: rotateY(360deg); }
}

@keyframes anim {
    0% { -webkit-transform: rotateY(0deg); }
    10% { -webkit-transform: rotateY(0deg); }
    90% { -webkit-transform: rotateY(360deg); }
    100% { -webkit-transform: rotateY(360deg); }
}
.card-header {
    transition: background-color 0.5s ease;
    cursor:pointer;
}
.card-header:hover {
    background-color: #d2f4ff;
}
.card-body{
    overflow: auto;
}

body {
    background-repeat: repeat;
    background: #f5f5f5;
    font-family: Poppins, sans-serif;
    color: #5b626b;
    font-size: 13px
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%
}

h3, h4 {
    margin: 10px 0
}

p {
    line-height: 1.7
}

a {
    color: #707070
}

a:hover {
    outline: 0;
    text-decoration: none
}

a:active {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

td.inactive {
    background-color: #ff8888;
}

td.active {
    background-color: #88ff88;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 16px 10px 4px 10px !important;
}

.four-up {
    margin-top: -4px;
}

.footer {
    bottom: 0;
    text-align: center;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    left: 240px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05)
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3eb7ba
}

.dropdown-menu {
    padding: 4px 0;
    font-size: 13px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .08);
    background-color: #fff;
    border-color: transparent;
    margin: 0
}

.dropdown-item {
    background-color: #fff;
    padding: .55rem 1.5rem
}

.dropdown-item:active, .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #2a3142
}

.dropdown-item:active {
    background-color: #f8f9fa;
    color: #2a3142
}

.text-danger {
    color: #ec536c !important
}

.text-muted {
    color: #707070 !important
}

.text-primary {
    color: #3eb7ba !important
}

.m-0 {
    margin: 0
}

.m-r-5 {
    margin-right: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.w-md {
    min-width: 110px
}

.font-18 {
    font-size: 18px
}

.header-title {
    font-size: 16px
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.metismenu {
    padding: 0
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.topbar .topbar-left {
    background: #2B3A4A;
    float: left;
    text-align: center;
    height: 125px;
    position: relative;
    width: 240px;
    z-index: 1
}

.topbar .topbar-left .logo {
    line-height: 70px
}

.topbar .topbar-left .logo i {
    display: none
}

.navbar-custom {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 10px 0 0;
    -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .15);
    margin-left: 240px;
    min-height: 70px
}

.navbar-custom .nav-link {
    padding: 0 4px
}

.navbar-custom .navbar-right .dropdown-toggle:after {
    content: initial
}

.logo {
    color: #2a3142 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.side-menu {
    width: 240px;
    z-index: 10;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    top: 123px
}

.content-page {
    margin-left: 240px;
    overflow: hidden
}

.content-page .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px;
    margin-bottom: 60px
}

.button-menu-mobile {
    border: none;
    color: #525f80;
    display: inline-block;
    height: 70px;
    width: 60px;
    background-color: #fff;
    font-size: 24px
}

.footer {
    border-top: 1px solid rgba(112, 112, 112, .2);
    bottom: 0;
    text-align: center !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 240px;
    color: #707070
}

.notification-list .nav-link {
    padding: 0 15px;
    line-height: 70px
}

.profile-dropdown {
    width: 170px
}

.profile-dropdown i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 5px;
    color: #adb5bd
}

.nav-user img {
    height: 36px;
    width: 36px
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none
}

.nav-user img {
    margin-top: -3px
}

.page-title-box {
    padding: 20px 0
}

.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 30px
}

.btn {
    border-radius: 3px;
    font-size: 13px
}

button:focus {
    outline: 0
}

.btn-primary {
    color: #fff
}

.btn-primary {
    background-color: #3eb7ba;
    border: 1px solid #3eb7ba
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #38a4a7;
    border: 1px solid #38a4a7
}

.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(62, 183, 186, .3);
    box-shadow: 0 0 0 2px rgba(62, 183, 186, .3)
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(42, 49, 66, .3);
    box-shadow: 0 0 0 2px rgba(42, 49, 66, .3)
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    background-color: #43d673;
    border: 1px solid #43d673
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(88, 219, 131, .3);
    box-shadow: 0 0 0 2px rgba(88, 219, 131, .3)
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    background-color: #6a5db6;
    border: 1px solid #6a5db6
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(122, 111, 190, .3);
    box-shadow: 0 0 0 2px rgba(122, 111, 190, .3)
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    background-color: #f4a90d;
    border: 1px solid #f4a90d;
    color: #fff
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(245, 178, 37, .3);
    box-shadow: 0 0 0 2px rgba(245, 178, 37, .3)
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    background-color: #e93c58;
    border: 1px solid #e93c58
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(236, 83, 108, .3);
    box-shadow: 0 0 0 2px rgba(236, 83, 108, .3)
}

.card {
    border: none;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
    margin-bottom: 30px
}

.alert {
    position: relative;
    border: 0
}

.alert-info {
    color: #7a6fbe;
    background-color: #eceaf6
}

label {
    font-weight: 500
}

.form-control {
    font-size: 13px
}

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

.form-control-sm {
    font-size: .875rem
}

input[switch] {
    display: none
}

input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #dee2e6;
    background-image: none;
    border-radius: 2rem;
    padding: .16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch] + label:before {
    color: #2a3142;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch] + label:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #e9ecef;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]:checked + label {
    background-color: #3eb7ba
}

input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px
}

input[switch]:checked + label:after {
    left: 33px;
    background-color: #e9ecef
}

input[switch=bool] + label {
    background-color: #ec536c
}

input[switch=bool] + label:before, input[switch=bool]:checked + label:before, input[switch=default]:checked + label:before {
    color: #fff
}

input[switch=bool]:checked + label {
    background-color: #58db83
}

input[switch=default]:checked + label {
    background-color: #a2a2a2
}

input[switch=primary]:checked + label {
    background-color: #3eb7ba
}

input[switch=success]:checked + label {
    background-color: #58db83
}

input[switch=info]:checked + label {
    background-color: #7a6fbe
}

input[switch=warning]:checked + label {
    background-color: #f5b225
}

input[switch=danger]:checked + label {
    background-color: #ec536c
}

input[switch=dark]:checked + label {
    background-color: #2a3142
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 6px
}

.terminliste {
    list-style-image: url(/favicon.ico) !important;
}

@media print {
    .footer, .left, .page-title-box, .topbar {
        display: none
    }

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

    .content-page {
        margin-left: 0;
        margin-top: 0
    }

    .container-fluid {
        width: 100%
    }
}

.wrapper-page {
    margin: 5.5% auto;
    max-width: 460px;
    position: relative
}

.wrapper-page .logo-admin {
    font-size: 28px;
    line-height: 70px
}

@media ( min-width: 900px ) and ( max-width: 991px ) {
    body {
        overflow-x: hidden
    }
}

@media (max-width: 900px) {
    body {
        overflow-x: hidden
    }

    .topbar-left {
        width: 70px !important
    }

    .topbar-left span {
        display: none !important
    }

    .topbar-left i {
        display: block !important;
        line-height: 70px !important
    }

    .navbar-custom {
        margin-left: 70px !important
    }

    .topbar .topbar-left {
        height: 70px
    }

    table.dataTable.nowrap td {
        white-space: initial !important;
    }

    .side-menu {
        width: 70px;
        top: 70px;
    }

    .side-menu .metismenu > li > a span {
        display: none;
    }

    .content-page {
        margin-left: 70px
    }

    .content-page .content {
        padding: 0
    }

    .footer {
        left: 0 !important
    }
}

@media (max-width: 480px) {
    .side-menu {
        z-index: 10 !important
    }

    .button-menu-mobile {
        display: block
    }

    .navbar-custom {
        margin-left: 0 !important
    }
}

@media (max-width: 419px) {
    .topbar-left {
        width: 70px !important
    }

    .content-page {
        margin-left: 70px
    }

    .topbar-left {
        display: none
    }
}

.slimscroll-menu {
    height: auto !important;
}

.section {
    display: none;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .section {
        padding: 4rem;
    }
}

.grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: row dense;
}

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #0c9a9a;
    color: #fff;
    grid-column-start: auto;
    grid-row-start: auto;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: -2px 2px 10px 0 rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: item-counter;
}

.item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
}

.item:before {
    content: "\F208";
    position: relative;
    color: #fff;
    font: normal normal normal 24px/1 "Material Design Icons";
    /* width: 100%; */
    height: 100%;
    /* background-color: black; */
    /* opacity: 0.3; */
    transition: opacity 0.3s ease-in-out;
    margin: 10% auto;
    font-size: 100px;
    display: none;
}

.item:hover:before {
    display: block;
}

.item:hover {
    transform: scale(1.05);
}

.item:hover:after {
    opacity: 0;
}

.item--medium {
    grid-row-end: span 2;
}

.item__details {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: #fff;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #828282;
}

.item__details {
    font-size: 18px;
}

.item__details p {
    padding: 10px 0 0 22px;
    font-size: 12px;
}

.item__details:before {
    content: counter(item-counter);
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 0.5em;
    color: #444;
}

.gg-element .delete-img {
    border-radius: 50%;
    background: red;
    color: #fff;
    border: none;
    font-size: 25px;
    padding: 0 12px;
    position: absolute;
    display: block;
    /* right: 62%; */
    /* left: 55%; */
    margin-left: 10px;
    margin-top: 12px;
    /* margin-left: 211px; */
    /* margin-top: 10px; */
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.gg-element:hover .delete-img {
    opacity: 1;
}

.gg-element .edit-img {
    border-radius: 50%;
    background: green;
    color: #fff;
    border: none;
    font-size: 22px;
    padding: 0 10px;
    position: absolute;
    display: block;
    /* right: 62%; */
    /* left: 55%; */
    margin-left: 55px;
    margin-top: 12px;
    /* margin-left: 211px; */
    /* margin-top: 10px; */
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.gg-element:hover .edit-img {
    opacity: 1;
}

.gg-element .as-title-img {
    border-radius: 50%;
    background: #5783e6;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 4px 12px;
    position: absolute;
    display: block;
    margin-left: 105px;
    margin-top: 12px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.gg-element:hover .as-title-img {
    opacity: 1;
}

.gg-box .title {
    background: rgba(0, 0, 0, .5);
    position: relative;
    top: -20px;
    color: #ffffff;
    text-align: center;
    font-size: 11pt;
}

.gg-element .img-rotate-left {
    border-radius: 50%;
    background: #5783e6;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 4px 12px;
    position: absolute;
    display: block;
    margin-left: 10px;
    margin-top: 55px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.gg-element:hover .img-rotate-left {
    opacity: 1;
}

.gg-element .img-rotate-right {
    border-radius: 50%;
    background: #5783e6;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 4px 12px;
    position: absolute;
    display: block;
    margin-left: 55px;
    margin-top: 55px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.gg-element:hover .img-rotate-right {
    opacity: 1;
}
