body {
    cursor: default;
    color: #333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.ltr {
    direction: ltr !important;
    font-family: Tahoma;
}

.english {
    font-family: Tahoma !important;
}

.bold {
    font-weight: 600;
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.w3g_cursor {
    cursor: pointer;
}

/* SIDE-NAV ************************ */

.side-nav li {
    line-height: 44px;
}

.side-nav a {
    font-size: 0.8rem;
    height: 44px;
    line-height: 44px;
}

.side-nav.fixed a {
    color: #555;
}

.side-nav a.active {
    /*color: #546e7a;*/
    color: #444;
}

.side-nav a i {
    line-height: 44px;
    font-size: 24px;
    width: 1rem;
}

.side-nav a i.right {
    margin-right: 0;
}

ul.side-nav.fixed li:hover, ul.side-nav.fixed li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

/* TOAST ************************ */

@media only screen and (min-width: 993px) {
    #toast-container {
        right: 1.5rem;
        left: auto;
        top: 65px;
    }
}

.toast {
    font-weight: normal;
    font-size: 0.8rem;
}

.w3g_toast_success {
    background-color: #26a69a;
    color: #fff;
}

.w3g_toast_error {
    background-color: #e53935;
    color: #fff;
}

/* COMPONENT ************************ */

.w3g_component_wrapper {
    position: relative;
}

.w3g_component_head {
    position: relative;
}

.w3g_component_head_with_icon {

}

.w3g_rtl .w3g_component_head_with_icon {
    padding: 13px 48px 12px 10px;
}

.w3g_ltr .w3g_component_head_with_icon {
    padding: 14px 10px 11px 48px;
}

.w3g_component_head h3 {
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.2);
}

.w3g_component_icon {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 100%;
    line-height: 44px;
}

.w3g_rtl .w3g_component_icon {
    border-radius: 0 4px 0 0;
}

.w3g_component_icon .fa {
    font-size: 20px;
}

/* PANEL ************************ */

.panel-blue > .panel-heading {
    color: #fff;
    background-color: #2E76AB;
    border-color: #215982;
}

.panel-green > .panel-heading {
    color: #fff;
    background-color: #328b9a;
    border-color: #2c7c8a;
}

.panel-white > .panel-heading {
    border-color: #ddd;
}

.w3g_rtl .panel-title {
    font-family: Parastoo;
    font-size: 15px;
}

.panel-blue > .panel-heading .panel-title .fa,
.panel-green > .panel-heading .panel-title .fa,
.panel-primary > .panel-heading .panel-title .fa {
}

.table td hr {
    margin: 8px auto;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.w3g_rtl .btn .fa {
    position: relative;
    top: 2px;
}

.w3g_highlight_blue {
    background-color: #BBDEFB !important;
    border-color: #64B5F6 !important;
}

.w3g_no_selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* *************************************** */

.bg-red-dark,
.bg-red-dark:focus {
    background-color: #E53935;
    color: #fff;
}

a.bg-red-dark:hover {
    background-color: #C62828;
}

.bg-blue-dark,
.bg-blue-dark:focus {
    background-color: #1976D2;
    color: #fff;
}

a.bg-blue-dark:hover {
    background-color: #1565C0;
}

/* *************************************** */

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid #000;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #000;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #000;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right:10px solid blue;
}

/* *************************************** */

.dropdown-menu {
    padding: 0;
}
    .dropdown-menu .dropdown-header:first-of-type {
        border-radius: 3px 3px 0 0;
    }

    .dropdown-menu>li:last-of-type>a {
        border-bottom: none;
        border-radius: 0 0 4px 4px;
    }
    .dropdown-menu>li:first-of-type>a {
        border-radius: 4px 4px 0 0;
    }

/* *************************************** */

.jq-toast-single {
    min-height: 80px;
}

/* *************************************** */


.alert-gray {
    color: #6f6f6f;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.badge-sm {
    font-size: 10px;
    padding: 3px 6px;
    font-weight: normal;
}
.badge-danger {
    background-color: #d9534f;
}

.panel-heading {
    position: relative;
    overflow: hidden;
}