﻿.hidden {
    display: none;
}

.gridview_header_css {
    color: #fff;
    background-image: linear-gradient(#268fff, #007bff);
}


.gridview_footer_css {
     color: #fff;
     background-image: linear-gradient(#268fff, #007bff);
}

.navbar_css {
    color: #fff;
    background-image: linear-gradient(#268fff, #007bff);
}

.btn {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 15px;
    border-radius: .50rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(#268fff, #007bff);
    border-color: #007bff;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-image: linear-gradient(#267fde, #0069d9);
    border-color: #0062cc;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(#268fff, #007bff);
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow_border {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #7051a2;
}

.table td, .table th {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #d2d6de;
    display: inline-block;
    padding: 1px 4px;
    font-size: 14px;
    height: 28px;
}

    .form-control:focus {
        border-color: #3c8dbc;
        box-shadow: none;
    }

    .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


.direct-chat-text {
    border-radius: 12px;
    position: relative;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #2385b3;
    margin: 25px 0 0 95px;
    color: #000;
}

.direct-chat-text {
    border-radius: 12px;
    position: relative;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #2385b3;
    margin: 25px 0 0 95px;
    color: #000;
}

.right .direct-chat-text {
    margin-left: 0;
    margin-right: 90px;
}


.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
     /*top: 6%;*/
    border-right-color: transparent;
    border-left-color: #1485ff;
}

.direct-chat-text::after, .direct-chat-text::before {
    border: solid transparent;
    border-right-color: #1485ff;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    /*top: 6%;*/
    width: 0;
}


.direct-chat-text::before {
    border-width: 10px;
    margin-top: -6px;
}


.direct-chat-primary .right>.direct-chat-text {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}


.form-group {
    margin-bottom: 0.5rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eae4f5;
    opacity: 1;
    cursor: not-allowed;
}

body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
     margin-left: 0px; 
}


