﻿html
{
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body
{
    /*direction:rtl;*/
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover
    {
        /*color: #333;*/
    }

    a:hover
    {
        background-color: #b2eff3;
        color:#009ae1 !important;
        
        /*transform: scale(1.1)  ;*/
        
        
    }

header, footer, hgroup,
nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.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;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.45em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
    {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    /*margin: 0 auto;
    max-width: 960px;*/
    margin-left : 2%;
    margin-right : 2%;
}

#body
{
    background-color: rgb(247,255,247); /*#efeeef*/
    clear: both;
    padding-bottom: 35px;
}

.main-content
{
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    /*padding-top: 30px;*/
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    /*padding-top: 20px;*/
}

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: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username
        {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul
    {
        margin: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
        margin-bottom:10px;
    }

        ul#menu li a
        {
            background: none;
            color: #00578f;
            text-decoration: none;
            padding:4px;
            border:solid 1px #00578f;
            border-radius:5px;
            
            
        }

          ul#menu li  :hover{
              background-color: rgba(184, 234, 38, 0.45) !important;
          }  


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

    .featured .content-wrapper
    {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(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-left: 3px;
    }

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.orderedList0
        {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.orderedList1
        {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.orderedList2
        {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.orderedList3
        {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.orderedList4
        {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.orderedList5
        {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.orderedList6
        {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.orderedList7
        {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.orderedList8
        {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.orderedList9
        {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

    aside ul
    {
        list-style: none;
        padding: 0;
    }

        aside ul li
        {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 55%;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2
    {
        margin-bottom: 5px;
    }

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 5px;
        }

label
{
    display: inline;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox
    {
        display: inline;
    }

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus
    {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

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;
}

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error,.validation-error
{
    border: 1px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}


/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}
.ui-datepicker-calendar th{
    font-size: 0.8em;
}

    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-right: .75em;
    }

        th.asc a:after, th.desc a:after
        {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after
        {
            content: '▲';
        }

        th.desc a:after
        {
            content: '▼';
        }

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 960px)
{

    /* header
    ----------------------------------------------------------*/
    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;
    }

        #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;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li
        {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.orderedList0,
            ol.round li.orderedList1,
            ol.round li.orderedList2,
            ol.round li.orderedList3,
            ol.round li.orderedList4,
            ol.round li.orderedList5,
            ol.round li.orderedList6,
            ol.round li.orderedList7,
            ol.round li.orderedList8,
            ol.round li.orderedList9
            {
                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
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error
        {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm
    {
        margin-left: 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;
        }
}



/***------------------- Slide Menu ------------------------------*/
#ShowHideLeftMenu
{
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/menu.png");
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom-color: rgb(168, 168, 168);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(168, 168, 168);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(168, 168, 168);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(168, 168, 168);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    cursor: auto;
    display: block;
    font-size: 15px;
    font-weight: 300;
    height: 38px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-decoration: none;
    vertical-align: baseline;
    width: 38px;
    z-index: 1000;
}


#info .slidemenu
{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 190px;
    border: 1px solid #888;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(242, 244, 245);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(220, 222, 223);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(220, 222, 223);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(220, 222, 223);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(220, 222, 223);
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    position: relative;
    vertical-align: baseline;
    z-index: 9;
}

    #info .slidemenu li div
    {
        width: 160px;
        line-height: 1.2em;
        padding: 0 15px;
        background: #fff;
        overflow: hidden;
        float: left;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
        padding-top: 15px;
        display: none;
    }

    #info .slidemenu li b
    {
        display: block;
        width: 190px;
        height: 24px;
        position: relative;
        z-index: 100;
        -webkit-transition: 0.75s;
        -moz-transition: 0.75s;
        -o-transition: 0.75s;
        transition: 0.75s;
    }

    #info .slidemenu li b
    {
        *display: none;
    }

    #info .slidemenu li
    {
        width: 190px;
        float: left;
    }

        #info .slidemenu li > a
        {
            display: block;
            float: left;
            height: 25px;
            line-height: 25px;
            width: 190px;
            text-indent: 0px;
            color: #000;
            background-color: orange;
            text-decoration: none;
            font-size: 15px;
            text-align: center;
            /*background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
background-image: -o-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));*/
            border: 1px solid coral;
        }

        #info .slidemenu li:hover > a
        {
            color: #fff;
            background-color: #000;
            text-decoration: underline;
        }

.Selected
{
    color: #fff!important;
    background-color: #F78F1E!important;
    background-image: -webkit-linear-gradient(bottom,#F78F1E 0%, rgb(232,122,24) 100%)!important;
    background-image: -moz-linear-gradient(bottom,#F78F1E 0%, rgb(232,122,24) 100%)!important;
    background-image: -ms-linear-gradient(bottom,#F78F1E 0%, rgb(232,122,24) 100%)!important;
    background-image: -o-linear-gradient(bottom,#F78F1E 0%, rgb(232,122,24) 100%)!important;
    cursor: default!important;
}

#info .slidemenu li.current div
{
    height: 220px;
    display: block;
}
/*#info .slidemenu li:hover div {height:350px;}*/
#info .slidemenu li:hover > b
{
    width: 0;
}

#info .slidemenu div img
{
    display: block;
    padding: 12px 0 8px 0;
}

    #info .slidemenu div img.fLeft
    {
        clear: left;
        float: left;
        padding-right: 8px;
    }

#info .slidemenu div h3
{
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
}

#info .slidemenu div p
{
    font-size: 14px;
    color: #888;
    line-height: 18px;
    padding: 10px 0;
    margin: 0;
}

#info .slidemenu div a
{
    color: #00c;
    text-decoration: none;
    font-size: 14px;
}

    #info .slidemenu div a:hover
    {
        text-decoration: underline;
        background: gray;
        color: white!important;
    }

    #info .slidemenu div a.big
    {
        display: block;
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #ddd;
        font-size: 14px;
        color: #44a;
        text-decoration: none;
        text-indent: 5px;
    }

        #info .slidemenu div a.big:hover
        {
            color: #000;
            text-decoration: none;
        }

#info .slidemenu div dl
{
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0 0;
    padding-bottom: 10px;
}

#info .slidemenu div dt
{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

#info .slidemenu div dd
{
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

    #info .slidemenu div dd a
    {
        color: #00c;
        text-decoration: none;
    }

        #info .slidemenu div dd a:hover
        {
            color: #00c;
            text-decoration: underline;
        }
/***------------------- Slide Menu ------------------------------*/

.margin-auto
{
    margin: auto !important;
}

.margin0
{
    margin: 0 !important;
}

.marginl5
{
    margin-left: 5px;
}

.marginl4
{
    margin-left: 4px;
}


.marginb10
{
    margin-bottom: 10px!important;
}

.marginr5
{
    margin-right: 5px;
}

.marginr10
{
    margin-right: 10px;
}

.marginr25
{
    margin-right: 25px!important;
}

.marginl10
{
    margin-left: 10px;
}

.margint4
{
    margin-top: 4px;
}

.margint5
{
    margin-top: 5px;
}

.margint10
{
    margin-top: 10px;
}

.margint15
{
    margin-top: 15px;
}

.margint20
{
    margin-top: 20px;
}

.marginl30
{
    margin-left: 30px!important;
}

.marginl20
{
    margin-left: 20px!important;
}

.margin10
{
    margin: 10px;
}

.paddinglr25
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.paddingl25
{
    padding-left: 25px;
}

.paddingl40
{
    padding-left: 40px;
}

.paddingl20
{
    padding-left: 20px;
}

.paddingl15
{
    padding-left: 15px;
}

.paddingl10
{
    padding-left: 10px;
}

.paddingLeft10
{
    padding-left: 10px;
}

.padding0
{
    padding: 0 !important;
}

.paddingt20
{
    padding-top: 20px;
}

.paddingtb5
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingt10
{
    padding-top: 10px;
}

.paddingt30
{
    padding-top: 30px;
}

.paddingt5
{
    padding-top: 5px;
}

.paddingt15
{
    padding-top: 15px;
}

.paddingt25
{
    padding-top: 25px;
}

.paddingt50
{
    padding-top: 50px;
}

.paddingb25
{
    padding-bottom: 25px;
}

.paddingb20
{
    padding-bottom: 20px;
}

.paddingr15
{
    padding-right: 15px;
}

.paddingr25
{
    padding-right: 25px;
}

.paddingr5
{
    padding-right: 5px;
}

.paddingt15
{
    padding-top: 15px;
}

.alignright
{
    text-align: right!important;
}

.alignleft
{
    text-align: left!important;
}


.box-sizing
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.righty
{
    float: right;
}

.lefty
{
    float: left;
}



.custom-combobox
{
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input
{
    margin: 0;
    padding: 5px 10px;
}

.ui-menu-item a
{
    width: 90%;
    display: block;
}

.one-star
{
    background-image: url(images/stars/1star.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.two-stars
{
    background-image: url(images/stars/2stars.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.three-stars
{
    background-image: url(images/stars/3stars.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.four-stars
{
    background-image: url(images/stars/4stars.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.five-stars
{
    background-image: url(images/stars/5stars.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}




.btn44
{
    width: 44px!important;
    height: 28px!important;
}

.back-transparent
{
    background-color: transparent;
}

.back-white
{
    background-color: white;
}

.back-black
{
    background-color: black;
}

.back-red
{
    background-color: red;
}

.back-blue
{
    background-color: blue;
}

.back-green
{
    background-color: green;
}

.color-white
{
    color: white;
}

.menu-buttons li
{
    display: inline-block;
    /*width: 100px;*/
    border:solid 1px #00578f;
    border-radius:5px;
    margin:4px;
    padding: 4px;
    
}
.menu-buttons li a{
    color:#00578f !important;
}
.menu-buttons{
    background-color: #E6F4DB;
    border-radius:5px;
    

}
a.current:not(#HrefHome) {
    background: #4a87a6 !important;
    color: white !important;
    border-radius: 4px;
}
li.ng-scope{
    padding:0px;    
}
/*.ui-grid-cell  {
  display : table-cell;
  height: auto !important;
  overflow:visible;
  position: static;
}

.ui-grid-row {
  display : table-row;
  height: auto !important;
  position: static;
}

.ui-grid-CellText{
  height: auto !important;
  white-space: normal;
  overflow:visible;
}*/
.ui-grid-cell
{
    display: table-cell;
    height: auto !important;
    overflow-y: visible;
    position: static;
    overflow-x: hidden;
    min-height: 30px;
}

.ui-grid-row
{
    /*display : table-row;
  height: auto !important;
  position: static;*/
    min-height: 30px;
}

.ui-grid-CellText
{
    height: auto !important;
    white-space: normal;
    overflow-y: visible;
    overflow-x: hidden;
    min-height: 30px;
}

/*=================this is table constructed using divs which is more responsive=======*/

/*table container*/
#myDivTable, .myDivTable, #TicketDetails table
{
    display: table;
    margin: 10px;
    width: 90%;
}

    /*Row*/
    #myDivTable div, .myDivTable div, #TicketDetails table tr {
        display: table-row;
    }
    /*header*/
        #myDivTable > div:first-child, .myDivTable > div:first-child, #TicketDetails table tr:first-child {
            font: bold 18px arial, verdana;
            text-align: center;
            background-color: #d3dce0 !important;
        }
    /*cell*/
        #myDivTable div div, .myDivTable div div, #TicketDetails td {
            display: table-cell;
            border: 1px solid #999;
            padding: 5px;
            /*width: 30%;*/
            border-radius: 2px;
        }

   
    /*display odd rows*/
    #myDivTable > div:nth-child(odd), .myDivTable > div:nth-child(odd), #TicketDetails  tr:nth-child(odd) {
        background-color: #e1f3f1;
    }
    /*display even rows*/
    #myDivTable > div:nth-child(even), .myDivTable > div:nth-child(even), #TicketDetails tr:nth-child(even) {
        background-color: #e8fffc;
    }
    /*cell hover effects*/
    #myDivTable div div:hover, .myDivTable div div:hover, #TicketDetails td:hover {
        background-color: #9ed9e1;
    }
   /*Row hover effects*/
    #myDivTable div:hover, .myDivTable div:hover, #TicketDetails tr:hover {
        background-color: #acf0f2;
    }

    #myDivTable div div input, .myDivTable div div input, #TicketDetails td input {
        width: 85%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    /*converting select into radio button like*/
    .radioSelectContainer > select {
  display: none;
}

.radioSelectContainer > label {
  display: inline-block;
  margin: 0.3em 0.3em 0 0;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  cursor:pointer;
}

  .radioSelectContainer > label > span {
    padding: 0.2em;
    text-align: center;
    display: block;
    white-space: nowrap;
  }

  .radioSelectContainer > label > input {
    /*position: absolute;
    top: -20px;*/
    display:none;
  }

    .radioSelectContainer > label > input:checked + span {
      background-color: #47a7bd;
      border-radius:3px;
      color: #F7F7F7;
    }

.ui-autocomplete-input:not(.noDropDown){
    -webkit-appearance: menulist;
    -moz-appearance:menulist;
}
.ui-autocomplete-loading {
    background-image: url('../Images/ajax-loader-small.gif') !important;
    background-repeat: no-repeat !important;
    background-size: 9%;
    background-position: left !important;
}
ul.ui-autocomplete{
    direction: rtl;
}

.BSOEButton{
    background: #00578f !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px;
}
.PageTitle{
    margin:5px;
    color:#00578f;
    text-decoration:underline;
}
.btn-loading {
    background-image: url('../Images/ajax-loader-small.gif');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}


 
#ui-datepicker-div select {
    color:initial;
}
.date, .datetimepicker {
    /*background-image: url('../Images/ajax-loader-small.gif');*/
    background-image: url('images/calendar.png') !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: left !important;
}
.circle { 
   width: 140px !important;
   height: 140px !important;
   background: red !important; 
   -moz-border-radius: 70px !important; 
   -webkit-border-radius: 70px !important; 
   border-radius: 70px !important;
   color:white !important;
   padding :5px !important;
   margin:2px !important;
   font-weight:bold !important;
   font-size:medium !important;
}
#divNotifications{
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    display: block;
    z-index: 100;
    /*background-color: floralwhite;*/
    background-color:#e7fbff;
    margin:5px;
    box-shadow: 3px 3px 2.5px #888888;
    max-height:90vh;
    overflow-y:scroll;

}
.divCurrentUserNotifications li a, #divNotifications li a {
    background-color: transparent;
    display: block;
}
.divCurrentUserNotifications li, #divNotifications  li{
    display: block;
    list-style: decimal !important;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 5px;
    box-shadow: 2px 2px 2.5px #888888;
    border-radius: 5px
}

 ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
.Enlarged{
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}
img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.done{
      color:green;
      font-size:x-large;
  }
.notdone {
    color: red;
    font-size: x-large;
}
a:visited{
    border:none !important;
}

.google-visualization-table-th {
    
    white-space: normal !important;
}
.div-message-error{
    color: rgb(255, 255, 255);
    background-color: rgb(232, 12, 77);
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;    
}
.div-message-success{

    color: rgb(255, 255, 255);
    background-color: #2fdd28;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}
.disableContent {
    pointer-events: none;
    opacity: 0.4;
}

.totalsFooter td{
    background-color: #ff8260 !important;
    text-decoration: underline;
    font-weight: bolder;
    font-size: larger;
    color: black !important;
    text-align:center;
}
.RowNumber{
    background-color: #f0f0ee !important;
    border: solid 1px #d4d4d4;
    text-align:center;
    font-weight:bold;
    color:#8a8a8a;
    overflow:visible

}
.ui-grid-row-header-cell div{
    height:29px;
}

.r-tabs {
	position: relative;

	background-color: #00578f;

	border-top: 1px solid #00578f;
	border-right: 1px solid #00578f;
	border-left: 1px solid #00578f;
	border-bottom: 4px solid #00578f;
	border-radius: 4px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #00578f;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00578f;
	text-shadow: none;

	background-color: white;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	/*background-color: #00578f;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00578f;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.ui-grid-viewport {
    overflow-anchor: none;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 

} 

.embed-container iframe,.embed-container object, .embed-container embed {
     position: absolute; 
     top: 0; 
     left: 0;
      width: 100%; 
      height: 100%; 
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
   a[href]:after {
    content: none !important;
  }
   .button,button:not(.ui-multiselect){
        display: none !important;
   }

   [aria-expanded="false"]{
       display: none !important;
   }
   td,th,#myDivTable div div,.myDivTable div div{
       border:1px solid black !important;       
   }
    .noBorder td {
        border-style: none !important;
    }
    thead {
        display: table-header-group !important;
    }


}
  input[type="checkbox"]{
  width: 25px; /*Desired width*/
  height: 14px; /*Desired height*/
  cursor: pointer;  
}
.new {
    background-image: url('images/NewIcon.png');
    background-repeat: no-repeat;
    background-size: 8%;
}


.glowing {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #f0ad4e;
        -webkit-box-shadow: 0 0 3px #f0ad4e;
    }

    50% {
        background-color: #ffd293;
        -webkit-box-shadow: 0 0 40px #ffd293;
    }

    100% {
        background-color: #f0ad4e;
        -webkit-box-shadow: 0 0 3px #f0ad4e;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #f0ad4e;
        -moz-box-shadow: 0 0 3px #f0ad4e;
    }

    50% {
        background-color: #ffd293;
        -moz-box-shadow: 0 0 40px #ffd293;
    }

    100% {
        background-color: #f0ad4e;
        -moz-box-shadow: 0 0 3px #f0ad4e;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #f0ad4e;
        box-shadow: 0 0 3px #f0ad4e;
    }

    50% {
        background-color: #ffd293;
        box-shadow: 0 0 40px #ffd293;
    }

    100% {
        background-color: #f0ad4e;
        box-shadow: 0 0 3px #f0ad4e;
    }
}

@keyframes glowing {
    0% {
        background-color: #f0ad4e;
        box-shadow: 0 0 3px #f0ad4e;
    }

    50% {
        background-color: #ffd293;
        box-shadow: 0 0 40px #ffd293;
    }

    100% {
        background-color: #f0ad4e;
        box-shadow: 0 0 3px #f0ad4e;
    }
}

.glowing {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.WhatsappLogo {
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-image: url(https://www-cdn.whatsapp.net/img/v4/whatsapp-logo.svg?v=46fe27fc8);
}


.FavoritePage {
    margin-left: 2em;
    position: relative;
    cursor: pointer;
}

    .FavoritePage .glyphicon {
        color: gold;
        position: absolute;
        /*top: 0.4em;*/
        left: -1.25em;
        font-size: 0.75em;
    }

    .FavoritePage .glyphicon-star-empty {
        color: gray;
    }

    .FavoritePage .glyphicon-star {
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .FavoritePage:hover .glyphicon-star {
        opacity: 0.5;
    }

    .FavoritePage input[type="checkbox"]:checked ~ .glyphicon-star {
        opacity: 1;
    }