﻿@media screen and (max-width: 992px) {
    body {
        padding-top: 10px;
    }
}

#divurundocs .dosyaadi {
    font-size: 9pt;
}

#divurundocs a {
    color: black;
}

.card-title i {
    font-size: 20pt;
}

#userlistcard, #loadingbox1, #loadingbox2, #loadingbox3, #loadingbox4 {
    position: relative;
}

.modal-loading {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/images/loading.gif') 50% 50% no-repeat;
}

.error-icon {
    text-align: center;
}

    .error-icon i {
        font-size: 4rem;
        text-align: center;
    }
/* When the body has the loading class, we turn
           the scrollbar off with overflow:hidden */
#userlistcard.loading .modal-loading,
#loadingbox1.loading .modal-loading,
#loadingbox2.loading .modal-loading,
#loadingbox3.loading .modal-loading,
#loadingbox4.loading .modal-loading {
    overflow: hidden;
    display: block;
}

/* Anytime the body has the loading class, our
           modal element will be visible */
#userlistcard.loading .modal-loading {
    display: block;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 600px !important;
    opacity: 1;
}

.btn .ion-settings {
    font-size: 14pt;
}

.CustomerProcesses a {
    margin-right: 8px;
    cursor: pointer;
}

span.form-label {
    display: inline;
}

.float-right {
    display: block;
    float: right !important;
}

.text-right {
    text-align: right !important;
}

.time-right {
    float: right;
    color: #aaa;
}

.time-left {
    float: left;
    color: #999;
}


.iconList {
    font-size: 14pt;
    margin-right: 3px !important;
    width: 26px !important;
    padding: 0 !important;
    height: 26px !important;
    line-height: normal !important;
}

.iconList-mb-6 {
    display: inline-block;
    font-size: 14pt;
    margin-right: 8px;
    margin-bottom: 12px;
}

.divH4 {
    height: 4px;
}

.divH20 {
    height: 20px;
}

.divH30 {
    height: 30px;
}


.swal2-container {
    z-index: 9999999 !important;
}

.swal2-html-container {
    text-align: center;
    padding: 5px;
}

    .swal2-html-container ul {
        list-style-type: disc;
        padding: 16px;
    }

.i-20pt {
    font-size: 20pt !important;
}
.i-30pt {
    font-size: 30pt !important;
}

#mobilTopMenu {
    position: fixed;
    top: 0px;
    left: 0px; height:50px;
    z-index:99;
    width:100%; background-color:#ff6a00;
}
    #mobilTopMenu img {
        height: 60px !important;
        width: auto !important;
        margin: 2px 0 2px 10px;
    }
#signInTopRight{
    padding-top:5px;
}
