﻿/* Arabic */
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
@font-face
{
    font-family: myFirstFont;
    src: url(DroidKufi-Regular.ttf);
}


/* =============================================================
   GENERAL STYLES
 ============================================================ */

body
{
    /** font-family: 'Open Sans', sans-serif;*/
    font-family: myFirstFont;
    line-height: 28px;
    background-color: #eaeae0;
    margin-top: 0px;
    font-size: 13px;
}
.set-radius-zero
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.content-wrapper
{
    margin-top: 5px;
    min-height: 550px;
    padding-bottom: 20px;
    width: 100%;
}
.header-line
{
    font-weight: 900;
    padding-bottom: 2px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px; /*   text-transform:uppercase;*/
}
.pad-botm
{
    padding-bottom: 5px;
}

.WAWYlabel
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
}


/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */
.center-div
{
    float: left;
    padding: 10px;
    font-size: 20px;
    color: white;
    font-family: Arial Baltic font-weight:bolder;
}
.right-div
{
    float: left;
    padding: 10px;
    direction: rtl;
}
#menu-top a
{
    color: #000;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}
.menu-section
{
    background-color: #f7f7f7;
    border-bottom: 2px solid #CCCCCC;
    width: 100%;
    font-size: medium;
    font-weight: bolder;
}
.menu-top-active
{
    background-color: #eeeeee;
}
.navbar-inverse
{
    background-color: #FFF;
    border-color: rgba(155, 153, 153, 0.23);
}

.navbar
{
    min-height: 40px;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
    border-color: transparent;
}
.navbar-toggle
{
    background-color: black;
    border: 1px solid black;
}

/* =============================================================
   DASHBOARD STYLES
 ============================================================ */

.img-comments
{
    border: 3px double #e1e1e1;
    height: 60px;
}

.chat-widget-main
{
    max-height: 330px;
    overflow: auto;
}

.slide-bdr
{
    border: 5px solid #9170E4;
}
.chat-widget-left:after
{
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #F70E62;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-left
{
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #F70E62;
    font-size: 12px;
}
.chat-widget-right:after
{
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #5AA8CC;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-right
{
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #5AA8CC;
    font-size: 12px;
}

.chat-widget-name-left
{
    color: #808080;
    margin-top: 30px;
    margin-left: 60px;
    text-align: left;
}

.img-left-chat
{
    border: 3px double #e1e1e1;
    float: left;
    margin-right: 30px;
}
.img-right-chat
{
    border: 3px double #e1e1e1;
    float: right;
    margin-left: 30px;
}
.chat-widget-main img-right
{
    border: 3px double #e1e1e1;
    float: left;
}
.chat-widget-name-left h4
{
    font-weight: normal;
    font-size: 11px;
}
.chat-widget-name-left h5
{
    font-weight: normal;
    font-size: 10px;
}
.chat-widget-name-right h4
{
    font-weight: normal;
    font-size: 11px;
}
.chat-widget-name-right h5
{
    font-weight: normal;
    font-size: 10px;
}
.chat-widget-name-right
{
    color: #808080;
    margin-top: 40px;
    margin-right: 60px;
    text-align: right;
}

.recent-users-sec img
{
    max-height: 80px;
    margin: 15px;
}

.back-widget-set
{
    background-color: transparent;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer-section
{
    padding: 10px 25px 10px 20px;
    color: white;
    font-size: 13px;
    background-color: #70777a;
    text-align: center;
    border-top: 3px solid #70777a;
}

.footer-section a, .footer-section a:hover
{
    color: #000;
}

/** Textbox  style*/


.txt
{
    border: 1px solid #c4c4c4;
    height: 33px;
    width: 80%;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.txt:focus
{
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

/** end of teext style*/

/** Dropdownlist1 */

.selectbox
{
    width: 80%;
    border: 1px solid #c4c4c4;
    height: 30px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}


.selectbox :focus
{
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}


/** Custmized Styles */

.black .ajax__calendar_container
{
    width: 190px;
    background-color: #000000;
    border: solid 1px #666666;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.black .ajax__calendar_body
{
    width: 180px;
    height: 150px;
    background-color: #000000;
    border: solid 1px #666666;
}
.black .ajax__calendar_header
{
    background-color: #626262;
    margin-bottom: 8px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.black .ajax__calendar_title
{
    color: #ffffff;
    padding-top: 3px;
}
.black .ajax__calendar_next, .black .ajax__calendar_prev
{
    border: solid 4px #ffffff;
    background-color: #ffffff;
    -moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    -khtml-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
    -khtml-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -khtml-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -khtml-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.black .ajax__calendar_hover .ajax__calendar_next, .black .ajax__calendar_hover .ajax__calendar_prev
{
    border: solid 4px #328BC8;
    background-color: #ffffff;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.black .ajax__calendar_dayname
{
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #ffffff;
    background-color: #000000;
}
.black .ajax__calendar_day, .black .ajax__calendar_month, .black .ajax__calendar_year
{
    margin: 1px 1px 1px 1px;
    text-align: center;
    border: solid 1px #000000;
    color: #ffffff;
    background-color: #626262;
}
.black .ajax__calendar_hover .ajax__calendar_day, .black .ajax__calendar_hover .ajax__calendar_month, .black .ajax__calendar_hover .ajax__calendar_year
{
    color: #ffffff;
    font-weight: bold;
    background-color: #328BC8;
    border: solid 1px #328BC8;
}
.black .ajax__calendar_active .ajax__calendar_day, .black .ajax__calendar_active .ajax__calendar_month, .black .ajax__calendar_active .ajax__calendar_year
{
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}
.black .ajax__calendar_today .ajax__calendar_day
{
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}
.black .ajax__calendar_other, .black .ajax__calendar_hover .ajax__calendar_today
{
    color: #ffffff;
    font-weight: bold;
}
.black .ajax__calendar_days
{
    background-color: #000000;
}

/** other theme */
Cal_Theme .ajax__calendar_container
{
    background-color: #EDCF81;
    border: solid 1px #cccccc;
}

.Cal_Theme .ajax__calendar_header
{
    background-color: #FFFFEA;
    margin-bottom: 2px;
}

.Cal_Theme .ajax__calendar_title, .Cal_Theme .ajax__calendar_next, .Cal_Theme .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}

.Cal_Theme .ajax__calendar_body
{
    background-color: #FFFFEA;
    border: solid 4px #cccccc;
}

.Cal_Theme .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}

.Cal_Theme .ajax__calendar_day
{
    text-align: center;
    width: 20px;
    height: 20px;
}

.Cal_Theme .ajax__calendar_hover .ajax__calendar_day, .Cal_Theme .ajax__calendar_hover .ajax__calendar_month, .Cal_Theme .ajax__calendar_hover .ajax__calendar_year, .Cal_Theme .ajax__calendar_active
{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #4A89B9;
}

.Cal_Theme .ajax__calendar_today
{
    font-weight: bold;
}

.Cal_Theme .ajax__calendar_other, .Cal_Theme .ajax__calendar_hover .ajax__calendar_today, .Cal_Theme .ajax__calendar_hover .ajax__calendar_title
{
    color: #000000;
}

/** Another Theme */

div.ajax__calendar_days table tr td
{
    padding-right: 0px;
}

.Calendar .ajax__calendar_container
{
    border: 1px solid #E0E0E0;
    background-color: #FAFAFA;
    width: 175px;
}
.Calendar .ajax__calendar_header
{
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #9F9F9F;
    font-weight: normal;
    text-shadow: 0px 0px 2px #D3D3D3;
    height: 20px;
}
.Calendar .ajax__calendar_title, .Calendar .ajax__calendar_next, .Calendar .ajax__calendar_prev
{
    color: #004080;
}
.Calendar .ajax__calendar_body
{
    width: 175px;
    height: 150px;
    position: relative;
}
.Calendar .ajax__calendar_dayname
{
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FA9900;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    background-color: #EDEDED;
    border: solid 1px #D3D3D3;
    text-transform: uppercase;
    margin: 1px;
}
.Calendar .ajax__calendar_day
{
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    border: solid 1px #E0E0E0;
    text-transform: uppercase;
    margin: 1px;
    width: 17px !important;
    color: #9F9F9F;
}
.Calendar .ajax__calendar_hover .ajax__calendar_day, .Calendar .ajax__calendar_hover .ajax__calendar_month, .Calendar .ajax__calendar_hover .ajax__calendar_year, .Calendar .ajax__calendar_active
{
    color: red;
    font-weight: bold;
    background-color: #ffffff;
}
.Calendar .ajax__calendar_year
{
    border: solid 1px #E0E0E0;
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 1px;
}

.Calendar .ajax__calendar_month
{
    border: solid 1px #E0E0E0;
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 1px;
}

.Calendar .ajax__calendar_today
{
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    text-transform: uppercase;
    margin: 1px;
    color: #6B6B6B;
}
.Calendar .ajax__calendar_other
{
    background-color: #E0E0E0;
    margin: 1px;
    width: 17px;
}
.Calendar .ajax__calendar_hover .ajax__calendar_today, .Calendar .ajax__calendar_hover .ajax__calendar_title
{
}
.Calendar .ajax__calendar_footer
{
    width: 175px;
    border: none;
    height: 20px;
    vertical-align: middle;
    color: #6B6B6B;
}

img.PopupImg
{
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    border: none;
}


/** End of Calendar */

/** <style type="text/css"> **/
.RadComboBoxDropDown label
{
    display: inline !important;
}
.rddtPopup
{
    direction: rtl !important;
    text-align: right !important;
}

.rddtFilterInput, .rddtFakeInput
{
    text-align: right !important;
}
​ .wawydiv
{
    color: Red;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
    width: 100%;
}



/** Dash board */



.main-box
{
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    border-radius: 3px;
    background-clip: padding-box;
    direction: rtl;
}

.main-box h2
{
    font-size: 1.3em;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

.main-box .main-box-header
{
    min-height: 50px;
    padding: 10px 20px;
}
.main-box .main-box-header.with-border
{
    border-bottom: 1px solid #ecf0f1;
}
.main-box .main-box-body
{
    padding: 0 20px 20px 20px;
}

.infographic-box
{
    padding: 20px;
    direction: rtl;
}
.infographic-box i
{
    font-size: 2.4em;
    display: block;
    float: right;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}
.infographic-box .headline
{
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
}
.infographic-box .value
{
    font-size: 1.6em;
    font-weight: 600;
    margin-top: -5px;
    display: block;
    text-align: left;
}
.infographic-box.merged
{
    border-top: 2px solid #e7ebee;
    border-right: 2px solid #e7ebee;
    width: 50%;
}

@media (max-width: 767px)
{
    .infographic-box.merged
    {
        width: 100%;
        border-right: none;
    }
}
.infographic-box.merged .headline
{
    text-align: left;
    font-size: 0.8em;
    margin-top: -2px;
    text-transform: uppercase;
    font-weight: 600;
}
.infographic-box.merged .value
{
    text-align: left;
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 2px;
}
.infographic-box.merged.merged-top
{
    border-top: none;
}
.infographic-box.merged.merged-right
{
    border-right: none;
}
@media (max-width: 767px)
{
    .infographic-box.merged.merged-top.merged-right
    {
        border-top: 1px solid #e7ebee;
    }
}
.infographic-box.colored
{
    color: #fff;
    border: 0 !important;
}
.infographic-box.colored i
{
    font-size: 4.6em;
    margin-left: 7px;
    color: #fff;
}
.infographic-box.colored .headline
{
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 4px;
}

.emerald-bg
{
    background-color: #03a9f4 !important;
}
.red-bg
{
    background-color: #e84e40 !important;
}
.yellow-bg
{
    background-color: #ffc107 !important;
}
.green-bg
{
    background-color: #8bc34a !important;
}
.purple-bg
{
    background-color: #9c27b0 !important;
}
.gray-bg
{
    background-color: #90a4ae !important;
}
.white-bg
{
    background-color: #ffffff !important;
}
.emerald
{
    color: #03a9f4 !important;
}
.red
{
    color: #e84e40 !important;
}
.yellow
{
    color: #ffc107 !important;
}
.green
{
    color: #8bc34a !important;
}
.purple
{
    color: #9c27b0 !important;
}
.gray
{
    color: #90a4ae !important;
}
.status-green
{
    color: #005826;
}
.status-red
{
    color: #9e0b0f;
}

/* end of Dashboard*/

/* Subheader Background color */
.headerbg
{
    background-color: #e3e3e3;
    padding: 1;
}

.subheaderbg
{
    background-color: #cce6ff;
    padding: 1;
}

.gridheaderbg
{
    background-color: #e3e3e3;
    padding: 1;
}
