/*! 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;
    width: 100%;
}

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles: Mohammed Yehia Abdul Mottalib
   ========================================================================== */


@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: #fff;
    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, input, select,
textarea, legend, label, th, td, blockquote, q, span, div {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'NeoSansArabic' !important;
    color: #666;
}

p {
    line-height: 1.5;
}

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

div.wrapper header.main {
    height: 45px;
    background: #ed6b4f;
    border-top: 1px solid #ed6b4f;
    border-bottom: 1px solid white;
}

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: 150px;
    display: none;
    z-index: 1;
    border: 1px solid #ed6b4f;
    border-radius: 15px;
}

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 #ed6b4f;
}

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;
    border-radius: 15px;
    border: solid 1px #ed6b4f
}

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;
    color: #ed6b4f;
}

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;
    background: #222d32;
    position: absolute;
    top: 46px;
    right: -250px;
    transition: all 0.3s ease-in-out;
    height: calc(100% - 86px);
}

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: #A9B0AB;
}

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: #fff;
    display: block;
    padding: 7px;
    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.wrapper 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: #ed6b4f;
    color: white;
    border-right: solid 5px white;
    border-bottom: solid 3px white;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

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: #222d32;
    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 #222d32;
}

div.wrapper nav.main_navigation ul.app_navigation li.submenu.selected ul {
    display: block;
    background-color: #222d32;
}

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 {
    border: none;
    font-size: 0.85em;
    padding: 0px 45px 0px 0;
    margin-bottom: 8px;
}

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: #b8c7ce;
    text-decoration: none;
}

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

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

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

div.wrapper div.action_view h1 {
    font-size: 0.8em;
    /*background-color: #408eba;*/
    padding: 10px;
    color: #000;
    display: inline-block;
}

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;
    border-radius: 15px;
    border-right: 2px solid #ed6b4f;
    border-bottom: 2px solid #ed6b4f;
}

div.wrapper div.action_view form.appForm fieldset legend {
    padding: 5px 10px;
    color: #FFF;
    background: #ed6b4f;
    line-height: 1.5;
    border-radius: 15px;
}

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

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

div.wrapper div.action_view div.appForm fieldset legend {
    padding: 5px 10px;
    color: #FFF;
    background: #147ABC;
    line-height: 1.5;
}

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.n33 {
    width: 33.33%;
}
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.n66 {
    width: 66.66%;
}
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.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.n33,
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.n66,
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.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.n33 {
    width: 33.33%;
}
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.n66 {
    width: 66.66%;
}
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.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.n33,
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.n66,
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.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.n33 {
    width: 33.33%;
}
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.n66 {
    width: 66.66%;
}
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: 6px 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: 15px;
    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: #ed6b4f;
}

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: 0px 15px;
    line-height: 1.4;
    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: 'arrow_drop_down';
    position: absolute;
    top: 30px;
    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: #ed6b4f;
}

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;
}

.label_padding {
    padding-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: auto;
    font-size: 1em;
    color: #FFF;
    padding: 5px;
    line-height: 1.5;
    background: #ed6b4f;
    margin: 10px 0;
    float: left;
    clear: both;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    border: solid 1px transparent;
    border-radius: 15px;
}

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: #9fa8a3;
    border: solid 1px #9fa8a3;
}

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

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;
    border-radius: 25px;
}

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

p.message.t1 {
    background-color: #68ab68;
    border-right: 3px solid #3E5C80;
    border-bottom: 3px solid #3E5C80;
}

p.message.t2 {
    background-color: #900;
    border-right: 3px solid #3E5C80;
    border-bottom: 3px solid #3E5C80;
}

p.message.t3 {
    background-color: #e2b072;
    border-right: 3px solid #3E5C80;
    border-bottom: 3px solid #3E5C80;
}

p.message.t4 {
    background-color: #ed6b4f;
    border-right: 3px solid #3E5C80;
    border-bottom: 3px solid #3E5C80;
}

tbody tr td a i
{
    color: #ed6b4f;
}

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

.is-grouped > a {
    margin-left: 10px !important;
}

/* Login Styles */

div.action_view.login {
    padding-top: 1px;
}

div.login_box {
    width: 450px;
    margin: 130px auto 0 auto;
    padding: 20px;
    background: #e9ecef;
    border-radius: 10px;
    border-right: 3px solid #ed6b4f;
    border-bottom: 3px solid #ed6b4f;
    border-left: 3px solid #3E5C80;
    border-top: 3px solid #3E5C80;
}

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: #ed6b4f;
    margin: 10px auto;
}

div.login_box form input[type=text],
div.login_box form input[type=password],
div.login_box form input[type=submit],
div.login_box form input[type=email] {
    border: solid 1px #f2f5f6;
    background: #fff;
    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],
div.login_box form input[type=email] {
    padding-right: 35px;
    border-radius: 15px;
    border-right: 2px solid #3E5C80;
    border-bottom: 2px solid #3E5C80;
}

div.login_box form input[type=submit] {
    background-color: #ed6b4f;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
}

div.wrapper div.action_view form.appForm div.input_wrapper_other label.padding {
    padding: 0 10px;
}

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

div.login_box form input[type=text]:focus,
div.login_box form input[type=password]:focus,
div.login_box form input[type=email]:focus {
    background-color: #f9f9fa;
    border-right: 2px solid #ed6b4f;
    border-bottom: 2px solid #ed6b4f;
}

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

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

div.login_box form div.input_wrapper.password::after {
    position: absolute;
    content: url(/public/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: #FFF !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 #ed6b4f;
}

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: #ed6b4f;
    color: white;
}

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.data > thead > tr > th:first-child 
{
    border-top-right-radius: 10px;
}

table.data > thead > tr > th:last-child 
{
    border-top-left-radius: 10px;
}

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

.my_row
{
    border: 1px solid #e4e4e4;
    border-radius: 25px;
    padding: 10px;
    border-bottom: 2px solid #ed6b4f;
    border-right: 2px solid #ed6b4f;
}

/*
 * 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 #666;
    padding: 3px;
    width: 350px;
    border-radius: 10px;
}
.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;
}

.text_red
{
    color: red;
    font-weight: bold;
}

input[readonly]
{
    background-color: #f7f7f7;
    cursor: no-drop;    
}

.readonly
{
    background-color: #f7f7f7;
    cursor: no-drop;
}

.status span
{
    font-size: 0.8em;
    color: white;
    padding: 3px;
    border-radius: 5px;
}

/*
 * 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;
    }
}

.add_row
{
    font-size: 1em;
    color: #FFF;
    padding: 3px 6px 3px 6px;
    background: #147ABC;
    float: center;
    cursor: pointer;
    clear: both;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    border: solid 1px transparent;
}

.delete_row
{
    font-size: 1em;
    color: #FFF;
    padding: 3px 6px 3px 6px;
    background: #EB6270;
    float: center;
    cursor: pointer;
    clear: both;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    border: solid 1px transparent;
    border-radius: 50%;
}

.fc-title
{
    color: white;
}

.tdDiscount
{
    background: #FAEDA4;
}

.tdTotalPrice
{
    background: #F7C2C8
}

.marginTop
{
    margin-top: 8px
}

#progress
{
    position: fixed; 
    top: 50%; 
    left: 50%; 
    color: #147ABC;
}

.text_right
{
    text-align: right;
}

.dropdown {
    display: inline-block;
    position: relative;
  }
  
  .dd-button 
  {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    color: black;
  }
  
  .dd-input {
    display: none;
  }
  
  .dd-menu {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 999;
  }
  
  .dd-input + .dd-menu {
    display: none;
  } 
  
  .dd-input:checked + .dd-menu {
    display: block;
  } 
  
  .dd-menu li {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .dd-menu li:hover {
    background-color: #f6f6f6;
  }

/*Dashboard*/
div.contentBox ul.dashboard_controls {
    width: 60%;
    float: right;
    content: " ";
    display: table;
}

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: #ed6b4f;
    color: white;
    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;
    border-radius: 25px;
    border-right: solid 3px #ed6b4f;
    border-bottom: solid 3px #ed6b4f;
}

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

div.contentBox ul.dashboard_controls li a i:hover
{
    transform: scale(1.4);
}

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;
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
}

ul, ol {
    list-style: none;
}

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

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

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;
    display: block;
    /*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-right: 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: left;
    padding: 2.5%;
    border-bottom: solid 1px #e4e4e4;
    border-right: 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-right: 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;
}

.reportdiv
{
    text-align: center; 
    font-size: 0.8em;
}

.inner
{
    display: inline-block;
}

.red
{
    background-color: #F57C62;
}

.green
{
    background-color: #40BA7D;
}

.status span
{
    font-size: 0.8em;
    color: white;
    padding: 3px;
    border-radius: 5px;
}

.table-responsive
{
    overflow-x:auto;
    width: 100%
}

a.cancel:link, a.cancel:visited 
{
    display: inline-block;
    float: right;
    background: #F17891;
    color: #FFF;
    border-radius: 2px;
    padding: 10px 10px 7px 10px;
    font-size: 1em;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 15px;
}

.responsive-fieldset 
{
    min-inline-size: auto;
}

@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) 
{
    div.wrapper header.main h1 
    {
        font-size: 0.9em;
    }

    div.wrapper header.main a.language_switch:link,
    div.wrapper header.main a.language_switch:visited 
    {
        font-size: 0.9em;
    }

    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.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,
    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.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 
    {
        width: 100%;
        border-left: solid 1px #e4e4e4;
    }

    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;
    }

    .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;
        width: 50%;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-right: 0.5em;
        border-radius: 2px;
        border: solid 1px #EFEFEF;
        padding: 3px;
        width: 50%;
    }
}

/* Landscape */
@media screen
and (device-height: 360px)
and (device-width: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) 
{
    div.wrapper header.main h1 
    {
        font-size: 0.9em;
    }  

    div.wrapper header.main a.language_switch:link,
    div.wrapper header.main a.language_switch:visited 
    {
        font-size: 0.9em;
    }

    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.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,
    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.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 
    {
        width: 100%;
    }

    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;
    }

    .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;
        width: 50%;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-right: 0.5em;
        border-radius: 2px;
        border: solid 1px #EFEFEF;
        padding: 3px;
        width: 50%;
    }
}
