/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
img.ico {
    padding: 0px 0px 0px 10px;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles: Ibrahim Khalil Azzam
   ========================================================================== */


@font-face {
    font-family: 'NeoSansArabic';
    src: url('fonts/NeoSansArabic.eot?') format('eot'),
    url('fonts/NeoSansArabic.woff') format('woff'),
    url('fonts/NeoSansArabic.ttf')  format('truetype'),
    url('fonts/NeoSansArabic.svg#NeoSansArabic') format('svg');
}

@font-face {font-family: "Neo Sans Arabic Bold";
    src: url("fonts/8748f5068427fc51038324b33a9a85dd.eot"); /* IE9*/
    src: url("fonts/8748f5068427fc51038324b33a9a85dd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/8748f5068427fc51038324b33a9a85dd.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/8748f5068427fc51038324b33a9a85dd.woff") format("woff"), /* chrome、firefox */
    url("fonts/8748f5068427fc51038324b33a9a85dd.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/8748f5068427fc51038324b33a9a85dd.svg#Neo Sans Arabic Bold") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Neo Sans Arabic Medium";
    src: url("fonts/7668f634eb4865a48f04d52ea3fb9b27.eot"); /* IE9*/
    src: url("fonts/7668f634eb4865a48f04d52ea3fb9b27.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/7668f634eb4865a48f04d52ea3fb9b27.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/7668f634eb4865a48f04d52ea3fb9b27.woff") format("woff"), /* chrome、firefox */
    url("fonts/7668f634eb4865a48f04d52ea3fb9b27.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/7668f634eb4865a48f04d52ea3fb9b27.svg#Neo Sans Arabic Medium") format("svg"); /* iOS 4.1- */
}

body {
    background: #e9ecef;
    direction: rtl !important;
    height: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, p, pre,
ul, ol, li, a, img, div, form, input,
input, textarea, table, tr, th, td, nav,
footer, header, hgroup, menu, figure, figcaption, time, meter {

    margin:0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
}


h1, h2, h3, h4, h5, h6, p, li, a, select,
textarea, legend, label, th, td, blockquote, q, div
/*span:not(fc-icon),*/
/*div ~ div:not(.cal)*/
{
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'NeoSansArabic' !important;
    /*color: #666;*/
}



a{
    color: #666;
}

p {
    line-height: 1.5;
}

div.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

div.wrapper header.main {
    height: 45px;
    background: #408eba;
    border-top: 1px solid #408eba;
}

div.wrapper header.main div.user_menu_container {
    position: relative;
}

div.wrapper header.main div.user_menu_container ul.user_menu {
    position: absolute;
    left: 10px;
    top: 45px;
    box-sizing: border-box;
    background: #FFF;
    list-style: none;
    box-shadow: 0 1px 5px 0 rgba(56,61,72,0.21);
    width: 140px;
    display: none;
    z-index: 1;
}

div.wrapper header.main div.user_menu_container ul.user_menu::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'arrow_drop_up';
    position: absolute;
    top: -20px;
    left: 0px;
    color: #FFF;
}

div.wrapper header.main div.user_menu_container ul.user_menu li a:link,
div.wrapper header.main div.user_menu_container ul.user_menu li a:visited {
    color: #666;
    font-size: 0.8em;
    text-decoration: none;
    padding: 10px;
    display: block;
    border-bottom: solid 1px #EFEFEF;
}

div.wrapper header.main div.user_menu_container ul.user_menu li a:hover,
div.wrapper header.main div.user_menu_container ul.user_menu li a:active {
    background: #f3f5f6;
}

div.wrapper header.main div.user_menu_container ul.user_menu li:last-child a {
    border: none;
}

div.wrapper header.main div.user_menu_container ul.user_menu li a i {
    margin-left: 10px;
}

div.wrapper header.main a.menu_switch:link,
div.wrapper header.main a.menu_switch:visited {
    color: #FFF;
    font-size: 1.5em;
    display: block;
    width: 25px;
    height: 25px;
    margin: 10px;
    text-align: center;
    float: right;
    transition: all 0.3s ease-in-out;
}

div.wrapper header.main a.menu_switch.opened {
    transform: rotate(90deg);
}

div.wrapper header.main a.language_switch:link,
div.wrapper header.main a.language_switch:visited {
    color: #FFF;
    font-size: 1.1em;
    text-decoration: none;
    display: block;
    height: 25px;
    margin: 10px 5px;
    text-align: center;
    float: left;
    transition: all 0.3s ease-in-out;
}

div.wrapper header.main a.language_switch > i {
    font-size: 1.1em;
    float: left;
    margin-right: 5px;
}

div.wrapper header.main a.language_switch > span {
    display: inline-block;
    font-size: 0.9em;
    margin-top: 2px;
    color: #FFF;
}

div.wrapper header.main a.menu_switch.opened.no_animation {
    transition: none !important;
}

div.wrapper header.main h1 {
    color: #FFF;
    margin: 13px 0 13px 13px;
    font-size: 1.2em;
    float: right;
}

div.wrapper nav.main_navigation {
    width: 250px;
    padding: 20px 0;
    padding-bottom: 100%;
    background: #222d32;
    position: absolute;
    top: 46px;
    right: -250px;
    transition: all 0.3s ease-in-out;
    height: calc(100% - 86px);
    margin-top:-45px;
}

div.wrapper nav.main_navigation.opened {
    right: 0;
}

div.wrapper nav.main_navigation.opened.no_animation {
    transition: none !important;
}

div.wrapper nav.main_navigation div.profile_picture {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: solid 5px #FFF;
    margin: 20px auto;
}

div.wrapper nav.main_navigation div.employee_info span.name,
div.wrapper nav.main_navigation div.employee_info span.privilege {
    display: block;
    width: 100px;
    margin: 10px auto;
    color: #FFF;
    font-size: 0.85em;
    text-align: center;
}

div.wrapper nav.main_navigation div.employee_info span.name {
    font-size: 1.2em;
    margin-bottom: 5px;
}

div.wrapper nav.main_navigation div.employee_info span.privilege {
    margin: 0 auto;
    color: #408eba;
}

div.wrapper nav.main_navigation ul.app_navigation {
    margin: 20px 0;
    list-style: none;
}

div.wrapper nav.main_navigation ul.app_navigation li:first-child a {
    border-top: solid 1px #273339;
}

div.wrapper nav.main_navigation ul.app_navigation li a:link,
div.wrapper nav.main_navigation ul.app_navigation li a:visited {
    color: #b8c7ce;
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #222d32;
    transition: all 0.3s ease-in-out;
    border-bottom: solid 1px #273339;
    box-sizing: border-box;
    border-right: solid 5px transparent;
}

div.wr_er nav.main_navigation ul.app_navigation li a:hover,
div.wrapper nav.main_navigation ul.app_navigation li a:active,
div.wrapper nav.main_navigation ul.app_navigation li a.selected,
div.wrapper nav.main_navigation ul.app_navigation li.selected > a,
div.wrapper nav.main_navigation ul.app_navigation li.submenu.selected > a {
    background: #222;
    color: #b8c7ce;
    border-right: solid 5px #408eba;
    border-bottom: solid 1px transparent;
}

div.wrapper nav.main_navigation ul.app_navigation li a > i {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    font-size: 1.2em !important;
}

div.wrapper nav.main_navigation ul.app_navigation li.submenu ul {
    background-color: #222;
    padding: 10px 0;
    border-right: solid 5px transparent;
    display: none;
}

div.wrapper nav.main_navigation ul.app_navigation li.submenu:hover ul,
div.wrapper nav.main_navigation ul.app_navigation li.submenu.selected ul {
    border-right: solid 5px #408eba;
}

div.wrapper nav.main_navigation ul.app_navigation li.submenu.selected ul {
    display: block;
}

div.wrapper nav.main_navigation ul.app_navigation li.submenu ul li a:link,
div.wrapper nav.main_navigation ul.app_navigation li.submenu ul li a:visited {
    background-color: transparent;
    border: none;
    font-size: 0.85em;
    padding: 0px 45px 0px 0;
    margin-bottom: 5px;
    text-decoration: underline;
}

div.wrapper nav.main_navigation ul.app_navigation li.submenu ul li a:hover,
div.wrapper nav.main_navigation ul.app_navigation li.submenu ul li a:active,
div.wrapper nav.main_navigation ul.app_navigation li.submenu ul li a.selected {
    color: #408eba;
    text-decoration: none;
}

div.wrapper div.action_view {
    padding: 20px;
    background: #FFF;
    transition: all 0.3s ease-in-out;
    min-height: calc(100% - 86px);
    margin-top: 45px;
}

div.wrapper div.action_view.collapsed {
    margin-right: 250px;
    margin-top: 45px;
}

div.wrapper div.action_view.collapsed.no_animation {
    transition: none !important;
}

div.wrapper div.action_view form.appForm {
    width: 100%;
    margin: 0 auto;
}

div.wrapper div.action_view form.appForm fieldset {
    padding: 0 10px;
    box-sizing: border-box;
    border: solid 1px #e4e4e4;
}

div.wrapper div.action_view form.appForm fieldset legend {
    padding: 5px 10px;
    color: #FFF;
    background: #408eba;
    line-height: 1.5;
}
div.wrapper div.action_view form.appForm.n6 {
    width: 6%;
}
div.wrapper div.action_view form.appForm.n10 {
    width: 10%;
}
div.wrapper div.action_view form.appForm.n20 {
    width: 20%;
}
div.wrapper div.action_view form.appForm.n25 {
    width: 25%;
}
div.wrapper div.action_view form.appForm.n30 {
    width: 30%;
}
div.wrapper div.action_view form.appForm.n40 {
    width: 40%;
}
div.wrapper div.action_view form.appForm.n50 {
    width: 50%;
}
div.wrapper div.action_view form.appForm.n60 {
    width: 60%;
}
div.wrapper div.action_view form.appForm.n70 {
    width: 70%;
}
div.wrapper div.action_view form.appForm.n80 {
    width: 80%;
}
div.wrapper div.action_view form.appForm.n90 {
    width: 90%;
}

div.wrapper div.action_view form.appForm div.input_wrapper {
    width: 100%;
    position: relative;
    height: 55px;
    clear: both;
}

div.wrapper div.action_view form.appForm div.input_wrapper.n6,
div.wrapper div.action_view form.appForm div.input_wrapper.n10,
div.wrapper div.action_view form.appForm div.input_wrapper.n20,
div.wrapper div.action_view form.appForm div.input_wrapper.n25,
div.wrapper div.action_view form.appForm div.input_wrapper.n30,
div.wrapper div.action_view form.appForm div.input_wrapper.n40,
div.wrapper div.action_view form.appForm div.input_wrapper.n50,
div.wrapper div.action_view form.appForm div.input_wrapper.n60,
div.wrapper div.action_view form.appForm div.input_wrapper.n70,
div.wrapper div.action_view form.appForm div.input_wrapper.n80,
div.wrapper div.action_view form.appForm div.input_wrapper.n90 {
    float: right;
    clear: none;
    box-sizing: border-box;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n6 {
    width: 6%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n10 {
    width: 10%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n20 {
    width: 20%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n25 {
    width: 25%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n30 {
    width: 30%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n40 {
    width: 40%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n50 {
    width: 50%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n60 {
    width: 60%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n70 {
    width: 70%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n80 {
    width: 80%;
}
div.wrapper div.action_view form.appForm div.input_wrapper.n90 {
    width: 90%;
}

div.wrapper div.action_view form.appForm div.input_wrapper.border {
    border-left: solid 1px #e4e4e4;

}

div.wrapper div.action_view form.appForm div.input_wrapper_other {
    width: 100%;
    position: relative;
    min-height: 55px;
    clear: both;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #e4e4e4;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other.n6,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n10,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n20,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n25,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n30,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n40,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n50,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n60,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n70,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n80,
div.wrapper div.action_view form.appForm div.input_wrapper_other.n90 {
    float: right;
    clear: none;
    box-sizing: border-box;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n6 {
    width: 6%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n10 {
    width: 10%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n20 {
    width: 20%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n25 {
    width: 25%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n30 {
    width: 30%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n40 {
    width: 40%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n50 {
    width: 50%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n60 {
    width: 60%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n70 {
    width: 70%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n80 {
    width: 80%;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.n90 {
    width: 90%;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other.border {
    border-left: solid 1px #e4e4e4;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.radio,
div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox {
    margin-left: 10px;
    height: 20px;
    display: inline-block;
    line-height: 1.5;
    font-size: 0.85em;

}

div.wrapper div.action_view form.appForm div.input_wrapper_other label:first-child {
    display: block;
    margin: 7px 0;
    font-size: 0.85em;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.radio div.radio_button,
div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox div.checkbox_button {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    background: #e4e4e4;
    float: right;
    margin-left: 5px;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.radio.block,
div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox.block {
    display: block;

}


div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox div.checkbox_button {
    border-radius: 0px;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.radio:hover div.radio_button,
div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox:hover div.checkbox_button {
    background: #ccc;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.radio input[type=radio]:checked + div.radio_button,
div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox input[type=checkbox]:checked + div.checkbox_button {
    background: #408eba;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox input[type=checkbox]:checked + div.checkbox_button::after {
    font-family: FontAwesome;
    display: inline-block;
    content: '\f00c';
    color: #FFF;
    font-size: 0.9em;
    margin: 1px;
    text-align: center;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.radio input[type=radio],
div.wrapper div.action_view form.appForm div.input_wrapper_other label.checkbox input[type=checkbox] {
    opacity: 1;
    position: absolute;
    z-index: -1;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other.select {
    position: relative;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other select {
    background: #f7f7f7;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    border: solid 1px #f7f7f7;
    padding: 5px 15px;
    line-height: 1.7;
    display: block;
    margin-top: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 0.9em;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other select:focus {
    outline: none;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other.select::after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'keyboard_arrow_down';
    position: absolute;
    top: 15px;
    left: 5px;
}
div.wrapper div.action_view form.appForm div.input_wrapper_other.select2::after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'keyboard_arrow_down';
    position: absolute;
    top: 38px;
    left: 5px;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other textarea {
    background: #f7f7f7;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #f7f7f7;
    display: block;
    margin: 8px 0;
    padding: 20px;
    font-size: 0.85em;
}

div.wrapper div.action_view form.appForm div.input_wrapper label {
    position: absolute;
    font-size: 0.9em;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}

div.wrapper div.action_view form.appForm div.input_wrapper label.floated {
    bottom: 30px;
    font-size: 0.75em;
    color: #408eba;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other.padding {
    padding-right: 10px;
}

div.wrapper div.action_view form.appForm div.input_wrapper.padding label {
    right: 10px;
}

div.wrapper div.action_view form.appForm div.input_wrapper input {
    width: 100%;
    height: 30px;
    border-bottom: solid 1px #e4e4e4;
    position: absolute;
    background: transparent;
    font-size: 1em;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    color: #222;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

div.wrapper div.action_view form.appForm div.input_wrapper.padding input {
    padding: 0 10px;
}

div.wrapper div.action_view form.appForm input[type=submit] {
    width: 80px;
    font-size: 1em;
    color: #FFF;
    padding: 5px;
    line-height: 1.5;
    background: #408eba;
    margin: 10px 0;
    float: left;
    clear: both;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    border: solid 1px transparent;
}

div.wrapper div.action_view form.appForm input[type=submit]:hover,
div.wrapper div.action_view form.appForm input[type=submit]:active,
div.wrapper div.action_view form.appForm input[type=submit]:focus {
    background: #FFF;
    color: #408eba;
    border: solid 1px #408eba;
}

div.wrapper div.action_view form.appForm div.input_wrapper input:focus {
    background: none !important;
    border-bottom: solid 2px #408eba;
}

div.wrapper div.action_view form.appForm div.input_wrapper > i {
    position: absolute;
    top: 25px;
    left: 10px;
    text-align: center;
    width: 20px;
    height: 18px;
    color: #FFF;
    border-radius: 20px;
    padding-top: 2px;
}

div.wrapper div.action_view form.appForm div.input_wrapper > i.error {
    background: #900;
}

div.wrapper div.action_view form.appForm div.input_wrapper > i.success {
    background: darkgreen;
}

p.message {
    font-size: 0.95em;
    background-color: #222;
    color: #FFF;
    padding: 5px 10px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    position: relative;
}

p.message a:link, p.message a:visited {
    position: absolute;
    left: 7px;
    color: inherit;
    top: 7px;
}

p.message.t1 {
    background-color: #68ab68;
}

p.message.t2 {
    background-color: #900;
}

p.message.t3 {
    background-color: #e2b072;
}

p.message.t4 {
    background-color: #408eba;
}

a.button:link, a.button:visited {
    display: inline-block;
    float: left;
    background: #408eba;
    color: #FFF;
    border-radius: 3px;
    padding: 10px 10px 7px 10px;
    font-size: 0.8em;
    margin: 0 0 20px 0;
    text-decoration: none;
}


/* Login Styles */

div.action_view.login {
    padding-top: 1px;
    height: calc(100% - 1px);
    backface-visibility: hidden;
    perspective: 3000px;
    transform: translate3d(0, 0, 0);
}

div.login_box {
    width: 300px;
    margin: 100px auto 0 auto;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    transform: scale(0);
}

@keyframes login {
    from {transform: scale(0) rotateY(0deg)}
    to {transform: scale(1) rotateY(360deg)}
}

/* The element to apply the animation to */
div.login_box.animate {
    animation-name: login;
    animation-duration: 1.5s;
    transform: scale(1);
}

div.login_box form img {
    display: block;
    margin: 30px auto;
}

div.login_box form h1 {
    text-align: center;
    font-family: "Neo Sans Arabic Medium" !important;
}

div.login_box form div.border {
    width: 60px;
    height: 5px;
    background-color: #408eba;
    margin: 10px auto;
}

div.login_box form input[type=text],
div.login_box form input[type=password],
div.login_box form input[type=submit] {
    border: solid 1px #f2f5f6;
    background: #f2f5f6;
    padding: 12px 10px 7px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
}

div.login_box form input[type=text],
div.login_box form input[type=password] {
    padding-right: 35px;
}

div.login_box form input[type=submit] {
    background-color: #408eba;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}

div.login_box form input[type=submit]:hover,
div.login_box form input[type=submit]:active {
    background: #9eb2bd;
}

div.login_box form input[type=text]:focus,
div.login_box form input[type=password]:focus {
    background-color: #f9f9fa;
    border: solid 1px #f1f1f1;
}

div.login_box form div.input_wrapper {
    position: relative;
}

div.login_box form div.input_wrapper.username::after {
    position: absolute;
    content: url(/img/usericon.png);
    z-index: 1;
    top:13px;
    right: 12px;
}

div.login_box form div.input_wrapper.password::after {
    position: absolute;
    content: url(/img/passwordicon.png);
    z-index: 1;
    top:10px;
    right: 12px;
}

div.login_box form input:-webkit-autofill {
    background-color: #f2f5f6 !important;
    -webkit-box-shadow: inset 0 0 0px 9999px #f2f5f6;
}

div.login_box form input:-webkit-autofill:focus {
    border-color: #f9f9fa;
    -webkit-box-shadow: inset 0 0 0px 9999px #f9f9fa;
    border-bottom: solid 1px #f9f9fa;
}




table.data {
    width: 100%;
    clear: both;
}

table.data tr:hover td:nth-child(odd),
table.data tr:hover td.odd,
table.data tr:hover td {
    background: rgba(64, 142, 186, 0.18) !important;
    color: #666 !important;
}

table.data tr:hover td a:link,
table.data tr:hover td a:visited {
    color: #666 !important;
}

table.data tr:first-child {
    border-bottom: solid 1px #EFEFEF;
}

table.data tr th {
    font-size: 0.85em;
    font-weight: bold;
    padding: 5px 10px 10px 0px;
    border-left: solid 1px #EFEFEF;
    text-align: right;
    border-bottom: solid 3px #e0e0e0;
}

table.data tr th:last-child {
    text-align: center;
    border-left: none;
    width: 120px;
}

table.data tr td {
    font-size: 0.85em;
    padding: 8px 10px 8px 5px;
    text-align: right;
    border-bottom: solid 1px #EFEFEF;
}

table.data tr td:last-child {
    text-align: center;
}

div.statTable.report table tr td:last-child,
div.statTable.report table tr th:last-child {
    text-align: right;
}

table.data tr:nth-child(odd) {
    background: #f3f5f6;
}

table.data tr.odd {
    background: #f3f5f6 !important;
}

table.data tr:first-child {
    background: transparent;
}

table.data tr td a.linethrough {
    text-decoration: line-through;
}

table.data tr td:last-child a {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.1em;
}

table.data tbody tr:only-child td[colspan] {
    text-align: right;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}
table.dataTable thead .sorting {
    background: url("/img/sort_both.png") no-repeat center left;
}
table.dataTable thead .sorting_asc {
    background: url("/img/sort_asc.png") no-repeat left 2px;
}
table.dataTable thead .sorting_desc {
    background: url("/img/sort_desc.png") no-repeat left -5px;
}
table.dataTable thead .sorting_asc_disabled {
    background: url("/img/sort_asc_disabled.png") no-repeat center left;
}
table.dataTable thead .sorting_desc_disabled {
    background: url("/img/sort_desc_disabled.png") no-repeat center left;
}



/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin: 0 0 25px 10px;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    font-size: 0.8em;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin: 0 5px 25px 0;
}
.dataTables_wrapper .dataTables_filter input {
    margin-right: 0.5em;
    border-radius: 2px;
    border: solid 1px #408eba;
    padding: 3px;
    width: 350px;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    margin: 5px 0 0 0;
    font-size: 0.85em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin: 5px 0 0 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 2px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    border: 1px solid transparent;
    font-size: 0.85em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #cacaca;
    background-color: #EFEFEF;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #ccc !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background-color: #585858;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #666;
    font-family: 'NeoSansArabic' !important;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;

}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

table.dataTable tr td:first-child a i {
    display: inline-block;
    margin: 0 0 0 5px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen
and (max-width: 640px)
and (orientation: landscape) {
    div.input_wrapper, div.input_wrapper_other {
        width: 100% !important;
        border-left: none !important;
        padding: 0 !important;
    }

    div.wrapper div.action_view form.appForm div.input_wrapper.padding input {
        padding: 0 !important;
    }

    div.wrapper div.action_view form.appForm div.input_wrapper.padding label {
        right: 0;
    }
}
/*    ======================================================================================================================================================================*/
    label.select2 {
       color: #408eba;
    }
    li.topbar {
        list-style-type:none;
        padding-right:10%;
    }
    div.topnavbar{
        float:right !important;
    }
/*    ======================================================================================================================================================================*/
.tab_group_container, .tab_group_container * {
    box-sizing: border-box;
}

.tab_group_container {
    float: right;
    padding: 0 5px 0 0;
    width: 20%;
}

.tab_group_container:last-child {
    padding: 0;
}

.tab_group {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 1px 1px 3px #999999;
    -moz-box-shadow: 1px 1px 3px #999999;
    -webkit-box-shadow: 1px 1px 3px #999999;
    background: #E9E9E9; /* Old browsers */
    background: -moz-linear-gradient(top,  #E9E9E9 0%, #A0A09F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0A09F), color-stop(100%,#038CBF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E9E9E9 0%,#A0A09F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #E9E9E9 0%,#A0A09F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #E9E9E9 0%,#A0A09F 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #E9E9E9 0%,#A0A09F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#A0A09F',GradientType=0 ); /* IE6-9 */
}
.tab_group_title {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    color: #666;
}
.tab_group_subtitle {
    float: right;
    background: #E6E6E6;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #999999;
    color: #666;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 3px #999999;
    -moz-box-shadow: 1px 1px 3px #999999;
    -webkit-box-shadow: 1px 1px 3px #999999;
    position: relative;
}

.tab_group .tab_group_subtitle:last-of-type {
    border-right: 0 none;
}

.tab_group_subtitle.active a {
    color: #FFFFFF !important;
    /*    background-color: #595957;*/
    background: #408eba; /* Old browsers */
    background: -moz-linear-gradient(top,  #408eba 0%, #038cbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#038cbf), color-stop(100%,#21b8f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #21b8f1 0%,#408eba 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #408eba 0%,#038cbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #408eba 0%,#038cbf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #408eba 0%, #038cbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b8f1', endColorstr='#038cbf',GradientType=0 ); /* IE6-9 */
}

.tab_group_subtitle a {
    display: block;
    text-decoration: none;
    line-height: 35px;
    border-radius: 10px 10px 0 0;

}

.tab_group_subtitle a:hover {
    color: #FFFFFF !important;
    /*    background-color: #595957;*/
    background: #21b8f1; /* Old browsers */
    background: -moz-linear-gradient(top, #21b8f1 0%, #038cbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#038cbf), color-stop(100%,#21b8f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #21b8f1 0%,#038cbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #21b8f1 0%,#038cbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #21b8f1 0%,#038cbf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #21b8f1 0%, #038cbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b8f1', endColorstr='#038cbf',GradientType=0 ); /* IE6-9 */
}

.tab_group_subtitle_25 {
    width: 25%;
}

.tab_group_subtitle_33 {
    width: 33.33333%;
}

.tab_group_subtitle_50 {
    width: 50%;
}

.tab_group_subtitle_100 {
    width: 100%;
}

.tab_group_subtitle .tab_group_subtitle_arrow {
    position: absolute;
    right: 124px;
    top: -4px;
    z-index: 10;
}

/* Tabs content */
.tab_groups_master_container .tab_group_tab_content {
    position: relative;
    line-height: normal;
}

/*.tab_groups_master_container .tab_group_tab_content:first-of-type,*/
.tab_groups_master_container .tab_group_tab_content.active {
    display: block;

}
/*Slider Toggle Swich*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;

}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #666;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #038cbf;
}

input:focus + .slider {
    box-shadow: 0 0 1px #038cbf;
}

input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}


/*===============================================================================================================*/
/*popup start*/

/*popupend*/
div.rightColumn div.contentBox {
    padding: 20px;
}

div.rightColumn div.contentBox h2 {
    font: 1em 'neosansmedium';
    margin: 0 0 20px 0;
    display: inline-block;
    /*border-bottom: dotted 1px #e4e4e4;*/
    padding: 0 0 5px 0;
}
div.rightColumn {
    background: transparent;
    border-right: solid 1px #f1f1f1;
    margin-right: 55px;
}
div.rightColumn div.block:first-child {
    margin: 0;
}
div.rightColumn footer,
div.rightColumn button.print {
    display: none;
}
div.rightColumn {
    width: 100%;
    border: none;
    margin: 0;
}
div.contentBox ul.dashboard_controls {
    width: 45%;
    float: right;
    list-style-type: none;
}

div.contentBox ul.dashboard_controls li {
    float: right;
    margin: 12px;
}

div.contentBox ul.dashboard_controls li a:link,
div.contentBox ul.dashboard_controls li a:visited {
    display: block;
    padding: 20px;
    background: #fff;
    border: solid 1px #f1f1f1;
    color: #515A6B;
    text-align: center;
    font-size: 0.8em;
    width: 100px;
    height: 70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.contentBox ul.dashboard_controls li a:hover,
div.contentBox ul.dashboard_controls li a:active {
    background: #408eba;
    color: #FFF;
}

div.contentBox ul.dashboard_controls li a.receipt_voucher div,
div.contentBox ul.dashboard_controls li a.payment_voucher div,
div.contentBox ul.dashboard_controls li a.income_voucher div,
div.contentBox ul.dashboard_controls li a.outcome_voucher div {
    width: 55px;
    height: 35px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 8px !important;
}

div.contentBox ul.dashboard_controls li a.receipt_voucher div {
    background: url("/img/receipt.png") center center no-repeat;
    margin: 0 auto;
}

div.contentBox ul.dashboard_controls li a.payment_voucher div {
    background: url("/img/payment.png") center center no-repeat;
    margin: 0 auto;
}

div.contentBox ul.dashboard_controls li a.outcome_voucher div {
    background: url("/img/outcome.png") center center no-repeat;
    margin: 0 auto;
}

div.contentBox ul.dashboard_controls li a.receipt_voucher:hover div,
div.contentBox ul.dashboard_controls li a.receipt_voucher:active div {
    background: url("/img/receipt_hover.png") center center no-repeat;
}

div.contentBox ul.dashboard_controls li a.payment_voucher:hover div,
div.contentBox ul.dashboard_controls li a.payment_voucher:active div {
    background: url("/img/payment_hover.png") center center no-repeat;
}

div.contentBox ul.dashboard_controls li a.outcome_voucher:hover div,
div.contentBox ul.dashboard_controls li a.outcome_voucher:active div {
    background: url("/img/outcome_hover.png") center center no-repeat;
}

div.contentBox ul.dashboard_controls li a i {
    font-size: 3em;
    display: block;
    margin: 0 0 15px 0;
}

div.contentBox ul.dashboard_controls li a img {
    font-size: 3em;
    display: block;
    margin: 0 auto 15px auto;
}

div.contentBox ul.dashboard_controls li a i:nth-of-type(2) {
    position: absolute;
    top: 35px;
    right: 40px;
}
div.contentBox div.quick_actions,
div.contentBox ul.dashboard_controls,
div.contentBox div.quick_actions ul.statistics,
div.contentBox div.quick_actions ul.actions {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
}


div.contentBox div.quick_actions {
    width: 55%;
    float: right;
    margin-top: 12px;
}

div.contentBox div.quick_actions ul.statistics,
div.contentBox div.quick_actions ul.actions {
    width: 48%;
    float: right;
    margin-right: 2%;
}

div.contentBox div.quick_actions ul.statistics h1,
div.contentBox div.quick_actions ul.actions h1 {
    padding: 10px 15px;
    background: #f5f5f5;
    border-bottom: solid 1px #ccc;
    /*font-family: "Neo Sans Arabic Medium" !important;*/
}

div.contentBox div.quick_actions ul.statistics h1 > i,
div.contentBox div.quick_actions ul.actions h1 > i {
    margin-left: 5px;
}

div.contentBox div.quick_actions ul.actions li a:link,
div.contentBox div.quick_actions ul.actions li a:visited {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #e1e1e1;
    color: #666;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    font-size: 0.9em !important;
}

div.contentBox div.quick_actions ul.actions li a:hover,
div.contentBox div.quick_actions ul.actions li a:active {
    background: #408eba !important;
    color: #FFF;
    border-bottom: solid 1px #408eba;
}

div.contentBox div.quick_actions ul.actions li:nth-of-type(2n) a {
    background: #f9f9f9;
}

div.contentBox div.quick_actions ul.actions li a > i {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin-left: 10px;
    font-size: 1.3em;
    text-align: center;
}

div.contentBox div.quick_actions ul.actions div.stat_block,
div.contentBox div.quick_actions ul.statistics div.stat_block {
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding: 2.5%;
    border-bottom: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
}

div.contentBox div.quick_actions ul.actions div.stat_block:nth-of-type(2n),
div.contentBox div.quick_actions ul.statistics div.stat_block:nth-of-type(2n) {
    border-left: none;
}

div.contentBox div.quick_actions ul.actions div.stat_block_full p,
div.contentBox div.quick_actions ul.statistics div.stat_block_full p,
div.contentBox div.quick_actions ul.statistics div.stat_block p,
div.contentBox div.quick_actions ul.actions div.stat_block p {
    margin: 0;
    font-size: 0.85em;
}

div.contentBox div.quick_actions ul.actions div.stat_block p span,
div.contentBox div.quick_actions ul.statistics div.stat_block p span,
div.contentBox div.quick_actions ul.actions div.stat_block_full p span,
div.contentBox div.quick_actions ul.statistics div.stat_block_full p span {
    color: #408eba;
}

div.contentBox div.quick_actions ul.actions div.stat_block_full,
div.contentBox div.quick_actions ul.statistics div.stat_block_full {
    box-sizing: border-box;
    width: 100%;
    padding: 2.5%;
    border-bottom: solid 1px #e4e4e4;
}


div.contentBox div.quick_actions ul.actions h1:last-of-type:not(:only-of-type),
div.contentBox div.quick_actions ul.statistics h1:last-of-type {
    margin: 20px 0 0 0;
}

div.contentBox div.quick_actions ul.statistics h1:only-of-type {
    margin: 0px !important;
}

div.contentBox div.quick_actions ul.statistics div.chart {
    clear: both;
}

/*===========================================================================================*/
/* Tabbed Styles */
.tabbed {
    width: 100%;
    min-width: 400px;
    margin: 0 auto;
    margin-bottom: 68px;
    border-bottom: 4px solid #000666;
    overflow: hidden;
    transition: border 250ms ease;
}


.tabbed ul li {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #c9c9c9;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    margin-right: 2px;
    transition: all 250ms ease;
}
.tabbed ul li a{
    display: inline-block;
    position: relative;
    padding:2em;
    margin:-2em;
    z-index: 3;
    text-decoration: none;
}
.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #c9c9c9;
    transition: all 250ms ease;
}

.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after{
    background-color: #21B8F1;
    color: #ffffff;
}
.tabbed ul li a:hover{
    color: #ffffff;
}
.tabbed ul li.active {
    z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
    background-color: #408eba;
    color: #fff;

}
.tabbed ul li.active a{
    color: #fff;
    text-decoration: none;

}

/* Round Tabs */
.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}
/*==============================DATA TABLE CollApse Child Create Propose=============================================*/
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before{text-align:center;text-indent:0 !important;font-family:'FontAwesome', Courier, monospace;line-height:1em;content:"\f0fe";}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"\f146";}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:27px}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before{left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}
table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{text-align:center;text-indent:0 !important;font-family:'FontAwesome', Courier, monospace;line-height:1em;content:"\f0fe";}
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:"\f146";}
table.dataTable>tbody>tr.child{padding:0.5em 1em}
table.dataTable>tbody>tr.child:hover{background:transparent !important}
table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0;text-align: right;}
table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}
table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}
table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none;}
table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}
table.dataTable>tbody>tr.child>td.child {text-align: right;}

@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}
}

table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}
table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}
table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}
table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}
@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}
    .dataTables_wrapper .dataTables_paginate{margin-top:0.5em}
}
@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}
    .dataTables_wrapper .dataTables_filter{margin-top:0.5em}
}
/*============================================================================================================================*/
a.dashboard{
  text-decoration: none;
}