﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

/* StaticContentPage Starts
    ---------------------------------------------------- */
.image-width {
    width: 52px;
}

ul {
    list-style-image: url('Images/ListItem_Tablet.png');
}

.ulAlignLeftEn {
    margin-left: 75px;
}

.ulAlignRightAr {
    margin-right: 75px;
}

.rtlAr {
    direction: rtl;
    color: #000066;
}

.ltrEn {
    direction: ltr;
    color: #000066;
}

.mainImageTextAr {
    width: 60%;
    text-align: center;
}

.mainImageTextEn {
    width: 40%;
    text-align: center;
}

.image-style {
    height: 135px;
    width: 372px;
}


/* StaticContentPage Ends */

/* UserReportPage Starts */
.table-style {
    width: 1000px;
}

.td-style1 {
    width: 450px;
}

.td-style2 {
    width: 550px;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}
/* UserReportPage Ends */

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;    
    padding: 30px;
}

.main-div {
    margin-left: 40px;
    margin-right: 40px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.0em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

div {
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }


    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }
}
/* END: Mobile Styles */
