﻿/*
FIS
*/

/*
-------------------
Global
-------------------
*/

body {
    font-size: 14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

hr {
    border: none;
    border-top: 1px dotted #CCCCCC;
    padding: 0px 0px 5px 0px;
}

/*
-------------------
Layout
-------------------
*/
#loginBoxHeader {
    background-color: #d7e1da;
    height: 25px;
    padding: 0;
    font-weight: bold;
}

#LoginContainer {
    width: 400px;
    margin: auto;
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #669999;
    background-color: #E3FEE2;
}

#headerContainer {
    /*background-image: url("images/portal_header_bg.png");*/
    /*background-repeat: no-repeat;*/
    width: 976px;
    height: 122px;
    margin: auto;
}

#bodyContainer {
    width: 976px;
}

#topMenuContainer {
    background-position: bottom;
    margin: auto;
    background-color: #CCCCCC;
    height: 22px;
    width: 976px;
    padding: 0;
    /*background-image: url('images/menu_bg.jpg');*/
    /*background-repeat: repeat-x;*/
}

#loggedInUserInfo {
    width: 200px;
    background-color: White;
    padding: 10px;
    border: 1px solid #808080;
}

#headerShadow {
    width: 976px;
    margin: auto;
    height: 4px;
    background-image: url('images/headerShadow.gif');
    background-repeat: repeat-x;
}

.clearAll {
    clear: both;
}

/*.fetchPanel {
    padding: 10px;
    margin: 5px 0 15px 0;
}*/

.approvalPanel {
    background-color: #FFEECC;
    padding: 20px;
    margin: 5px 0 15px 0;
}

.numberPanel {
    background-color: #CCCCCC;
    padding: 10px;
}

.wizardContainerPanel {
    background-color: #FFEECC;
    padding: 10px 5px 10px 5px;
    margin: 5px 0 15px 0;
}

.popupHoverPanel {
    background-color: #FFFFDF;
    padding: 10px;
    box-shadow: 2px 2px 10px;
}

.popupHoverLoading {
    background-image: url("images/portal_header_bg.png");
}

.BorderAll {
    border: 1px solid gray;
}

.BorderBottom {
    border-bottom: 1px solid gray;
}

td.header {
    background-color: #005934;
    color: White;
}

td.alternate {
    background-color: #e6efeb;
    color: #333333;
}

.requirementsFailMessageContainer {
    clear: both;
    color: Red;
    margin: 10px 0;
    width: 140px;
    background-color: #FFFFDF;
    padding: 5px;
    border: 1px solid red;
    line-height: 20px;
}

#AjaxErrorContainer {
    background-color: #f2f6f1;
    width: 95%;
    border: 1px solid #c4d9c0;
    padding: 5px;
    font-family: Verdana;
    font-size: 11px;
    margin: 5px 0;
    color: Red;
}

.WarningMessageContainer {
    background-color: #FFFFE8;
    border: 1px solid #FFCC99;
    padding: 3px;
    font-family: Verdana;
    font-size: 10px;
    width: 100%;
    display: block;
    margin: 10px 0;
}

/*
-------------------
Top Menu
-------------------
*/

#topMenuContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #topMenuContainer ul li.nav, #topMenuContainer ul li.navSelected {
        list-style-type: none;
    }

    #topMenuContainer ul li a {
        list-style-type: none;
        padding: 2px 15px 2px 15px;
        text-decoration: none;
        display: block;
        float: left;
    }

        #topMenuContainer ul li a:hover {
            text-decoration: none;
            color: #fff;
        }

    #topMenuContainer ul li ul li a {
        color: #515050;
    }

/*
-------------------
Secondary Left Menu
-------------------
*/

.secondaryMenuContainer {
    float: left;
    margin: 10px 35px 0 0;
    padding: 0;
}

.leftMenuHeader {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    width: 150px;
    height: 35px;
}

#leftMenu {
    margin: 0px;
    padding: 0px 0px 2px 0px; /*background: #ebebeb url("../../Content/images/li_itemLast.gif" ) bottom no-repeat; : commented out as it does not exist. */
    background-color: rgba(50, 151, 216, 0.5);
}

    #leftMenu ul {
        list-style-type: none;
        margin: 0px;
        overflow: hidden;
        border: none;
        padding: 0px;
    }

    #leftMenu li {
        border-top: 1px solid #ffffff;
        background-position: 12px 6px;
        font-size: 11px;
        padding: 4px 8px 4px 10px;
        margin: 0px;
        display: block;
    }

        #leftMenu li a {
            display: block;
            text-decoration: none;
            color: #333333;
        }

            #leftMenu li a:hover {
                display: block;
                text-decoration: underline;
            }

        #leftMenu li.leftMenuLevel1 a {
            color: #333333;
        }

        #leftMenu li.leftMenuLevel1Selected a {
            font-weight: bold;
        }

        /* next level */

        #leftMenu li.leftMenuLevel2, #leftMenu li.leftMenuLevel2Selected {
            padding: 4px 0px 4px 40px;
        }

            #leftMenu li.leftMenuLevel2 a {
                color: #333333;
            }

            #leftMenu li.leftMenuLevel2Selected a {
                font-weight: bold;
            }

/*
-------------------
Tab Menu
-------------------
*/

div.tabMenu {
    width: 100%;
    border-bottom: 1px #696969 solid;
}

    div.tabMenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.tabMenu ul li a, div.tabMenu ul li a:visited {
            background-color: #ebebeb;
            border-top: 1px #696969 solid;
            border-left: 1px #696969 solid;
            border-right: 1px #696969 solid;
            color: #696969;
            display: block;
            line-height: 1.35em;
            padding: 4px 8px;
            text-decoration: none;
            white-space: nowrap;
            margin-right: 5px;
            height: 18px;
        }

            div.tabMenu ul li a:hover {
                background-color: #696969;
                color: White;
                text-decoration: none;
            }

            div.tabMenu ul li a:active {
                background-color: #696969;
                color: #cfdbe6;
                text-decoration: none;
            }

            div.tabMenu ul li a.selected {
                background-color: #696969;
                color: White;
            }

/*
-------------------
Text
-------------------
*/

/*	Dhivehi */

.thaanaKeyboardInput {
    font-family: Faruma;
    font-size: 16px;
    line-height: 22px;
    direction: rtl;
    height: 35px;
}

h2.pageHeading, .pageHeading {
    font-family: Verdana, Georgia;
    font-size: 20px;
    color: #333;
    padding: 10px 0px;
    display: block;
}

.tabHeading {
    font-family: Verdana, Georgia;
    font-size: 16px;
    color: #666666;
    padding: 10px 0px;
    display: block;
    font-weight: bold;
}

.tabSubHeading {
    font-family: Verdana, Georgia;
    font-size: 12px;
    color: #666666;
    padding: 10px 0px;
    display: block;
    font-weight: bold;
}

.popupHeading {
    font-family: Verdana, Georgia;
    font-size: 12px;
    color: #666666;
    padding: 0 0 10px 0px;
    display: block;
    font-weight: bold;
}

#lblBreadcrumbs {
    display: block;
    margin: 10px 0 0 0;
    font-size: 10px;
}

    #lblBreadcrumbs a {
        text-decoration: none;
        color: Gray;
    }

        #lblBreadcrumbs a:hover {
            text-decoration: underline;
        }

.infoRow {
    padding: 5px 0;
}

.infoTable tr td {
    padding: 5px 0;
}

.validationMessages {
    color: orange;
    background-color: #FFFFDF;
    padding: 3px;
}

.textboxWatermark {
    color: Gray;
}

.helpTip {
    color: Gray;
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    display: block;
    margin: 10px 0;
}

.fetchPanelTitle {
    font-size: 12px;
    font-weight: bold;
}

.quiet {
    color: Gray;
}

/* Comparison text */
.lookupReference {
    display: block;
    padding: 5px;
    color: Green;
}

.progressAjaxMessageContainer {
    background-color: #FFFCD7;
    padding: 5px;
    font-family: Verdana;
    font-size: 11px;
}

/*
-------------------
Skins Related
-------------------
*/

.normalHyperlink {
    text-decoration: none;
    color: #1d6408;
    border: none;
}

    .normalHyperlink img {
        border: none;
    }

.normalLinkButton {
    text-decoration: none;
}

    .normalLinkButton:hover {
        text-decoration: underline;
    }

.buttonStyleLinkButton {
    text-decoration: none;
    color: #333333;
    border: 1px solid #7CB079;
    padding: 5px;
    font-size: 11px;
    background-color: #1AB36C;
}

    .buttonStyleLinkButton:hover {
        text-decoration: none;
        background-color: #eefbea;
    }

.normalButton {
    text-decoration: none;
    color: #2b4423;
    border: 1px solid #3b9829;
    background-color: #bfd2b9;
    padding: 2px 2px;
    font-size: 11px;
    font-family: Verdana;
    cursor: pointer;
}

    .normalButton:hover {
        text-decoration: none;
        background-color: #eefbea;
    }

.disabledButton {
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #808080;
    background-color: #CCCCCC;
    padding: 2px 2px;
    font-size: 11px;
    font-family: Verdana;
    cursor: pointer;
}

.disabledButtonStyleLinkButton {
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #808080;
    background-color: #CCCCCC;
    padding: 5px;
    font-size: 11px;
}

/*
-------------------
ajax toolkit tabs
-------------------
*/

.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
}

.ajax__tab_default .ajax__tab_outer {
    display: inline-block;
}

.ajax__tab_default .ajax__tab_inner {
    display: inline-block;
}

.ajax__tab_default .ajax__tab_tab {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.wp_tabs_wizard .ajax__tab_header {
}

.wp_tabs_wizard .ajax__tab_header {
}

.wp_tabs_wizard .ajax__tab_outer {
    height: 40px;
    background-color: #f2c5b3;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
}

.wp_tabs_wizard .ajax__tab_inner {
    height: 40px;
    background-image: url(images/wizard/wizard_menu_bg_done.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: none;
}

.wp_tabs_wizard .ajax__tab_tab {
    padding: 12px 20px 10px 30px;
}

.ajax__tab_tab a {
    color: #696969;
    text-decoration: none;
}

.wp_tabs_wizard .ajax__tab_body {
    border: 1px solid #C0C0C0;
    padding: 20px;
    width: 750px;
    background-color: White;
}

.wp_tabs_wizard .ajax__tab_hover .ajax__tab_outer {
}

.wp_tabs_wizard .ajax__tab_hover .ajax__tab_inner {
}

.wp_tabs_wizard .ajax__tab_hover .ajax__tab_tab {
}

.wp_tabs_wizard .ajax__tab_active .ajax__tab_outer {
    height: 40px;
    background-color: #df683a;
    background-image: url(images/wizard/wizard_menu_bg_current.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.wp_tabs_wizard .ajax__tab_active .ajax__tab_inner {
    height: 40px;
    background-image: url(images/wizard/wizard_menu_bg_lastdone.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: none;
}

.wp_tabs_wizard .ajax__tab_active .ajax__tab_tab {
    padding: 12px 20px 10px 30px;
    color: White;
}

/* disabled tabs */

.wp_tabs_wizard .ajax__tab_disabled .ajax__tab_outer {
    height: 40px;
    background-color: #fbeae4;
    background-image: url(images/wizard/wizard_menu_bg_normal.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.wp_tabs_wizard .ajax__tab_disabled .ajax__tab_inner {
    height: 40px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: none;
}

.wp_tabs_wizard .ajax__tab_disabled .ajax__tab_tab {
    padding: 12px 30px 10px 30px;
}

/*
-------------------
Modal Popup Window
-------------------
*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=20);
    opacity: 0.7;
}

.modalPopup {
    background-color: #F0FBEE;
    border-width: 2px;
    border-style: solid;
    border-color: #607861;
    padding: 10px;
    font-size: 11px;
}

/*
-------------------
Help
-------------------
*/

#helpMenu ul {
    border: none;
}

#helpMenu li {
    font-size: 11px;
    padding: 4px 8px 4px 10px;
    margin-top: 10px;
}

    #helpMenu li a {
        display: block;
        text-decoration: none;
        color: #333333;
    }

        #helpMenu li a:hover {
            display: block;
            text-decoration: underline;
        }

/*
-------------------
Misc
-------------------
*/

.hidden {
    display: none;
    visibility: hidden;
}

/*table.vAlignTop > tr > td
{
    vertical-align: top;
}

table * td.labelColumn
{
    width: 120px;
}*/

/*
-----------------------
Reports
-----------------------
*/
#ReportHeaderPanel {
    display: none;
}

#ReportFooterPanel {
    display: none;
}

.complete-immediately {
    background-color: #35D699;
}

.date {
    width: 150px;
}

.DNRFetchedRecord {
    color: Green;
}

/*
-----------------------
Wizard
-----------------------
*/

.tims_ajax__tab_active {
    padding: 12px 20px 12px 30px;
    height: 40px;
    color: White;
    background-color: #144bff;
     /*background-color: #96C8E9;*/
    background-image: url(images/wizard/wizard_menu_bg_current.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.tims_ajax__tab_active a {
    color: white !important;
}

.tims_ajax__tab_disabled {
    padding: 12px 20px 12px 30px;
    height: 40px;
    background-color: rgb(213, 231, 249);
    background-image: url(images/wizard/wizard_menu_bg_normal.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.tims_ajax__tab_lastdone {
    padding: 12px 20px 12px 30px;
    height: 40px;
    background-color: rgba(93, 178, 232, 0.6);
    background-image: url(images/wizard/wizard_menu_bg_lastdone.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.tims_ajax__tab_done {
    padding: 12px 20px 12px 30px;
    height: 40px;
    background-color: rgba(93, 178, 232, 0.6);
    background-image: url(images/wizard/wizard_menu_bg_done.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.searchDiv {
    background-color: rgb(240, 240, 240);
    width: 500px;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0px none;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(images/ajax-loader.gif) no-repeat centre;
    background-position: center;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}

.warning-button-ajax {
    background: url(images/Warning.png) no-repeat top right;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
    cursor: pointer;
}

.check-button-ajax {
    background: url(images/blue-document-task.png) no-repeat top right;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
    cursor: pointer;
}

.process-button-ajax {
    background: url(images/database_save.png) no-repeat top right;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
    cursor: pointer;
}


/*Login*/
.blue-bg {
    background-color: #3297D8;
    color: #ffffff;
}

.excel-green-bg {
    background-color: #207347;
    color: #ffffff;
}

/*.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 100px;
    color: black;
}

.loginscreen.middle-box {
    width: 300px;
}*/

.absolute-Center {
  margin:  auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  color: black;
}

.absolute-Center.is-Responsive {
  /*width: 60%;*/ 
  height: 60%;
  min-width: 330px;
  max-width: 330px;
  /*padding: 40px;*/
}

@media (max-width: 480px) {
    .absolute-Center.is-Responsive {
        min-width: auto;
        padding: 10px;
    }

}

@media (max-width: 320px) {
    .login-footer-div {
        font-size: 10px !important;
    }
    .login-heading {
        font-size: 18px !important;
    }
}


.full-width {
    width: 100% !important;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.hr-line-solid {
    border-bottom: 1px solid #e7eaec;
    background-color: transparent;
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-primary {
    background-color: rgba(26, 179, 123, 0.94);
    border-color: #1AB350;
    color: #FFFFFF;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
            background-color: #1dc5a3;
            border-color: #1dc5a3;
        }

.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
        background-color: #1a7bb9;
        border-color: #1a7bb9;
        color: #FFFFFF;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
            background-color: #1f90d8;
            border-color: #1f90d8;
        }

.btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
        background-color: #21b9bb;
        border-color: #21b9bb;
        color: #FFFFFF;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
            background-color: #26d7d9;
            border-color: #26d7d9;
        }

.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
            color: #cacaca;
        }

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
        background-color: #f7a54a;
        border-color: #f7a54a;
        color: #FFFFFF;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
            background-color: #f9b66d;
            border-color: #f9b66d;
        }

.btn-danger {
    background-color: #ED5565;
    border-color: #ED5565;
    color: #FFFFFF;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
        background-color: #ec4758;
        border-color: #ec4758;
        color: #FFFFFF;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
            background-color: #ef6776;
            border-color: #ef6776;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        color: #1ab394;
        text-decoration: none;
    }

    .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
            color: #cacaca;
        }

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white:active, .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid rgba(29, 29, 29, 0.21);
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

    .form-control:focus, .single-line:focus {
        border-color: #1ab394 !important;
    }

.has-success .form-control {
    border-color: #1ab394;
}

.has-warning .form-control {
    border-color: #f8ac59;
}

.has-error .form-control {
    border-color: #ED5565;
}

.has-success .control-label {
    color: #1ab394;
}

.has-warning .control-label {
    color: #f8ac59;
}

.has-error .control-label {
    color: #ED5565;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/*NAV*/

.navbar-static-side {
    /*z-index: 2001;*/
    position: absolute;
    /*width: 220px;*/
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.side-menu h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(50, 147, 216, 0.68);
    color: rgba(0, 0, 0, 0.78);
    font-size: 15px;
}


/*Dashboard*/

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}


    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after, .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: rgba(91, 124, 146, 0.52);
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}


.ibox-content {
    border: 1px solid rgba(91, 124, 146, 0.52);
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.no-margins {
    margin: 0 !important;
}

.ibox-content h1 {
    font-size: 20px;
    font-weight: 100;
    color: rgb(103, 106, 108);
}

.font-bold {
    font-weight: 600;
}

.stat-percent {
    float: right;
}

/* COLORS */
.text-navy {
    color: #1ab394;
}

.text-primary {
    color: inherit;
}

.text-success {
    color: #1c84c6;
}

.text-info {
    color: #23c6c8;
}

.text-warning {
    color: #f8ac59;
}

.text-danger {
    color: #ED5565;
}

.text-muted {
    color: #888888;
}

.text-white {
    color: #ffffff;
}


/*.navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 264px;
}*/

.site-name {
    font-weight: bold;
}

.navbar-nav {
    padding-left: 12px;
}

@media (max-width: 990px) {
    .navbar-static-side {
        /*display: none;*/
        z-index: 0;
        position: relative;
        width: 100%;
    }
   
    .pnl-user-info {
        display: none;
    }

    .navbar-toggle {
        background-color: #1ab394;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .main-content {
        width: 70%;
    }
}

@media (min-width: 990px) {
     .user-dropdown {
         display: none;
    }
}

/* FLOT CHART  */
.flot-chart {
    display: block;
    height: 200px;
}

.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px;
}

.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto;
}

.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43, 48, 58, 0.8);
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px;
}

.jqsfield {
    color: white;
    text-align: left;
}

.fh-150 {
    height: 150px;
}

.fh-200 {
    height: 200px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.legendLabel {
    padding-left: 5px;
}

.stat-list li:first-child {
    margin-top: 0;
}

.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .stat-list h2 {
        font-size: 15px;
    }

.stat-percent {
    float: right;
}

.stat-list li {
    margin-top: 25px;
    position: relative;
}

/*Progress bar*/
.progress-bar {
    background-color: #1ab394;
}

.progress-small, .progress-small .progress-bar {
    height: 10px;
}

.progress-small, .progress-mini {
    margin-top: 5px;
}

    .progress-mini, .progress-mini .progress-bar {
        height: 5px;
        margin-bottom: 0;
    }

.progress-bar-navy-light {
    background-color: #3dc7ab;
}

.progress-bar-success {
    background-color: #1c84c6;
}

.progress-bar-info {
    background-color: #23c6c8;
}

.progress-bar-warning {
    background-color: #f8ac59;
}

.progress-bar-danger {
    background-color: #ED5565;
}

.search-result {
    padding-left: 15px;
    padding-right: 15px;
}

.static a {
    padding-bottom: 20px !important;
}


/* FOOTER */
.footer {
    background: none repeat scroll 0 0 #3297D8;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    color: black;
}

    .footer.fixed_full {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 10px 20px;
        background: #3297D8;
        border-top: 1px solid #3297D8;
    }


.btn-flat {
    border-radius: inherit;
}


@font-face {
    font-family: Faseyha;
    src: url("fonts/MV_Faseyha.otf") format("opentype");
}

@font-face {
    font-family: Waheed;
    src: url("fonts/MV_Waheed.otf") format("opentype");
}

.DhivehiText {
    direction: rtl;
    font-family: Faseyha;
}

.DhivehiTextBold {
    font-family: Waheed;
    text-align: right;
    font-size: 14px;
    direction: rtl;
    unicode-bidi: bidi-override;
    font-weight: bolder;
}

.modal-dialog {
    position: absolute;
    left: 40%;
    top: 55%;
    margin-top: -250px;
}

.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0.0; }
}
