﻿@font-face {
    font-family: Faruma-print;
    src: url('../fonts/Faruma.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Faruma;
    src: url('../fonts/Faruma.ttf') format('truetype');
    font-weight: normal;
}


body.login {
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}

.DhivehiText-print {
    direction: rtl;
    font-family: Faruma-print;
    font-size: 16px;
    text-align: right;
}

/*======Main layout color change============*/


/*body {
    background: #fff;
}*/

/*===========End================*/

.DhivehiText {
    direction: rtl;
    font-family: Faruma;
    font-size: 16px;
    text-align: right;
}

.DhivehiText-bold {
    direction: rtl;
    font-family: Faruma;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}

.thaanaKeyboardInput {
    direction: rtl;
    font-family: Faruma;
}



.DhivehiText-print {
    direction: rtl;
    font-family: Faruma-print;
    font-size: 16px;
    text-align: right;
}

.sidebar .nav-collapse, .sidebar[data-background-color="white"] .nav-collapse {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 5px;
}

.sidebar[data-background-color="dark"] .nav > .nav-item.active > a p {
    color: #FFAD46 !important
}


.card-title {
    line-height: 1;
}

table td, .table th {
    height: 36px !important;
}

#logs table td, #logs .table th {
    height: auto !important;
}


.list-item-summary li {
    margin-right: 45px !important;
}

    .list-item-summary li dd {
        color: #5a5a5a;
    }

    .list-item-summary li dt {
        font-weight: normal;
    }

.entity-details dt, .entity-details dd {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
}

.DhivehiText {
    direction: rtl;
    font-family: Faruma;
    font-size: 16px;
    text-align: right;
}
/*
.required-filed {
    color: red !important; 
}
*/

required-filed :after {
    color: #e32;
    content: ' *';
    display: inline;
}


.bg-login {
    background: #11998e; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #30c167, #11998e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #30c167, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.btn-efaas {
    background: #033655 !important;
    color: #ffffff !important;
}


    .btn-efaas:hover, .btn-efaas:focus, .btn-efaas:disabled {
        background: #033655 !important;
        color: #ffffff !important;
    }

.footer {
    border-top: 1px solid #eee;
    padding: 15px;
    background: none;
    position: static;
    width: 100%;
}


.required label:after {
    color: #F25961;
    content: ' *';
    display: inline;
}


.required-filed:after {
    content: " *";
    font-weight: bold;
    color: #F25961;
}

.field-validation-error {
    color: #F25961;
}


/*//typeahead*/



.typeahead, .tt-query, .tt-input, .tt-hint {
    border-color: #eaedf3;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.tt-menu {
    width: 300px;
    background: white;
    border: 1px solid #eaedf3;
    box-shadow: 0 0 1px #2e2d2d;
}

.tt-dataset {
}

a.tt-suggestion {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #dbdbdb;
    color: #3d3d3d;
}

a.tt-suggestion:hover {
    text-decoration: none;
    background: #eaeaea;
}


a.tt-cursor {
    background: #ededed;
}

.search-result-name {
    font-size: 15px;
    display: block;
}

.search-result-type {
    font-size: 14px;
    display: block;
    color: #727272;
}


.sidebar[data-background-color="dark"] .nav > .nav-item a:hover p, .sidebar[data-background-color="dark"] .nav > .nav-item a:focus p, .sidebar[data-background-color="dark"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] p {
    color: #FFAD46 !important;
}

.sidebar .nav > .nav-item.active > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active > a:before {
    background: #FFAD46;
}

.sidebar[data-background-color="dark"] .nav > .nav-item.active a {
    color: #FFAD46 !important;
}

.sidebar .nav > .nav-item.active a i, .sidebar[data-background-color="white"] .nav > .nav-item.active a i {
    color: #FFAD46 !important;
}