﻿.modal-full{
    max-width:90% !important;
}
.full-width{
    width:100% !important;
}
.banner-perv {
    max-width: 150px !important;
}

.product-perv {
    max-width: 100px !important;
}


.border-1 {
    border: 1px solid !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.hand-cursor {
    cursor: pointer !important;
}

.banner-image {
    max-height: 200px !important;
    display: block;
    margin: auto;
}

.img-slogan {
    width: 100px;
    height: 100px;
    padding: 10px;
}

p.required::after {
    content: '*';
    color: red;
    padding-right: 4px;
}

.red_color {
    color: red;
    padding-right: 3px;
    padding-left: 3px;
}


.title-description {
    padding: 3px;
    margin-right: 10px;
    font-size: 11px;
    border-radius: 2px;
}

    .title-description:before {        
        font-family: 'typicons';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        height: 1em;
        font-size: 1.3em;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        color: #0162e8;
        padding-left:3px;
    }

.title-info:before {
    content: '\e091';
    color: #0c5460;
}

.title-success:before {
    content: '\e11e';
    color: #155724;
}

.title-warning:before {
    content: '\e137';
    color: #856404;
}

.title-danger:before {
    content: '\e03d';
    color: #721c24;
}

.title-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.title-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.title-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.title-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.modal-content {
    background-color: #ecf0fa !important;
}

.modal-header {
    border-bottom-color: #787a7f !important;
}


.check-container{
    position:relative;
}

    .check-container > span {

    }

#permission .tree ul li {
    padding:0.5em 1em !important;
}
#permission .tree ul li:before{
    top:1.2em !important;
}

.spinner-border{
    width:1.3rem !important;
    height:1.3rem !important;
}

.sweet-alert button.confirm {
    color: #fff;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    border-radius: 5px;
    min-width: 100px;
    margin-right: 10px;
}

.sweet-alert button.cancel {
    color: #fff;
    background-color: #ee335e !important;
    border-color: #ee335e !important;
    border-radius: 5px;
    min-width: 100px;
    margin-right: 10px;
}

.sweet-alert button.confirm:before {
    content: '\e11e';
    font-family: 'typicons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1.3em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: white;
    margin-left:3px;
}

.sweet-alert button.cancel:before {
    content: '\e122';
    font-family: 'typicons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1.3em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: white;
    margin-left: 3px;
}

.dataTables_wrapper td a > i, .dataTables_wrapper td button > i {
    font-size: .9rem;
}

div.inputTags-list {
    border: 1px solid #acafb5 !important;
    border-radius: 3px !important;
    padding: 5px !important;
    background-color:#fff !important;
}

.proper_value {
    margin: 0;
    max-width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#edit_row_data input{
    max-width:100px;
}

.img-sel{
    position:relative;
}

    .img-sel .spinner-border {
        position:absolute;
        top:50%;
    }

.side-menu i.fa{
    margin-left:10px; margin-right:0;margin-top:-3px;
    color:#434343;
}

.billed-from h6, .billed-from p{
    text-align:center;
}

.date_table th,.date_table td{
    text-align:center;
    padding:0 !important;
}

    .date_table th > div {
        width: 100%;
        height: 50px;
        padding: 17px 6px;
        cursor: pointer;
        font-size: 13px;
        background-color: #d0d0d0;
    }
    .date_table td > div {
        width: 100%;
        height: 50px;
        padding: 16px 6px;
        cursor: pointer;
        font-size:18px;
    }
    .date_table th > p {
        text-align:center;
        padding:10px;
        font-size:14px;
        margin:0;
        background-color:#eee;
    }

        .date_table td > div.red {
            color: #cc0000;
            background-color: #ff000047;
        }

.btn-icon-sm {
    width: 20px !important;
    height: 20px !important;
}

.btn-icon-sm i{
    font-size:0.6rem !important;
}
.invoice_edit_input_container {
    align-items: center;
    justify-content: center;
}
    .invoice_edit_input_container input[type=number]::-webkit-inner-spin-button,
    .invoice_edit_input_container input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }
.invoice_edit_input_container input{

    width:50px;
    margin-left:10px;
    text-align:center;
}
.invoice_edit_input_container p{
    margin-bottom:0 !important;
    margin-left:5px;
}

.award_description span{
    font-weight:bold !important;;
}