﻿@charset "UTF-8";
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);


@import url(http://fonts.googleapis.com/css?family=HelveticaNeue-Light);
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*@import url(animate.css);*/

@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url("fonts/HelveticaNeueLTArabic-Roman.eot");
    src: url("fonts/HelveticaNeueLTArabic-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTArabic-Roman.woff") format("woff"), url("fonts/HelveticaNeueLTArabic-Roman.ttf") format("truetype"), url("fonts/HelveticaNeueLTArabic-Roman.svg") format("svg");
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url("fonts/HelveticaNeueLTArabic-Bold.eot");
    src: url("fonts/HelveticaNeueLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTArabic-Bold.woff") format("woff"), url("fonts/HelveticaNeueLTArabic-Bold.ttf") format("truetype"), url("fonts/HelveticaNeueLTArabic-Bold.svg") format("svg");
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url("fonts/HelveticaNeueLTArabic-Light.eot");
    src: url("fonts/HelveticaNeueLTArabic-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTArabic-Light.woff") format("woff"), url("fonts/HelveticaNeueLTArabic-Light.ttf") format("truetype"), url("fonts/HelveticaNeueLTArabic-Light.svg") format("svg");
}

@font-face {
    font-family: 'KFGQPCUthmanicScriptHAFS';
    src: url('../fonts/KFGQPCUthmanicScriptHAFS.eot') format('embedded-opentype'), url('../fonts/KFGQPCUthmanicScriptHAFS.svg') format('svg'), url('../fonts/KFGQPCUthmanicScriptHAFS.ttf') format('truetype'), url('../fonts/KFGQPCUthmanicScriptHAFS.woff') format('woff');
}

li.language.lang-ar {
    display: none;
}

.ar-text {
    font-family: 'HelveticaNeue-Light';
    line-height: 1;
}

.ar-text-rm {
    font-family: 'HelveticaNeue-Roman';
    line-height: 1;
}

.ar-text-bd {
    font-family: 'HelveticaNeue-Bold';
    line-height: 1;
}

.tooltip-element, .tooltip-element:after, .tooltip-element:before, .tooltip-element *, .tooltip-element *:after, .tooltip-element *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tooltip-element {
    position: absolute;
    display: none;
}

    .tooltip-element.tooltip-open {
        display: block;
    }

    .tooltip-element.tooltip-theme-arrows {
        max-width: 100%;
        max-height: 100%;
    }

        .tooltip-element.tooltip-theme-arrows .tooltip-content {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            font-family: inherit;
            background: black;
            color: #eeeeee;
            padding: 1em;
            font-size: 1.1em;
            line-height: 1.5em;
        }

            .tooltip-element.tooltip-theme-arrows .tooltip-content:before {
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-color: transparent;
                border-width: 8px;
                border-style: solid;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
            margin-bottom: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
                top: 100%;
                right: 50%;
                margin-right: -8px;
                border-top-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
            margin-top: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
                bottom: 100%;
                right: 50%;
                margin-right: -8px;
                border-bottom-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
            margin-left: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
                right: 100%;
                top: 50%;
                margin-top: -8px;
                border-right-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
            margin-right: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
                left: 100%;
                top: 50%;
                margin-top: -8px;
                border-left-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
            margin-top: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
                bottom: 100%;
                right: 8px;
                border-bottom-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
            margin-top: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
                bottom: 100%;
                left: 8px;
                border-bottom-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
            margin-bottom: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
                top: 100%;
                right: 8px;
                border-top-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
            margin-bottom: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
                top: 100%;
                left: 8px;
                border-top-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
            margin-left: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
                top: 8px;
                right: 100%;
                border-right-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
            margin-right: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
                top: 8px;
                left: 100%;
                border-left-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
            margin-left: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
                bottom: 8px;
                right: 100%;
                border-right-color: black;
            }

        .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
            margin-right: 8px;
        }

            .tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
                bottom: 8px;
                left: 100%;
                border-left-color: black;
            }

    .tooltip-element.tooltip-theme-arrows {
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
    }

        .tooltip-element.tooltip-theme-arrows .tooltip-content {
            padding: 0.5em 1em;
        }

/****************************************/
.clearfix:before, .tbl_icons:before, .pagination:before, .clearfix:after, .tbl_icons:after, .pagination:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after, .tbl_icons:after, .pagination:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fa, .icn a:before, .icn_cart a:before, .icn_edit a:before, .icn_detail a:before, .icn_delete a:before, .pagination .fast-forward-disabled, .pagination .fast-backward-disabled, .pagination .fast-forward, .pagination .fast-backward {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.tblContent {
    border: 1px solid black;
}

.tblBorderOnly {
    border-right: 1px solid #D7D7D7 !important;
    border-left: 1px solid #D7D7D7 !important;
    border-top: 1px solid #D7D7D7 !important;
    border-bottom: 1px solid #D7D7D7 !important;
}

    .tblBorderOnly td {
        padding-right: 10px;
    }

    .tblBorderOnly th {
        padding-right: 10px;
    }

.tblBorder {
    width: 100%;
    margin-top: 0;
    border: 1px #bbbdbf solid;
    margin-bottom: 15px;
    min-width: 800px;
    text-align: center;
}

    .tblBorder td {
        font-size: 13px;
        padding: 0 4px 0 4px;
        color: #000;
        height: 50px;
    }

    .tblBorder tr td {
        background-color: #fff;
        background-color: #fafafa;
        border-bottom: 1px solid #bbbdbf;
    }

    .tblBorder tr:first-child ~ tr td:first-child {
        position: relative;
    }

    .tblBorder > tbody > tr:hover > td, .tblBorder > tbody > tr.selectedRow > td {
        /*background-color: #f3f8fb;*/
        background-color: #cce5ff !important;
        border-color: #b8daff;
    }
#divListContainer .tblBorder > tbody > tr:hover > td, #divListContainer .tblBorder > tbody > tr.selectedRow > td {
    /*background-color: #f3f8fb;*/
    background-color: #cfddee !important;
    border-color: #cfddee;
}
.tblBorder tr.resolved td {
    /*background-color: #f3f8fb;*/
    background-color: #d4edda !important;
    border-color: #c3e6cb;
}
    .tblBorder tr.pending td {
        /*background-color: #f3f8fb;*/
        background-color: #f8d7da !important;
        border-color: #f5c6cb;
    }

.tblNoHover tr th {
    border-width: 0 0 1px;
}

.tblNoHover tr td {
    background-color: #000;
    color: #fff;
    border-width: 0 0 1px;
}

.tblNoHover tr:nth-child(odd) td {
    background-color: #000;
}

.tblNoHover tr:hover td {
    background-color: #000;
    color: #fff;
    border-color: #232323;
}

.tblNoHover tr:hover .tbl_icons a:before {
    background-color: #000;
    border: 1px #000 solid;
    color: #fff;
}

.tblBorder th {
    background-color: #e7ecf1;
    color: #000;
    font-size: 16px;
    padding: 0 4px 0 4px;
    height: 54px;
    font-weight: normal;
}

.tblBorder th {
    border-bottom: #1157a8 solid 3px;
}

.tbl_icons {
    margin: 0 15px;
    text-align: right;
    white-space: nowrap;
}

.tbl_icons_wrap {
    padding: 0 !important;
}

.tbl_icons td:first-child {
    border: 0 none !important;
}

.tbl_search td {
    padding: 18px 20px 0 0;
    min-width: 200px;
}

.tbl_search {
    border: 0 !important;
    margin: 0;
    background-color: #dedede;
    width: 100%;
}

    .tbl_search label {
        width: 160px;
        margin-left: 4px;
        padding: 0 18px 12px 0;
    }

    .tbl_search input[type="submit"] {
        padding: 10px 40px;
        border-radius: 25px;
        margin: 0;
        vertical-align: middle;
    }

.icn, .icn_cart, .icn_edit, .icn_detail, .icn_delete {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 3px;
}

    .icn a, .icn_cart a, .icn_edit a, .icn_detail a, .icn_delete a {
        display: block;
        width: 28px;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        color: #000;
    }

        .icn a:before, .icn_cart a:before, .icn_edit a:before, .icn_detail a:before, .icn_delete a:before {
            content: "\f044";
            font-size: 18px;
            height: 28px;
            width: 28px;
            padding: 4px;
            margin: 0 0 0 5px;
            color: #A2A2A2;
        }

        .icn a:hover:before, .icn_cart a:hover:before, .icn_edit a:hover:before, .icn_detail a:hover:before, .icn_delete a:hover:before {
            color: #0294ce;
        }

        .icn_detail a:before {
            content: "";
        }

        .icn_delete a:before {
            content: "";
        }

        .icn_cart a:before {
            content: "";
        }

.icn_comment a:before {
    content: "";
}

.icn_pay a:before {
    content: "";
}

.icn_change a:before {
    content: "";
}

.icn_car a:before {
    content: "";
}

.popup {
    width: 800px;
    margin: 0 auto;
    border-radius: 7px;
    background: #6b6a63;
    margin: 30px auto 0;
    padding: 6px;
}

body {
    color: #000;
    font-size: .80em;
    font-family: 'HelveticaNeue-Roman', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: #f7f8f8;
    line-height: 1;
}

a {
    color: #000000;
    outline: none;
    padding-right: 3px;
    padding-left: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover {
    }

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-right: 5px;
    padding-left: 5px;
}

.float-left {
    float: right;
}

.float-right {
    float: left;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: inherit;
    font-weight: inherit;
}

p, dl, dd, dt {
    margin: 0;
    padding: 0;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

.font_25 {
    font: 400 25px/25px Arial;
}

.font_25B {
    font: 700 25px/25px Arial;
}

.font_15 {
    font: 400 15px/15px Arial;
}

.font_15B {
    font: 700 15px/15px Arial;
}

.c_gray {
    color: #696969;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

.bg_banner_main {
    background: url(../../Images/defaultImages/bg_banner_main.jpg) no-repeat center 0;
    text-align: center;
}

    .bg_banner_main * {
        font-size: 15px;
    }

    .bg_banner_main strong {
        font-weight: 600;
    }

    .bg_banner_main #login a.username {
        text-decoration: none;
    }

#body {
    clear: both;
    min-height: 600px;
    padding: 60px 175px;
    position: relative;
    /* overflow: auto; */
    left: 0 !important;
    padding-left: 60px;
    padding-right: 380px;
}

.bg_main_logo:hover {
    background: transparent none;
}

.bg_main_logo {
    display: inline-block;
    margin: 25px 0 0;
}

.main-content {
    background-color: #dedede;
    padding: 20px 30px 120px 30px;
}

.bg_banner_main > section {
    display: block;
    text-align: left;
    position: relative;
}

.cta_createnew {
    margin: 0;
    position: relative;
}

    .cta_createnew a {
        background: url("../Images/icon_createnew.png") no-repeat scroll 10px center #0294cf;
        font-size: 14px;
        padding: 8px 39px 8px 21px;
        position: absolute;
        left: 0;
        text-decoration: none;
        top: -64px;
        color: #fff;
        cursor: pointer;
    }

.no-create-icon a {
    background-image: none;
    padding: 8px 10px;
}

.no-create-icon .fa, .no-create-icon .icn a:before, .icn .no-create-icon a:before, .no-create-icon .icn_cart a:before, .icn_cart .no-create-icon a:before, .no-create-icon .icn_edit a:before, .icn_edit .no-create-icon a:before, .no-create-icon .icn_detail a:before, .icn_detail .no-create-icon a:before, .no-create-icon .icn_delete a:before, .icn_delete .no-create-icon a:before, .no-create-icon .pagination .fast-forward-disabled, .pagination .no-create-icon .fast-forward-disabled, .no-create-icon .pagination .fast-backward-disabled, .pagination .no-create-icon .fast-backward-disabled, .no-create-icon .pagination .fast-forward, .pagination .no-create-icon .fast-forward, .no-create-icon .pagination .fast-backward, .pagination .no-create-icon .fast-backward {
    margin: 0 0 0 6px;
}

span.heading_table {
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 12px;
    display: block;
    line-height: 1;
    margin: 0 0 30px;
    border-bottom: 1px #DEDEDE solid;
    color: #000;
}

.featured + .main-content {
    background: url("../../Images/defaultImages/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding: 0;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* login
----------------------------------------------------------*/
#login {
    display: inline-block;
    font-size: 0.85em;
    margin: 0;
    position: absolute;
    left: 18px;
    top: -114px;
}

    #login a {
        background: #1972b7;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NzJiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBiNWI5YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1972b7), color-stop(100%, #0b5b9a));
        background-image: -moz-linear-gradient(#1972b7, #0b5b9a);
        background-image: -webkit-linear-gradient(#1972b7, #0b5b9a);
        background-image: linear-gradient(#1972b7, #0b5b9a);
        padding: 5px 14px;
    }

    #login a {
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu2, ul#menu {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    text-align: center;
    background: #0294ce;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}

    ul#menu2 li, ul#menu li {
        /* flex: 1; */
        list-style: none;
        /* padding: 0 16px; */
        white-space: nowrap;
        flex-shrink: 0;
    }

        ul#menu li a {
            background: none;
            color: #fff;
            text-decoration: none;
            padding: 0.8em 1em;
            font-size: 15px;
            display: block;
        }

            ul#menu li.active a, ul#menu li a:hover {
                color: #333;
                background-color: #fff;
                text-decoration: none;
            }

ul#menu2 {
    background-color: transparent;
    position: absolute;
    top: -74px;
    left: 14px;
}

.rel {
    position: relative;
}

#menu2 a {
    text-decoration: none;
    padding: 0 6px;
    border-right: 2px #636363 solid;
    line-height: 1;
    font-size: 14px;
}

ul#menu2 li:first-child a {
    border: 0;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(right, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(right, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(right, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(to left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-right: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: right;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-right: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-right: 45px;
    }

        ol.round li.zero {
            background: url("../../Images/defaultImages/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../../Images/defaultImages/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../../Images/defaultImages/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../../Images/defaultImages/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../../Images/defaultImages/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../../Images/defaultImages/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../../Images/defaultImages/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../../Images/defaultImages/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../../Images/defaultImages/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../../Images/defaultImages/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: right;
    width: 70%;
}

aside {
    float: left;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            /*background: url("../../Images/defaultImages/bullet.png") no-repeat 0 50%;*/
            padding: 2px 20px 2px 0;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm .validation-error {
    display: block;
    margin-right: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input.input-validation-error {
    border: 1px solid #f8c0bf;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
    /* width: auto; */
}

#socialLoginForm {
    margin-right: 40px;
    float: right;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

.loginForm .font_25 {
    padding: 0 12px 8px 0;
}

.loginForm .font_25 {
    padding: 0 12px 8px 0;
}

.loginForm p.font_15 {
    padding: 0px 12px 7px 0px;
}

.loginForm {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
    padding: 60px 120px;
    padding-left: 100px;
    background: #fff;
    border: 1px solid #e8e9e9;
    position: relative;
}

.heading_banner {
    font-family: 'Rockwell';
    font-size: 25px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    left: 14px;
    top: -41px;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 10px 0 0;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 10px 0 0;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
        overflow: hidden;
        padding-bottom: 15px;
        border-bottom: 1px solid #dadada;
        margin-bottom: 20px;
    }

label {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    font-size: 16px;
}

    label.checkbox {
        display: inline;
    }

input[type=text], textarea, input[type=password], input[type="number"], input[type="datetime"] {
    width: 450px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #bbbdbf;
}

select {
    width: 450px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #bbbdbf;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    -moz-box-shadow: 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

input[type="submit"], input[type="button"], button, .button, a.buttonClass {
    background-color: #e1e5ec;
    border: 1px solid #E1E5EB;
    font-size: 16px;
    padding: 0px 25px;
    color: #282828;
    cursor: pointer;
    width: auto;
    margin: 0 8px;
    text-decoration: none;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    min-width: 130px;
    text-align: center;
    font-family: 'HelveticaNeue-Light', sans-serif;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

/*input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #0294ce;
    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: #0294ce;
}

/* styles for validation helpers */
.field-validation-error {
    color: #0294ce;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #0294ce;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #0294ce;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 13px;
    text-align: right;
    border: none 0px;
    padding-right: 0;
    color: #0294ce;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-left: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            left: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td, th {
    padding: 0.25em 0em 0.25em 2em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0 0 0.25em;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
  ----------------------------------------------------------*/
    #body {
        padding: 24px 100px 0 0;
    }

    header .float-left, header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
        position: static;
        width: 100%;
        background-color: #000;
        padding: 20px 0 10px;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

            ul#menu li a {
                font-size: 12px;
            }

    ul#menu2 {
        position: static;
        padding: 0 0 20px;
    }

    .heading_banner {
        display: none;
    }

    /* main layout
  ----------------------------------------------------------*/
    .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-right: 0;
    }

        ol.round li {
            padding-right: 10px;
            margin: 25px 0;
        }

            ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input[type=text], textarea, input[type=password], input[type="number"], input[type="datetime"], select {
        width: 100%;
    }

    /* login page */
    #loginForm {
        border-left: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-right: 15px;
        }

    #socialLoginForm {
        margin-right: 0;
        float: none;
        width: auto;
    }

    /* footer
  ----------------------------------------------------------*/
    footer .float-left, footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.rf_inputs li {
    border-radius: 3px 3px 3px 3px;
    padding: 15px 0 10px;
}

.rf_inputs label {
    padding: 0;
    display: block;
}

.rf_inputs input {
    padding: 7px 5px 8px;
}

.rf_inputs label, .rf_inputs input {
}

.wrap_btn_login .btn_login {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 0 0;
    margin: 0;
    width: 100% !important;
    padding: 12px 5px;
    background: url("../../Images/defaultImages/icon_login.png") no-repeat scroll 186px center #0294ce;
}

.wrap_btn_login {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}

.wrap_remember {
    background: none repeat scroll 0 center transparent !important;
    padding: 12px 14px 10px 0 !important;
}

    .wrap_remember .checkbox {
        color: #000000;
        font: 400 16px/14px arial;
        padding-right: 9px;
        position: relative;
        text-transform: none;
        width: auto;
        font-family: 'HelveticaNeue-Light', sans-serif;
        margin: 5px 0;
        display: inline-block;
    }

/*reports*/
.report_dates, .report_sales {
    float: right;
    border: 1px #d5d5d5 solid;
    width: 171px;
    margin: 0 0 0 19px;
}

    .report_dates:hover, .report_sales:hover {
        border: 1px white solid;
    }

    .report_dates dt a, .report_sales dt a {
        width: 165px;
        display: inline-block;
        height: 113px;
    }

    .report_dates dt a {
        background: url("../../Images/defaultImages/date-icon.png") no-repeat center center;
    }

    .report_sales dt a {
        background: url("../../Images/defaultImages/user-icon.png") no-repeat center center;
    }

    .report_dates dt, .report_sales dt {
        box-shadow: 0 0 15px #ededed inset;
        background: #e6e6e6;
    }

    .report_dates dd, .report_sales dd {
        background: #0294ce;
        text-align: center;
        padding: 4px 8px 5px;
    }

        .report_dates dd a, .report_sales dd a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
        }

.wrap_reports_home > h3 {
    font-size: 22px;
    font-weight: 400;
    padding: 0 15px 18px 0;
}

/*search*/
.head_24_black {
    background-color: #dedede;
    border-color: #d6d6d6;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    font: 400 18px/18px 'Lato', sans-serif;
    padding: 20px 20px 18px 0;
    margin: 0;
}

.head_first {
    font: 300 30px/30px 'Lato', sans-serif;
    padding: 0 0 18px 0;
    margin: 0;
    color: #000;
}

    .head_first:nth-child(n+2) {
        padding-top: 30px;
    }

.booking-pay-detail .head_first {
    padding-top: 30px;
}

.head-first-nogutter {
    padding-right: 0;
}

label + input[type="checkbox"] {
    position: relative;
    top: 1px;
}

.pagination {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

    .pagination .page-text {
        padding-top: 15px;
        height: 18px;
        margin: 0 0 0 12px;
    }

    .pagination li {
        float: right;
        margin: 0;
    }

    .pagination span {
        background-color: #eceef2;
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        height: 40px;
        margin: 0px 1px;
        display: block;
        line-height: 40px;
    }

    .pagination a {
        display: block;
        vertical-align: middle;
        text-decoration: none;
        padding: 0px 10px;
        height: 40px;
        min-width: 40px;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
    }

        .pagination a:hover {
            background-color: #e7ecf1;
        }

    .pagination .fast-forward-disabled, .pagination .fast-previous-disabled, .pagination .fast-next-disabled, .pagination .fast-backward-disabled {
        /* height: 25px; */
    }

        .pagination .fast-forward-disabled span, .pagination .fast-previous-disabled span, .pagination .fast-next-disabled span, .pagination .fast-backward-disabled span {
            padding: 0 15px;
            color: rgba(40, 40, 40, 0.5);
        }

            .pagination .fast-forward-disabled span:before {
                content: "\f100";
            }

            .pagination .fast-backward-disabled span:before {
                content: "\f101";
            }

    .pagination .fast-forward a:before {
        content: "\f100";
    }

    .pagination .fast-backward a:before {
        content: "\f101";
    }

.col4-10 {
    width: 25%;
}

.col1-3-10 {
    width: 33%;
}

.col1-2-10 {
    width: 50%;
}

.col1-1 {
    width: 100%;
}

.head_print, .changePassword, .displayTable, .createNewTable, .editTable {
    max-width: 700px;
}

.head_print {
    position: relative;
    padding-left: 140px;
}

    .head_print .print-btn {
        position: absolute;
        left: 0;
        top: 4px;
        text-decoration: none;
        font-size: 12px;
        background-color: #242424;
        padding: 0 13px;
        border-radius: 22px;
        text-transform: uppercase;
    }

        .head_print .print-btn:hover {
            background-color: #0294ce;
        }

.display-field, .editor-field {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 49%;
    vertical-align: top;
    position: relative;
}

.display-label, .editor-label {
    display: block;
    margin: 20px 0 10px;
}

@media screen and (max-width: 768px) {
    .display-field, .editor-field {
        width: 100%;
    }
}

.tabular select, .tabular .text-box, .tabular input[type=text], .tabular input[type=password], .tabular textarea, .changePassword select, .changePassword .text-box, .changePassword input[type=text], .changePassword input[type=password], .changePassword textarea, .displayTable select, .displayTable .text-box, .displayTable input[type=text], .displayTable input[type=password], .displayTable textarea, .createNewTable select, .createNewTable .text-box, .createNewTable input[type=text], .createNewTable input[type=password], .createNewTable textarea, .editTable select, .editTable .text-box, .editTable input[type=text], .editTable input[type=password], .editTable textarea, .tbl_search select, .tbl_search .text-box, .tbl_search input[type=text], .tbl_search input[type=password], .tbl_search textarea {
    /* background-color: #fff; */
    /* border-color: #f7f7f7; */
    /* padding: 5px 15px; */
    -moz-box-shadow: inset 0 0 3px #f8f8f8;
    /* -webkit-box-shadow: inset 0 0 3px #f8f8f8; */
    /* box-shadow: inset 0 0 3px #f8f8f8; */
}

.tabular select, .changePassword select, .displayTable select, .createNewTable select, .editTable select, .tbl_search select {
    width: 300px;
}

.tabular select, .tabular input[type=text], .tabular input[type=password], .tabular .text-box, .changePassword select, .changePassword input[type=text], .changePassword input[type=password], .changePassword .text-box, .displayTable select, .displayTable input[type=text], .displayTable input[type=password], .displayTable .text-box, .createNewTable select, .createNewTable input[type=text], .createNewTable input[type=password], .createNewTable .text-box, .editTable select, .editTable input[type=text], .editTable input[type=password], .editTable .text-box, .tbl_search select, .tbl_search input[type=text], .tbl_search input[type=password], .tbl_search .text-box {
    /* height: 42px; */
}

.tabular tr:hover select, .tabular tr:hover .text-box, .tabular tr:hover input[type=text], .tabular tr:hover input[type=password], .tabular tr:hover textarea {
    background-color: #fff;
    border-color: #fff;
    -moz-box-shadow: inset 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 3px #fff;
    box-shadow: inset 0 0 3px #fff;
    color: #242424;
}

.populateDates span {
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 18px;
}

    .populateDates span:first-child {
        padding-right: 0;
    }

.display-field {
    font-size: 24px;
    font-weight: 300;
}

.display-empty-label {
    font-weight: 700;
    font-size: 14px;
    padding: 30px 0 6px;
    color: #888;
}

.input_holder {
    margin: 50px 0 0;
}

    .input_holder .button {
        margin: 0 0 0 5px;
    }

    .input_holder a.button {
        padding-top: 5px;
        background-color: #242424;
    }

.hasCheckbox .check-box {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.head_second {
    color: #0294ce;
    font-weight: 400;
    font-size: 22px;
}

.changePassword label {
    display: block;
}

.changePassword li {
    margin-bottom: 20px;
}

.changePassword select {
    margin-top: 6px;
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.sweet-alert {
    background-color: #cb2620;
    font-family: 'Open Sans', sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    right: 50%;
    top: 50%;
    margin-right: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        right: 15px;
        left: 15px;
    }
}

.sweet-alert h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 1.25;
    display: block;
}

.sweet-alert p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

.sweet-alert button {
    background-color: #fff;
    color: #000;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #f7f7f7;
    }

    .sweet-alert button:active {
        background-color: #e6e6e6;
    }

    .sweet-alert button.cancel {
        background-color: #fff;
    }

        .sweet-alert button.cancel:hover {
            background-color: #f7f7f7;
        }

        .sweet-alert button.cancel:active {
            background-color: #e6e6e6;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.04706) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .icon.error {
        border-color: #fff;
    }

        .sweet-alert .icon.error .x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .icon.error .line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #fff;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert .icon.error .line.left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                right: 17px;
            }

            .sweet-alert .icon.error .line.right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                left: 16px;
            }

    .sweet-alert .icon.warning {
        border-color: #fff;
    }

        .sweet-alert .icon.warning .body {
            position: absolute;
            width: 5px;
            height: 47px;
            right: 50%;
            top: 10px;
            border-radius: 2px;
            margin-right: -2px;
            background-color: #fff;
        }

        .sweet-alert .icon.warning .dot {
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: -3px;
            right: 50%;
            bottom: 10px;
            background-color: #fff;
        }

    .sweet-alert .icon.info {
        border-color: #fff;
    }

        .sweet-alert .icon.info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            right: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-right: -2px;
            background-color: #fff;
        }

        .sweet-alert .icon.info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: -3px;
            top: 19px;
            background-color: #fff;
        }

    .sweet-alert .icon.success {
        border-color: #fff;
    }

        .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
            content: '';
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .icon.success::before {
            border-radius: 0 120px 120px 0;
            top: -7px;
            right: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .icon.success::after {
            border-radius: 120px 0 0 120px;
            top: -11px;
            right: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .icon.success .placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            right: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .icon.success .fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            right: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert .icon.success .line {
            height: 5px;
            background-color: #fff;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .icon.success .line.tip {
                width: 25px;
                right: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert .icon.success .line.long {
                width: 47px;
                left: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .icon.custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        right: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        right: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        right: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        right: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        right: 14px;
        top: 45px;
    }
}

@-moz-keyframes animateSuccessTip {
    0% {
        width: 0;
        right: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        right: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        right: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        right: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        right: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        right: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        right: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        right: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        right: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        right: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        left: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        left: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        left: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        left: 8px;
        top: 38px;
    }
}

@-moz-keyframes animateSuccessLong {
    0% {
        width: 0;
        left: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        left: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        left: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        left: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        left: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        left: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        left: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        left: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@-moz-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    -moz-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    -moz-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -moz-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    -moz-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-moz-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    -moz-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    -moz-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@-moz-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    -moz-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.page-error, .page-error-text {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

    .page-error a, .page-error-text a {
        color: #0294ce;
    }

.page-error-title {
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #0294ce;
    margin-bottom: 15px;
}

.login-title {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 4px;
}

.login-subtitle {
    color: #1157a8;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

#loginForm input:not(#RememberMe) {
    font-size: 16px;
    height: 46px;
    width: 60%;
}

.relative-list li, .rf_inputs li {
    position: relative;
}

.field-validation-error, label.error {
    color: #DA0812;
    font-size: 12px;
    padding: 0 15px;
}

.simple-error {
    color: #DA0812;
    font-size: 22px;
    font-family: lato;
    font-weight: 300;
}

@media only screen and (min-width: 992px) {
    .field-validation-error, label.error {
        border: 1px solid #DA0812;
        background: none repeat scroll 0 0 #DA0812;
        color: #fff;
        font-size: 12px;
        right: 0;
        top: 0;
        min-width: 190px;
        padding: 13px;
        position: absolute;
        text-transform: uppercase;
        z-index: 1;
        display: none;
    }

        .field-validation-error:after, .field-validation-error:before, label.error:after, label.error:before {
            right: 5%;
            bottom: -19px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .field-validation-error:before, label.error:before {
            border-color: rgba(218, 8, 18, 0);
            border-top-color: #DA0812;
            border-width: 9px;
            margin-top: -9px;
        }

    .rf_inputs li .field-validation-error, .rf_inputs li .field-validation-error, .rf_inputs li label.error, .rf_inputs li label.error {
        top: auto;
        bottom: 120%;
    }
}

.table-responsive {
    overflow: auto;
    margin-top: 10px;
}

.wrap_report_search {
    margin: 0 0 30px;
}

@font-face {
    font-family: 'footable';
    src: url("fonts/footable.eot");
    src: url("fonts/footable.eot?#iefix") format("embedded-opentype"), url("fonts/footable.woff") format("woff"), url("fonts/footable.ttf") format("truetype"), url("fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'footable';
        src: url("fonts/footable.svg#footable") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}

.footable {
    width: 100%;
    /** SORTING **/
    /** PAGINATION **/
}

    .footable.breakpoint > tbody > tr.footable-detail-show > td {
        border-bottom: none;
    }

        .footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
            content: "\e001";
        }

    .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
        cursor: pointer;
    }

    .footable.breakpoint > tbody > tr > td.footable-cell-detail {
        background: #eee;
        border-top: none;
    }

    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        display: inline-block;
        font-family: 'footable';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-left: 5px;
        font-size: 14px;
        color: #888888;
    }

        .footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
            content: "\e000";
        }

    .footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e005";
    }

    .footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
        content: "\e004";
    }

    .footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e003";
    }

    .footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
        content: "\e002";
    }

    .footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e007";
    }

    .footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
        content: "\e006";
    }

    .footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e009";
    }

    .footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
        content: "\e008";
    }

    .footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e00f";
    }

    .footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
        content: "\e011";
    }

    .footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e013";
    }

    .footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
        content: "\e015";
    }

    .footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e01b";
    }

    .footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
        content: "\e01d";
    }

    .footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e00b";
    }

    .footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
        content: "\e00d";
    }

    .footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e01f";
    }

    .footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
        content: "\e021";
    }

    .footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
        content: "\e017";
    }

    .footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
        content: "\e019";
    }

    .footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
        font-size: 18px;
    }

    .footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
        font-size: 24px;
    }

    .footable > thead > tr > th {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        user-select: none;
    }

        .footable > thead > tr > th.footable-sortable:hover {
            cursor: pointer;
        }

        .footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
            content: "\e013";
        }

        .footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
            content: "\e012";
        }

        .footable > thead > tr > th > span.footable-sort-indicator {
            display: inline-block;
            font-family: 'footable';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            padding-right: 5px;
        }

            .footable > thead > tr > th > span.footable-sort-indicator:before {
                content: "\e022";
            }

    .footable > tfoot .pagination {
        margin: 0;
    }

    .footable.no-paging .hide-if-no-paging {
        display: none;
    }

.footable-row-detail-inner {
    display: table;
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: bold;
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: bold;
    padding-left: 0.5em;
}

.footable-row-detail-value {
    display: table-cell;
}

.footable-row-detail-inner {
    font-size: 16px;
    padding: 10px;
}

    .footable-row-detail-inner strong {
        min-width: 120px;
        display: inline-block;
    }

    .footable-row-detail-inner div {
        padding: 10px;
    }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "+" !important;
    padding: 1px 4px;
    border-radius: 50%;
    background-color: #0294ce;
    color: #FFF;
}

.footable-loaded.tblBorder tr td {
    white-space: nowrap;
    vertical-align: middle;
}

.tblBorder .paidClass td:nth-child(1) {
    background-color: #0E771B;
    color: #FFF;
    border-color: #008000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #dbdbdb;
    background: #FFFFFF;
    color: #000;
}

.ui-widget-content {
    background: #fff;
    border-color: #fff;
    color: #000;
    padding: 0;
    border: none;
    min-width: 540px;
}

.ui-widget-header {
    background: #FFFFFF;
    color: #000;
    border-color: #fff;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border-color: #0294ce;
        background: #0294ce;
        color: #fff;
    }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 36px;
    width: 36px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.5em;
}

.ui-datepicker {
    width: 18em;
    border: 1px solid #BBBDBF;
    border-top: none;
}

/*-----------------------------------*/
/*------------------------------------*/
.none {
    display: none;
}

.panel {
    background-color: #f7f8f8;
    height: auto !important;
}

.sidebar {
    -moz-transition: right 0.4s;
    -o-transition: right 0.4s;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    right: 0;
    width: 320px;
    position: absolute;
    top: 86px;
    /* height: 100%; */
    /*overflow: auto;*/
    overflow-x: hidden;
    z-index: 1;
    border-left: 1px solid #bbbdbf;
    border-bottom: 1px solid #bbbdbf;
}

    .sidebar, .sidebar ul {
        background-color: #FFFFFF;
    }

        .sidebar ul {
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            left: 0;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
        }

        .sidebar:hover {
            right: 0;
        }

.logo img {
    padding: 20px 8px;
}

.site-logo-img {
    float: right;
    padding: 14px 20px 0;
}

.banner-logo {
    padding: 0 0 30px;
}

    .banner-logo .text-icon-img {
        text-align: center;
    }

        .banner-logo .text-icon-img img {
            padding: 38px 16px 20px 16px;
        }

.text-icon-link {
    display: block;
    padding: 16px 0;
    color: #717171;
}

    .text-icon-link.active, .text-icon-link:hover {
        background-color: #2baae1;
        color: #fff;
    }

.text-icon-title {
    padding: 4px;
    font-size: 16px;
    display: inline-block;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
}

.text-icon-img {
    width: 60px;
    float: right;
    margin: 0 5px;
    margin-right: 20px;
    height: 30px;
    overflow: hidden;
}

    .text-icon-img img {
        padding: 0 20px;
        vertical-align: middle;
        width: auto;
        height: 30px;
    }

/*------------------------------------*/
.panel-head {
    background-color: #f7f8f8;
}

    .panel-head:before, .panel-head:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .panel-head:after {
        clear: both;
    }

.user-info {
    /* background-color: #1157a8; */
    /* height: 86px; */
    padding-left: 145px;
    /* overflow: hidden; */
}

.greet a {
    text-decoration: none;
    padding: 0;
}

.greet,
.t-layout {
    display: table;
    width: 100%;
    color: #fff;
    margin: 0 0 20px;
}

.greet-icon,
.t-layout-icon {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}

.greet-info,
.t-layout-info {
    display: table-cell;
    vertical-align: middle;
}

.greet-text,
.t-layout-text {
    font-weight: 700;
}

.quick-links {
    list-style: none;
    padding: 0;
    float: left;
    width: 30%;
}

    .quick-links a {
        text-decoration: none;
    }

    .quick-links li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        color: #fff;
    }

        .quick-links li:after {
            width: 2px;
            background-color: #fff;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            *
            vertical-align: auto;
            *
            zoom: 1;
            *
            display: inline;
            margin: -3px 10px 0 6px;
        }

        .quick-links li:last-child:after {
            display: none;
        }

/*------------------------------------*/
.total-jumps .t-layout, .total-booking .t-layout, .total-montly .t-layout, .total-park .t-layout {
    color: #fff;
    min-height: 240px;
}

.total-jumps {
    background-color: #34d5b4;
}

    .total-jumps .t-layout {
        min-height: 195px;
    }

.total-booking {
    background-color: #725aa8;
}

.total-montly {
    background-color: #373f48;
}

.total-park {
    background-color: #0294ce;
}

.total-extra {
    text-align: center;
    padding: 15px;
    background-color: #24c5a4;
}

.t-layout-icon {
    width: 128px;
    text-align: center;
    padding: 0 0 0 20px;
}

    .t-layout-icon img {
        max-width: 100%;
    }

.t-layout-text {
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
}

    .t-layout-text a {
        color: inherit;
        text-decoration: none;
    }

.t-layout-email {
    font-size: 20px;
}

    .t-layout-email a {
        color: inherit;
        text-decoration: none;
    }

.t-layout {
    padding: 20px;
    margin: 0;
}

/*------------------------------------*/
.side-park {
    margin: 0 0 30px;
}

    .side-park .t-layout {
        background-color: #e6e6e6;
        border: 1px #d5d5d5 solid;
        box-shadow: 0 6px 0 0 #dddddd;
        color: #000;
        padding: 0;
    }

    .side-park .t-layout-info {
        padding: 0 30px;
    }

    .side-park .t-layout-icon {
        width: 128px;
        text-align: center;
        padding: 20px 0;
        background-color: #ededed;
        border-right: 1px #d5d5d5 solid;
    }

    .side-park .t-layout-text {
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
    }

    .side-park .t-layout-email {
        font-size: 14px;
    }

/*------------------------------------*/
.home-boxes {
    width: 100%;
    max-width: 924px;
    float: right;
}

.home-box {
    width: 48%;
    float: right;
    margin: 0 0 30px 2%;
}

.side-parks {
    float: right;
}

.home-box-table {
    max-width: 906px;
}

@media screen and (max-width: 767px) {
    .home-box {
        width: 100%;
        float: none;
    }

    .t-layout-text {
        font-size: 70px;
    }

    .side-park .t-layout-icon,
    .t-layout-icon,
    .t-layout-email,
    .t-layout-info,
    .t-layout {
        display: block;
        text-align: center;
        width: 100%;
    }

    .user-info {
    }

    .quick-links li {
        display: block;
        text-align: left;
    }

        .quick-links li:last-child:after {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
        }

        .quick-links li a {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            padding: 6px 0;
        }
}

.print-only {
    display: none;
}

@media print {
    .print-only-logo {
        padding: 20px 10px;
        background-color: #0294ce;
    }

    .sidebar {
        display: none;
    }

    .panel {
        margin: 0;
        height: auto !important;
    }

    .table-responsive {
        -moz-box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    .print--padding {
        padding: 3% 10px;
    }

        .print--padding table {
            width: 100%;
        }

    .w_1104 {
        width: 96%;
    }

    .page-thankyou {
        padding: 0 2% 75px;
    }

    h1, h2, h3, h4, h5, h6, body {
        color: #000;
    }

    .print-only {
        display: block;
    }

    .no--print, .menumap, #menu, #login, .heading_banner, .print-btn {
        display: none;
    }

    html, body, #body {
        background-color: #fff;
        min-width: 0;
        border: 0;
    }

    #body {
        padding: 2px 0 5%;
    }

    .display-empty-label {
        font-weight: 400;
        font-size: 9pt;
        padding: 0 0 2px;
        color: #888;
    }

    .display-field {
        font-size: 9pt;
        font-weight: 700;
        margin-bottom: 6pt;
        vertical-align: bottom;
        border-bottom: 1px #F4F4F4 solid;
        padding-bottom: 6pt;
        width: 33%;
    }

    .head_first {
        font-size: 16pt;
        padding-bottom: 6pt;
        padding-top: 0 !important;
    }

    .tblBorder {
        max-width: 100%;
    }

        .tblBorder td, .tblBorder th {
            font-size: 9pt;
            background-image: none;
        }

    .changePassword, .displayTable, .createNewTable, .editTable {
        max-width: none;
    }

    .table-responsive, .booking-pay-detail {
        page-break-inside: avoid;
    }

    .confirm-prim-text {
        color: #fff;
    }

    .confirm-head {
        border: 0;
    }

    .free-text {
        padding: 0 58px 24px 0;
    }

    .page-thankyou .table-zebra-cart {
        margin: 0 58px 0 0;
    }

    .display-empty-label {
        vertical-align: top;
    }

    .hasCheckbox .check-box {
        margin-top: 0;
    }

    .display-field {
        min-height: 40px;
    }

    span.heading_table {
        font-size: 24px;
        padding: 30px 0 12px;
    }
}

/*-----------------------------------*/

@media screen and (max-width: 767px) {
    .cta_createnew a {
        position: static;
        display: block;
        margin: 0 0 24px;
    }
}

._my_login {
    background: url(../images/landing-bg.jpg) repeat-x top center;
}

.landing-header {
    margin: 0 auto;
    display: table;
    padding: 10px 0;
    padding-top: 60px;
}

    .landing-header h1 {
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .landing-header img {
        display: block;
        margin-top: 25px;
        margin-bottom: 75px;
    }

.loginForm ol li {
    width: 50%;
    float: right;
    padding: 0 !important;
    padding-left: 20px !IMPORTANT;
}

    .loginForm ol li input[type=text], .loginForm ol li input[type=password] {
        width: 100% !IMPORTANT;
        margin: 10px 0;
    }

    .loginForm ol li input.btn_login {
        background: #2baae1;
        width: auto !important;
        border-radius: 0px;
        height: 50px;
        padding: 0 30px;
        float: left;
        min-width: 160px;
        color: #fff;
        font-size: 16px;
    }

    .loginForm ol li.wrap_remember {
        margin-top: 15px;
    }

        .loginForm ol li.wrap_remember input[type=checkbox] {
            float: right;
            margin: 0;
            margin-left: 10px;
        }

.copr-rights {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.logo-header img {
    float: right;
    margin: 5px;
    margin-right: 40px;
}

.logo-header .landing-header {
    float: right;
    margin: 13px;
    padding: 0;
}

    .logo-header .landing-header h1 {
        font-size: 20px;
        margin: 3px;
    }

.selected-header-book {
    float: right;
    height: 100%;
    line-height: 86px;
    margin-right: 40px;
    font-size: 16px;
    color: #fff;
}

.logo-header {
    height: 100%;
    float: right;
}

.selected-header-book span:first-child {
    color: #2baae1;
}

.logo-header + .greet {
    float: left;
    width: auto;
    margin-top: 33px;
    margin-left: 35px;
    margin-right: 35px;
}

.top-main-bar {
    background-color: #1157a8;
    height: 86px;
    position: relative;
}

.logo-header + .greet .greet-icon {
    display: none;
}

.logo-header + .greet .greet-info {
    display: block;
}

    .logo-header + .greet .greet-info .greet-text, .logo-header + .greet .greet-info .greet-text a {
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
    }

.logo-header + .greet .greet-email a {
    color: #2baae1;
    float: left;
    border-bottom: 1px solid #2baae1;
    padding-bottom: 2px;
}

.sidebar:hover span.text-icon-title {
    visibility: visible;
    opacity: 1;
}

.sidebar:hover ul {
    left: 0px;
}

.tblBorder tr:first-child ~ tr td:first-child:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: white;
    right: 0;
    top: 0px;
    z-index: -1;
}

.tblBorder tr:first-child ~ tr:hover td:first-child:before {
    background: #1157A8;
}

.tblBorder tr td:first-child {
}

.tblBorder th:first-child {
    padding-right: 22px;
}
.card-feedback-table .tblBorder th:first-child {
    padding-right: 4px;
}

.pagination .active a {
    background-color: #1157a8 !important;
    color: #fff;
}
.back-button{
    height:40px;
    background: #008b44;
    border: 1px solid #E1E5EB;
    font-size: 16px;
    padding: 0px 25px;
    color: #ffffff;
    cursor: pointer;
    width: auto;
    margin: 0 8px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    min-width: 130px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.pagination a {
    background-color: #fff;
    color: #000;
    border: 1px #bbbdbf solid;
    border-right: none;
}

.tblBorder input[type="submit"], .tblBorder input[type="button"], .tblBorder button, .tblBorder .button, .tblBorder a.buttonClass {
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    border-color: transparent;
}


input[type="submit"].custom-btn1, input[type="button"].custom-btn1, button.custom-btn1, .button.custom-btn1, a.buttonClass.custom-btn1 {
    background: #2baae1;
    color: #fff;
    border-color: #2baae1;
    line-height: 32px;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, a.buttonClass:hover {
    background: #fff !important;
    border-color: #ed2437 !important;
    color: #000 !important;
}

tr.editor-row-main td:before, tr.editor-row-main td, tr.editor-item td, tr.editor-item td:before {
    background: #f3f8fb !IMPORTANT;
}

table.tblBorder.black-table th {
    background: #282828;
    color: #fff;
    height: 47px;
    border: 1px solid #282828;
    text-align: center;
    font-size: 14px;
}

    table.tblBorder.black-table th:first-child {
    }

table.tblBorder.black-table td {
    border: 1px solid #bbbdbf;
}
table.tblBorder.black-table th.country{
    text-align: center;
}
table.tblBorder.black-table td.country{
    text-align: right;
    padding: 0px 25px 0px 0px;
}

.tblBorder.black-table tr:first-child ~ tr:hover td:first-child:before {
    background: #F3F8FB;
}

ul.occordion-list, ul.occordion-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 660px;
}

    ul.occordion-list li.showFirst {
        margin-bottom: 4px;
    }

span.occordion-title {
    display: block;
    height: 47px;
    padding: 0;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-right: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    span.occordion-title:before {
        content: '';
        width: 25px;
        height: 25px;
        background: url(../images/occord.png) right 0px no-repeat;
        position: absolute;
        right: 0px;
        top: 10px;
    }

    span.occordion-title:hover, li.opened span.occordion-title {
        color: #1256a9;
    }

ul.occordion-list ul.sub-occordion-list {
    margin-right: 30px;
}

    ul.occordion-list ul.sub-occordion-list li.showSecond span.occordion-sub-title {
    }

    ul.occordion-list ul.sub-occordion-list li.showSecond:last-child span.occordion-sub-title {
        border: none;
    }

    ul.occordion-list ul.sub-occordion-list li.showSecond span.occordion-sub-title:hover {
    }

.prayer-occordion-container {
    width: 330px;
    float: right;
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #bcbdbf;
    max-height: 678px;
    overflow: auto;
}

.prayer-calendar-container {
    overflow: hidden;
    padding: 0 45px;
    padding-left: 0;
}

ul.occordion-list li.showFirst.active > span.occordion-title:before, ul.occordion-list ul.sub-occordion-list li.showSecond.active span.occordion-sub-title:before {
    background-position: right -27px;
}

ul.occordion-list li.showFirst.active > span.occordion-title, ul.occordion-list ul.sub-occordion-list li.showSecond.active span.occordion-sub-title, ul.occordion-list li.showThird.active div {
    color: #1255ac;
    font-weight: bold;
}

ul.occordion-list li.showThird div {
    margin-right: 35px;
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
}

div#calendarDiv {
    clear: both;
    min-height: 600px;
    position: relative;
    top: -40px;
}

.prayer-calendar-timings {
    font-size: 16px;
    float: right;
}

.prayer-calendar-controls {
    /*overflow: hidden;
     position: absolute; 
    white-space: nowrap;
    width: 362px;
    text-overflow: ellipsis;*/
}

div#calendarDiv img {
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}

div#calendarDiv .fc-view-container {
    background: #fff;
    clear: both;
    overflow: auto;
}

    div#calendarDiv .fc-view-container .fc-scroller {
        height: auto !important;
        overflow: auto;
    }

.pagination li:first-child a {
    border: 1px #bbbdbf solid;
}

.pagination li.fast-next a, .pagination li.fast-backward a {
    border-right: 1px solid #BBBDBF;
}

.uploadfile-control {
    position: relative;
    height: 50px;
    background: #fff;
    width: 450px;
    border: 1px solid #bbbdbf;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 1;
}

    .uploadfile-control:before {
        content: 'Browse';
        position: absolute;
        height: 100%;
        width: 130px;
        top: 0;
        left: 0;
        background: #f7f8f8;
        border-right: 1px solid #bbbdbf;
        text-align: center;
        font-size: 16px;
        padding-top: 15px;
    }

    .uploadfile-control:hover:before {
        background: #E1E5EC;
    }

    .uploadfile-control input[type="file"] {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 2;
        cursor: pointer;
    }

span.uploadfile-browse {
    width: 230px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.double-form {
    max-width: 990px;
    width: 100%;
    clear: both;
    overflow: hidden;
    /* margin: 30px 0; */
}

.double-form-item {
    width: 50%;
    float: right;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

.field-label.block, .field-label.block {
    display: block;
    margin-bottom: 5px;
}

.submit-row {
    clear: both;
    margin-top: 20px;
    text-align: left;
    padding-top: 20px;
    position: relative;
    margin-left: 30px;
    border-top: 1px solid #bbbdbf;
}

.field-control input[type=text], .field-control textarea, .field-control input[type=password], .field-control input[type="number"] {
    width: 100%;
}

input[type="submit"].custom-btn-green, input[type="button"].custom-btn-green, button.custom-btn-green, .button.custom-btn-green, a.buttonClass.custom-btn-green {
    background: #008b44;
    color: #fff;
}

.submit-row:before {
}

.submit-row a.buttonClass, .submit-row input {
    margin: 0;
    margin-right: 15px;
}

.checkbox-control {
    width: 23px;
    height: 23px;
    float: right;
    background: #fff;
    border: 1px solid #BBBDBF;
    cursor: pointer;
    position: relative;
}

    .checkbox-control input[type="checkbox"] {
        margin: 0;
        width: 23px;
        height: 23px;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
    }

ul.check-cols-list {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin: 5px 0;
    width: 450px;
}

    ul.check-cols-list li {
        margin-bottom: 15px;
        float: right;
        width: 33.333%;
    }

.checkbox-control + label {
}

.checkbox-control + label {
    float: right;
    margin: 4px 6px 0 0;
}

.checkbox-control:hover {
    border-color: #615261;
}

.checkbox-control.checked {
    background: #fff url(../images/checked.png) center no-repeat;
}

td .submit-row {
    margin-left: 0;
}

 

@media screen and (max-width: 1360px) {
    #body {
        padding-left: 40px;
    }
}

tr.double-form-item.full {
    width: 100%;
}

ul.check-cols-list.custom-checkbox-list {
    width: 275px;
    margin: 0;
    border: 1px solid #bbbdbf;
    padding-top: 10px;
    min-height: 200px;
}

.wizard-checkbox-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: #fff;
    /* border: 1px solid #BBBDBF; */
    margin-left: 15px;
    min-height: 200px;
}

.wizard-checkbox-results {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    line-height: 30px;
    padding: 0;
    /* background: #fff; */
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: auto;
    border: 1px solid #bbbdbf;
    border-right: none;
    padding-top: 10px;
}

ul.check-cols-list.custom-checkbox-list li {
    width: 100%;
    margin: 0;
    position: relative;
    height: 40px;
    line-height: 40px;
}

ul.check-cols-list.custom-checkbox-list .checkbox-control {
    width: 100%;
    border: none;
    position: absolute;
    height: 100%;
}

    ul.check-cols-list.custom-checkbox-list .checkbox-control input[type="checkbox"] {
        width: 100%;
        height: 100%;
    }

    ul.check-cols-list.custom-checkbox-list .checkbox-control + label {
        position: relative;
        display: block;
        margin: 0;
        float: none;
        margin-right: 20px;
    }

    ul.check-cols-list.custom-checkbox-list .checkbox-control:hover, ul.check-cols-list.custom-checkbox-list .checkbox-control.checked {
        background: #1157a8;
    }

        ul.check-cols-list.custom-checkbox-list .checkbox-control:hover + label, ul.check-cols-list.custom-checkbox-list .checkbox-control.checked + label {
            color: #fff;
        }

.row-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.wizard-item {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
}

.remove-wizard-item {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 8px;
    left: 20px;
    background: url(../images/remove.png) center no-repeat;
    cursor: pointer;
}

.top-header-back {
    position: relative;
}

    .top-header-back a.backto-link {
        position: absolute;
        top: 0;
        left: 0;
    }

a.backto-link {
    font-size: 16px;
    text-decoration: none;
    padding-right: 36px;
    background: url(../images/back.png) right center no-repeat;
    height: 26px;
    line-height: 26px;
}

    a.backto-link:hover {
        text-decoration: underline;
    }

.submit-row.plain {
    margin-left: 0;
}

:focus {
    outline: none;
}

.fc-view.fc-month-view.fc-basic-view {
    min-width: 800px;
}

.prayer-calendar-controls * {
    font-size: 22px;
}

@media only screen and (max-width: 1360px) {
    .double-form-item, .double-form-item td {
        width: 100%;
        display: block;
        padding-left: 20px;
    }

    div#calendarDiv {
        top: 0;
        margin-top: 20px;
    }
}

.only-btns * {
    margin: 0 !important;
    margin-left: 10px !important;
}

table.normal-list-table {
    font-size: 16px;
}

span.text-icon-img img:first-child {
    display: none;
}



a.text-icon-link:hover span.text-icon-img img:first-child {
    display: block;
}

a.text-icon-link:hover span.text-icon-img img:last-child {
    display: none;
}

.text-icon-link.active span.text-icon-img img:first-child {
    display: block;
}

.text-icon-link.active span.text-icon-img img:last-child {
    display: none;
}

ul.quick-links.no--print {
    float: left;
    width: auto;
    margin: 0;
    height: 100%;
    position: absolute;
    left: 85px;
    top: 0;
}

li.language {
    height: 100%;
}

    li.language a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        width: 60px;
        text-align: center;
        padding-top: 33px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    li.language.lang-ar {
    }

    li.language a:hover {
        background: #0e4f9b;
    }

a.logoff-btn {
    display: block;
    float: left;
    height: 100%;
    width: 85px;
    background: #2baae1 url(../images/logoff.png) center no-repeat;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

    a.logoff-btn:hover {
        background-color: #009CE0;
    }

tr.item-workshop td {
    padding: 0 !important;
    height: auto;
}

.iframe-wrapper {
    height: 0px;
    overflow: hidden;
}

tr.item-workshop, tr.item-workshop * {
    border: none !important;
}

    tr.item-workshop td:before {
        display: none;
    }

.iframe-wrapper.show-frame {
    height: auto;
    border-bottom: 1px solid #BBBDBF !important;
}

tr.show-frame-row td {
    background-color: #f3f8fb;
}

    tr.show-frame-row td:before {
        display: none;
    }

.wizard-checkbox-container.test-wizard {
    margin-bottom: 20px;
    min-height: 0;
    height: 50px;
}

    .wizard-checkbox-container.test-wizard ul.check-cols-list.custom-checkbox-list, .wizard-checkbox-container.test-wizard .wizard-checkbox-results {
        border-top: none;
        padding: 0;
        min-height: 0px;
    }

        .wizard-checkbox-container.test-wizard .wizard-checkbox-results input {
            width: 50%;
            border: none;
            float: right;
            border-left: 1px solid #BBBDBF;
        }

    .wizard-checkbox-container.test-wizard .wizard-checkbox-results {
        padding: 0;
        overflow: hidden;
        border-left: none;
    }

    .wizard-checkbox-container.test-wizard ul.check-cols-list.custom-checkbox-list li {
        line-height: 50px;
        padding-right: 20px;
        height: 50px;
        font-size: 16px;
    }

.top-header-controls {
    margin-bottom: 20px;
}

img {
    border: none;
}

a.forgot-question {
    color: #1157a8;
    float: right;
}

.social-login {
    float: left;
}

.login-signup {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.login-forgot-container.clearfix {
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.social-login span {
    float: right;
    font-size: 16px;
    margin-top: 6px;
}

.social-login-icons {
    float: right;
    margin-right: 5px;
}

    .social-login-icons a .fa {
        width: 31px;
        height: 31px;
        background: red;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        padding-top: 7px;
        font-size: 16px;
    }

    .social-login-icons a .fa-facebook {
        background: #3b5998;
    }

    .social-login-icons a .fa-twitter {
        background: #55acee;
    }

    .social-login-icons a .fa-google-plus {
        background: #ef3838;
    }

    .social-login-icons a .fa-linkedin {
        background: #3f729b;
    }

.login-signup a {
    color: #1157a8;
}

@media only screen and (max-width: 1024px) {
    .loginForm ol li {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .loginForm {
        padding: 40px;
    }
}

.control-the-calender {
    float: left;
    margin-left: 310px;
    position: relative;
    z-index: 1;
}

    .control-the-calender input[type="button"] {
        height: 40px;
        margin-right: 0;
        min-width: 0;
        border: 1px solid #BCBDBF;
        background: #E7ECF0;
    }

table.filterPanel {
    width: 100%;
    margin-bottom: 20px;
    background: #E7ECF1;
    border: 1px solid #BBBDBF;
}

    table.filterPanel td {
        padding: 10px;
        display: inline-block;
        width: auto;
    }

    table.filterPanel select {
        height: 40px;
    }

    table.filterPanel input {
        background: #008b44;
        color: #fff;
        height: 40px;
        margin: 0;
    }

        table.filterPanel input[type=text] {
            background: #fff;
            color: #000;
        }

tr.filterRow td select {
    width: 120px;
}

table.filterPanel input.custom-btn2 {
    background: #e1e5ec;
    color: #000;
}

.wizard-checkbox-container.test-wizard ul.check-cols-list.custom-checkbox-list li {
    height: auto;
    min-height: 50px;
}

.wizard-checkbox-container.test-wizard {
    height: auto;
}

    .wizard-checkbox-container.test-wizard ul.check-cols-list.custom-checkbox-list li label {
        display: block;
        width: 100%;
        padding-left: 10px;
    }

    .wizard-checkbox-container.test-wizard .wizard-checkbox-results input {
        border-bottom: 1px solid #bbbdbf;
    }

    .wizard-checkbox-container.test-wizard .wizard-checkbox-results {
        border-left: 1px solid #bbbdbf;
    }

        .wizard-checkbox-container.test-wizard .wizard-checkbox-results input:last-child {
            border-left: none;
        }

table.landing-item {
    width: 50%;
    float: right;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}

    table.landing-item td {
        vertical-align: top;
    }

        table.landing-item td.landing-cell-details tr.landing-item-title td {
            font-size: 20px !important;
            font-weight: 500;
            padding: 0;
            padding-bottom: 20px;
            border: none;
            color: #000 !important;
        }

        table.landing-item td.landing-cell-details tr td:first-child {
            color: #1157a8;
            font-size: 18px;
        }

        table.landing-item td.landing-cell-details tr td {
            border-top: 1px solid #bbbdbf;
            padding-bottom: 14px;
            padding-top: 14px;
            line-height: 1;
        }

        table.landing-item td.landing-cell-details tr:last-child td, table.landing-item td.landing-cell-details tr:nth-child(2) td {
            border: none;
        }

        table.landing-item td.landing-cell-details tr td a {
            text-decoration: none;
            display: block;
            text-align: center;
            font-size: 20px;
            background: #008b44;
            border: 1px solid #008b44;
            color: #fff;
            margin: 10px 0;
            height: 50px;
            line-height: 50px;
            -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
            -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
            transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        }

        table.landing-item td.landing-cell-details td.landing-submit {
            padding: 0;
        }

        table.landing-item td.landing-cell-details tr td a:hover {
            background: #fff;
            border-color: #ed2437;
            color: #000;
        }

td.landing-cell-details table {
    width: 300px;
}

.selection-list {
    float: left;
    position: relative;
}

    .selection-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border: 1px solid #bbbdbf;
        border-top: none;
        border-bottom: none;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        position: relative;
        width: 100%;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    .selection-list > span {
        display: block;
        height: 86px;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        padding: 0 35px;
        padding-top: 33px;
        background: #0e4f9b url(../images/select-book.png) no-repeat right 25px center;
        padding-right: 80px;
        cursor: pointer;
    }

.selection-list-wrapper {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
}

.selection-list ul a {
    text-decoration: none;
    padding: 17px 20px;
    display: block;
    background: #fff;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.selection-list ul li a {
    border-bottom: 1px solid #bbbdbf;
}

.selection-list ul a:hover {
    background: #2baae1;
    color: #fff;
    border-color: #2baae1;
}

.selection-list:hover .selection-list-wrapper {
    visibility: visible;
}

.selection-list:hover ul {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}

/*new changes*/
.filter-select {
    float: right;
}

.filter-search {
    float: left;
}

table.filterPanel.filter-panel-search td {
    padding: 0;
    width: 100%;
}

table.filterPanel.filter-panel-search {
    border: none;
    background: none;
    margin: 20px 0;
}

    table.filterPanel.filter-panel-search .filter-search input[type="text"], table.filterPanel.filter-panel-search .filter-search .btnSearch {
        float: right;
        border-left: none;
    }

    table.filterPanel.filter-panel-search .filter-search .btnSearch {
        background: #fff url(../images/search.png) center no-repeat !important;
        width: 30px;
        min-width: 0px;
        padding: 0;
        border: 1px solid #bbbdbf !important;
        border-right: none !IMPORTANT;
    }

.section-item {
    width: 25%;
    float: right;
    padding-left: 10px;
    height: 95px;
}

    .section-item > div {
        background: #1157a8 url(../images/book-section.png) 10% center no-repeat;
        height: 100%;
        cursor: pointer;
        padding: 7px 15px;
    }

    .section-item.active > div {
        background: #008b44 url(../images/book-section-active.png) 10% center no-repeat;
    }

    .section-item.inactive > div {
        background: #ef3838 url(../images/book-section-inactive.png) 10% center no-repeat;
    }

    .section-item h3 {
        margin: 0;
        color: #fff;
        font-size: 18px;
    }

.add-section > div {
    background: #fff !important;
    border: 1px dashed #acacac;
}

.section-item.add-section {
    padding: 0;
    position: relative;
}

.section-item span {
    font-size: 44px;
    color: #fff;
}

.section-item h3 {
}

.add-section a {
    text-align: center;
    margin: auto;
    position: absolute;
    text-decoration: none;
    font-size: 18px;
    color: #717171;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 35px;
}

    .add-section a:after {
        position: absolute;
        width: 35px;
        height: 35px;
        right: 20%;
        top: 50%;
        content: '';
        background: url(../images/add-section.png) center no-repeat;
        margin-top: -20px;
    }

.top-sections + input[type="button"] {
    margin: 10px 0;
    margin-bottom: 0;
}

td.edit-insider {
    display: none;
    padding: 0 !important;
}

table.inside-table td {
    border: none !important;
    background: none;
    padding-bottom: 10px !important;
}

table.inside-table {
    width: 100%;
    text-align: right;
}

.edit-inside-container {
    padding: 20px;
    background: #f3f8fb;
}

td.edit-insider table.inside-table td:before {
    display: none;
}

td.edit-insider:before {
    display: none;
}

.filter-search input.right-all {
    margin-right: 10px;
}

.top-sections.double-section .section-item {
    width: 33.333%;
    padding-left: 20px;
}

table.tblBorder a {
    text-decoration: none;
}

.form-group label {
    width: 240px;
    display: inline-block;
    margin: 0 5px 5px;
    font-size:13px;
}

.form-group {
    overflow: hidden;
    margin-bottom: 10px;
    max-width: 768px;
}

td.edit-insider input[type="submit"], td.edit-insider input[type="button"], td.edit-insider button, td.edit-insider .button, td.edit-insider a.buttonClass {
    height: 45px;
}

td.edit-insider input.buttonClass {
    background: #f3f8fb;
    border-color: #bbbdbf;
}

td.edit-insider label {
    font-weight: 500;
}

table.inside-table tr:first-child td:first-child {
    vertical-align: top;
    padding: 0;
}

td.cell-submit-btns {
    vertical-align: bottom;
    /* padding-bottom: 30px; */
    text-align: left;
}

table.plain-table td {
    padding: 0 1px;
}

.quran-text {
    font-family: 'KFGQPCUthmanicScriptHAFS';
    /* text-align: left; */
    font-size: 20px !important;
}

.form-group label + div {
    display: inline-block;
}

.ui-dialog .ui-dialog-titlebar {
    border: none;
    background: #1057a7;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 14px 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    min-width: 0;
    border: none;
    background: url(../images/close-popup.png) center no-repeat !IMPORTANT;
    left: 10px;
}

.ui-widget-overlay {
    background: #000;
}

.ui-dialog .ui-dialog-buttonpane button:last-child {
    background: #ed2437 !important;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
    background: #fff;
    border-color: #bcbdbf;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    margin: auto;
    display: table;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 10px 5px;
}

a.EditCall, a.DeleteCall, a.DeleteCall {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    a.EditCall:before, a.DeleteCall:before, a.DeleteCall:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: -13px;
        font-size: 14px;
        background: #131313;
        color: #faf6ec;
        font-family: 'HelveticaNeue-Light';
        line-height: 1;
        padding: 5px 8px 11px 8px;
        text-align: left;
        width: 60px;
        white-space: pre-line;
        margin-bottom: 13px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    a.EditCall:after, a.DeleteCall:after, a.DeleteCall:after {
        margin-bottom: 10px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        content: '';
        width: 0px;
        height: 0px;
        border: 7px solid transparent;
        position: absolute;
        border-top-color: #131313;
        border-bottom: none;
        bottom: 100%;
        left: 8px;
        margin-bottom: 7px;
    }

    a.EditCall:hover:before, a.DeleteCall:hover:before, a.DeleteCall:hover:before {
        margin-bottom: 7px;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    a.EditCall:hover:after, a.DeleteCall:hover:after, a.DeleteCall:hover:after {
        margin-bottom: 0;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        margin-bottom: 0px;
    }

    a.EditCall:before {
        content: 'تعديل';
        text-align: center;
    }

    a.DeleteCall:before {
        content: 'حذف';
        text-align: center;
        right: -15px;
    }
    a.ViewAnswerCall:before {
        content: 'View Answer';
        text-align: center;
        right: -60px;
        width: 100px;
    }

.inside-table-image {
    position: relative;
    width: 200px;
}

    .inside-table-image img {
        position: absolute;
        max-width: 100%;
    }


.switch-control-container, .font-control {
    width: 96px;
    height: 36px;
    border: 1px solid #bbbdbf;
    position: relative;
}

    .switch-control-container input[type="checkbox"] {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 1;
        left: 0px;
        top: 0px;
        cursor: pointer;
    }

.switch-control {
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: 'HelveticaNeue-Light';
    overflow: hidden;
}

    .switch-control .on, .switch-control .off {
        float: right;
        width: 50%;
        height: 100%;
        padding-top: 8px;
        -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        border-right: 1px solid #bbbdbf;
        background: #f2f2f2;
    }

    .switch-control .on {
        color: #fff;
        background: #008b44;
        border: none;
        border-left: 1px solid #bbbdbf;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }

    .switch-control.switch-on .on {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }

    .switch-control.switch-on .off {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }

.ui-dialog .ui-dialog-content {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid rgba(188, 189, 191, 0.43);
}

.tblBorder .checkbox-control {
    margin: auto;
    float: none;
}

/*new 22/6*/

.replace-img-upload span {
    float: right;
    margin: 2px 8px;
    color: #1157a8;
    font-size: 14px;
    font-weight: 500;
}

.custom-img-upload {
    width: 21px;
    height: 21px;
    overflow: hidden;
    float: right;
    background: url(../images/camera.png) center no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

    .custom-img-upload input[type=file] {
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 0;
        cursor: pointer;
    }

.inside-table-image {
    height: 106px;
    overflow: hidden;
}

.replace-img-upload {
    overflow: hidden;
    margin-top: 10px;
}

.align-float > * {
    float: right;
}

.align-float > label {
    padding-top: 15px;
}


.upload-file-preview .image {
    width: 80px;
    overflow: hidden;
    float: right;
    height: 50px;
}

    .upload-file-preview .image img {
        width: 100%;
    }

.upload-file-preview .details {
    float: right;
    margin: 15px;
    width: 200px;
    position: relative;
}

    .upload-file-preview .details span:first-child {
        font-size: 16px;
        margin-left: 20px;
    }

    .upload-file-preview .details span.size {
        font-size: 16px;
        color: #b7b7b7;
    }

    .upload-file-preview .details span.delete-file {
        width: 21px;
        height: 21px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/delete.png);
        background-size: cover;
        cursor: pointer;
    }

.upload-file-preview {
    display: none;
}

.pagination li.PagedList-skipToNext a, .pagination li.PagedList-skipToPrevious a {
    background-image: url(../images/grid-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

.pagination li.PagedList-skipToPrevious a {
    background-image: url(../images/grid-next.png);
}

td.edit-insider table.inside-table td.cell-submit-btns {
    min-width: 330px;
}


span.language-switcher-login {
    float: left;
    margin-left: 20px;
    line-height: 1;
    cursor: pointer;
}

.top-header-back a.backto-link + a.backto-link {
    left: 200px;
}

li.disabled.PagedList-skipToNext, li.disabled.PagedList-skipToLast, li.disabled.PagedList-skipToPrevious, li.disabled.PagedList-skipToFirst {
    pointer-events: none;
}

table.tblBorder.black-table.edit-enable td {
    padding: 5px;
}

    table.tblBorder.black-table.edit-enable td input[type=text] {
        height: 40px;
        width: 100%;
    }

span.heading_table span.quran-text {
    font-size: 28px !IMPORTANT;
}

.aya-details-legends {
    border-bottom: 1px solid #bcbdbf;
}

.aya-legend {
    float: right;
    border: 1px solid rgba(188, 189, 191, 0);
    padding: 11px 40px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: 1px;
    cursor: pointer;
}

    .aya-legend.active {
        border: 1px solid #bcbdbf;
        border-bottom-color: #f7f8f8;
        color: #1257a5;
    }

.item-panel {
    display: none;
}

    .item-panel.active {
        display: block;
    }

table.verse-table div#cke_editor1 {
    max-width: 1600px;
}

.aya-details-panels {
    padding-top: 20px;
}

textarea.translationText {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
}

table.edit-table td {
    padding: 5px 10px;
}

.edit-row-separate {
    background: #fff;
    border: 1px solid #bbbdbf;
    padding: 10px;
}

    .edit-row-separate select, .edit-row-separate .uploadfile-control {
        width: 250px;
        height: 44px;
    }

    .edit-row-separate textarea {
        max-width: none !important;
        height: 44px;
        width: 100%;
    }

    .edit-row-separate .uploadfile-control {
        margin: 0;
        width: 360px;
    }

table.edit-table {
    width: 100%;
}

input[type="submit"].custom-btn-green.custom-btn-blue {
    background: #1157a8;
}

.chk-delete-container, .chk-delete-container + span {
    float: left;
}

    .chk-delete-container + span {
        margin: 3px 7px;
    }

.chk-delete-wrapper {
    display: table;
    margin: auto;
}

input.btn-delete-all {
    margin: 0 0 0 15px !IMPORTANT;
    cursor: default;
    float: right;
}

input[type="button"].btn-delete-all[disabled] {
    background: #a0bb9c !IMPORTANT;
    border-color: #a0bb9c !IMPORTANT;
    color: rgba(255, 255, 255, 0.5) !IMPORTANT;
}

.tblBorder input[type="button"].textarea-btn {
    position: absolute;
    width: 33px;
    bottom: 0;
    min-width: 0px;
    height: 33px;
    padding: 0px;
    margin: 0;
    right: 0px;
    margin: 10px;
    border: 1px solid #524050;
    background: #f3f8fb url(../images/right.jpg) center no-repeat !IMPORTANT;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tblBorder input[type="button"].textarea-btn.yes-btn {
        right: 45px;
        background: #f3f8fb url(../images/wrong.jpg) center no-repeat !IMPORTANT;
    }

.edit-textarea:hover input[type="button"].textarea-btn {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.faq-insider .edit-inside-container {
    padding: 0;
}


    .faq-insider .edit-inside-container table.edit-enable {
        margin: 0;
        border: none;
    }

        .faq-insider .edit-inside-container table.edit-enable td {
            border: none;
            vertical-align: top;
        }

        .faq-insider .edit-inside-container table.edit-enable input[type=text], .faq-insider .edit-inside-container table.edit-enable textarea, .faq-insider .edit-inside-container table.edit-enable select {
            width: 100%;
            height: 40px;
            max-width: 700px;
        }

label.contact-error-label {
    font-size: 12px;
    color: red;
    font-weight: normal !important;
}

.faq-insider .edit-inside-container table.edit-enable input[type="submit"] {
    background: transparent;
    color: #000;
    height: 40px;
}


.loginForm ul.quick-links.no--print {
    height: auto;
    position: static;
    background: #2baae1;
    margin: 0 20px;
    margin-top: -40px;
}

    .loginForm ul.quick-links.no--print li.language a {
        padding: 8px;
        line-height: 1;
    }

.radio-list-1 > div {
    display: inline-block;
    text-align: center;
}

    .radio-list-1 > div label {
        display: block;
        margin: 10px;
    }

textarea.translationText:focus {
    background: #f3f8fb;
}

tr.faq-create input[type=text], tr.faq-create textarea, tr.faq-create select {
    width: 100%;
    height: 41px;
}

tr.faq-create td {
    padding: 5px;
    height: auto;
    background: #f3f8fb !important;
    display: none;
}

tr.faq-create input[type=button], tr.faq-create input[type=submit] {
    width: 48%;
    float: right;
    min-width: 0;
    margin: 0 1%;
    height: 41px;
    font-size: 14px;
}

tr.faq-create td:before, tr.faq-create-- td:before {
    display: none;
}

tr.faq-create td .switch-control-container {
    margin: auto;
}

table.inside-table textarea {
    width: 450px;
    padding: 15px;
    height: 75px;
    resize: none;
}

#divTimeInterval select, #divTimeInterval input#time_txt {
    width: 222px;
    float: right;
    margin-left: 10px;
}

body {
    cursor: inherit !important;
}

div[data-cke-temp] {
    display: none;
}

table.tblBorder.black-table td > a > img {
    width: auto;
    height: 22px;
}

.inside-table.full-insider .form-group {
    max-width: none;
}

.inside-table.full-insider div#cke_editor1 {
    max-width: 75%;
}

table.verse-table.trible-verse-table .double-form-item {
    width: 33.333%;
}

    table.verse-table.trible-verse-table .double-form-item .field-control input[type=text], table.verse-table.trible-verse-table .double-form-item .field-control select {
        width: 100%;
    }

table.verse-table.trible-verse-table div#cke_editor1 {
    max-width: none;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 10px;
}

.simulator {
    background: url(../images/simulator.jpg) center no-repeat;
    width: 297px;
    height: 575px;
    position: relative;
    margin-right: 20px;
}

    .simulator:before {
        position: absolute;
        content: '';
        width: 34px;
        height: 34px;
        background: url(../images/retype.jpg) center no-repeat;
        right: -60px;
        top: 20%;
    }

.simulator-editor {
    padding: 105px 47px;
    height: 585px;
}

    .simulator-editor p {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
        font-family: 'KFGQPCUthmanicScriptHAFS';
        direction: rtl;
        font-size: 24px;
    }


    /**************************Updated CSS****************/

    .inlinechck {
        width:20%;
        /*float: right;*/
        margin: 0 auto;
        display: inline-block;
    }
     .btngrp {
        float: left;
    }
     .ansersetgroup {
        width:100% !important;
        float: right !important;
    }
     td.txtcenter {
       
        text-align: center;
        float: left;
        width: 15% !important;
    }
     tr.faq-create input[type=button], tr.faq-create input[type=submit] {
         font-size:12px;
     }
    .noBorder {
        border: none !important;
    }
    td.edit-insider label {
        width: 230px !important;
    }
    .inside-table .form-group .col-md-10 table {
        width: 17%;
        float: right;
    }
    .inside-table .form-group .col-md-10 table tbody tr td {
        float: right;
    }

    .col-md-10 #CardId {
        height:35px !important;
    }
    .inside-table .form-group {
        margin-bottom:20px;
    }
    .inCheck {
        border: none !important;
    }
    .tabinline:first-child {
         width:22.5%;
        float: right;
    }
    .tabinline:nth-child(2) {
         width:17%;
        float: right;
    }
    .tabinline:nth-child(3) {
         width:22%;
        float: right;
    }
    .tabinline:nth-child(4) {
         width:18.5%;
        float: right;
    }

     .cardImg {
        width:50px;
        height:50px;
        padding:3px;
    }

     .inside-table.full-insider .form-group {
        width: 34%;
        float: right;
     }
     .inside-table.full-insider .form-group label {
        margin: 0 0 3px 0;
        font-size: 13px;
    }
     .text-box.single-line {
         height:42px !important;
         width:317px;
     }


     tr.faq-create input[type=text], tr.faq-create textarea, tr.faq-create select {
        width:70%;
    }
    .uploadfile-control {
        height:42px;
        width:318px;
    }
    .uploadfile-control:before {
        padding-top: 11px;
    }
    table.inside-table tr:first-child td:first-child {
        width:85%;
    }

    .inside-table .form-group {
         width: 47%;
        float: right;
    } 
    #CountryId, #LanguageId, #CardTypeId, #ButtonName, #GlossaryId, #AudibleBookId, #RecitationSubCategoryId, #RecitationCategoryId, #AudibleBook,
    #BookId, #ChapterNumber, #APIPackageId, #TotalRequestPerDayPerDevice, #NotificationTypeId, #ChapterId, #VerseId, #StartChapterNumber,
    #JuzNumber, #StartVerseNumber {
        width:317px !important;
        height:42px;
    }

    .updImg {
         width:50px;
         height:50px; 
    }
    .cardIm {
        width:50px;
        height:50px;
        padding:5px;
    }
    .country label{
        width: 24px;
        display: inline-block;
    }
    .country label img.cardIm{
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 0px;
    }
    .country span{
        padding: 0px 10px 0px 0px;
        display: inline-block;
    }

    td.edit-insider label {
        
        font-weight: normal;
        font-size: 13px;
        margin: 0 0 13px;
    }
    .disBlk {
        display: block !important;
        clear: both;
    }
    .cardEdit ~ .cke_chrome {
       
        width: 95%;
    } 

    .blkActive .switch-control-container {
        display: block;
        clear: both;
    }

    .mscqselect select {
        width:317px;
        
    }
    .inside-table .form-group.mcqgroup {
        width: 33% !important;
        float: left;
    } 

    .mcqgroup .single-line {
        height:36px !important
    }
    .mcqgroup  label.contact-error-label {
        font-size:11px !important;
        margin-top:5px
    }
    table.filterPanel input {
        font-size:12px;
        height:43px;
    }
    tr.faq-create input[type=button], tr.faq-create input[type=submit] {
        padding:0 8px 0 31px;
    }
    td.edit-insider label {
        float: right;
    }
    
    /********************/

    .lastHead {
        width:9%;
    }

    .inside-country .form-group {
        width: 33%;
        float: right;
    }
     .form-group.full-form--group {
        width: 100%;
        float: right;
    }
    .form-group.full-form--group .cardEdit ~ .cke_chrome {
        width:99%;
        float: right;
    }
    .cta_createnew a {
         padding:8px 22px 8px 40px;
    }

    .blockactive .switch-control-container {
         display: block;
    }
    .blockactive  label {
           float: none !important;
           display: block !important;
     }

      .filter-option {
         float: right;
            width: 24%;
     }  
     .filter-option label {
         float: right;
        padding: 10px 8px;
        width: 25%;
        text-align: right;
     }
     .filter-option label input {
         height:19px !important;
         margin:0 3px;
         float:right;
     }
     .inside-table.full-insider .form-group:last-child {
         width:83% !important;
     }
     .full-form label {
         float:none;
     }
     .noalignFloat .cke_chrome  {
         float: none !important;
         display: block;
         width: 68%;
         clear: both;
     }
    .form-td {
        width: 17%;
        float: right;
     }
     .form-td  .text-box.single-line {
        height: 42px !important;
        width: 196px !important;
     }

    .multiEdit td {
        padding:0 0;
    }

    .form-td .checkbox-control {
        float: left;
    }
    
    td.edit-insider.multiEdit label {
        width:100px !important;
        font-weight:900 !important;
    }

    .align-float > label {
        padding-top:0px;
    }

    .cusClear {
         clear: both;
         float: right;
    }

    .custom-cancel-btn {
        background: transparent !important;
        border-color:#bbbdbf !important;
    }

    .disBlk .uploadfile-control {
        clear: both;
    }
      
    .answerTxt .single-line {
        display: block;
        clear: both;
    }

    .anserTable .form-group, .languageTable .form-group {
        width:33%;
    }

    .languageTable .form-group .single-line {
        display: block;
    }

    .nxtLine .switch-control-container {
        clear: both;
        display: block;
    }
     .tajwid-inside .form-group {
        width: 36% !important;
    }
    .glostans-table .form-group {
        width: 32% !important;
    }
    .glossary-table .form-group {
        width:32% !important;
    }
    .glossary-table .disBlk .updImg {
        clear: both;
        float: right;
    }

     
    .cell-submit-btns {
        width:330px !important;
        display: block; 
        float: left;
    }

     .contact-table .form-group {
       width: 33% !important;
    }

    .cntActive label {
        float: right;
    }
    .cntActive .checkbox-control {
        float: right;
        clear: both;
    }
    .faq-table .form-group {
        width:33% !important;
    }
    .reciteType-table .form-group {
        width:33% !important;
    }
     .translator-table .form-group {
        width:33% !important;
    }
    .audible-table .form-group {
        width:33% !important;
    }
    .heigh75 {
        height:75px;
    }
    .tblBorder input[type="submit"], .tblBorder input[type="button"] {
        height:42px;
    }
    .inside-image-audible {
        height:75px !important;
    }
    .api-table .form-group {
        width:33% !important;
    }
    .notification-table .form-group {
        width:33% !important;
    }





    
/* Sheik edited CSS */
.popup-section{
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111;
}
.popup-inner-blog {
    margin: 0px auto;
    padding: 0px;
    width: 1170px !important;
    top: calc(50% - 300px);
    box-shadow: 0px 0px 10px #333333;
    position: absolute;
    left: 0px;
    right: 0px;
}
.maps-section .map-header-section{
    background:#282828;
    color:#ffffff;
    padding:18px 25px 18px 25px;
    overflow:hidden;
}
.maps-section .map-header-section span {
    display:inline-block;
}
.maps-section .map-header-section .header-details {
    float:right
}
.maps-section .map-header-section .popup-close-button {
    float:left;
    cursor:pointer;
}
.maps-section .map-header-section .header-details label{
    display:inline-block;
    vertical-align:middle;
}
.maps-section .map-header-section .header-details .country-flag{
    width:26px;
}
.maps-section .map-header-section .header-details .country-flag img{
    width:100%;
    vertical-align:middle;
}
.maps-section .map-header-section .header-details .city-name{
    padding:0px 5px 0px 0px;
}
.maps-section .map-view-section{
    background:#bbbdbf;
    color:#ffffff;
}
.resposive-menu{
    display:none;
    cursor:pointer;
    position: absolute;
    top: 105px;
    left: 20px;
    z-index:11111;
    width:35px;
}
.resposive-menu img{
    width:100%;
}
@media (max-width: 1190px) {
    .popup-inner-blog{
        width:700px !important;
    }
}
@media (max-width: 850px) {
    .resposive-menu{
        display:block;
        cursor:pointer;
    }
    .sides-equal .no--print .eq.sidebar{
        display:none;
    }
    .popup-inner-blog{
        width:350px !important;
    }
}
@media (max-width: 550px) {
    table.filterPanel.filter-panel-search .filter-select{
        width:100%;
    }
    table.filterPanel.filter-panel-search .filter-select label{
        display:block;
        width:100%;
        margin:0px 0px 5px 0px;
    }
    table.filterPanel.filter-panel-search .filter-select select{
        display:block;
        width:100%;
        margin:0px 0px 10px 0px;
    }
    .filter-search{
        width:100%;
    }
    .filter-search #Search{
        width:90% !important;
    }

    .inside-table .form-group{
        width: 50%;
        float:none;
    }

    .edit-insider table.inside-table{
        display:block;
    }
    table.inside-table tr:first-child td:first-child, td.edit-insider table.inside-table td.cell-submit-btns{
        min-width: unset;
        display:block;
        width:100% !important;
        height: auto;
        text-align: right;
    }
}

/***** updated on 17th May 2018 by rishikesh *****/
.landing-table {
    position: relative;
}
table.landing-item {
    width: 50%;
    float: left;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
td.landing-cell-image {
    width: 50%;
    padding: 0px;
}
td.landing-cell-details {
    width: 50%;
    padding: 15px;
}

td.landing-cell-image img {
    width: 100%;
}

table.landing-item tbody {
    width: 100%;
}

.select-your-book-item{
    display: none;
}

@media (max-width: 1199px) {
    table.landing-item {
        width: 100%;
        float: right;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 40px;
        position: relative;
        display: inline-block;
    }
}

@media (max-width: 700px) {
    #body {
        padding: 20px !important;
    }
    table.landing-item{
        display: none;
    }
    .select-your-book-item{
        display: block;
    }
    .select-your-book-item {
        position: relative;
        display: block;
        width: 100%;
    }
    .select-your-book-item .image-wrapper {
        width: 100%;
        position: relative;
        display: block;
        text-align: center;
    }
    .select-your-book-item .image-wrapper img {
        width: auto;
    }
    .select-your-book-item .details-wrapper {
        position: relative;
        display: block;
        width: 100%;
        padding: 5vw;
    }
    .select-your-book-item .details-wrapper table {
        width: 100%;
    }
    .select-your-book-item .details-wrapper table tr {
        border-bottom: 1px solid #bbbdbf;
    }
    .select-your-book-item .details-wrapper table tr:last-child {
        border-bottom: 0px solid grey;
    }
    .select-your-book-item .details-wrapper table tr td {
        font-size: 16px;
        color: #1157a8;
        padding: 15px 0;
    }
    .select-your-book-item .details-wrapper table tr td.landing-submit a{
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 16px;
        background: #008b44;
        border: 1px solid #008b44;
        color: #fff;
        margin: 0px 0;
        line-height: 20px;
        padding: 15px 0;
    }
   .select-your-book-item .details-wrapper table tr.landing-item-title td {
        font-size: 20px !important;
        font-weight: 500;
        padding: 0;
        padding-bottom: 20px;
        border: none;
        color: #000 !important;
    }
    .cta_createnew a {
        position: static;
        display: block;
        margin: 0 0 24px;
        padding: 15px 40px;
    }
}

@media (max-width: 465px) {
    .select-your-book-item .image-wrapper img {
        width: auto;
        max-width: 250px;
    }
    .user-info {
        padding-left: 0px;
    }
    .selection-list {
        float: left;
        position: relative;
        margin-top: -70px;
        width: 100%;
    }
}


.filter-section {
    margin: 0px auto;
    padding: 0px 0px;
}

    .filter-section select, .filter-section input {
        width: 100%;
        height: 40px;
        border: 1px solid #dedede;
        background: transparent;
        font-size: 14px;
    }

    .filter-section select {
        background: #eeeeee;
    }

    .filter-section .filter-row {
        display: flex;
        align-items: center;
    }

        .filter-section .filter-row > span {
            border-left: 1px solid #dedede;
        }

    .filter-section .search-box-button-section {
        position: relative !important;
        width: 300px !important;
        padding: 0px 0px 0px 20px;
    }

.searchBox .searchText {
    border: 0px;
    border-bottom: 1px solid #dddddd;
    background: none;
    width: 100%;
    padding: 0px 35px 0px 0px;
}

.searchButtonSection {
    position: absolute;
    width: 30px;
    height: 40px;
    overflow: hidden;
    right: 0px;
}

    .searchButtonSection i {
        width: 30px;
        height: 40px;
        position: relative;
        padding: 10px 5px;
        text-align: center;
        font-size: 18px;
    }

    .searchButtonSection .searchButton {
        position: absolute;
        width: 30px;
        height: 40px;
        right: 0px;
        margin: 0px;
        padding: 0px;
        background: transparent !important;
        border: 0px;
    }

        .searchButtonSection .searchButton:hover {
            background: none !important;
        }

.filter-section .location-section {
    display: flex;
    align-items: center;
    width: 435px;
    padding: 0px 20px 0px 30px
}

    .filter-section .location-section .label {
        padding: 0px 0px 0px 10px;
        font-size: 14px;
        color: #000000;
    }

    .filter-section .location-section .field {
        width: calc(100% - 20px);
    }

.filter-section .by-date-section {
    display: flex;
    align-items: center;
}

    .filter-section .by-date-section .field {
        display: flex;
        align-items: center;
    }

    .filter-section .by-date-section .label {
        padding: 0px 20px 0px 20px;
        font-size: 14px;
        color: #000000;
    }

    .filter-section .by-date-section .to-date {
        padding: 0px 6px 0px 0px;
    }

.button-section {
    margin: 0px 20px 0px 0px;
}

.fancy-btn {
    background: #1157a8 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.fancy-btn:hover {
    background: #1157a8 !important;
    color: #ffffff !important;
    border: 1px !important;
}

.filter-section .by-date-section, .filter-section .button-section {
    border: 0px !important;
}

    .filter-section .button-section input[type="button"]:hover {
        background: #cccccc !important;
        border: 0px !important;
    }

    .filter-section .by-date-section .dates {
        background: url(../Images/calendar-icon.png) no-repeat left 10px center;
        padding: 0px 10px 0px 30px;
    }

    .filter-section .by-date-section .from-date, .filter-section .by-date-section .to-date {
        width: 135px;
    }

.report-detail-section {
    /*width: 560px;*/
    width: 100%;
    vertical-align: top;
    padding: 40px 30px;
    text-align: right;
}

.first-head {
    font-size: 16px;
    display: flex;
    margin: 0px 0px 10px 0px;
}

    .first-head span:last-child {
        margin-right: auto;
    }

.big-info-section {
    display: flex;
    align-items: center;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0px 0px 15px 0px;
    flex-wrap: wrap;
}

    .big-info-section span {
        background: #cfddee;
        padding: 5px 12px;
        border-radius: 5px;
        margin: 0px 0px 3px 8px;
        font-size: 23px;
        line-height: 23px;
    }

.assign-status-section {
    display: flex;
    align-items: center;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #dedede;
}

    .assign-status-section .label {
        font-weight: normal;
        font-size: 16px;
        color: #000000;
    }

    .assign-status-section .detail {
        font-weight: normal;
        font-size: 16px;
    }

    .assign-status-section .status-section {
        margin-right: auto;
    }

        .assign-status-section .status-section .detail {
            color: #1157a8;
        }

.location-map-section .loaction-detail {
    display: flex;
    font-size: 16px;
    margin: 0px 0px 16px 0px;
}

    .location-map-section .loaction-detail .location-info > span {
        color: #1157a8;
    }

    .location-map-section .loaction-detail .lat-lang-info {
        margin-right: auto;
        color: #999999;
    }

.location-map-section .map-details {
    height: 130px;
    width: 100%;
    border: 1px solid #d3d3d3;
}

.comment-section {
    margin: 30px 0px 0px 0px;
    font-size: 16px;
}

    .comment-section .comment-title {
        margin: 0px 0px 20px 0px;
    }

    .comment-section .comment-box textarea {
        background: #f9f9f9;
        font-size: 16px;
        padding: 10px;
        height: 130px;
        resize: none;
        border: 1px solid #dedede;
        width:100%;
    }

.details-button-section {
    margin: 20px 0px 0px 0px;
}

    .details-button-section > span {
        display: inline-block;
        margin: 0px 0px 0px 0px;
    }

        .details-button-section > span > input[type=button] {
            display: inline-block;
            margin: 0px 0px 0px 0px;
        }

            .details-button-section > span > input[type=button]:hover {
                background: #cccccc !important;
                border: 0px !important;
            }

.dashboard-wrapper .all-results-section .dashboard-countries-wrapper .country-listing-wrapper .country-list-content {
    height: auto;
}

#divListContainer .card-feedback-table table tr td:last-child {
    background: #ffffff;
}

.dashboard-wrapper .all-results-section .dashboard-countries-wrapper .country-listing-wrapper {
    width: 61.61%;
}

.all-results-section .customized-countries-wrapper .google-area-map {
    width: 38.3%;
    border: 1px solid #dcdcdc;
    border-right: 0px;
    border-top: 0px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
}

    .all-results-section .customized-countries-wrapper .google-area-map .full-block {
        border: 0px;
        padding: 48px 0px 0px 0px;
        background: #282828;
    }

        .all-results-section .customized-countries-wrapper .google-area-map .full-block .map-view-section {
            background: #ffffff;
        }

.dashboard-wrapper .all-results-section .dashboard-countries-wrapper .country-listing-wrapper {
    border: 0px !important;
}

.link-button {
    height: 42px;
    background: #1157a8;
    color: #ffffff;
    border: 0px !important;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0 15px;
    line-height: 42px;
    border-radius: unset;
}

.link-button:hover {
    background: #cccccc;
    color: #000000;
}

.button-loader {
    padding-right: 30px;
}

.text-align-left {
    text-align: right;
    padding-right: 15px !important;
}

.flex {
    display: flex;
    display: flex;
    align-items: center;
}

.all-results-section .card-feedback-table, .all-results-section table {
    margin: 0px 0px 0px 0px;
}

.pagination-section {
    margin: 20px 0px 50px 0px;
    position: absolute;
    width: 100%;
}

.pagination-section .show-text {
    margin: 0px 0px 0px 10px;
}

.pagination-section .page-count-left-right-arrow {
    margin-right: auto;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
}

    .pagination-section .page-count-left-right-arrow a, .pagination-section .page-count-left-right-arrow .view-pages {
        padding: 10px;
        display: inline-block;
        background: #ffffff;
        display: block;
    }

    .pagination-section .page-count-left-right-arrow .view-pages {
        border-right: 1px solid #dedede;
        border-left: 1px solid #dedede;
        background: #1157a8;
        color: #ffffff;
        font-weight: 400;
    }

.flex-top {
    align-items: initial;
}

td.city-name span {
    display: inline-block;
    margin: 0px 7px 0px 0px;
    color: #1157a8;
}

.map-details button.gm-ui-hover-effect {
    min-width: 30px;
    padding: 0px;
    top: 11px;
    left: 10px;
}

.ui-datepicker-multi-2 {
    width: 50em !important;
}

.filter-section .filter-by-search-blog .search-button-blog .search-button {
    right: 4px;
    left: auto;
}
.page-count-left-right-arrow .fa-arrow-left:before {
    content: "\f061";
}
.page-count-left-right-arrow .fa-arrow-right:before {
    content: "\f060";
}
.assign-status-section .detail .editable-text-box input[type=text] {
    width: auto;
    height: auto;
}
.all-results-section table.tblBorder.black-table td {
    cursor: pointer;
}
.filter-section .filter-by-search-blog .search-button-blog .reset-button {
    float: left !important;
    left: 25px !important;
    right: auto !important;
}
td.city-name img{
    max-width:25px !important;
    max-height:20px !important;
}
#divListContainer .tblBorder td, #divListContainer .tblBorder td label {
    font-size: 14px;
}
.prayerTimingRowStatus .state-open {
    color: #1157a8;
}
.prayerTimingRowStatus .state-progress {
    color: #1157a8;
}

.edit-with-file-row {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: inherit;
}

@media (max-width: 800px) {
    .filter-section .filter-row {
        display: block;
    }

    .dashboard-wrapper .dashboard-countries-wrapper {
        display: block;
    }

    .dashboard-wrapper .all-results-section .dashboard-countries-wrapper .country-listing-wrapper, .all-results-section .customized-countries-wrapper .google-area-map {
        width: 100%;
    }

    .filter-section .search-box-button-section, .filter-section .location-section, .filter-section .filter-row > span {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px 0px 15px 0px !important;
        border: 0px !important;
        display: inline-block;
    }

    .filter-section .by-date-section .from-date, .filter-section .by-date-section .to-date {
        width: 50%;
    }

    .filter-section .location-section .label, .filter-section .by-date-section .label {
        display: inline-block;
        margin: 0px 10px 10px 0px;
        padding: 0px 0px 0px 0px;
    }

    .ui-datepicker-multi-2 {
        width: 100% !important;
        min-width: 100% !important;
    }

}

span.arrow-down {
    content: '';
    background: url(../images/down-arrow.svg) center no-repeat;
    background-size: 20px;
    padding: 4px 15px
}

span.arrow-up {
    content: '';
    background: url(../images/up-arrow.svg) center no-repeat;
    background-size: 20px;
    padding: 4px 15px
}

.detailsStatictisForCity {
    height: 350px;
    /*padding: 10px 0px;*/
    padding: 15px 28px;
        background: #f1f1f1;
}
.detailsStatictisForCity .city-statistics-detail{
    display: flex;
    width: 100%;
    height: 100%;
}
.detailsStatictisForCity .city-statistics-detail .map-view{
    width:45%;
    height: 100%;
}
.list-map-section {
    height: inherit;
    padding-bottom: inherit;
}
.issues-section{
    width:55%;
}
.issues-section ul{
    margin: -7px 0px 0px 15px;
    padding:0px 0px;
    display:flex;
    flex-wrap:wrap;
}
    .issues-section ul li {
            min-width: 50%;
    height: 152px;
    list-style: none;
    margin: 7px 0px;
    padding: 0px 12px;
    border-radius: 5px;
    position: relative;
    }
        .issues-section ul li .set-bg {
            min-width: 50%;
            height: 100%;
            background: #ffffff;
            list-style: none;
            margin: 0px 0px;
            padding: 0px 0px 0px;
            border-radius: 5px;
            display: flex;
            flex-flow: column;
            justify-content: center;
            text-align: center;
            position: relative;
        }
    .issue-title{
        font-size:16px;
        margin: 0px 0px 5px 0px;
    }
    .real-issue-count{
        font-size: 36px;
    font-weight: 500;
    }

    .open-details-icon{
        position: absolute;
    top: 20px;
    right: 20px;
    }



.city-name-title{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
.city-name-flag{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.city-flag {
    width:25px;
    height:15px;
}
.city-flag img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.city-name-title .go-back-arrow{
    margin:0px 0px 0px 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    cursor:pointer;
}
.city-name-title .city-flag{
    margin:0px 0px 0px 12px
}

.all-issues-filter{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px
}
.all-issues-filter ul {
    display: flex;
    font-size:18px;
    align-items:center;
    margin:0px 0px 0px 0px;
    padding:25px 0px 0px 0px;
    border-bottom: 1px solid #dddddd;
}
.all-issues-filter ul li {
    list-style: none;
    padding: 0px 5px 15px;
    margin: 0px 20px;
    border-bottom:1px solid transparent;
    cursor:pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.all-issues-filter ul li:first-child {
    margin: 0px 0px 0px 20px;
}
.all-issues-filter ul li.active, .all-issues-filter ul li:hover{
    color:#1157a8;
    border-bottom:1px solid #1157a8;
}


.prayer-timing-list-group-by button{
    width:150px;
}