﻿html {
    height: 100%;
}

body {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    /*background: #505050 url('/assets/images/backgrounds/sheet_metal_bg.jpg') repeat;*/
    background: #fff;
    background: #eff1f1;
    background-size: 120px auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #363636;
}

label {
    color: #000;
    font-weight: bold;
}

/*
input[type="text"], input[type="password"] {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px;

}
    */


input[type="file"] {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 0px 4px 0 0;
    float: left;
}


input[type="checkbox"] {
    padding-top: 8px;
}




input[type="text"].small {
        width: 80px;
    }

input[type="text"].medium {
        width: 140px;
    }

select.medium {
    width: 156px;
}

input[type="text"].wide {
    width: 220px;
}

select.wide {
    width: 232px;
}



input.val-time {
    width: 32px;
}

textarea {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 13px;
    width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 7px;
    /*
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    line-height: 20px;
    resize: none;
}


textarea.wide {width: 400px;}

/*
    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus {
        border: 1px solid #b3b3b3;
    }
    */
    textarea.description {
        width: 400px;
    }

input.name {
    width: 400px;
}

input[type="submit"], button {
    padding: 0 6px;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    background: #fff;
    color: #555555;
    height: 28px;
}

    input[type="submit"]:hover, button:hover, select:focus {
        
        border: 1px solid #b3b3b3;
        cursor: pointer;
    }


a, div.pages a, .ui-dialog .ui-dialog-content a {
    color: #237EA4;
    text-decoration: none;
}

    a:hover, div.pages a:hover, .ui-dialog .ui-dialog-content a:hover {
        color: #f84d08;
        cursor: pointer;
    }

    a.docx {
        float: left;
        display: block;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -0px -195px;
        height: 24px;
        padding-left: 21px;
        margin-right: 12px;
    }

    a.csv {
        float: left;
        display: block;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -0px -166px;
        height: 24px;
        padding-left: 19px;
        margin-right: 12px;
    }

    a.pdf {
        float: left;
        display: block;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -0px -130px;
        height: 24px;
        padding-left: 21px;
        margin-right: 12px;
    }

    a.reset {
        float: left;
        display: block;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -126px -88px;
        margin-right: 2px;
    }

    a.edit {
        float: left;
        display: block;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -60px -88px;
        margin-right: 2px;
    }

    a.delete {
        float: left;
        display: block;
        height: 24px;
        width: 24px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -34px -86px;
    }

        a.delete.small {
            float: left;
            display: block;
            text-indent: -9999px;
            background: url( '/assets/images/sprites/default.sprite.png') no-repeat -678px -96px; height: 15px; width: 15px;
        }

div.templateAttachments a.delete {
    display: block;
    height: 15px;
    width: 15px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -678px -96px;
    float: left;
    margin: 2px 0 0 5px;
}

div.templateAttachments a.attachment {

    margin-right: 0;
    clear: left;
}


a.save {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -364px -90px;
    margin-right: 2px;
}

a.reload {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -158px -88px;
}

a.add {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -188px -88px;
}

    a.add.small {
        float: left;
        display: block;
        height: 20px;
        width: 20px;
        text-indent: -9999px;
        background: url( '/assets/images/sprites/default.sprite.png') no-repeat -342px -93px;
    }

a.user {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -269px -89px;
}


a.up {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -216px -88px;
}

a.down {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -242px -88px;
}



a.itinerary {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -414px -90px;
}

a.agent {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -437px -90px;
}

a.find {
    float: left;
    display: block;
    height: 24px;
    width: 23px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -464px -90px #e6e6e6;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

a.arrow-right {
    float: left;
    display: block;
    height: 24px;
    width: 25px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -490px -90px;
}

a.arrow-left {
    float: left;
    display: block;
    height: 24px;
    width: 25px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -525px -90px;
}

a.email {
    float: left;
    display: block;
    height: 24px;
    width: 28px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -555px -90px;
}

a.comment {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -268px -88px;
}

a.view {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -94px -88px;
}

a.dollar {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -290px -89px;
}


a.on {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -618px -88px;
}



a.off {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -588px -88px;
}

a.call {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat -648px -92px;
}


a.help {
    display: block;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    background: url( '/assets/images/sprites/default.sprite.png') no-repeat 2px -84px;
    position: absolute;
    right: 16px;
    top: -2px;
}


a.button, .ui-dialog .ui-dialog-content a.button {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    color: #fff;
    background: #439fee;
    margin-right: 5px;
    display: inline-block;
    width: auto;
    line-height: 31px;
    text-transform: uppercase;
    


}

    a.button.add-new-page {
        margin-top: 5px;
    }

    a.button.right {
        float: right;
    }

    a.button:hover, .ui-dialog .ui-dialog-content a.button:hover {
        cursor: pointer;
        background: none repeat scroll 0 0 #66b0ef;
        color: #FFFFFF;
        transition: all 0.2s ease-in-out 0s;
    }




input.datePicker {
    width: 75px;
}

input.time {
    width: 35px;
}

input.search {
    width: 220px;
    margin-right: 8px;
}

p {
    line-height: 20px;
    margin-bottom: 10px;
}


h1 {
    font-size: 3em;
    font-weight: 300;
    font-family: 'Lato',sans-serif;
    color: #000;
}

h2 {
    
    
    font-size: 1.5em;
        font-weight: 300;
        font-family: 'Lato',sans-serif;


}
    
b.highlight {
    color: #f1571a;
}

h3 {
    color: #237EA4;
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-weight: bold;
    color: #f1571a;
    font-size: 14px;
    margin-bottom: 8px;
}

h1.blue {
    color: #272262;
    font-weight: bold;
    font-size: 22px;
}

span.hint {
    color: #363636;
    font-weight: bold;
}

#header{
    height: 0px;
}

#header h2
{
    float: left;
    margin: 22px 0 0 6px;
}

/*
div.middle {
    margin: 0 auto;
    width: 95%;
    min-width: 1000px;
}

*/
div.menu-shadow {
    background: url('/assets/images/horizontal-shadow.png') repeat-x;
    height: 10px;
}

div.middle-shadow {
    /*
    background-image: url(/assets/images/vertical-left-shadow.png), url(/assets/images/vertical-right-shadow.png);
    background-repeat: repeat-y, repeat-y;
    background-position: left, right;
    */
    width: 100%;
    margin: -10px auto 0 auto;
    padding: 0 0px;
    background: url('/assets/images/horizontal-shadow.png') repeat-x white;
    
    
}


#middle {
    background: url('/assets/images/horizontal-shadow.png') repeat-x white;
    /*
    margin: 0 auto;
    width: 95%;
    min-width: 1150px;
        */
}

#logo {
    height: 70px;
    width: 70px;
    float: left;
    margin: 8px 0 0 12px;
    background: url('/assets/images/swan-logo.png') no-repeat;
    background-size: 60px;
}

div.menu-bg {
    width: 100%;
    height: 64px;
    /*background: url('/assets/images/menu-bg.jpg') repeat-x;*/
    /*background: url('/assets/images/backgrounds/carbon-bg.png') repeat-x #000;*/
    background: #000;
    
    min-width: 1010px;
}

.menu {
    height: 60px;
    font-size: 13px;
    /*width: 95%;
    margin: 0 auto 0 auto;
    min-width: 1000px;*/
}

    .menu ul {
        list-style: none;
        padding: 0px 0 0 0;
        border: 0px;
        height: 40px;
        margin: 10px 0 0 12px;
        float: left;
    }

    .menu li {
        float: left;
        padding: 0px;
        background: url('/assets/images/menu-separator.png') 0px 16px no-repeat;
    }

        .menu li.first {
            background: url(/assets/images/swan-logo.png) no-repeat;
            background-size: 40px auto;
            text-indent: -9999px;
            width: 55px;
        }


        .menu li.right {
            float: right;
            margin-right: 4px;
        }

       
        .menu li a {
            
            
            display: block;
            line-height: 47px;
            margin: 0px;
            padding: 0 16px 6px 16px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            border: 1px solid transparent;
            font-size: 16px;
            font-weight: normal;
        }

        

            .menu li a:hover {
                color: #f1571a;
            }

        .menu li:hover a {
            color: #f1571a;
        }


    .menu ul li:hover a {
        color: #f1571a;
    }

    .menu li a span {
        color: #f1571a;
    }

    .menu li ul {
        margin: 0px 0 0 -2px;
        padding: 0 0 8px 0;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        z-index: 200;
        display: none;
        height: auto;
        position: absolute;
        background: #f1f1f1;
        min-width: 180px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        
    }


     .menu li.expand {
            position: absolute;
            right: 5px;
            background-image: none;
            display: none;
        }



     .menu li.expand ul{
         right: 0;
     }


     @media screen and (max-width: 600px) {
    .menu > ul > li {display: none;}
    .menu li.expand {display: block;}
    }



    .menu li:hover ul {
        display: block;
    }

    .menu li li {
        display: block;
        float: none;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .menu li:hover li a {
        line-height: 38px;
        height: 38px;
        color: #363636;
        background: none;
        border-bottom: 1px solid #e3e3e3;
        border-top: none;
        border-left: none;
        border-right: none;
        position: static;
        text-align: left;
        padding: 0 5px 1px 5px;
        margin: 0 10px;
        width: 160px;
        font-weight: normal;
        font-size: 14px;
    }


    .menu li:hover li a.indent {
            padding-left: 15px;
        }



    .menu li ul a {
        display: block;
        height: 30px;
        font-style: normal;
        margin: 0px;
        text-align: left;
    }

        .menu li ul a.bold {
            font-weight: bold;
        }

        .menu li ul a:hover, .menu li ul li:hover a {
            background: none;
            color: #f1571a;
        }

    .menu li.bookmarks:hover li a {
        width: auto;
    }

    .menu p {
        clear: left;
    }

div.clearAll {
    clear: both;
}

div.top-menu {
    float: right;
    height: 50px;
    min-width: 50px;
    background: url(/assets/images/top.jpg) no-repeat top left;
    padding: 0 14px 0 20px;
    line-height: 42px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

    div.top-menu a, div.top-menu a:visited {
        color: #f84d08;
    }

        div.top-menu a:hover {
            color: #fff;
        }

    div.top-menu span {
        color: Gray;
        padding: 0 6px 0 12px;
    }

#hmenu {
    float: right;
    margin-top: 2px;
    margin-right: 14px;
    text-align: right;
    text-transform: lowercase;
    font-size: 11px;
    width: 600px;
    color: #363636;
}

    #hmenu span.separator {
        color: #A0A0A0;
    }

    #hmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #hmenu li {
        display: inline;
    }

.separator {
    padding: 5px;
}

#pagetitle {
    height: 52px;
    margin: 0 15px;
    color: #363636;
    /*border-bottom: 1px solid #e3e3e3;*/
    clear: both;
}

    #pagetitle h1 {
        float: left;
        font-size: 2em;
        font-weight: 300;
        font-family: 'Lato',sans-serif;
        margin: 22px 0 0 0;
    }

div.breadcrumb {
    margin: -24px 15px 0 0px;
    height: 22px;
    float: right;
}

    div.breadcrumb ul {
        font-size: 11px;
        color: #7A7A7A;
        float: left;
        background: url(/assets/images/backgrounds/textbox-bg.jpg) repeat-x white;
        border: 1px solid #e3e3e3;
        margin: 0 0 0 15px;
    }

        div.breadcrumb ul li a {
            color: #363636;
            text-decoration: none;
        }

            div.breadcrumb ul li a:hover {
                color: #f1571a;
            }

        div.breadcrumb ul li {
            float: left;
            display: block;
            height: 22px;
            line-height: 22px;
            font-size: 11px;
        }

            div.breadcrumb ul li a:visited {
                color: #363636;
            }

    div.breadcrumb li a, ul.breadcrumb li span {
        padding: 0 6px;
    }

    div.breadcrumb li.home {
        background: url('/assets/images/home.gif') no-repeat 3px 3px;
    }

        div.breadcrumb li.home a, ul.breadcrumb li.home span {
            padding-left: 22px;
        }

    div.breadcrumb ul.breadcrumb li a:hover {
        color: #f1571a;
    }

ul.tab-breadcrumb {
    font-size: 11px;
    height: 24px;
    margin: -15px -5px 18px -5px;
    border-bottom: 1px solid #e3e3e3;
}

    ul.tab-breadcrumb li {
        float: left;
    }

        ul.tab-breadcrumb li span {
            padding-left: 5px;
            padding-right: 5px;
        }


#help {
    /*border: dotted thin red;*/
    float: right;
    margin-top: -5px;
    margin-right: -5px;
}

#search input[type="text"] {
    width: 260px;
    float: left;
    margin: 0px 8px 0 0px;
}

#search {
    float: right;
    position: relative;
    width: 330px;
    height: 71px;
    margin-top: 10px;
    margin-right: 16px;
    padding: 4px 0 0 10px;
    background: url('/assets/images/search-bg.png') repeat #505050;
}

#searchTop {
    font-size: 13px;
    font-weight: bold;
    background-repeat: repeat-x;
    color: White;
    height: 24px;
    padding-top: 6px;
}


#contentmain {
    
    margin: 0 13px 60px 13px;
}

.contentmain {
    margin: 0 15px 0 15px;
    
}


#contentmain p {
    margin-top: 12px;
}

#contentmain h1, .contentmain h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #f1571a;
}

#contentmain ul, .contentmain ul {
    line-height: 20px;
}

.contentmain.minheight {
    min-height: 750px;
}

.contentbottom {
    height: 60px;
}

.content-pages {
    /*background: url('/assets/images/box-bg.jpg') repeat-x;*/
    margin: 15px 0;
    background: #eff1f1;
    padding: 10px;
    /*
    background: #f1f1f1;
    background: #c3c3c3;
    */
   
}

.content-left {
    float: left;
}

    .content-left ul, .content-top ul {
        margin: -4px 0;
    }

    .content-left li, .content-top li {
        font-weight: normal;
        margin: 4px 1px;
        padding: 0; /*text-indent: 8px;*/
        background: #e3e3e3;
        width: 94px;
    }

    .content-top li {width: auto;}



.content-top li {
    float: left;
    margin-right: 8px;
}



    .content-left li a, .content-top li a {
        text-decoration: none;
        display: block;
        padding: 6px 10px 6px 10px;
        font-size: 13px;
        font-weight: normal;
        border: 1px solid #fff;
        color: #363636;
        /*
            background: #e6e6e6 url(/assets/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
            
            */
        background: #fff;
        /*
        -moz-border-radius: 4px;
        border-radius: 4px;
            */
    }

    



        .content-left li a span.number, .content-top li a span.number {
            font-weight: bold;
            display: block;
            float: left;
            margin-right: 4px;
            display: none;
        }

        .content-left li a:hover, .content-top li a:hover {
            cursor: pointer;
            border: 1px solid #F27C4E;
        }

        .content-left li a.selected, .content-top li a.selected {
            background: #f1571a;
            /*font-weight: bold;*/
            color: #fff;
            border: 1px solid #f1571a;
            
        }

            .content-left li a.selected.parent {
                border-bottom: none;
            }

                .content-left li a.selected.parent:hover {
                    border: 1px solid #d3d3d3;
                    border-bottom: none;
                }






.content-left ul li ul {
    margin-top: -4px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-top: none;
    margin-bottom: 4px;
}

    .content-left ul li ul li {
        background: #fff;
        width: 90px;
    }

        .content-left ul li ul li a {
            border: none;
            background: #ffffff;
            padding: 1px 7px 1px 7px;
            background: url('/assets/images/bullet.png') no-repeat 6px 6px;
            padding-left: 20px;
        }

            .content-left ul li ul li a:hover {
                border: none;
                background: url('/assets/images/bullet.png') no-repeat 6px 6px;
                text-decoration: underline;
            }

            .content-left ul li ul li a.selected:hover {
                text-decoration: none;
            }

            .content-left ul li ul li a.selected {
                font-weight: bold;
                background: url('/assets/images/bullet.png') no-repeat 6px 6px;
                color: #212121;
            }


            .content-left ul li ul li a.download {
                background: none;
                font-weight: bold;
                padding-left: 6px;
                color: #237EA4;
                cursor: text;
            }

                .content-left ul li ul li a.download:hover {
                    text-decoration: none;
                    cursor: text;
                }

.content-right {
    margin: 1px 0px 0 4px;
    float: left;
    background: white;
    border: 1px solid #e3e3e3;
    padding: 12px;
    position: relative;
    width: calc(100% - 128px);
    -moz-border-radius: 6px;
    border-radius: 6px;
}


div.container-left {
    float: left;
    width: 750px;
    margin-bottom: -4px;
    border: 1px solid red;
}

div.container-right {
    float: left;
    width: 850px;
    margin-left: 4px;
    margin-bottom: -4px;
    margin-right: -20px;
}

div.content-top {
    height: 38px;
    margin-left: -1px;
   
}




div.content-box {
    background: white;
    margin-top: 8px;
    
    position: relative;
    border: 12px solid #fff;
    /*
    
    
    margin-bottom: 4px;
        */
}

    div.content-box table.form {
        margin: 10px 0 0 0;
    }

.report-group {
    
    
    border: 1px solid #d3d3d3;
    margin-top: 15px;
    padding-bottom: 10px;
    
    
    
}

.report-group h2 {margin-bottom: 20px;}


/*
#rightpanel
{
}

#rightpanel ul
{
    margin: 0 0 0 0;
    list-style: none;
    padding: 0;
}

.headfirst
{
    height: 42px;
    line-height: 41px;
    font-size: 13px;
    font-weight: bolder;
    text-transform: lowercase;
    text-indent: 6px;
    color: #363636;
    width: 150px;
    display: none;
}

.head
{
    font-size: 13px;
    font-weight: bolder;
    line-height: 40px;
    height: 41px;
    text-transform: lowercase;
    text-indent: 6px;
    padding: 0;
    color: #363636;
    margin:0;
    width: 150px;
    background: url('/assets/images/menu3.png') repeat-x 0 0px;
    border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;    
	display: none;
  
}
*/
#footer {
    height: 12px;
    color: Gray;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eff1f1;
    width: 100%;
    margin: 40px auto 0 auto;
}

/*
div.footer-shadow
{
    height: 10px;
    background: url('/assets/images/horizontal-shadow.png') repeat-x;
}
    */

.copy {
    float: left;
    padding-left: 10px;
}

    .copy a {
        color: #f1571a;
        text-decoration: none;
    }

        .copy a:hover {
            color: #E8E8E8;
        }

#fmenu {
    float: right;
    padding-right: 10px;
}

    #fmenu a {
        color: #f1571a; /* #363636;*/
        text-decoration: none;
    }

        #fmenu a:hover {
            color: #f1571a;
        }


    #fmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #fmenu li {
        display: inline;
    }

    table.table th {
            
            
            
            border: none;
            
        }

    table.table>thead>tr>th {border-bottom: none; background: url('/assets/images/backgrounds/grid-bg.png') repeat-x #4d4d4d;
            color: #ffffff;
            font-weight: bold; padding-top: 12px; padding-bottom: 10px;}

            table.grid th a {
                color: #fff;
                text-decoration: underline;
            }


            table.table {border-bottom: 1px solid #e1e1e1;}

            table.table td { vertical-align: middle !important;}

            table.table tbody {border-top: none;}


            table.table tr.input td, table.table tr.total td {padding: 4px;}
            table.table tr.input td input.form-control, table.table tr.total td input.form-control {padding-left: 4px; padding-right: 4px;}
            table.table tr.input td select.form-control, table.table tr.total td select.form-control {padding-left: 4px; padding-right: 4px;}

            table.table tr.input td input.val-number, table.table tr.input td input.number, table.table tr.total td input.val-number , table.table tr.total td input.number {width: 35px;}


table.grid {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

    table.grid tbody {
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }


   

    table.grid td, table.grid th {
        border-collapse: collapse;
    }



        table.grid th, table.grid td.grid-head {
            /*background: url('/assets/images/deliverance-bg.png') repeat #505050;*/ /*background-image: url("/assets/images/grid-bg.jpg");*/
            background: url('/assets/images/backgrounds/grid-bg.png') repeat-x #4d4d4d;
            color: #ffffff;
            font-weight: bold;
            font-size: 13px;
            border: none;
            border-bottom: 1px solid #e3e3e3;
            text-align: left;
            padding: 12px 4px 12px 4px;
            text-align: left;
        }

            table.grid th a {
                color: #fff;
                text-decoration: underline;
            }

    table.grid td {
        padding: 10px 4px 8px 4px;
        border-bottom: 1px solid #e3e3e3;
        color: #363636;
        vertical-align: top;
        min-height: 10px;
        line-height: 20px;
    }

        table.grid td div.title {
            height: 16px;
        }

            table.grid td div.title b {
                float: left;
                margin-top: 3px;
            }

        table.grid td p {
            margin: 0;
        }

    table.grid tr.empty td {
        border-top: 1px solid #e3e3e3;
        font-weight: bold;
    }

    table.grid.middle td {
        vertical-align: middle;
    }

    table.grid tr.middle td {
        vertical-align: middle;
    }

    table.grid tr.alt {
        background: url('/assets/images/backgrounds/textbox-bg.jpg') repeat-x;
    }

    table.grid td.bold, table.grid tr.bold td {
        font-weight: bold;
    }

    table.grid td.nowrap {
        white-space: nowrap;
    }

    table.grid td.rowcount {
        padding-top: 16px;
    }

    table.grid td.grid-button {
        padding-top: 12px;
        text-align: right;
        padding-right: 8px;
    }

    table.grid td.indent {

        padding-left: 12px;
    }


    table.grid tr.totals td {
        font-weight: bold;
    }

        table.grid tr.totals td.amount {
            color: #f1571a;
        }

    table.grid td.first, table.grid th.first {
        padding-left: 8px;
    }

    table.grid tr.pagination td {
        border: none;
        padding: 4px;
        
    }


    table.grid tr.pagination a {
        border: 1px solid #e3e3e3;
        display: block;
        width: 24px;
        text-align: center;
        padding: 5px 0;
    }

        table.grid tr.pagination a:hover {
            border: 1px solid #f1571a;
        }

    table.grid tr.pagination table td span {
        border: 1px solid #f1571a;
        display: block;
        width: 24px;
        text-align: center;
        padding: 5px 0;
    }

    table.grid tr.pagination table {
        float: left;
    }

    table.grid td.urgent {
        font-weight: bold;
        color: Red;
        text-align: center;
        font-size: 14px;
        font-family: 'Comic Sans MS';
    }


    table.grid tr.highlight:hover, table.grid tr.select:hover {
        background: #f1f1f1;
        cursor: pointer;
    }

    table.grid tr.warning {
        background: #F7E1E1;
    }


.page-info {
    float: right;
    margin-top: 10px;
    margin-right: 4px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 4px;
    border-radius: 4px;
}

table.grid tr.pager td {
    padding: 6px 4px 6px 2px;
}

table.grid tr.pager div.page-info {
    float: right;
    margin: 2px 4px 0 0;
    
}

table.grid tr.pager div.pages {
    float: left;
    margin-left: 2px;
}

    table.grid tr.pager div.pages ul {
    }

        table.grid tr.pager div.pages ul li {
            margin-right: 6px;
            float: left;
        }

            table.grid tr.pager div.pages ul li span.current {
                border: 1px solid #f1571a;
                display: block;
                width: 24px;
                height: 20px;
                text-align: center;
                padding-top: 1px;
            }

            table.grid tr.pager div.pages ul li a.page {
                border: 1px solid #e3e3e3;
                display: block;
                width: 24px;
                height: 20px;
                text-align: center;
                padding-top: 1px;
            }

                table.grid tr.pager div.pages ul li a.page:hover {
                    border: 1px solid #f1571a;
                }

            table.grid tr.pager div.pages ul li a.next, table.grid tr.pager div.pages ul li a.prev {
                display: block;
                width: 28px;
                height: 22px;
                padding-top: 3px;
                text-align: center;
            }

            table.grid tr.pager div.pages ul li a.page.large {
                font-size: 15px;
            }

                table.grid tr.pager div.pages ul li a.page.large.disabled {
                    color: #e3e3e3;
                }

                    table.grid tr.pager div.pages ul li a.page.large.disabled:hover {
                        border: 1px solid #e3e3e3;
                        cursor: auto;
                    }





table.table td div.actions {
    float: right;
    margin: -4px 4px -6px 0;
}

table.grid th a.add {
    float: right;
    margin: -6px 4px -4px 0;
}

table.grid td div.actions.nofloat {
    float: none;
}

div.with-actions {
    height: 20px;
}

    div.with-actions h2 {
        float: left;
    }

    div.with-actions .actions {
        float: right;
        margin: -4px 8px -6px 0;
    }


table.grid.dialog {
    margin-top: 8px;
    margin-bottom: 4px;
}

    table.grid.dialog th {
        background: none;
        color: #363636;
        border-top: 1px solid #e3e3e3;
    }

    table.grid.dialog td a {
        color: #237EA4;
    }

table.grid.costs {
    width: 700px;
}

    table.grid.costs td.share {
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }

    table.grid.costs.edit td {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    table.grid.costs td input {
        width: 60px;
    }

table.grid.allotments {
    width: 300px;
    float: left;
    margin: 16px 20px 0 0;
}

    table.grid.allotments td {
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: middle;
    }


.grid.search {
    width: auto;
    min-width: 965px;
}

    .grid.search.compact {
        min-width: 0px;
        margin-top: 8px;
        margin-bottom: 4px;
    }



table.grid.search th.date {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
    width: 38px;
}


table.grid.search td.date, table.grid.search td.add {
    border-left: 1px solid #e3e3e3;
    text-align: center;
}

table.grid.search td.add {
    width: 30px;
}

table.grid.search td.date.withallotments {
    padding: 0;
}

    table.grid.search td.date.withallotments.sold {
        background: #f6f6f6;
        color: #ff9393;
    }


/*
table.grid.search td.date span.price {
    position: relative;
    display: block;
    height: 30px;
    line-height: 24px;
    text-align: left;
    padding-left: 6px;
}
*/

table.grid.search td.date.highlight {
    background: #FFFFC2;
}


table.grid.search td.date span.available {
    position: absolute;
    font-size: 11px;
    bottom: 0;
    line-height: 11px;
    right: 2px;
    font-weight: bold;
}

    table.grid.search td.date span.available.sold {
        color: #cd0a0a;
    }

table.grid.search td span.sold {
    color: red;
}

table.grid.search td.date.na {
    font-size: 10px;
    background: #f6f6f6;
    color: #a7a7a7;
}

    table.grid.search td.date.na.highlight {
        background: #E6E6C1;
    }



    table.grid.search td.date.na table.grid.search span.day {
        text-transform: uppercase;
        color: #f1571a;
    }

table.grid.search span.date {
    font-size: 11px;
    line-height: 14px;
}

table.grid.search span.more {
    color: #f1571a;
    font-style: italic;
}

table.grid tr.header td {
    color: #f1571a;
    border-bottom: none;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    text-align: center;
    font-weight: bold;
    background: #f6f6f6;
}

table.grid.summary tr.header td {
    border-top: none;
    border-right: none;
    text-align: right;
}

table.grid tr.header td.clear {
    border-top: none;
    border-left: none;
    background: none;
}

table.grid td.border-left {
    border-left: 1px solid #e3e3e3;
}

table.grid td.icon {
    width: 24px;
}

    table.grid td.icon a {
        margin: -4px 0 0 2px;
    }

table.grid b.inactive {
    text-decoration: line-through;
    font-weight: normal;
}


table.grid th.check {width: 24px;}

table.grid th.check input{
    padding: 0;
    margin: 0 0 0 2px;
}

table.grid td.check input {
    padding: 0;
    margin: 2px 0 0 2px;
}


table.header {
    border-collapse: collapse;
    margin-bottom: -7px;
}

    table.header td {
        font-weight: bold;
        line-height: 20px;
        vertical-align: top;
    }

        table.header td.label {
            color: #f1571a;
            padding-right: 8px;
        }

        table.header td.spacer {
            padding-right: 30px;
        }


        table.header td.comments {
            font-weight: normal;
        }

table.form {
    margin: 10px 0 10px 0;
    border-collapse: collapse;
}

    table.form td {
        /*padding: 6px 8px 4px 0px;*/
        height: 28px;
        vertical-align: top;
        line-height: 26px;
        padding-top: 6px;
    }

    table.form.edit td {
        /*padding: 3px;*/
    }

    table.form.edit.left {
        float: left;
    }

    table.form td.label {
        font-weight: bold;
        color: #000;
        padding-right: 14px;
        text-align: left;
        white-space: nowrap;
    }

    table.form tr.head td {
        height: 22px;
        vertical-align: top;
        line-height: 20px;
        padding-top: 0;
    }


    table.form td input, table.form td .jqTransformSelectWrapper, table.form td .jqTransformCheckboxWrapper, table.form td textarea, table.form td .jqTransformRadioWrapper, table.form td select {
        margin-top: -2px;
    }

    table.form td textarea {
        margin-bottom: 4px;
    }

    table.form.edit td.label {
        /*padding-top: 9px;*/
    }

        table.form.edit td.label span {
            padding-top: 20px;
        }


    table.form.edit td.text {
        /*padding-top: 10px;*/
    }

    table.form td.spacer {
        padding-right: 20px;
    }

    table.form.search td.spacer {
        padding-right: 18px;
    }


    table.form td a.button {
        margin-top: -2px;
        float: left;
    }

    table.form tr.border-top {
        border-top: 1px solid #e3e3e3;
    }

        table.form tr.border-top td {
            padding-top: 16px;
        }

    table.form tr.pad-bottom td {
        padding-bottom: 10px;
    }


/*
#find
{
    margin-top: 18px;
    margin-bottom: 18px;
}
*/
.editPageTitle {
    margin: 0px 0px 20px 0px;
    width: 700px;
    padding: 0;
}

.editPageStd {
    margin: 0px 0px 0px 0px;
}


.editPageDetail {
    margin: 0px 0px 50px 0px;
    border-top: 1px solid #e3e3e3;
}

    .editPageDetail h1 {
        line-height: 40px;
    }

    .editPageDetail tr {
        height: 25px;
    }

.editPageButtons div.left {
    float: left;
}

.editPageButtons div.right {
    float: right;
}

.ddlStandard {
    width: 160px;
}

.ddlLong {
    width: 200px;
}

.dynamicNoRepeat {
    margin-bottom: 30px;
    padding-top: 5px;
}

    .dynamicNoRepeat td {
        height: 30px;
    }

.form.edit td.col1 {
    padding-top: 13px;
}



.GridViewStyle {
    margin-bottom: 30px;
}

#AddRpt {
    margin-bottom: 2px;
    text-align: right;
}

ul.form {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
   
}

   ul.form li {
        display: block;
        float: left;
        height: 40px;
        white-space: nowrap;
    }

        ul.form li.label {
            width: auto;
            padding-right: 20px;
            clear: left;
            height: auto;
            line-height: normal;
            padding-top: 10px;
        }

         ul.form li.text {
           
            line-height: normal;
            padding-top: 10px;
             height: 30px;
        }

          ul.form li.checkbox {
           
            line-height: normal;
            padding-top: 6px;
             height: 32px;
        }


   
ul.form div.text {float: left; margin: 10px 10px 0 10px;}

ul.form li.textarea {height: auto; margin-bottom: 5px;}
ul.form li.textarea textarea {width: 400px;}


.detailsTable {
    border-collapse: collapse;
}

    .detailsTable td {
        padding-top: 5px;
        height: 22px;
    }

        .detailsTable td.label {
            width: 100px;
            font-weight: bold;
        }


.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: 1px solid #e3e3e3;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    font-size: 13px;
    z-index: 100;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #f3f3f3;
    padding: 7px 3px;
    white-space: nowrap;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: Red; /*#363636;*/
    padding: 7px 3px;
    white-space: nowrap;
}


a.pager-actions {
    font-family: Wingdings 3;
}


a.copy-address {
    display: block;
    margin: 18px 0 0 0;
}

div.add-new {
    text-align: right;
    margin: 5px;
}

ul.bullet li {
    background: url('/assets/images/li.jpg') no-repeat 0 5px;
    padding-left: 17px;
    line-height: 19px;
    margin-bottom: 4px;
}

ul.tick li {
    background: url('/assets/images/green_tick.png') no-repeat 0 3px;
    padding-left: 24px;
    line-height: 24px;
    margin-bottom: 1px;
}

ul.bullet.numbered li {
    background: none;
    padding-left: 0;
    line-height: 24px;
    margin-bottom: 1px;
}

    ul.bullet.numbered li span {
        font-weight: bold;
        padding: 0 6px 0 2px;
        color: #f84d08;
        font-size: 15px;
    }


h2.sitemap {
    margin: 15px 0 10px 0;
}


span.clear {
    display: block;
    clear: both;
    height: 0;
}


#TB_window {
    border: 1px solid #e3e3e3;
}

p.disclaimer {
    color: #909090;
    font-size: 11px;
}

h2.disclaimer {
    color: #909090;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 8px 0;
}

.popup {
    display: none;
}

div.help {
    padding: 10px 10px 0 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    margin: 0 -10px 0px 0;
}

    div.help a {
        color: #237EA4;
        text-decoration: none;
    }

    div.help h2 {
        color: #363636;
        margin-bottom: 8px;
    }

    div.help p {
        color: #7A7A7A;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    div.help h3 {
        color: #f1571a;
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    div.help h4 {
        color: #363636;
        font-weight: bold;
        margin-bottom: 6px;
    }

    div.help div.box {
        border: 1px solid #e3e3e3;
        padding: 8px;
        background-color: #FAF8CC;
        color: #363636;
        font-size: 11px;
        margin-bottom: 10px;
    }

        div.help div.box div.title {
            height: 20px;
        }

        div.help div.box h4 {
            float: left;
        }

        div.help div.box a.close {
            float: right;
            font-weight: bold;
        }

    div.help b.red {
        color: Red;
    }

.login {
    margin: 0 auto;
    border: none;
    border-collapse: collapse;
    padding: 0;
    float: left;
    margin-top: 10px;
}

    .login table {
        border: none;
        border-collapse: collapse;
        padding: 0;
    }

    .login td input[type="text"], .login td input[type="password"] {
        width: 200px;
    }

    .login td {
        border: none;
        border-collapse: collapse;
        padding: 0;
    }

.login-check label {
    margin-left: 12px;
    margin-top: 14px;
    float: left;
}

.login-check a {
    margin-top: 6px;
}

.login-validator {
    margin-left: 4px;
}

div#forgotPassword h2, div#login h2 {
    margin-top: 10px;
}

div#emailSent {
    background: url('/assets/images/mail_id_next_64.png') no-repeat;
    height: 70px;
}

    div#emailSent p {
        margin-left: 70px;
    }

div.remember {
    margin: 8px 0 24px 0;
    width: 304px;
}

    div.remember label {
        float: left;
        margin: 8px 0 0 20px;
    }


b.error {
    color: #cd0a0a;
}

div.error {
    background: url(/assets/images/hijack_48.png) no-repeat #fef1ec 8px 10px;
    border: 1px solid #cd0a0a;
    color: #363636;
    min-height: 65px;
    margin: 20px 12px;
}


    div.error.small {
        background: url(/assets/images/hijack_32.png) no-repeat #fef1ec 6px 6px;
        border: 1px solid #cd0a0a;
        color: #363636;
        min-height: 40px;
        margin: 12px 0 -16px 0;
        z-index: 20;
        position: relative;
    }


    div.error strong {
        color: #cd0a0a;
        font-weight: bold;
    }

    div.error p {
        margin-left: 70px;
        color: #363636;
    }

    div.error.small p {
        margin: 6px 0 6px 44px;
        line-height: 16px;
    }


    div.error.custom p {
        margin-top: 8px;
    }

    div.error a {
        color: #363636;
        text-decoration: underline;
        font-weight: bold;
    }

    div.error.message {
        margin-bottom: 20px;
        background: url(/assets/images/hijack_48.png) no-repeat #fff 8px 10px;
        border: none;
        padding-top: 8px;
        margin: 0;
    }

div.error-page {
    background: url(/assets/images/hijack_72.png) no-repeat;
    min-height: 80px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}


    div.error-page p {
        margin-left: 88px;
        font-weight: bold;
        color: #363636;
        line-height: 30px;
    }


.hidden {
    display: none;
}

.quicksearch-input {
    display: block;
    margin: 15px 0 20px 0;
    float: left;
}


#quickSearch label {
    float: left;
    margin: 8px 0px 0 6px;
}

div.check {
    float: left;
    width: 140px;
    margin-bottom: 5px;
}

div.search-spacer {
    display: block;
    clear: both;
    height: 8px;
}

#quickSearch input {
    width: 240px;
    margin-right: 8px;
    float: left;
}

div.quickNav {
    border: 1px solid #e3e3e3;
    font-size: 12px;
}

#quickNav h2 {
    color: #000;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
}

#quickNav div.group {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}


a.nav {
    float: left;
    display: block;
    width: 75px;
    height: 17px;
    margin-right: 12px;
    background: url('/assets/images/sprites/default.sprite.png') no-repeat;
    padding: 73px 0 0 0px;
    text-align: center;
}

a.reports {
    background-position: 3px 2px;
}

a.clients {
    background-position: -76px 2px;
}

a.programs {
    background-position: -570px 2px;
}

a.shoes {
    background-position: -490px 2px;
}

a.blogs {
    background-position: -640px 0px;
}


a.products {
    background-position: -250px 2px;
}

a.orders {
    background-position: -705px 2px;
}

ul.nav {
    line-height: 20px;
    margin-top: 4px;
}

    ul.nav li {
        float: left;
        display: block;
        width: 115px;
    }

ul.quickNav {
    margin-top: 8px;
}

    ul.quickNav li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

        ul.quickNav li.last {
            margin-right: 0;
        }

        ul.quickNav li a {
            display: block;
            border: 1px solid #e3e3e3;
            width: 95px;
            font-weight: bold;
            text-align: center;
            height: 90px;
            padding-top: 5px;
            background-image: url('/assets/images/sprites/default.sprite.png');
            background-repeat: no-repeat;
        }

            ul.quickNav li a:hover {
                border: 1px solid #f1571a;
            }

            ul.quickNav li a.users {
                background-position: -410px 20px;
            }

            ul.quickNav li a.audits {
                background-position: -60px 23px;
            }

            ul.quickNav li a.comms {
                background-position: -322px 22px;
            }

            ul.quickNav li a.dash {
                background-position: 22px 24px;
            }

            ul.quickNav li a.workflows {
                background-position: -234px 22px;
            }

            ul.quickNav li a.wf-templates {
                background-position: -148px 24px;
            }

            ul.quickNav li a.entities {
                background-position: -70px 25px;
            }

span.validation {
    color: Red;
}

label.error {
    padding-left: 8px;
    padding-top: 8px;
    color: #cd0a0a;
    font-weight: bold;
    position: absolute;
}

p.info {
    color: #cd0a0a;
    font-weight: bold;
}

label.error a.error-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 8px;
    position: absolute;
    color: #cd0a0a;
    font-weight: bold;
}

    label.error a.error-link span.error-msg {
        display: none;
        padding-left: 8px;
    }

    label.error a.error-link:hover span.error-msg {
        display: inline;
    }

.validity-summary-container {
    display: none;
}

    .validity-summary-container div.error {
        padding-top: 8px;
    }

        .validity-summary-container div.error p {
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 4px;
            color: #cd0a0a;
        }

div.error ul {
    margin-left: 46px;
    line-height: 18px;
    margin-bottom: 8px;
}

    div.error ul li {
        list-style-type: decimal;
        list-style-position: inside;
        background: none;
        padding-left: 0px;
        line-height: 16px;
    }


.validity-summary-container div.error ul {
    margin-left: 72px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

    .validity-summary-container div.error ul li {
        list-style-type: decimal;
        list-style-position: inside;
    }

.validity-erroneous {
    border: solid 1px #cd0a0a !important;
}



div.important {
    border: solid 1px #cd0a0a !important;
    color: #cd0a0a !important;
    font-weight: bold !important;
}

span.important {
    color: #cd0a0a !important;
    font-weight: bold !important;
}



div.tab-content {
    padding: 10px 0 10px 0;
}

.sortable {
    list-style-type: none;
    margin: 20px 0 30px 0;
    padding: 0;
    width: 50%;
}

    .sortable li {
        margin: 0 3px 3px 3px;
        padding: 6px;
        height: 18px;
        font-weight: bold;
    }

        .sortable li:hover {
            cursor: move;
        }

        .sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

div.border-bottom {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 16px;
    padding-bottom: 8px;
}



.Calendar .ajax__calendar_container {
    background-color: White;
    border: solid 1px #ADADAD; /*width: 150px;*/ /*height: 100px;*/ /*font-size: 11px;*/
    z-index: 1000;
    color: #363636;
    width: 195px;
    height: 190px;
}

.Calendar .ajax__calendar_header {
    height: 22px;
    padding: 0;
    margin: 0 auto;
}

.Calendar .ajax__calendar_title {
    height: 22px;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0 auto;
}

.Calendar .ajax__calendar_next, .Calendar .ajax__calendar_prev {
    padding-top: 3px;
}

.Calendar .ajax__calendar_body {
    background-color: white;
    border-top: solid 1px #ADADAD;
    border-bottom: solid 1px #ADADAD; /*height: 100px;*/
    padding: 0 0 12px 0;
    margin: 0;
    width: 195px;
    height: 130px;
}

.Calendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.Calendar .ajax__calendar_day {
    text-align: center;
}

.Calendar .ajax__calendar_month, .Calendar .ajax__calendar_year {
    text-align: center;
    line-height: 13px;
    height: 40px;
}

.Calendar .ajax__calendar_today {
    font-weight: bold;
    height: 16px;
    padding-top: 3px;
}


.Calendar table td {
    border: none;
    padding: 0px 0 0 0;
    height: 12px;
    background: white;
    line-height: 14px;
    min-height: 0;
    border-collapse: collapse;
}

.Calendar .ajax__calendar_active {
    border: 1px solid red;
    font-weight: bold;
    color: #363636;
}

.Calendar .ajax__calendar_other {
    color: #7A7A7A;
}

.Calendar .ajax__calendar_hover {
    background-color: #E6E6FA;
}


div.street-address {
    float: left;
    margin-right: 15px;
}

div.postal-address {
    float: left;
}

.entity-name {
    margin-bottom: 10px;
}

.entity-address {
    color: #7A7A7A;
    margin-bottom: 10px;
}

.entity-detail {
    padding-right: 10px;
}

    .entity-detail b {
        color: #f1571a;
        padding-right: 6px;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.information {
    color: #363636;
    font-weight: bold;
    float: left;
    margin: 15px 0;
}

.export {
    margin: 0 1px -20px 0;
}

.export-buttons {
    padding: 8px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background: url(/assets/images/backgrounds/textbox-bg.jpg) repeat-x white;
    float: right;
}



.search-fields input, .search-fields a.button, .search-fields .jqTransformSelectWrapper {
    float: left;
    margin-right: 8px;
}

.search-fields label {
    float: left;
    margin-right: 12px;
    display: block;
    line-height: 26px;
}

    .search-fields label.margin {
        margin-left: 16px;
    }

div#addButton {
    height: 30px;
}

.assembly-loader {
    background: url('/assets/images/assemble.gif') 0px center no-repeat;
    height: 80px;
    width: 100%;
    font-size: 16px;
}

div.success {
    background: url(/assets/images/icons_tick.jpg) no-repeat;
    float: right;
    color: #363636;
    padding: 0 0 0 28px;
    height: 30px;
    line-height: 24px;
    margin: -26px 112px 0 0;
}


span.success {
    background: url(/assets/images/icons_tick.jpg) no-repeat 0 -2px;
    display: block;
    padding: 0 0 0 28px;
}


a.button.find {
    float: left;
    margin: 15px 0 0 20px;
}

label.red {
    color: Red;
}

.CodeMirror-line-numbers {
    width: 2.2em;
    color: #aaa;
    background-color: #eee;
    text-align: right;
    padding-right: .3em;
    font-size: 12px;
    font-family: monospace;
    padding-top: .4em;
    line-height: 15px;
}

.code-border {
    border: 1px solid #e3e3e3;
}

div.homepage-left {
    margin-right: 251px;
}

div.homepage-right {
    float: right;
    width: 230px;
    background: white;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    padding: 10px;
    margin-top: -16px;
}


    div.homepage-right h2 {
        margin-bottom: 12px;
        color: #363636;
        text-transform: uppercase;
        margin: 0 0 16px 0;
        padding: 6px 0 12px 0;
        border-bottom: 1px solid #E3E3E3;
        font-size: 15px;
        font-weight: bold;
    }

    div.homepage-right p {
        font-size: 11px;
        margin-left: 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E3E3E3;
    }

    div.homepage-right h3 {
        color: #363636;
        font-size: 13px;
        background: url('/assets/images/green_tick.png') no-repeat 0 0px;
        padding: 2px 0 8px 20px;
    }

div#pagetitle.no-border {
    border: none;
}

div.border {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 16px;
    padding-top: 4px;
}

h2.orange {
    background: url(/assets/images/slide-1.jpg) no-repeat top right;
    color: #fff;
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    line-height: 22px;
}

h2.blue {
    background: url(/assets/images/slide-2.jpg) no-repeat top right;
    color: #fff;
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    line-height: 22px;
}

h2.red {
    background: url(/assets/images/h2-red.jpg) no-repeat top right;
    color: #fff;
    padding: 4px 20px 4px 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    line-height: 22px;
}

div.rotate {
    background: white;
    width: 650px;
    height: 240px;
}


div.links {
    margin: -12px 0 0 130px;
    height: 12px;
    position: absolute;
}

    div.links a {
        display: block;
        float: left;
        margin-right: 20px;
        font-size: 14px;
        font-weight: bold;
    }

#do {
    background: url(/assets/images/white-puzzle.jpg) no-repeat top right; /*background: url(/assets/images/silver-world.jpg) no-repeat top right;*/
}

#offer {
    background: url(/assets/images/deliverance-offer.jpg) no-repeat top right;
}

#benefits {
    background: url(/assets/images/server-room.jpg) no-repeat top right;
}

#know-more {
    background: url(/assets/images/know-more.jpg) no-repeat 0 110px;
    height: 260px;
    width: 350px;
    border-right: 1px solid #E3E3E3;
    float: left;
}

    #know-more h2 {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 10px;
    }

#member {
    float: right;
    background: url(/assets/images/page-flip.jpg) no-repeat bottom right;
    width: 350px;
    height: 260px;
    margin-right: -12px;
}

    #member h2 {
        color: #7f7f7f;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    #member a.login {
        display: block;
        position: absolute;
        width: 100px;
        height: 90px;
        background: url(/assets/images/login.jpg) no-repeat 1000px;
        text-indent: -9999px;
        margin: 170px 0 0 250px;
    }

        #member a.login:hover {
            background-position: bottom right;
        }

ul#slider li {
}

.slides1_wrap {
}

.bx_pager {
    margin-bottom: 20px;
}

    .bx_pager a {
        display: block;
        height: 26px;
        width: 26px;
        text-align: center;
        line-height: 26px;
        background: url('/assets/images/numbers-bg.jpg') top right;
        float: left;
        margin-right: 8px;
        color: white;
        font-weight: bold;
        font-size: 14px;
    }

        .bx_pager a.active, .bx_pager a:hover {
            background: url('/assets/images/numbers-bg.jpg') top left;
            color: White;
        }

.auto_controls {
    position: absolute;
    margin-left: 70px;
}

    .auto_controls a.auto_link {
        display: block;
        height: 26px;
        width: 26px;
        background: url('/assets/images/numbers-bg.jpg') center right;
        float: left;
        text-indent: -9999px;
    }

        .auto_controls a.auto_link:hover {
            background-position: -29px -58px;
        }

        .auto_controls a.auto_link.play {
            background-position: center left;
        }

            .auto_controls a.auto_link.play:hover {
                background-position: 0px -58px; /*background-position: bottom left;*/
            }


.slides1_wrap a.next, .slides1_wrap a.prev {
    display: none;
}

.button.contact {
    margin: 10px 0 40px 439px;
    float: left;
}

label.mandatory {
    font-weight: bold;
    color: #cd0a0a;
    padding-left: 8px;
}

    label.mandatory.afterSelect {
        margin-top: 6px;
        float: left;
    }


td.mandatory textarea {
    float: left;
}

td.mandatory label {
    float: left;
    margin-top: 6px;
}

/*here*/

select {
    padding: 8px 4px 6px 4px;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    /*
    -moz-border-radius: 4px;
    border-radius: 4px;
     */
}

.multiselect .ui-selecting {
    background: #E3E3E3;
}

.multiselect .ui-selected {
    background: #E3E3E3;
}

.multiselect {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e3e3e3;
    color: #000;
    height: 270px;
}

    .multiselect li {
        border: none;
        padding: 5px;
    }

div.report-viewer input[type='text'] {
    background: white;
    padding: 2px;
    width: auto;
}

span.left {
    float: left;
}


div.form-buttons {
    /*    float: right;*/
    background: #f3f3f3;
    position: absolute;
    right: -1px;
}

    div.form-buttons.top {
        top: -1px;
        padding: 0px 0px 4px 0px;
        border-left: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }

    div.form-buttons.bottom {
        bottom: -1px; /*    margin: -13px -13px -13px 0;*/
        padding: 4px 0 0px 0px;
        border-left: 1px solid #d3d3d3;
        border-top: 1px solid #d3d3d3;
    }

    div.form-buttons a {
        margin: 0 0 0 5px;
    }

/*
div.form-buttons a
{
    width: 50px;
    margin-bottom: 4px;
    text-align: center;
}
*/

div.form {
}

    div.form table.form {
        margin-bottom: 0;
    }

table.calendar {
    border-collapse: collapse;
    font-size: 11px;
}


    table.calendar th {
        border: 1px solid #e3e3e3;
        padding: 5px 0;
        width: 21px;
    }

    table.calendar td {
        text-align: center;
        line-height: 14px;
        padding: 0px;
        border: 1px solid #e3e3e3;
    }

    table.calendar th.col1 {
        padding: 4px 8px;
        text-align: left;
    }

    table.calendar td.available {
        background: #C0FFBA;
    }

    table.calendar td.col1 {
        text-align: left;
        font-weight: bold;
        padding: 4px 8px;
        width: 70px;
    }

        table.calendar td.col1 a, table.calendar td.col1 a:hover, table.calendar td.col1 a:visited {
            display: inline;
            color: #237EA4;
            text-decoration: underline;
        }


    table.calendar td a, .ui-dialog .ui-dialog-content table.calendar td a {
        color: #363636;
        display: block;
        padding: 4px 0;
        width: 21px;
    }

        table.calendar td a:hover, .ui-dialog .ui-dialog-content table.calendar td a:hover {
            color: #363636;
        }

        table.calendar td a.available {
            background: #cce1fd;
            font-weight: bold;
        }

            table.calendar td a.available:hover {
                background: #a2c4f2;
            }

        table.calendar td a.scheduled {
            background: #fde2cc;
            font-weight: bold;
        }

            table.calendar td a.scheduled:hover {
                background: #e8c0a0;
            }

        table.calendar td a.taken {
            background: #dafdcc;
            font-weight: bold;
        }

            table.calendar td a.taken:hover {
                background: #bcddae;
            }


        table.calendar td a.notavailable {
            background: #f1f1f1;
        }


    table.calendar.compact {
        font-size: 10px;
    }


div#modal-loading {
    position: absolute;
    z-index: 9000;
    background: url('/assets/images/loading-bg.png');
    display: none;
}

div#loading-fg {
    background: #fff center 50px;
    z-index: 9001;
    position: absolute;
    text-align: center;
    width: 350px;
    height: auto;
    min-height: 100px;
    border: 1px solid #e1e1e1;
}

    div#loading-fg span.message {
        margin: 20px 0 10px 0;
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

    div#loading-fg small {
        display: block;
        font-style: italic;
        margin: 0 6px 12px 6px;
    }

    div#loading-fg img {
        margin-bottom: 20px;
    }

.content-right.main {
    width: 1223px;
    min-height: 700px;
    margin-right: 0;
}

.content-right.summary {
    float: right;
    width: 200px;
    font-size: 11px;
    min-height: 712px;
    margin-bottom: -12px;
}

    .content-right.summary h2 {
        font-size: 14px;
    }

    .content-right.summary table.form {
        margin: 5px 0;
    }

        .content-right.summary table.form td {
            height: 20px;
            line-height: 16px;
            padding-top: 2px;
        }

            .content-right.summary table.form td.label {
                width: 66px;
                padding-right: 0;
            }


    .content-right.summary.large {
        width: 450px;
        font-size: 13px;
    }

        .content-right.summary.large h2 {
            font-size: 18px;
        }


        .content-right.summary.large table.form td.label {
            width: auto;
            padding-right: 8px;
        }

.content-right.main.narrow {
    margin-right: 482px;
}




.menuPopup {
    position: relative;
    display: inline-block;
}

    .menuPopup ul {
        margin: -25px 0 0 0px;
        padding: 0;
        border: 1px solid #e3e3e3;
        z-index: 200;
        display: none;
        height: auto;
        position: absolute;
        background: white;
        white-space: nowrap;
    }

    .menuPopup:hover ul {
        display: block;
    }

        .menuPopup:hover ul li {
            display: block;
            float: none;
            margin: 0px;
            padding: 0px;
            border: 0px;
        }

            .menuPopup:hover ul li a {
                display: block;
                padding: 4px 6px;
            }

div.box {
    border: 1px solid #e3e3e3;
    padding: 6px;
}

td.label.agent, td.label.reason {
    width: 80px;
}

div.club-header {
    margin-top: 8px;
}

#newMessages.wiggle {
    display: none;
}

.ui-datepicker-calendar .publicHoliday .ui-state-default {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
}
.ui-datepicker .ui-datepicker-title select {
    padding: 3px 1px 1px 1px;
}




div.image-order
{
    border: 1px solid #d1d1d1;
    background: white;
    height: 100px;
    padding: 3px;
    width: calc(100% - 12px);
}

div.image-order.video
{
    
    height: auto;
    
}



div.image-order div.display-order
{
    position: absolute;
    background: white;
    width: 20px;
    line-height: 20px;
    color: #484848;
    font-weight: bold;
    margin: 3px 3px;
    text-align: center;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

div.image-order a.thumb
{
    float: left;
    margin-right: 8px;
    height: 100px;
    width: 100px;
}

div.image-order table.form {
    margin: 0 0 0 4px;
    float: left;
}

div.image-order table.form td {
    padding: 0;
    height: 16px;
}

div.image-order table.form td.label {
    padding-right: 8px;
}


div.image-order table.form.edit
{
    width: calc(100% - 144px);
    margin: 0 0 0 6px;
    float: left;
}

div.image-order table.form.edit td {
        padding-bottom: 3px;
        padding-top: 3px;
    }

div.image-order table.form.edit td.label {
    width: 90px;
}


ul.exercise-images
{
    padding: 3px 0 0 3px;
    background: #d1d1d1;
    float : left;
    width: 100%;
    min-height: 110px;
}

ul.exercise-images li
{
    float: left;
    margin: 0 3px 3px 0;
    clear: both;
    width: 100%;
    
}

div.image-container
{
    float: left;
}

div.image-container.right
{
    float: right;
    
}

div.video-thumb {float: left; text-align: center; border: 1px solid #e1e1e1; padding: 2px;}
div.video-thumb img.video-image {padding-left: 3px; padding-top: 3px;}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 5px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
}

div.white-popup.modal {
    max-width: 400px;
    min-width: 280px;
    position: relative;

}

div.white-popup.form {
    padding: 20px;
    max-width: 800px;
}

div.white-popup.processing {
    max-width: 380px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}
div.white-popup.scroll {
    height: 400px;
    overflow-y: scroll;
}


.mfp-ajax-holder div.white-popup.scroll {
    margin-top: 30px;
    padding-top: 0;
    
}

.mfp-ajax-holder div.white-popup {
    margin-bottom: -20px;
}

.mfp-ajax-holder .mfp-close {
    top: -6px;
    right: -5px;
}

.mce-btn button:hover:not(.mce-open) {border: none;}
.mce-btn button.mce-open:hover {border-top: none; border-bottom: none;}

div.multiple-select  {
   
    margin-top: 2px;
    padding-right: 5px;
    
}

div.multiple-select input[type=checkbox] {
    float: left;
    margin-top: 5px;   
    margin-right: 5px;
    margin-bottom: 0;
    height: auto;
    padding: 0;
    clear: left;
}

div.multiple-select label {
    clear: none;
    float:left;
    margin-top: 0;
    padding: 0 0;
    font-weight: normal;
}


div#confirmPopup div.message {margin-bottom: 20px; margin-top: 5px; line-height: 20px;}

div.search-buttons {margin-top: 23px;}
div.search-buttons.row2 {margin-top: -50px;}

@media screen and (max-width: 990px){

div.search-buttons.row2 {margin-top: 23px;}
}





div.search {margin-top: 20px; margin-bottom: 10px;}

.form-control {

         -webkit-box-shadow: none !important; 
     box-shadow: none !important;

}

div.form {margin-top: 20px;}

div.form div.buttons {margin-top: 10px;}

ul.pagination {
    margin: 10px 0 !important;
}


@media screen and (max-width: 610px) {

    div.container-fluid {
        padding-right: 5px;
        padding-left: 5px;
        min-width: 302px;
    }

    div.pagination-container {  text-align: center;}

    ul.pagination {float: none; display: inline-block; }

    ul.pagination li.pageinfo {
        display: block;
        clear: both;
        width: 100%;
    }

    ul.pagination li.pageinfo span {
        display: block;
        border-radius: 0;
        width: 100%;
        border: none;
        background: none !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 430px) {
    .pagination > li > a, .pagination > li > span {
        padding: 6px 8px;
    }
}

div.checkbox label input[type=checkbox] {
    margin-top: 2px;
}

div.summary {
    margin: 10px 0 0 0;
}

    div.summary span {
        padding: 0 20px 0 5px;
        color: #f1571a;
        font-weight: bold;

    }


input.form-control {padding-left: 8px; padding-right: 8px;  height: 32px;}
select.form-control {padding-left: 3px; padding-right: 3px;  height: 32px;}
textarea.form-control {
    padding-left: 8px;
    padding-right: 8px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 640px;
    margin: 20px auto;
}

div.white-popup.modal {
    max-width: 350px;
    min-width: 280px;
    position: relative;

}

div.white-popup.processing {
    max-width: 350px;
}

div.white-popup.scroll {
    height: 400px;
    overflow-y: scroll;
}


.mfp-ajax-holder div.white-popup.scroll {
    margin-top: 30px;
    padding-top: 0;
    
}

.mfp-ajax-holder div.white-popup {
    margin-bottom: -20px;
}

.mfp-ajax-holder .mfp-close {
    top: -6px;
    right: -5px;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:2000 !important;}  
