﻿.logo-text {
    color: white;
    font-size: 3rem !important;
}






 .form-group-error small, .form-group-error label {
     color: #fa424a !important;
 }


 .az-feedback {
     display: none;
     color: #fa424a !important;
 }

 .az-feedback-invalid {
     display: block;
 }

 .az-feedback-valid {
     display: none;
 }


 .table-full-row tbody td {
     border-left: none!important;
 }

 .small-icon-img {
     width: 25px;
 }


 .checkbox-toggle-margined {
     top: 10px;
 }

 .row .form-control-label {
     top: 10px;
 }

 .az-modal .modal-body{
     min-height: 250px;
 } 

.modal-full  {
    width:100%;
}
.modal-full .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    margin: .5rem;
}

.modal-mid {
    width: 100%;
}

    .modal-mid .modal-dialog {
        max-width: 900% !important;
    }



 .display-none {
     display: none;
 }

 .autosize-textarea {
     overflow: hidden; 
     word-wrap: break-word; 
     height: 110px;
 }


.progress-row {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 0px;
    z-index: -1;
    background: #8F8;
    transition: left 1s;
}


/* Global margins*/
/* right*/
.margin-right-5 {
    margin-right:5px;
}
/* left*/
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}

/* up*/

/* down*/ 
/*---------------*/
/* Global padding*/
.padding-5 {
    padding: 5px;
}
/* right*/

/* left*/
.padding-left-5 {
    margin-left: 5px;
}

.padding-left-10 {
    margin-left: 10px;
}

/* up*/

/* down*/
/*---------------*/
.money-td, .money-th {
    text-align: right;
}


.site-header .site-logo img {
    height: 62px;
    top: -12px;
}
.site-header .site-logo span {
    font-size: 1.5rem;
    font-weight: 900;
    padding-left: 15px;
    padding-right: 15px;
}


.marketplace-icon-small
{
    width:24px; 
}


.az-inner-table > thead > tr > th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.5;
    color: #6c7a86;
}







.change-culture {
    cursor: pointer;
}


 


    .az-mp-table .nav-link {
        border-bottom: solid 1px #d8e2e7!important;
        position: relative;
        top: 0px !important;
    }


    .az-mp-table .nav-link.active {
        border-bottom: solid 1px #ffffff !important; 
    }

.az-tabs .tab-pane .box-typical:first-child {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    padding-top: 15px;
}

.az-tabs .tab-pane .box-typical {
    margin: 0 0 15px;
}





.dataTables_length {
    padding: 5px;
}
    .dataTables_length select {
        padding: 5px;
        margin: 5px; 
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }


.az-user-row {
    background-color: #f3f3f3;
}

    .az-user-row > td {
        background-color: #f1f1f1;
        padding: 0.01em 16px;
        margin: 20px 0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }


.modal-wide {
    width: 70%;
    left: 25%;
}

    .modal-wide .modal-dialog {
        max-width: 70% !important;
        width: 70% !important;
        margin: .5rem;
    }



.login-logo {
    width: 200px;
    padding: 15px;
    margin: 0 auto 10px;
}

.login-logo  img{
    display: block;
    width: 100%; 
}


.vertical-Aligned-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical-Aligned-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}