﻿/*
Primary color:#009247
accent color:#d6a329
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
/*
@font-face {font-family: 'GESS_Light';src: url('../fonts/tahoma.ttf');unicode-range: U+30-39;}
@font-face {font-family: 'GESS_Bold';src: url('../fonts/tahoma.ttf');unicode-range: U+30-39;}
*/
.modal, body {
    direction: rtl
}

.srch, .srch a, .srch input, .srch > span, .tree {
    float: left
}

.app_sidebar ul, .f_social ul, .sidebar-nav, .tabs, ol, ul {
    list-style: none
}

body {
    background: linear-gradient(90deg,#f5faf8 38px,transparent 1%) 50%,linear-gradient(#f5faf8 38px,transparent 1%) 50%,rgba(0,0,0,.1);
    background-size: 40px 40px;
    font-family: "GE SS Two"
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%
}

.center {
    text-align: center
}

.treeContainer {
    background: #fff;
    border-radius: 0;
    margin: 0 auto;
    min-width: 320px;
    overflow: hidden;
    padding: 0
}

.tree, body {
    overflow: auto;
    padding: 0
}

.tree {
    border-left: 1px solid silver;
    min-width: 319px
}

.treeData {
    margin-left: 320px
}

    .treeData textarea {
        background: #fff;
        border: 0;
        display: block;
        height: 100%;
        line-height: 18px;
        margin: 0;
        padding: 0;
        resize: none;
        width: 100%
    }

#code, .treeData {
    font: normal normal normal 12px/18px Consolas,monospace !important
}

.srch input, body {
    font-family: "GE SS Two"
}

.tree .folder {
    background: url(/Scripts/jstree/file_sprite.png) left bottom no-repeat
}

.tree .file {
    background: url(/Scripts/jstree/file_sprite.png) no-repeat
}

.tree .file-pdf {
    background-position: -32px 0
}

.tree .file-as {
    background-position: -36px 0
}

.tree .file-c {
    background-position: -72px 0
}

.tree .file-iso {
    background-position: -108px 0
}

.tree .file-htm, .tree .file-html, .tree .file-xml, .tree .file-xsl {
    background-position: -126px 0
}

.tree .file-cf {
    background-position: -162px 0
}

.tree .file-cpp {
    background-position: -216px 0
}

.tree .file-cs {
    background-position: -236px 0
}

.tree .file-sql {
    background-position: -272px 0
}

.tree .file-xls, .tree .file-xlsx {
    background-position: -362px 0
}

.tree .file-h {
    background-position: -488px 0
}

.tree .file-cer, .tree .file-crt, .tree .file-pem {
    background-position: -452px -18px
}

.tree .file-php {
    background-position: -108px -18px
}

.tree .file-bmp, .tree .file-gif, .tree .file-jpeg, .tree .file-jpg, .tree .file-png {
    background-position: -126px -18px
}

.tree .file-ppt, .tree .file-pptx {
    background-position: -144px -18px
}

.tree .file-rb {
    background-position: -180px -18px
}

.tree .file-htaccess, .tree .file-log, .tree .file-md, .tree .file-text, .tree .file-txt {
    background-position: -254px -18px
}

.tree .file-doc, .tree .file-docx {
    background-position: -362px -18px
}

.tree .file-gz, .tree .file-rar, .tree .file-tar, .tree .file-zip {
    background-position: -416px -18px
}

.tree .file-js {
    background-position: -434px -18px
}

.tree .file-css {
    background-position: -144px 0
}

.tree .file-fla {
    background-position: -398px 0
}

body {
    line-height: 1;
    font-size: 18px;
    color: #404040;
    margin: 0 auto;
    min-width: 320px;
    max-width: 2200px
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.clr {
    clear: both;
    display: block;
    height: 0
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none !important
}

.sidebar-nav li a, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li a:hover, .slicknav_menutxt {
    text-decoration: none
}

.topbar {
    background: #fff url(../images/h_bg.png) no-repeat top center;
    position: relative;
    z-index: 2;
}

    .topbar.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999
    }

    .srch a, .srch input, .srch > span, .topbar > div {
        position: relative
    }

    .topbar > div {
        max-width: 1160px;
        margin: 0 auto;
        padding: 10px 0;
        display: none
    }

        .topbar > div > a:link, .topbar > div > a:visited {
            float: left;
            display: block;
            margin: 0 10px;
            color: #fff;
            line-height: 25px;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            background: #404040
        }

        .topbar > div > a:hover {
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            color: #72bc44
        }

.srch {
    overflow: hidden;
    margin: 0 10px
}

.modal, .slicknav_nav {
    overflow-y: auto
}

.srch > span {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    margin-top: 6px
}

.srch input {
    border: none;
    background: #fff;
    color: #404040;
    margin-right: 10px;
    padding: 0 5px;
    width: 150px;
    height: 26px
}

.srclose a, .srclose input {
    margin-left: -200px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sropen a, .sropen input {
    margin-left: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.t_menu {
    float: right
}

#menu {
    display: none
}

.slicknav_menu {
    padding: 0
}

.slicknav_btn .slicknav_icon {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    width: 26px;
    height: 26px
}

.slicknav_menutxt {
    color: #fff;
    line-height: 25px
}

.slicknav_btn.slicknav_open .slicknav_icon {
    background: url(../images/close_menu.png) center center no-repeat
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 3px
}

.slicknav_btn.slicknav_open .slicknav_icon-bar {
    display: none
}

.slicknav_nav, .slicknav_nav li, .slicknav_nav ul {
    display: block
}

.slicknav_nav {
    clear: both;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 47px;
    right: 0;
    background-color: rgba(80,80,80,.98);
    width: 100%;
    max-height: calc(100vh - 49px)
}

    .slicknav_nav ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .slicknav_nav > li {
        min-width: 20%;
        padding: 10px;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px
    }

    .slicknav_nav li a:link, .slicknav_nav li a:visited {
        display: block;
        color: #ccc;
        padding: 0 0 5px
    }

.f_social li, .page-title h1, .upload-terms-icn {
    display: inline-block
}

.slicknav_nav .dropdown li a:link, .slicknav_nav .dropdown li a:visited {
    color: #fff;
    padding: 3px;
    font-size: 12px
}

.slicknav_nav .dropdown li a:hover, .slicknav_nav li a:hover {
    color: #72bc44
}

.f_social {
    margin: 0 auto;
    width: 100%;
    padding: 15px
}

    .f_social ul {
        float: left;
        padding: 0;
        margin: 14px 0
    }

    .f_social li img {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

        .f_social li img:hover {
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            transform: scale(.9)
        }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right
}

.top_logo {
    background: rgba(250,250,250,0);
    padding: 10px 0
}

.page-title {
    font-size: 27px;
    padding: 0;
    margin-top: 20px
}

    .page-title h1 {
        font-size: 26px;
        margin: 0;
        padding: 0;
        height: 46px;
        line-height: 46px;
        font-family: "GE SS Two";
        color: #333;
        font-weight: 700
    }

.nor-panel {
    border: none;
    box-shadow: none;
    background: 0 0
}

    .nor-panel, .nor-panel .panel-heading {
        border-radius: 0
    }

        .nor-panel .panel-heading {
            background: #f5f5f5;
            color: #029146;
            font-size: 19px;
            padding: 0 15px;
            height: 50px;
            line-height: 50px;
            border-bottom: none;
            font-weight: 700;
            box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.22);
        }

        .nor-panel .panel-body {
            padding: 20px 0
        }

.date-picker-icn {
    position: absolute;
    top: 33px;
    right: 22px;
    font-size: 35px;
    color: #72bc44
}

.form-control {
    border-radius: 3px !important;
    background: #fff;
    border: none;
    font-size: 16px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
}

.form-group label {
    font-weight: 400;
    font-size: 16px;
    position: relative
}

.form-control {
    border-radius: 3px !important;
    background: #fff;
    border: none;
    font-size: 16px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
}

a.form-control {
    background: #d6a329 !important;
    border: none;
    color: #fff !important;
    width: 160px !important;
}

    a.form-control:hover {
        background: #029146 !important;
    }

    a.form-control:before {
        content: '\f019';
        font-family: "fontawesome";
        margin-left: 10px
    }

.upload-terms-icn {
    color: #b44;
    font-size: 20px;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH
}

.upload-terms {
    background: #666;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    border: 1px solid #333;
    box-shadow: 0 3px 15px rgba(0,0,0,.35);
    display: none;
    color: #fff;
    z-index: 100;
    line-height: 1.8
}

    .upload-terms p {
        font-size: 15px;
        margin: 8px 0
    }

        .upload-terms p span {
            font-weight: 400 !important
        }

        .upload-terms p .icon-angle-arrow-down {
            font-size: 12px;
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            display: inline-block;
            vertical-align: middle;
            margin-left: 4px
        }

.form-control-file {
    box-shadow: none;
    outline: 0 !important
}

    .form-control-file:focus {
        outline: 0;
        box-shadow: none
    }

.btn, a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease
}

.btn-nor-primary, .btn-nor-primary:focus, .btn-nor-primary:link, .btn-nor-primary:visited {
    background: #d6a329 !important;
    border: none;
    color: #fff !important;
    margin-right: 15px;
    font-size: 16px;
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
}

    .btn-nor-primary:hover {
        color: #ffffff !important;
        background: #029146 !important;
        border-radius: 50px;
    }

.grid-counter span {
    background: #029146;
    padding: 0;
    display: inline-block;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: arial;
    margin-right: 5px;
}

.table td, .table th {
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    padding: 10px !important;
    page-break-after: always !important;
}

.table th {
    background: #e1e5e3;
    color: #353735;
    font-weight: 500;
    font-family: "GE SS Two";
    font-size: 15px
}

.grid-control, .grid-control:visited {
    background: #ad9a63;
    display: inline-block;
    color: #fff;
    padding: 0;
    border-radius: 2px;
    font-size: 20px;
    font-weight: none;
    vertical-align: middle;
    margin: 0 2px 4px;
    width: 29px;
    height: 29px
}

    .grid-control:hover {
        background: #037d58;
        color: #fff
    }

.alert {
    position: relative;
    padding: 7px 55px 7px 15px;
    line-height: 1.8;
    font-size: 16px;
    border-radius: 3px
}

.alert-danger:before, .alert-info:before, .alert-success:before, .alert-warning:before {
    font-family: icons;
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle
}

.alert-danger:before {
    content: "\e90b"
}

.user-settings-drop .icon-user {
    display: inline-block;
    background: #038742;
    font-size: 21px;
    border-radius: 0 30px 30px 0;
    border-left: none;
    color: #fff;
    height: 52px;
    line-height: 52px;
    width: 52px;
    text-align: center;
}

.user-settings-drop .btn {
    background: #058642;
    border-radius: 30px 0 0 30px !important;
    font-size: 18px;
    padding: 0 10px;
    height: 52px;
    color: #fff;
    border: none;
}

.user-settings-drop .icon-angle-arrow-down {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 10px
}

.user-settings-drop ul {
    text-align: right
}

.alert button {
    float: left
}

.msgs-btn {
    background: #dec0c0;
    border: none;
    color: #b44;
    margin-right: 7px;
    font-size: 22px;
    padding: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 40px;
    position: relative
}

    .msgs-btn .icon-mail {
        font-size: 20px
    }

    .msgs-btn .badge {
        position: absolute;
        border-radius: 2px;
        background: #b44;
        top: -10px;
        color: #fff;
        left: -7px
    }

.top-user-settings {
    margin-top: 0;
    text-align: left;
    float: left;
    width: auto !important;
    padding: 0
}

.msgs-btn-default .badge {
    display: none
}

.msgs-btn-default {
    background: #d1d1d1;
    color: #57585a
}

.has-error label {
    color: #a94442
}

.has-error input, .has-error select {
    background: rgba(187,68,68,.1);
    border-color: #a94442
}

.form-group .field-validation-error {
    position: absolute;
    top: 61px;
    left: 5px;
    background: #a94442;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.35);
    z-index: 2
}

.file-uploader-input {
    font-size: 16px !important;
    line-height: 36px !important
}

.form-group .text-danger span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #a94442;
    position: absolute;
    top: -8px
}

.app_footer {
    padding: 40px 0;
    margin: auto;
    position: relative;
    text-align: center;
    background: #4b4d4c
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px
    }

        .sidebar-nav li a {
            display: block;
            color: #999
        }

            .sidebar-nav li a:hover {
                color: #fff;
                background: rgba(255,255,255,.2)
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999
        }

input[type=checkbox], input[type=radio] {
    height: 16px;
    width: 16px;
    vertical-align: -3px
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: 0 0
}

.user-settings-drop .icon-user:before {
    content: "\f2be";
    font-family: fontawesome;
    font-size: 26px
}

.form-group .dropdown-menu {
    right: 0
}

.panel-heading-btn .col-md-6 {
    padding: 0
}

    .panel-heading-btn .col-md-6 .form-control {
        width: 68%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px
    }

.btnDetails .icon-bars, .noResultsContainer .alert:before {
    display: none
}

.panel-heading-btn .col-md-6 .btn {
    float: none;
    width: 28%;
    padding: 0;
    height: 35px;
    line-height: 35px;
    margin: 5px 0 0
}

.noResultsContainer .alert {
    background: #d8d8d8;
    border: 1px solid #c7c7c7;
    color: #888
}

.panel-heading-btn .btn:hover {
    color: #fff !important
}

@font-face {
    font-family: icons;
    src: url(../fonts/nor-app-icons.eot?ktrva0);
    src: url(../fonts/nor-app-icons.eot?ktrva0#iefix) format("embedded-opentype"),url(../fonts/nor-app-icons.ttf?ktrva0) format("truetype"),url(../fonts/nor-app-icons.woff?ktrva0) format("woff"),url(../fonts/nor-app-icons.svg?ktrva0#nor-app-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.full-body {
    max-width: 100%
}

[class*=" icon-"], [class^=icon-] {
    font-family: icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px
}

.icon-help:before {
    content: "\e900"
}

.icon-angle-arrow-down:before {
    content: "\e909"
}

.icon-calendar:before {
    content: "\e90a"
}

.icon-cancel-round:before {
    content: "\e90b"
}

.icon-cancel-raw:before {
    content: "\e90c"
}

.alert-success:before, .icon-checked:before {
    content: "\e90d"
}

.icon-alert:before {
    content: "\e90f"
}

.icon-bell:before {
    content: "\e910"
}

.icon-mail:before {
    content: "\e911"
}

.icon-refresh:before {
    content: "\e912"
}

.icon-info:before {
    content: "\e913"
}

.icon-plus:before {
    content: "\e914"
}

.icon-right-alignment:before {
    content: "\e915"
}

.icon-trash:before {
    content: "\e916"
}

.icon-cancel:before {
    content: "\f05e"
}

.icon-user:before {
    content: "\e917"
}

.dashboard_item .dashboard_item_img {
    position: relative
}

    .dashboard_item .dashboard_item_img:after {
        z-index: 1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        top: 80%;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

.grid_danger_code {
    position: relative;
    margin-left: 30px;
    color: #721c24
}

    .grid_danger_code:before {
        content: "";
        background: #f8d7da;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,.2)
    }

.grid_alert_code {
    color: #856404
}

    .grid_alert_code:before {
        background: #fff3cd
    }

.icon-bars, .icon-bars:after, .icon-bars:before {
    width: 24px;
    height: 2px;
    background: #fff
}

.app_sidebar ul li a, .icon-bars {
    position: relative;
    display: block
}

#wrapper { /* max-width:1170px; */ /* margin:auto; */
    overflow-x: hidden;
}

.app_sidebar {
    min-height: 400px; /* background:#fff; */
    border-radius: 10px 0 0;
    box-shadow: 0 36px 35px -19px rgba(0,0,0,.1),0 0 65px -18px rgba(0,0,0,.14);
    padding: 0;
}

    .app_sidebar ul {
        padding: 0;
        margin: 0
    }

        .app_sidebar ul li {
            margin: 0
        }

            .app_sidebar ul li a {
                color: #fff;
                font-size: 16px;
                padding: 19px;
                line-height: normal;
                border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            }

            .app_sidebar ul li:last-child a {
                border-bottom: none
            }

            .app_sidebar ul li a:hover, .app_sidebar ul li.active a {
                background: #029146;
                color: #fff;
            }

.app_sidebar_title {
    font-size: 20px;
    margin: 20px 0 0;
    height: 46px;
    line-height: 46px;
    font-family: "GE SS Two";
    position: relative;
    font-weight: 500
}

.toggle-sideabar, .toggle-sideabar:focus, .toggle-sideabar:visited {
    margin: 0 -1px 0 5px;
    border-radius: 30px;
    background: #029146;
    padding: 25px 15px;
    z-index: 1000;
    outline: 0;
    border: none;
    float: right;
}

.icon-bars:after, .icon-bars:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    transition: all .3s cubic-bezier(.33,.07,.23,.86)
}

.icon-bars:before {
    top: -7px
}

.icon-bars:after {
    top: 7px
}

.copyright {
    font-size: 13px;
    color: #e6e6e6;
    margin: 0
}


.captcha_img {
    text-align: center;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0
}

.app_captcha .form-control {
    border-radius: 0 0 3px !important;
    border-top: none;
    border-left: none
}

.captcha-control {
    width: 100%;
    display: block
}

    .captcha-control .form-control, .captcha-control .icon-refresh {
        display: inline-block;
        vertical-align: top
    }

.app_captcha label, .login_bg p {
    display: block
}

.captcha-control .form-control {
    width: 90%
}

.captcha-control .icon-refresh {
    width: 10%;
    background: #f7f7f7;
    text-align: center;
    height: 46px;
    margin-right: -5px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 0 3px;
    font-size: 30px;
    line-height: 46px;
    color: #6cb340
}

.login-btn .btn {
    position: relative;
    padding-left: 50px
}

    .login-btn .btn:before {
        content: "\e909";
        font-family: icons;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        text-align: center;
        border-radius: 50px;
        position: absolute;
        right: 10px;
        top: 9px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        padding: 3px
    }

.login_bg {
    background: url(../images/login_bg.jpg) no-repeat #ddd;
    height: 500px;
    background-size: cover;
    color: #e5e5e5
}

    .login_bg img {
        margin: 10px 0
    }

    .login_bg p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 2
    }

.login_page_container {
    padding: 0;
    overflow: hidden
}

    .login_page_container > .col-xs-12 {
        padding: 50px 25px 25px
    }

.forgot {
    float: left;
    font-size: 14px;
    color: #61a13a;
    padding: 0;
    margin: 0
}

.slicknav_nav {
    z-index: 10000
}

.pagination > li > a, .pagination > li > span {
    float: right;
    padding: 7px 16px;
    font-size: 18px;
    background: #fafcff;
    color: #047c59;
    font-family: sans-serif
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0 3px 3px 0;
    border-left: none
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 3px 0 0 3px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #037d58;
    border-color: #037d58
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 46px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    color: #555;
    background: #fff !important;
    border-radius: 3px !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-font-family: "GE SS Two";
    border: none !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 46px !important
    }

.calendars-ctrl, .calendars-nav {
    background-color: #007f56 !important;
    padding: 5px;
    font-size: 14px !important;
}

.calendars-cmd:hover {
    background-color: #027e57 !important;
}

.calendars-month {
    border: 1px solid #00726e !important;
    width: 100% !important
}

.calendars-month-header, .calendars-month-header input, .calendars-month-header select {
    background-color: #ad9a63 !important;
}

.calendars-month th, .calendars-month th a {
    background: #404040 !important
}

.calendars-month th {
    border: 1px solid #6f6f6f !important
}

.calendars-month td .calendars-today {
    background-color: #037d58 !important;
}

.calendars * {
    font-family: "GE SS Two" !important
}

.icon-activate:before, .icon-deactivate:before, .table .user-settings-drop .icon-user:before {
    font-family: FontAwesome
}

.loader-overlay-text, .modal * {
    font-family: "GE SS Two"
}

.calendars {
    width: 100% !important;
    border-radius: 0 !important;
    border: 1px solid #005350 !important
}

.calendars-month a, .calendars-month span {
    padding: 10px 18px !important;
    font-size: 14px
}

.table tr td, .table tr th {
    border-left: 1px solid rgba(0,0,0,.05);
    text-align: center !important
}

.table th label {
    font-weight: 400;
    font-size: 15px
}

.table-responsive + .col-md-12 {
    margin-top: 15px;
    padding: 0
}

.pagination-container {
    float: left
}

.pagination {
    margin: 0
}

.search_results_text {
    padding: 10px
}

.icon-activate:before {
    content: "\f00c"
}

.icon-deactivate:before {
    content: "\f00d"
}

#incomesItems tr td .form-control, #incomesItems tr td .select2-container {
    width: 70px !important;
    margin: 0 !important
}

#incomesItems tr td .form-control {
    display: inline-block !important;
    vertical-align: middle
}

#incomesItems tr td .select2-container--default .select2-selection--single {
    height: 34px !important;
    line-height: 26px !important;
    padding: 0;
    font-size: 14px !important
}

    #incomesItems tr td .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px !important
    }

#incomesItems tbody > tr > td:nth-child(2) .form-control, #incomesItems tbody > tr > td:nth-child(2) .select2-container, #incomesItems > tbody > tr > td:nth-child(10) .form-control, #incomesItems > tbody > tr > td:nth-child(11) .form-control, #incomesItems > tbody > tr > td:nth-child(11) .select2-container, #incomesItems > tbody > tr > td:nth-child(14) .form-control, #incomesItems > tbody > tr > td:nth-child(14) .select2-container, #incomesItems > tbody > tr > td:nth-child(3) .form-control, #incomesItems > tbody > tr > td:nth-child(3) .select2-container {
    width: 100% !important
}

#incomesItems > tbody > tr > td:nth-child(15) {
    width: 200px !important
}

#incomesItems tr td select.form-control {
    padding: 0
}

#addNewIncome {
    margin-bottom: 10px
}

#wrapper {
    padding: 0;
}

.table .user-settings-drop {
    width: 154px;
    margin: 0
}

.table .top-user-settings {
    margin: auto
}

.dropdown-menu > li > a.grid-control {
    background: 0 0;
    font-size: 14px;
    color: #404040
}

.table .user-settings-drop .icon-user {
    font-size: 24px
}

    .table .user-settings-drop .icon-user:before {
        content: "\f013"
    }

.link-grid {
    color: #61a13a
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: auto;
    margin-right: -20px
}

.modal-header {
    background: #ad9a63;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 11px 20px;
}

    .modal-header .close {
        margin: 4px 0 0;
        background: #fff;
        opacity: 1;
        padding: 0;
        display: inline-block;
        border-radius: 15px;
        width: 20px;
        height: 20px;
        line-height: 23px;
        float: left
    }

.form-group-lg select.form-control {
    padding: 0 16px;
    font-size: 24px
}

.modal-body {
    font-size: 17px
}

.upload-terms a {
    color: #fff;
    background: #72bc44;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-block
}

.ltr {
    direction: ltr
}

.read_only_label {
    box-shadow: none;
    color: #404040;
    cursor: not-allowed;
    background: #e3e3e3
}

#incomesItems tr td .select2-container {
    display: inline-block !important
}

#incomesItems tr th label {
    width: 150px
}

.panel-heading-light {
    background: #d3d3d3 !important;
    margin-top: 10px
}

    .panel-heading-light .grid-counter {
        color: #404040
    }

        .panel-heading-light .grid-counter span {
            color: #fff
        }

.date-picker-input {
    background: url(../images/calendar_icn.png) 10px center no-repeat #fff;
    cursor: pointer
}

.btnAdd {
    margin-right: 0
}

.radio-label {
    display: block;
    clear: both;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
    padding-right: 20px;
    display: block;
    margin-bottom: 14px
}

.textarea-countdown {
    margin: 6px 0;
    color: #61a13a
}

.form-group {
    position: relative
}

.dropdown-menu .fa {
    margin-left: 5px;
    vertical-align: middle
}

.feedback_page {
    background: 0 0;
    padding-top: 10px;
    padding-bottom: 0
}

    .feedback_page .fa-times-circle {
        font-size: 90px;
        color: #a94442
    }

    .feedback_page .fa-check-circle {
        font-size: 90px;
        color: #72bc44
    }

    .feedback_page p {
        font-size: 30px;
        margin-bottom: 40px
    }

.loader-overlay-text {
    text-align: center;
    padding-top: 30px;
    color: #fdfcfa;
    font-size: 21px
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    display: block;
    background-color: rgba(0,0,0,.78)
}

.breadcrumb, .radio-list {
    position: relative
}

.loader-overlay img {
    margin: 0 auto;
    display: block;
    padding-top: 48vh
}

.download-file-container {
    padding: 10px 0 0
}

    .download-file-container:after {
        display: table;
        content: "";
        width: 100%;
        clear: both;
        height: 0
    }

    .download-file-container > p {
        float: right;
        margin-bottom: 0;
    }

        .download-file-container > p a {
            background: #d6a329;
            color: #ffffff;
            padding: 0 13px;
            display: inline-block;
            margin-left: 0;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
        }

            .download-file-container > p a:hover {
                background: #029146;
                border-radius: 20px;
            }

.select2-container {
    width: 100% !important;
    text-align: right;
    border-radius: 0
}

.download-file-container > p:first-child {
    margin-left: 10px;
    font-size: 14px;
}

.table {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc
}

    .table > tbody > tr:last-child > td:last-child .dropdown-menu, .table > tbody > tr:nth-last-child(2) > td:last-child .dropdown-menu {
        top: auto;
        bottom: 100%
    }

.radio-list .field-validation-error {
    top: -5px
}

.form-group .list-group {
    padding-left: 0
}

.col-md-12 .list-group {
    width: 50%;
    padding-left: 15px
}

    .col-md-12 .list-group li:before {
        content: "\f060";
        font-family: fontawesome;
        display: inline-block;
        margin-right: 5px
    }

.captcha_img img {
    width: 50%;
    height: 80px
}

.tree_container {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px
}

.tree-btns {
    text-align: left
}

.tree_container .form-control {
    background: #fff
}

#\2d 1_anchor, #\2d 1_anchor:hover {
    background: #9e9e9e !important;
    border-radius: 3px;
    color: #fff;
    border: none
}

.jstree-hovered {
    background: #eee !important
}

.breadcrumb {
    padding: 0;
    font-size: 21px;
    background: #009247;
    color: #fff;
    border-radius: 0;
    margin-top: 60px;
}

    .breadcrumb:after {
        content: '';
        display: block;
        clear: both
    }

    .breadcrumb a {
        color: #fff
    }

.table tr td:first-child a, .table tr td:first-child a:visited {
    color: #007f56;
    border-bottom: 1px solid #ccc
}

.help-block {
    font-family: "GE SS Two" !important
}

    .help-block:before {
        font-family: icons;
        font-size: 17px;
        vertical-align: -2px;
        margin-left: 4px;
        color: #a94442
    }

.grid-total {
    background: #e6e6e6;
    border-top: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    font-weight: 700
}

    .grid-total td:first-child {
        text-align: center !important
    }

.radio-inline + .text-danger span:after {
    border-top: 7px solid transparent;
    border-right: 10px solid #a94442;
    border-right: none;
    border-bottom: 7px solid transparent;
    top: 8px;
    right: -9px
}

textarea.form-control + .field-validation-error {
    top: 100px;
    left: 10px
}

.tabs + .form_panel {
    border-radius: 0 0 5px 5px
}

.captcha-form-control .field-validation-error {
    top: 183px;
    left: 60px
}

.calendars-popup {
    z-index: 10000 !important
}

.english-control {
    text-align: right;
    direction: rtl
}

.btn-default:hover {
    color: #fff;
    background-color: #007f56
}

.switch-lang, .switch-lang:visited {
    vertical-align: top;
    text-align: center;
    font-family: "GE SS Two";
    color: #333;
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-top: 31px;
    height: 20px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

    .switch-lang:before {
        content: "\f0ac";
        font-family: fontawesome;
        font-size: 18px;
        margin-right: 3px;
    }

    .switch-lang:hover {
    }

.switch-lang {
    margin-left: 5px;
}

.toggle-sideabar:active {
    background: #007f56
}

#wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.app_sidebar ul li a:before {
    content: '\f105';
    font-family: fontawesome;
    margin-left: 0;
    float: left;
    transform: rotate(180deg);
    font-size: 20px;
    margin-top: 4px;
}

.calendars-month-header, .calendars-month-header input, .calendars-month-header select {
    font-size: 14px;
    height: auto !important
}

.calendars-month td {
    border: 1px solid #ccc !important
}

    .calendars-month td .calendars-highlight {
        background: #797979 !important
    }

.grid-control span {
    line-height: 29px
}

.table tr td:first-child a:hover {
    border-bottom: 1px solid #005350
}

input[type=file].form-control {
    padding: 6px
}

.select2-selection--single .select2-selection__arrow {
    left: 1px !important;
    right: auto !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
    font-size: 17px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #337ab7 !important
}

.select2-container--default .select2-results__option {
    font-size: 16px
}

.modal-title {
    font-size: 20px
}

.loader-overlay-shape {
    width: 195px;
    height: 125px;
    background: url(../images/BOE_loader.png) no-repeat;
    margin: -35px auto auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-animation: blink 2s linear 0s infinite normal;
    animation: blink 2s linear 0s infinite normal;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.app_footer .f_logo {
    display: none
}

.breadcrumb .f_logo {
    position: absolute;
    top: -65px;
    right: 60px
}

.toggle-sideabar:hover .icon-bars:after, .toggle-sideabar:hover .icon-bars:before {
    right: 3px;
    transition: all .3s cubic-bezier(.33,.07,.23,.86)
}

.user-settings-drop .btn:hover {
    background: #049f4e;
}

.app_sidebar_title:after, .page-title h1:after {
   /* content: '';*/
    display: block;
    height: 3px;
    width: 72%;
    background: #007f56
}

.form-control:focus {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.3)
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.08)
}

.btn-inline .btn {
    margin-top: 20px;
    width: 100%
}

.user-settings-drop .btn-default.active, .user-settings-drop .btn-default:active, .user-settings-drop.open > .dropdown-toggle.btn-default, .user-settings-drop.open > .dropdown-toggle.btn-default:hover, .user-settings-drop.open > .user-settings-drop.dropdown-toggle.btn-default:focus {
    background: #03783a !important;
    color: #fff;
    border: none;
}

.user-settings-drop ul li a {
    border-bottom: 1px solid rgba(0,0,0,.07)
}

.user-settings-drop ul li:last-child a {
    border: none
}

    .user-settings-drop ul li:last-child a svg {
        margin-left: 6px
    }

.grid-counter {
    font-size: 17px;
    float: left !important
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08)
}

.grid_alert td, .grid_danger td {
    border: 1px solid rgba(0,0,0,.1)
}

.app_page_main {
    min-height: 100%;
    margin-bottom: -82px
}

    .app_page_main:after {
        content: "";
        display: block
    }

    .app_footer, .app_page_main:after {
        height: 82px
    }

.panel-heading-btn {
    padding-left: 0 !important
}

    .panel-heading-btn .btn {
        float: left;
        background: #007f56 !important;
        height: 35px;
        line-height: 35px;
        margin-top: 5px;
        margin-left: 15px
    }

.grid_danger td {
    background: #f8d7da;
    color: #721c24
}

.grid_alert td {
    background: #fff3cd;
    color: #856404
}

.table tr td span.drug {
    display: block;
    text-align: right;
    background: #eaeaea;
    padding: 5px;
    margin: 5px 0;
    border-radius: 4px
}

.Dispensed:before, .DispensingPending:before, .PartiallyDispensed:before {
    font-family: fontawesome;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    font-size: 20px
}

.PartiallyDispensed {
    color: #80743e
}

    .PartiallyDispensed:before {
        background: #ffe97d;
        content: '\f12a';
        color: rgba(0,0,0,.5)
    }

.Dispensed {
    color: #2fba1f
}

    .Dispensed:before {
        background: #2fba1f;
        content: '\f00c';
        color: rgba(0,0,0,.5)
    }

.DispensingPending {
    color: #db1111
}

    .DispensingPending:before {
        background: #db1111;
        content: '\f00d';
        color: rgba(255,255,255,.96)
    }

.amount-title:after, .app_page_main:before, .breadcrumb .f_logo:before {
    content: ''
}

.amount-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    color: #184868;
    padding: 5px
}

    .amount-title:after {
        width: 50%;
        height: 2px;
        display: block;
        background: rgba(24,72,104,.51);
        margin: 5px auto auto
    }

.amount-content {
    text-align: right
}

    .amount-content label {
        font-size: 13px
    }

.col-md-12.text-left, .col-md-6.text-left, .col-xs-12.text-left {
    text-align: left
}

.table tr th.total-count-text {
    text-align: left !important;
    font-weight: 700
}

.table tr th.total-count-value {
    text-align: right !important;
    font-weight: 700
}

.modal-footer .text-left {
    text-align: left
}

.app_page_main:before {
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg,#cfe6de 0,#eff3f8 100%);
    background-image: -webkit-linear-gradient(90deg,#cfe6de 0,#eff3f8 100%);
    background-image: -ms-linear-gradient(90deg,#cfe6de 0,#eff3f8 100%);
    position: fixed;
    right: -100px;
    top: -196px;
    width: 113%;
    height: 603px
}

.breadcrumb .f_logo:before {
    background-image: -moz-linear-gradient(90deg,#ddecea 0,#e1eded 100%);
    background-image: -webkit-linear-gradient(90deg,#ddecea 0,#e1eded 100%);
    background-image: -ms-linear-gradient(90deg,#ddecea 0,#e1eded 100%);
    position: absolute;
    width: 100%;
    height: 65px;
    bottom: -20px;
    z-index: 1
}

.breadcrumb .f_logo img {
    z-index: 2;
    position: relative;
    margin-right: 17px
}

.breadcrumb .f_logo {
    width: 160px
}

.dashboard_item {
    border: 2px solid #dbdbdb;
    text-align: center;
    padding: 30px;
    margin: 2% 2.5%;
    position: relative;
    transition: all 0.3s cubic-bezier(.33, .07, .23, .86);
    width: 28.3333%;
}

    .dashboard_item h3 {
        display: block;
        color: #555;
        font-weight: 400;
        font-size: 24px;
        margin-top: 12px;
    }

    .dashboard_item img {
        position: relative;
    }

a.dashboard_item:nth-child(3n+1) {
}

a.dashboard_item:nth-child(3n+0) {
}

.dashboard_item:after {
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    border-right: 2px solid #dbdbdb;
    display: block;
    position: absolute;
    left: -21px;
    top: -21px;
    transform: rotate(45deg);
    transition: all 0.3s cubic-bezier(.33, .07, .23, .86);
    z-index: 4;
}

.dashboard_item:hover, .dashboard_item:hover:after {
    border-color: #029146
}

    .dashboard_item:hover h3 {
        color: #029146;
    }

.dashboard_item:hover {
    background-color: hsla(149, 97%, 29%, 0.09);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(255,255,255,.5) 18px, rgba(255,255,255,.5) 40px);
}
/*
=================NEW DESIGN=================
*/
.topbar > div {
    display: block;
}

    .topbar > div > a:link, .topbar > div > a:visited {
        float: right;
        background: none;
        max-width: 250px;
    }

.breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.switch-lang, .switch-lang:visited {
    float: none !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 28px !important;
    color: #ffffff !important;
    margin-top: 30px !important;
    width: 30px;
    height: 30px;
    background: #d6a329;
    border-radius: 50px;
}

    .switch-lang p {
        display: none
    }

.user-settings-drop .btn, .user-settings-drop .icon-user {
    border-radius: 0 !important;
    margin-left: 0;
}

.app_page_main:before {
    display: none
}

body {
    background: none
}

.toggle-sideabar, .toggle-sideabar:focus, .toggle-sideabar:visited {
    border: 2px solid rgba(255, 255, 255, 0.58);
    padding: 0 8px;
    height: 38px;
    border-radius: 0;
    margin-top: 7px;
}

.app_sidebar_title:after, .page-title h1:after {
    display: none
}

.page-title {
    margin-top: 0;
    padding: 10px 0;
    position: relative;
    background: #f9f9f9;
    box-shadow: 0px 5px 0 0px rgba(0, 0, 0, 0.14);
}

.app_page_container {
    background: #ffffff;
    border-radius: 0;
    padding: 10px 20px 40px; /* border-top: 5px solid rgba(130, 132, 135, 0.2); */
    max-width: 1170px;
    margin: 30px auto;
    position: relative;
    z-index: 2;
}

#wrapper {
    margin: 0 auto !important;
}

.switch-lang:before {
    content: "\f0ac";
    display: none
}

.form-control {
    border: 2px solid #d7d7d7;
    box-shadow: inset 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    font-family: "GE SS Two";
    transition: all 0.3s cubic-bezier(.33, .07, .23, .86);
    outline: none;
    border-radius: 0 !important
}

    .form-control:focus {
        box-shadow: none;
        background: #fff;
        border: 2px solid #009247;
    }

.select2-container--default .select2-selection--single {
    border: 2px solid #d7d7d7 !important;
    box-shadow: inset 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
    font-family: "GE SS Two";
    transition: all 0.3s cubic-bezier(.33, .07, .23, .86);
    outline: none;
    border-radius: 0 !important
}

.table th {
    background: #dfdfdf;
    color: #047c57;
}

.nor-panel .panel-heading {
    font-family: "GE SS Two";
    font-weight: 500
}

.grid-counter {
    color: #404040
}

.app_footer {
    background: url(../images/bg_footer.png) repeat;
}

.copyright {
    color: #dddddd;
    font-size: 14px;
}

.app_footer, .app_page_main:after {
    height: 110px;
}

.app_page_main {
    margin-bottom: -110px;
    min-height: 600px;
    background: #f0f0f0 url(../images/dot.png);
    position: relative;
}

.page-title h1 {
    color: #404040;
    font-family: "GE SS Two";
    font-size: 30px;
    padding-left: 0;
}
/* .page-title h1:before{content:'\f109'; font-family:fontawesome; background:#e8e8e8; font-size:38px; padding:3px 10px; color:#017f54; border-radius:4px 4px 0 0; margin-left:5px; vertical-align:bottom} */
.switch-lang, .logout {
    display: inline-block;
    vertical-align: top
}

.lang_and_logout {
    float: left
}

.logout {
    padding: 0;
    font-size: 15px;
    line-height: 32px !important;
    color: #ffffff !important;
    margin-top: 30px !important;
    width: 30px;
    height: 30px;
    background: #d6a329;
    border-radius: 50px;
    text-align: center;
    margin-left: 5px;
}

    .switch-lang svg, .logout svg {
        color: #a29061
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #dbdbdb;
    box-shadow: none;
    color: #828282;
    cursor: default;
    pointer-events: none
}

    .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
        border: 1px solid #dbdbdb
    }

.app_sidebar_title {
    color: #047c57l
}

.app_sidebar {
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
}

.app_sidebar_title {
    height: 34px;
    line-height: 34px
}

.app_sidebar_title {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 20px; /* background: url(../images/sidemenu_bg_03.png) no-repeat center 34px; */
    height: 54px;
    font-family: "GE SS Two";
    font-weight: 500;
    margin-left: 30px;
    padding: 13px;
}

.grid-control, .grid-control:visited {
    display: inline-block;
    font-size: 19px;
    line-height: 33px;
    width: 33px;
    height: 33px; /*margin-bottom:  0;*/
    text-align: center;
}

.dashboard_item { /* margin: 1% 2.5% 2.8%; */
}

.PractitionerNeedsNotes {
    padding: 20px;
    margin-top: 20px
}

.user-settings-drop ul {
    width: 100%;
    box-shadow: none;
    top: 100%;
    border-radius: 0 0 10px 10px;
    border-top: none;
}

.page-title h1:before {
}


.footer_sec {
    background: url(../images/f_logo_bg.png) no-repeat #f3f3f3 right bottom;
    position: relative
}

.footer {
    max-width: 1160px;
    padding: 40px 0;
    margin: 0 auto
}

.scrollup {
    position: absolute;
    bottom: -30px;
    left: 50px;
    z-index: 9
}

.footer > div {
    float: right;
    width: 33.3333%;
    padding: 0 30px;
    min-height: 323px
}

    .footer > div:nth-child(2) {
        border: 1px solid #ddd;
        border-top: none;
        border-bottom: none
    }

    .footer > div > strong {
        display: block;
        text-align: center;
        font-size: 25px;
        margin-bottom: 50px;
        position: relative
    }

        .footer > div > strong:after {
            content: "";
            width: 38px;
            height: 5px;
            position: absolute;
            bottom: -16px;
            right: 50%;
            margin-right: -18px;
            background-color: #0d8c60;
            border-left: 4px solid #f3f3f3;
            border-right: 4px solid #f3f3f3
        }

        .footer > div > strong:before {
            content: "";
            width: 70%;
            height: 1px;
            position: absolute;
            bottom: -14px;
            right: 15%;
            background-color: #aaa
        }

        .footer > div > strong > span {
            color: #0d8c60
        }

.ful {
    margin: 0;
    list-style: none
}

    .ful a:link, .ful a:visited {
        font-size: 16px;
        color: #404040;
        font-family: "GE SS Two"
    }

    .ful a:hover {
        color: #958a5f
    }

    .ful li {
        padding: 3px 5px
    }

        .ful li.ad {
            display: inline-block;
            border: 1px solid #aaa;
            border-radius: 5px;
            margin: 3px
        }

.implinks .slick-slider {
    position: relative;
    display: block
}

.implinks .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.implinks .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center
}

.implinks .slick-slide {
    overflow: hidden;
    float: right
}

.implinks .slick-next {
    position: absolute;
    bottom: 0;
    right: 50%;
    cursor: pointer;
    margin-right: -40px;
    background-color: #0d8c60;
    padding: 3px 0;
    transition: all 0.3s ease-out
}

.implinks .slick-prev {
    position: absolute;
    bottom: 0;
    right: 50%;
    cursor: pointer;
    margin-left: -40px;
    background-color: #0d8c60;
    padding: 3px 0;
    transition: all 0.3s ease-out
}

    .implinks .slick-next:hover, .implinks .slick-prev:hover {
        background-color: #958a5f;
        transition: all 0.3s ease-out
    }

.implinks .slick-slide a:link, .implinks .slick-slide a:visited {
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: "GE SS Two";
    color: #404040
}

.implinks .slick-slide a span {
    display: block;
    padding: 20px 0 0
}

.implinks .slick-slide a img {
    height: 140px
}

.copyrigh_sec {
    text-align: center;
    padding: 50px;
    font-family: "GE SS Two";
    position: relative
}

    .copyrigh_sec ul {
        padding: 0 0 10px;
        margin: 0;
        list-style: none
    }

        .copyrigh_sec ul li {
            display: inline-block;
            padding: 0 3px
        }

.ficons {
    position: absolute;
    right: 50px;
    top: 50px
}

.happy {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    z-index: 99999
}

    .happy.srclose > span > img:nth-child(1) {
        display: block;
        cursor: pointer
    }

    .happy.srclose > span > img:nth-child(2) {
        display: none;
        cursor: pointer
    }

    .happy.sropen > span > img:nth-child(1) {
        display: none;
        cursor: pointer
    }

    .happy.sropen > span > img:nth-child(2) {
        display: block;
        cursor: pointer
    }

.tooltip.happy > div {
    bottom: 90px;
    top: auto;
    width: 320px;
    border-radius: 5px;
    border-bottom: 2px solid #ddd
}

    .tooltip.happy > div img {
        display: inline-block;
        border: 3px solid #fff;
        border-radius: 100px;
        padding: 1px
    }

        .tooltip.happy > div img:hover {
            border: 3px solid #ccc;
            border-radius: 100px;
            padding: 1px
        }

    .tooltip.happy > div strong {
        display: block;
        font-weight: 500;
        font-size: 22px;
        font-family: "GE SS Two"
    }

.contactus {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    z-index: 99999
}

    .contactus.srclose > span > img:nth-child(1) {
        display: block;
        cursor: pointer
    }

    .contactus.srclose > span > img:nth-child(2) {
        display: none;
        cursor: pointer
    }

    .contactus.sropen > span > img:nth-child(1) {
        display: none;
        cursor: pointer
    }

    .contactus.sropen > span > img:nth-child(2) {
        display: block;
        cursor: pointer
    }

.tooltip.contactus > div strong {
    display: block;
    font-weight: 500;
    font-size: 22px;
    font-family: "GE SS Two"
}

.tooltip.contactus > div {
    bottom: 90px;
    top: auto;
    width: 400px;
    border-radius: 5px;
    border-bottom: 2px solid #ddd
}

.contactus select {
    width: 80%;
    float: right;
    font-family: "GE SS Two";
    font-size: 16px;
    color: #404040;
    padding: 5px;
    background-color: #eee;
    border-radius: 3px;
    border: none
}

.contactus input[type="button"] {
    width: 18%;
    float: right;
    margin-right: 2%;
    font-family: "GE SS Two";
    font-size: 16px;
    color: #fff;
    padding: 5px;
    background-color: #958a5f;
    border-radius: 3px;
    border: none;
    cursor: pointer
}

    .contactus input[type="button"]:hover {
        background-color: #0d8c60
    }

.app_page_container .nav-tabs > li {
    float: right;
    margin: 0;
    margin-bottom: -1px;
    margin-right: -2px;
}

.app_page_container .nav-tabs {
    padding-right: 0;
    border-bottom: none;
    margin-top: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    color: #017f54;
    border-top: 3px solid #017f54
}

.tab-content {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.nav-tabs > li > a {
    font-size: 19px;
    color: #404040
}

.table > thead:first-child > tr:first-child > th:last-child {
    width: 15%
}

.btnDetails .icon-bars, .btnFollowup .icon-bars, .btnNewRequest .icon-bars, .btnDecision .icon-bars {
    display: none
}

.btnNewRequest:before {
    content: '\f0f0';
    font-family: "fontawesome"
}

.grid-control {
    text-indent: -400px;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

    .grid-control:before {
        float: left;
        text-indent: 0;
        margin: auto;
        width: 33px;
    }

.btnDecision:before {
    content: '\f067';
    font-family: "fontawesome"
}

.btnFollowup:before {
    content: '\f1b8';
    font-family: "fontawesome"
}

.btnContracts:before {
    content: '\f0c5';
    font-family: "fontawesome"
}

.btnAddToBlacklist:before {
    content: '\f03a';
    font-family: "fontawesome"
}

.wizard__step.active .wizard__step__indicator {
    background-color: #007f56 !important
}

.wizard__step__indicator {
    background-color: #ccc !important
}

.wizard__step__label {
    font-size: 18px !important;
    font-weight: normal !important
}

.wizard__step.active .wizard__step__label {
    color: #007f56
}

.wizard__body__step {
    padding-top: 30px !important;
}

.wizard__body__actions {
    background: none !important;
    border: none !important;
    bottom: 20px !important;
    padding: 0 30px
}

    .wizard__body__actions div {
        padding: 0
    }

    .wizard__body__actions a.btn.pull-left {
        width: auto !important;
        display: inline-block !important;
        margin-left: 15px
    }


.btnAdd:before {
    content: '\f067';
    font-family: "fontawesome"
}

.btnDecision:before {
    content: '\f0a1';
    font-family: "fontawesome"
}

.btnDownload:before {
    content: '\f019';
    font-family: "fontawesome"
}

.btnActivate:before {
    content: '\f00c';
    font-family: "fontawesome"
}

.btnDeactivate:before {
    content: '\f00d';
    font-family: "fontawesome"
}

.Add-grid:before {
    content: '\f067';
    font-family: "fontawesome"
}

.Edit-grid:before {
    content: '\f040';
    font-family: "fontawesome"
}

.Delete-grid:before {
    content: '\f1f8';
    font-family: "fontawesome"
}


.ReFreshGrid:before {
    content: '\f079';
    font-family: "fontawesome"
}

.Cancel-Grid:before {
    content: '\f05e';
    font-family: "fontawesome"
}

.Translator-grid:before {
    content: '\f1ab';
    font-family: "fontawesome"
}

.Translator-grid-fork:before {
    content: '\f126';
    font-family: "fontawesome"
}

.DeletePreviousVersion-grid:before {
    content: "\f057";
    font-family: "fontawesome"
}

.Details-MoveToPage:before {
    content: "\f060";
    font-family: "fontawesome"
}


.Change-grid:before {
    content: '\f0ec';
    font-family: "fontawesome"
}

.Version-grid:before {
    content: '\f1da';
    font-family: "fontawesome"
}

.Details-grid:before {
    content: '\f0f6';
    font-family: "fontawesome"
}


.Details-Preview:before {
    content: '\f00e';
    font-family: "fontawesome"
}


.grid-number {
    text-indent: 0
}

.topbar > div > a:link img {
    max-width: 100%
}

.white_gradient {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.logout svg {
    color: #fff
}

.page-title .container {
    padding: 0
}


.system_title {
    font-size: 22px;
    text-align: center;
    color: #404040
}

.system_details_box .col {
    display: inline-block;
    vertical-align: top
}

.system_brief {
    width: 35%;
    padding-left: 30px;
}

    .system_brief h4 {
        margin: 0
    }

.system_info {
    width: 64%;
}

.system_brief h4:after {
    content: '';
    width: 18%;
    height: 3px;
    background: #009247;
    display: block;
}

.system_brief p {
    font-size: 20px;
    line-height: 29px;
}

.system_info {
    background: #f7f7f7;
    box-shadow: 0 15px 0 -9px #cfcfcf, 0 30px 0 -19px #afafaf;
}

    .system_info label, .system_info span {
        display: inline-block;
        padding: 9px;
        font-weight: 400;
    }

    .system_info label {
        background: #fff;
        width: 30%;
        color: #404040;
        box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.22);
        margin-right: -6px;
        font-size: 18px;
    }

    .system_info span {
        width: 65%;
        margin-right: 2%;
        color: #009247;
        font-size: 18px;
    }

    .system_info > div {
        margin: 15px 0;
    }

.browse_count {
    text-align: left;
    margin-bottom: 10px;
}

    .browse_count strong, .browse_count span {
        display: inline-block;
        padding: 0 10px;
        font-weight: 400;
    }

    .browse_count strong {
        background: #e4e4e4;
        transform: skew(-200deg);
    }

        .browse_count strong span {
            display: inline-block;
            transform: skew(200deg);
        }

.system_terms_title {
    margin: 50px 0 0;
    border-bottom: 2px solid #d6a329;
    padding-bottom: 10px;
}

.system_terms_tools {
    text-align: left;
    padding: 13px;
    border: 1px solid #ccc;
    margin: 1px 0;
}

    .system_terms_tools a {
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        padding: 10px 20px
    }

        .system_terms_tools a svg {
            color: #009247;
            margin-left: 7px;
        }

.system_terms_textbox {
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 0;
    margin-bottom: 10px;
}

    .system_terms_textbox h3 {
        margin: 5px;
    }

    .system_terms_textbox > div {
        max-height: 700px;
        overflow-y: auto;
        padding: 35px;
        position: relative
    }
/*.system_terms_textbox>div:after{content: ''; position: absolute; width: 100%;left: 0; bottom: 0; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(250,250,250,0.96) 96%,rgba(250,250,250,1) 100%); height: 40px;}*/
.system_info_viewer {
    width: 100%
}

.viewer_title {
    color: #009247;
    border: none
}

.nav.navbar-nav li {
    margin: 6px;
    font-size: 18px;
    height: 40px;
}

.nav.navbar-nav .active {
    border: 1px solid #fff;
}

.nav.navbar-nav li a {
    padding: 7px 10px;
}

    .nav.navbar-nav li a:hover {
        background-color: transparent;
    }

#sidebar-wrapper {
    background: #333333;
}

.logout > span {
    display: none;
}

.language .btn-group .btn {
    background: #ad9a63;
    display: inline-block;
    color: #fff;
    padding: 0;
    border-radius: 2px;
    font-size: 20px;
    font-weight: none;
    vertical-align: middle;
    margin: 0 2px 4px;
    width: 33px;
    height: 33px;
}

.language {
    display: inline-block;
}

    .language .btn-group .btn svg {
        width: 18px;
    }

    .language .btn-group .btn:hover {
        background: #047c57;
    }

.table > thead > tr > th {
    vertical-align: middle;
}
/*
=================MOBILE=================
*/
@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        position: relative;
        margin: 0 10px;
        z-index: 2;
    }

    #sidebar-wrapper {
        z-index: 1000;
        position: absolute;
        margin-right: -250px;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        width: 250px;
        right: -400px;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        background: #333333;
        border-top: 4px solid #d7a734;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
        right: 250px;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        padding: 0;
    }

    #wrapper.toggled {
        padding-right: 250px
    }

    #page-content-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .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 {
        float: right !important
    }
}

@media (min-width:768px) {
    .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, .navbar-nav, .navbar-nav > li {
        float: right
    }

    .modal-dialog {
        margin: 100px auto;
        width: 900px
    }
}

@media (max-width:1160px) {
    .dashboard_item {
        margin-top: 65px
    }
}

@media (max-width:940px) {
    .dashboard_item {
        max-width: 31.3%;
        margin-top: 65px
    }

    .nav.navbar-nav {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
    }

    .page-title .container {
        padding: 0 15px;
    }

    .top-user-settings {
        width: 100% !important;
        background-color: #038742;
        text-align: center;
    }
}

@media (max-width:768px) {
    .f_logo img {
        width: 300px
    }
    /*.top-user-settings{padding-right:15px;margin-top:10px}
.user-settings-drop .btn{text-indent:-99999px}
.user-settings-drop .btn .icon-angle-arrow-down{text-indent:0;margin-right:0}*/
    .dashboard_item {
        max-width: 48%
    }

    .toggle-sideabar {
        display: none
    }

    .app_sidebar {
        min-height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .captcha_img img {
        max-width: 100%
    }

    .system_details_box .col {
        width: 100%;
    }
}

@media (max-width:650px) {
    .system_terms_tools a {
        padding: 3%
    }

    topbar ul {
        width: 100%;
        text-align: center
    }

        topbar ul li {
            float: none;
            display: inline-block
        }

    .srch > div {
        right: -85px
    }

    topbar .date {
        width: 100%;
        text-align: center
    }

    .f_logo {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:568px) {
    .dashboard_item {
        max-width: 100%;
        margin: 75px auto 0 !important;
        width: 80%;
        float: none;
        display: block
    }

    .f_logo img {
        width: 250px
    }

    .page-title h1 {
        font-size: 23px
    }

    .nor-panel .panel-heading {
        font-size: 18px
    }

    .app_page_container {
        padding: 15px
    }

    .captcha-control .icon-refresh {
        font-size: 20px
    }

    .login_bg p {
        font-size: 16px;
        margin-top: 12px
    }

    .login_page_container > .col-xs-12 {
        padding: 15px 0 0;
        float: none !important
    }

    .login_bg {
        margin-top: 15px
    }

    .system_terms_tools a {
        padding: 2%
    }
}

@media (max-width:480px) {
    .f_logo img {
        width: 200px;
        margin-top: 7px
    }

    .msgs-btn {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 35px
    }

        .msgs-btn .badge {
            padding: 2px 5px;
            font-size: 10px
        }

    .user-settings-drop .icon-user {
        padding: 4px;
        font-size: 21px
    }

    .user-settings-drop .btn {
        font-size: 13px;
        padding: 5px 10px
    }

    .btn-nor-primary {
        margin-bottom: 8px
    }

    .copyright {
        float: none
    }

    .app_footer {
        text-align: center
    }

    .pagination > li > a, .pagination > li > span {
        margin-bottom: 3px;
        font-size: 14px;
        padding: 5px 10px
    }

    .login_bg {
        display: none
    }

    .system_terms_tools a {
        padding: 1%
    }
}

.tabs {
    margin: 0;
    padding: 0;
    background: #606162;
    border-bottom: 3px #61a13a solid
}

    .tabs li {
        display: inline-block;
        margin: 0;
        padding: 5px 20px 0;
        cursor: pointer;
        font-size: 1.2em;
        line-height: 2em;
        color: #FFF
    }

        .tabs li:hover {
            background: #72bc44
        }

        .tabs li.current {
            background: #61a13a;
            color: #FFF
        }

.HighlightCount {
    background: 4px 25px #d63b4e;
    padding: 0;
    margin: 0;
    display: block;
    height: 17px;
    width: 17px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 3px;
    line-height: 18px;
    color: #fff;
    border-radius: 15px
}

.MyAccount:before {
    content: "\f2be"
}

.LogOff:before {
    content: "\f08b"
}

.noResults {
    text-align: center;
    padding: 15px;
    color: #a94442;
    font-size: 17px;
    background: rgba(223,109,107,.08);
    border: 1px solid rgba(223,109,107,.2);
    margin-top: 10px;
}

@media screen and (min-width:0\0) {
    input[type=file] {
        padding: 0 !important
    }
}

@media screen and (-moz-images-in-menus:0) {
    fieldset {
        display: table-cell
    }
}

.open > .dropdown-menu {
    font-size: 15px
}

.validation-summary-errors {
    padding: .75rem 1.25rem .75rem 10px;
    margin-bottom: 1rem;
    border: 1px solid #ebcccc;
    border-radius: .25rem;
    font-size: 20px;
    background-color: #f2dede;
    color: #a94442
}

    .validation-summary-errors ul {
        margin-bottom: 0;
        -webkit-padding-start: 0
    }

.ps_collapse_l2 {
    padding: 10px 15px
}

    .ps_collapse_l2 > .page_collapsible {
        cursor: pointer;
        background-color: #e6e6e6;
        border: 1px solid #cecece;
        display: block;
        padding: 5px 5px 10px 20px;
        position: relative;
        font-size: 24px
    }

        .ps_collapse_l2 > .page_collapsible::after {
            content: "";
            width: 10px;
            height: 30px;
            background-color: #005350;
            position: absolute;
            right: 5px;
            top: 5px;
            transition: all .3s ease-out
        }

        .ps_collapse_l2 > .page_collapsible i {
            vertical-align: middle;
            float: left;
            color: #909090
        }

    .ps_collapse_l2 .collapse-close::before {
        content: "\f0ab";
        color: #909090;
        font: normal normal normal 14px/1 FontAwesome;
        float: left;
        font-size: 26px;
        position: relative;
        bottom: -2px
    }

    .ps_collapse_l2 .collapse-open::before {
        content: "\f0aa";
        color: #005350;
        font: normal normal normal 14px/1 FontAwesome;
        float: left;
        font-size: 26px;
        position: relative;
        bottom: -2px
    }

.dvcolorcontainer {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 10px
}

.app_page_container .dvcolorcontainer:nth-child(odd) {
    background-color: #fcfcfc
}

.app_page_container .dvcolorcontainer:nth-child(even) {
    background-color: #f3f3f3
}

.btncommentdelete {
    background: #a44 !important;
    border: 1px solid transparent;
    color: #fff !important;
    border-radius: 0;
    margin-right: 15px;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    width: auto;
    padding: 0 15px
}

    .btncommentdelete .icon-trash {
        font-size: 17px;
        vertical-align: middle;
        margin: 0 3px
    }

.notify-badge {
    position: absolute;
    left: -20px;
    top: -20px;
    background: rgb(214, 41, 41);
    text-align: center;
    color: #ffffff;
    padding: 0;
    font-size: 17px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    z-index: 5;
    border-radius: 50px;
    border: 4px solid #fff;
    font-family: arial;
}


/* Custom css*/
.table-striped > tbody > tr:hover {
    cursor: move;
}

.display-none {
    display: none
}

.display-block {
    display: block
}

.center {
    text-align: center
}

.heightAutoForLongText {
    height: auto;
    background-color: #ccc;
    min-height: 46px;
    padding: 10px;
}

.heightAuto {
    height: auto;
    min-height: 46px;
    padding: 10px;
}


.dropdown-menu > li {
    text-align: right;
}

.table-title {
    float: right !important;
}

.table-Translation-left {
    text-align: left !important;
}

.table-Translation-right {
    text-align: right !important;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.display-text-left {
    text-align: left;
}

.display-text-right {
    text-align: right;
}

.system_info span a {
    color: #009247;
    text-decoration: underline !important;
}


.system_info ul {
    padding: 0;
}

article_item h3 {
    color: #0d8c60;
    margin: 8px 0;
}

.article_item {
    position: relative;
    padding: 10px;
    margin: 20px 0;
}

    .article_item a:link, .article_item a:visited {
        color: #404040;
        text-decoration: none;
        cursor: default;
        pointer-events: none
    }

.article_btns a:before {
    content: '\f1c1';
    font-family: fontawesome;
    margin-left: 5px;
    display: inline-block;
}

.article_btns a {
    background: #d6a329;
    padding: 3px 20px;
    color: #fff !important;
    margin: 6px 0;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
    border-radius: 3px;
    cursor: pointer !important;
    pointer-events: initial !important
}

div.article_item:nth-child(even) {
    background: #fff;
}

div.article_item:nth-child(odd) {
    background: #ececec;
}

.article_item.no_alternate {
    background: none !important
}

    .article_item.no_alternate.changed-article {
        background: #fff5de !important
    }

    .article_item.no_alternate.canceled-article {
        background: #ffdede !important
    }

.article_btns a {
    background: #d6a329;
    padding: 3px 20px;
    color: #fff !important;
    margin: 6px 0;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
    border-radius: 3px;
    cursor: pointer !important;
    pointer-events: initial !important;
    font-weight: 300;
}

.article_btns svg {
    margin-left: 5px
}


.article_item p {
    font-weight: 300;
    text-align: justify;
    margin: 18px 0
}

.article_item h3 {
    color: #0d8c60;
    margin: 8px 0;
}
.system_terms_textbox ol {
    list-style: auto;
}