﻿/*#region General */
.cui-topbar-activity-descr {
    white-space: normal !important;
}

.gridFooter {
    font-weight: bold;
    background-color: rgb(67, 74, 84);
    color: white;
}

.select2-selection__clear {
    right: 15px !important;
}

.bootstrap-tagsinput .tag {
    color: #000000 !important;
}

label {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100%
}

.notification-background {
    background-color: #f2f2f2;
}

html, label, table, input, a, button, select {
    font-size: 12px !important
}

.card-body {
    padding: 1.5rem;
}

.form-control {
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
}

.btn-sm {
    padding: 7px !important;
}

.cui-utils-content {
    padding: 10px;
}



.small-font {
    font-size: small;
    text-align: center
}

.ajs-warning {
    background-color: #ff6a00 !important
}


.WaterMark {
    position: fixed;
    top: 20vh;
    left: 42%;
    bottom: 0px;
    width: 500px;
    height: 500px;
    font-weight: bold;
    font-size: 100px;
    z-index: 7000;
    color: rgba(255, 0, 0, 0.50);
}

textarea {
    max-width: 100% !important;
}

.file-caption-info, .file-thumbnail-footer {
    width: 100% !important
}

.input-validation-error {
    border-color: red;
}

@media print {
    html, body {
        display: none;
    }
}

.progress {
    margin-bottom: 2px !important
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.p-xs {
    padding: .25em;
}

.table {
    margin-bottom: 0px;
}

.borderless-input {
    border: 0;
    outline: none;
    outline-offset: 0;
}


/*#endregion */

/*#region Chat Component */
.btn-chat {
    background-color: #665CAC !important;
    color: white;
    font-weight: bold;
}

.userchat:hover {
    font-weight: bold;
    border-radius: 5px;
    border: solid 3px #2a9605;
    cursor: pointer;
}

.selectedUser {
    font-weight: bold;
    border-radius: 5px;
    border: solid 3px #2a9605;
    cursor: pointer;
}


/*#endregion */

/*#region NavBar */


.navbar-fixed-bottom {
    margin-bottom: 50px;
}


/*#endregion */

/*#region form-control */


.form-control-inline {
    width: 100px;
    display: inline;
}

.form-control-inline-md {
    width: 70px;
    display: inline;
}

.form-control-inline-sm {
    width: 50px;
    display: inline;
}

.form-control-inline-xs {
    width: 30px;
    display: inline;
}


/*#endregion */


/*#region Attachments */


.btn-kv {
    background: #8a8b8d !important
}

/*#endregion */

/*#region Alertify */
.alertify-notifier {
    color: white;
}
/*#endregion */

/*#region AutoComplete Form Control */
.ui-autocomplete {
    max-height: 200px;
    max-width: 800px;
    overflow-y: auto;
    /* prevent horizontal scrollbar 
            overflow-x: hidden;*/
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/*#endregion */

/*#region selectable jquery ui */


.ui-selecting {
    background-color: #FECA40;
}

.ui-selected {
    background-color: #F39814;
}

/*#endregion */

/*#region Loading Icon */

.gif-loading {
    z-index: 6000;
    position: fixed;
    width: 150px;
    margin: 30vh auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
}

#loading-bar-spinner-ajax, #loading-bar-spinner-page {
    display: block;
    width: 150px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 6000;
}

#disabling-background-ajax, #disabling-background-page {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}

/*#endregion */

/*#region Slider Form Control */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}


    .switch input {
        display: none;
    }


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8A8B8D;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #37BC9B;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*#endregion */

/*#region Tables */
tbody tr.selected td {
    background-color: #37BC9B !important;
    color: black;
}

div.total label {
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: rgb(55, 188, 155);
    color: #fff;
}

div.total input {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #656D78;
}

div.total input:disabled {
    text-align: center;
    border: 1px solid #8aefd6;
    padding: 10px;
}

/*#endregion */


/*#region Bootstrap Modal */

.modal-content {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0,0.3)
}

/*#endregion */


/*#region Overriding CleanUI */


.cui-config-borderless .card-header {
    padding-top: 0 !important;
}

.note-toolbar {
    z-index: 100;
}

.cui-menu-left {
    z-index: 2000
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 0.50rem;
    padding-right: 0.50rem;
}
/*#endregion */
