html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, container {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, address, mainimage, container {
    display: block;
}

@font-face {
    font-family: 'robotobold_condensed';
    src: url('../font/roboto-boldcondensed.eot');
    src: url('../font/roboto-boldcondensed.eot?#iefix') format('embedded-opentype'), url('../font/roboto-boldcondensed.woff') format('woff'), url('../font/roboto-boldcondensed.ttf') format('truetype'), url('../font/roboto-boldcondensed.svg#robotobold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 22px;
    background: #ffffff;
}

.clear {
    clear: both;
}

a img, img {
    border: 0;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    outline: none;
}

ul li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 10px;
}

/* START HEADER CSS */
.main {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: fixed;
    background: #863a23; /* Old browsers */
    background: -moz-linear-gradient(top, #863a23 0%, #6e2715 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#863a23), color-stop(100%,#6e2715)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #863a23 0%,#6e2715 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #863a23 0%,#6e2715 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #863a23 0%,#6e2715 100%); /* IE10+ */
    background: linear-gradient(to bottom, #863a23 0%,#6e2715 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#863a23', endColorstr='#6e2715',GradientType=0 ); /* IE6-9 */
    z-index: 99;
}

header {
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
    max-width: 1030px;
    min-width: 800px;
    height: 22px;
}

.logo {
    display: block;
    float: right;
    margin: 5px 15px 0 0;
    padding: 0;
}

.welcome {
    color: #DDB9AF;
    display: block;
    float: right;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    margin: 2px 0 0;
    padding: 0;
    position: relative;
}

    .welcome a {
        margin: 0px;
        padding: 0px;
        line-height: 13px;
        color: #ffffff;
    }

.subnav {
    float: right;
    margin: 3px 15px 0 0;
    padding: 0;
    position: relative;
    top: 0;
    min-width: 215px;
}

    .subnav ul {
        margin: 0px;
        padding: 0px;
        height: 18px;
        line-height: 18px;
        display: block;
        float: right;
    }

        .subnav ul li {
            margin: 0px;
            padding: 0px;
            display: block;
            list-style: none;
            height: 18px;
            float: left;
        }

            .subnav ul li a {
                margin: 0 0 0 8px;
                padding: 0 2px 0 8px;
                font-size: 11px;
                display: block;
                height: 15px;
                line-height: 13px !important;
                color: #DDB9AF !important;
                border-left: 1px solid #a84d2e;
            }

                .subnav ul li a.brd {
                    border-left: 0px;
                }

                .subnav ul li a:hover {
                    color: #ffffff !important;
                }


/* NIVIGATION CSS */

.navigation {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    z-index: 99;
    display: block;
    position: fixed;
    top: 22px;
    background: #1a237e; /* Old browsers */
    background: -moz-linear-gradient(top, #1a237e 0%, #822f1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a237e), color-stop(100%,#822f1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1a237e 0%,#822f1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1a237e 0%,#822f1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1a237e 0%,#822f1a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1a237e 0%,#822f1a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#953b22', endColorstr='#822f1a',GradientType=0 ); /* IE6-9 */
}

.topnav {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1030px;
    min-width: 800px;
}

    .topnav ul {
        margin: 0;
        padding: 0px;
        height: 35px;
        display: block;
        float: left;
    }

        .topnav ul li {
            margin: 0px;
            padding: 0px;
            display: block;
            float: left;
        }

            .topnav ul li a {
                margin: 0px;
                padding: 11px 15px 11px 15px;
                font-family: 'robotobold_condensed';
                display: block;
                font-size: 16px;
                font-weight: bold;
                color: #ffffff;
                line-height: 35px;
                text-transform: uppercase;
                padding-top: 11px;
            }

            .topnav ul li:hover, .topnav ul li.active {
                background: url(../images_noindex/menu-arrow.png) no-repeat bottom center;
            }

            .topnav ul li a span.topnavdashboard {
                background: url(../images_noindex/topnavdashboard.png) no-repeat bottom center;
                width: 80px;
                height: 13px;
                display: block;
            }

            .topnav ul li a span.topnavwebsite {
                background: url(../images_noindex/topnavwebsite.png) no-repeat bottom center;
                width: 57px;
                height: 13px;
                display: block;
            }

            .topnav ul li a span.topnavresources {
                background: url(../images_noindex/topnavresources.png) no-repeat bottom center;
                width: 78px;
                height: 13px;
                display: block;
            }

            .topnav ul li a span.topnavfeatures {
                background: url(../images_noindex/topnavfeatures.png) no-repeat bottom center;
                width: 65px;
                height: 13px;
                display: block;
            }

            .topnav ul li a span.topnavsettings {
                background: url(../images_noindex/topnavsettings.png) no-repeat bottom center;
                width: 64px;
                height: 13px;
                display: block;
            }

.contentinfo {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.container {
    margin: 57px auto 0;
    padding: 20px;
    max-width: 960px;
    position: relative;
    z-index: 9;
    min-width: 800px;
    display: block;
    border: 1px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;
    box-shadow: 0 0 5px #d3d3d3;
}

.content {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}

.web-selected {
    margin: 0 0 12px 0px;
}

    .web-selected select {
        width: 220px;
    }

.resources {
    margin: 0px;
    padding: 0px;
    width: 219px;
    border: 1px solid #cdcdcd;
    background: #f9f9f9;
}

.resources-title {
    margin: 0px;
    padding: 0 0 0 13px;
    display: block;
    width: 206px;
    height: 24px;
    line-height: 24px;
    background: #666666;
    color: #FFFFFF;
}

.resources-list {
    margin: 0px;
    padding: 10px 13px;
    display: block;
    width: 193px;
}

.add-list {
    margin: 0 0 0 13px;
    padding: 0px 0 0 34px;
    font display:block;
    width: 185px;
    background: url(../images_noindex/icon-plus.gif) no-repeat;
    height: 38px;
}

    .add-list a {
        margin: 0px;
        padding: 0px;
        color: #a84d2e;
    }

.content-top {
    margin: 0px;
    padding: 5px 0 20px 0;
    color: #333333;
    clear: both;
}

.content-top-left {
    display: block;
    float: left;
    font-weight: bold;
    padding: 15px 0px;
    color: #545252 !important;
    font-size: 12px;
}

    .content-top-left a {
        color: #545252;
        display: inline;
        font-weight: normal;
        /*margin: 0 4px;*/
        padding: 0;
        vertical-align: top;
    }

    .content-top-left:hover {
        text-decoration: none !important;
    }

.content-top-right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 250px;
}

    .content-top-right input {
        margin: 0px;
        padding: 0 10px;
        width: 187px;
        height: 24px;
        line-height: 23px;
        border: 1px solid #d0d0d0;
    }

    .content-top-right a img {
        margin: 0px;
        padding: 0 0 0 5px;
        vertical-align: top;
    }

/*.resources-main-title	{ margin:0px; padding:0 0 0 50px; width:100%; display:block; font-weight:bold; font-size:24px; color:#a84d2e;  background:url(../images_noindex/icon-1.gif) no-repeat;  height:24px; }*/

.body-images-content {
    /*margin: 0 0 50px;*/
    /*padding: 0 0 22px;*/
    width: 100%;
}

    .body-images-content table {
        width: 100%;
    }

    .body-images-content h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        display: block;
        color: #a84d2e;
    }

.body-content {
    margin: 0px;
    padding: 0px;
    display: block;
}




.aecontenttable {
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    ;
    padding: 0;
    width: 100%;
}

.aecontenttable {
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-spacing: 0;
    border-collapse: separate;
}

    .aecontenttable tr td {
        /*border-top:1px solid #FFFFFF;
    border-right: 1px solid #D5D5D5;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #ffffff;  
	color: #777777;
	font-size: 13px;
    line-height: 30px;*/
    }


#bigset tr:nth-child(2n+1) {
    background: #ffffff;
}

#bigset tr:nth-child(2n+2) {
    background: #f3f3f3;
}

#bigset1 tr:nth-child(2n+1) {
    background: #ffffff;
}

#bigset1 tr:nth-child(2n+2) {
    background: #f3f3f3;
}

.aecontenttable table {
    background: none;
    width: auto;
}

.aecontenttable .CuteEditorGroupMenu {
    width: auto !important;
}
/*.aecontenttable table tr:nth-child(2n+1) { background: none;}
.aecontenttable table tr:nth-child(2n+2) { background: none;}*/

.aecontenttable table td {
    white-space: nowrap;
    border: none;
    vertical-align: top;
}

    .aecontenttable table td span {
        color: #333333;
    }


/**********/
a {
    color: #1a237e;
    text-decoration: none;
}

input[type=text] {
    height: 31px;
    line-height: 31px;
    border: 1px solid #b8b8b8;
    color: #333333;
    border-radius: 4px;
    box-shadow: 0 0 4px #D2D2D2 inset;
    padding: 0 7px;
    vertical-align: top;
    outline: none;
}

textarea {
    border: 1px solid #b8b8b8;
    color: #333333;
    border-radius: 4px;
    box-shadow: 0 0 4px #D2D2D2 inset;
    padding: 7px;
    outline: none;
}

select {
    border: 1px solid #B8B8B8;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 0 4px #D2D2D2 inset;
    -moz-box-shadow: 0 0 4px #D2D2D2 inset;
    box-shadow: 0 0 4px #D2D2D2 inset;
    color: #333333;
    height: 33px;
    padding: 7px 6px 7px 4px;
    outline: none;
}

.input.hasDatepicker {
    cursor: pointer;
}

.content-top-left span {
    font-weight: normal;
}

input[type=password] {
    height: 31px;
    line-height: 31px;
    border: 1px solid #b8b8b8;
    color: #333333;
    border-radius: 4px;
    box-shadow: 0 0 4px #D2D2D2 inset;
    padding: 0 7px;
    vertical-align: top;
    outline: none;
}

input[type=radio] {
    width: 20px;
    border: none;
    margin: 0px;
    outline: none;
}
/*.has-js input[type="checkbox"], .has-js input[type="radio"] {padding-left: 34px; position: absolute; left: -9999px; }
.has-js label.c_off {
	height: 21px;
	padding: 0px;
	padding-left: 21px;
	line-height: 22px; 
	display: inline-block; 
	background: url(../images_noindex/check-off.png) no-repeat;
}
.has-js label.r_off {
    background: url("../images_noindex/radio-off.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    line-height: 18px;
    padding: 0 0 0 25px;
    vertical-align: middle; color:#333333;
}
.has-js label.c_on {
	height: 21px;
	padding: 0px;
	padding-left: 21px;
	line-height: 22px; 
	display: inline-block; 
	background: url(../images_noindex/check-on.png) no-repeat;
}
.has-js label.r_on {
    background: url("../images_noindex/radio-on.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    line-height: 18px;
    padding: 0 0 0 25px;
    vertical-align: middle; color:#333333;
}*/
input[type=image] {
    padding: 10px 0;
    margin: 0 0 0 0px;
}

input[type=image], input[type=submit], input[type=button] {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
}

    input[type=image]:hover, input[type=submit]:hover, input[type=button]:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-opacity: 1.0;
        -moz-opacity: 1.0;
    }

.btnspace input {
    margin: 0 0 0 20px;
}
/*.grayyes {
    padding: 10px 0;
}

.grayyes strong {
    color: #777777;
    margin-left: 5px;
    text-transform: capitalize;
    font-size:13px;
    display:block;
}*/
.table-first-tr {
    width: 20px;
}

td.grayyes {
    padding: 10px;
    border-top: 1px solid #FFFFFF !important;
    border-right: 1px solid #D5D5D5 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    border-left: 1px solid #ffffff !important;
    color: #777777;
    font-size: 13px;
    white-space: nowrap;
    text-align: left;
}

    td.grayyes strong {
        white-space: nowrap;
    }

td.grayno {
    padding: 10px;
    border-top: 1px solid #FFFFFF !important;
    border-right: 1px solid #D5D5D5 !important;
    border-bottom: 1px solid #d5d5d5 !important;
    border-left: 1px solid #ffffff !important;
    color: #777777;
    text-align: left;
}

.header-center-green {
    background: none repeat scroll 0 0 #F4F4F4;
    padding-left: 16px;
}

table.logintable {
    margin: 0px auto;
    width: 100%;
    border: 1px solid #dddddd;
    background: url("../images_noindex/login-table-bg.gif") repeat-x left 0px;
}

    table.logintable tr td {
        text-align: center;
        vertical-align: middle;
    }

    table.logintable h6 {
        color: #A84D2E;
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 7px 0;
    }
/*.content-top-bradcrumb {
    background: url("../images_noindex/bradcrumb-bg.gif") no-repeat scroll center bottom transparent;
    display: block;
    float: left;
    height: 25px;
    margin: 16px 0 13px 0;
    padding-bottom: 4px;
}*/
.logintitle {
    margin: 0px;
    padding: 0px;
    background: url("../images_noindex/login-table-bg-icon.gif") no-repeat 110px 10px;
    height: 70px;
    text-align: center;
    color: #1a237e;
    font-size: 26px;
}

.logintitlepassword {
    background: url("../images_noindex/login-table-bg-icon.gif") no-repeat 82px 10px;
    padding: 0 0 0 73px;
}

.loginbox {
    box-shadow: 0 0 5px #7E7E7E;
    display: block;
    margin: 60px auto;
    width: 45%;
    position: relative;
}

.loginboxin {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
}

.loginbox:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
    bottom: 10px;
    content: "";
    left: 2px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    width: 50%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.loginbox:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
    bottom: 11px;
    content: "";
    max-width: 300px;
    position: absolute;
    right: 2px;
    top: 80%;
    width: 50%;
    z-index: -1;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}



#btnLogin {
    padding: 8px 18px;
    color: white;
    background: #1a237e;
    border: 1px solid #1a237e;
    border-radius: 2px;
    outline: 0px;
}

#btnCancel {
    padding: 8px 18px;
    color: white;
    background: #1a237e;
    border: 1px solid #1a237e;
    border-radius: 2px;
    outline: 0px;
}

.inputLoginouter {
    display: block;
    height: 32px;
    margin: 10px auto 0;
    width: 219px;
}

.inputLogin {
    background: url("../images_noindex/input-icon-bg.gif") no-repeat scroll 2px 0px;
    border: none !important;
    width: 178px;
    height: 32px;
    line-height: 32px;
    color: #999999;
    padding: 0 0 0 40px !important;
    font-family: Verdana;
    float: left;
    margin: 0;
    box-shadow: none !important;
    outline: none;
}

span.inputspan {
    border: 1px solid #dfdfe1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0 105px;
    padding: 0 0 0 00px;
    float: left;
    width: 218px;
    background: url("../images_noindex/input-bg.gif") repeat-x scroll 3px 0px #FFFFFF;
}

#txtUserName:-webkit-autofill {
    color: inherit;
    background-color: red !important;
    border: inherit;
}

.forgot-password {
    color: #a3a3a3;
    display: block;
    font-size: 9px;
    font-weight: normal;
    margin: 0 0 0 105px;
    padding: 0;
    float: left;
}

.inputLoginpassword {
    background: url("../images_noindex/input-icon-bg-2.gif") no-repeat 6px top !important;
}

.btnLoginforgot {
    margin-left: -7px;
    margin-right: 4px;
}

.inputLoginforgot {
    margin-top: 12px !important;
}

span#RequiredFieldValidator1 {
    padding: 0 0 0 20px;
    display: block;
}

span#RequiredFieldValidator2 {
    padding: 0 0 0 20px;
    display: block;
}


.forget input {
    margin: 0px;
}

.body-center td strong {
    color: #777777;
}

table.forgettable {
    width: 45%;
}

.username strong {
    padding: 0 0 0 15px;
    width: 15%;
}

.grayno img {
    margin-left: 0px;
}

.grayno span {
    font-size: 12px;
}

.grayno table td label {
    margin-right: 15px;
}

ul#ulsortable1 {
    margin: 0px;
    padding: 0px;
}

    ul#ulsortable1 li {
        margin: 5px 10px 0 0px;
        padding: 0px;
        display: inline-block;
        float: left;
    }

input[type=checkbox] {
    width: 14px !important;
}

.btninput {
    margin: 0px;
    padding: 0 5px 0 0px !important;
}

.inputsitelist {
    margin: 0px 10px;
}

#ContentPlaceHolder1_Panel1 img {
    vertical-align: top;
    cursor: pointer;
}

#Panel1 img {
    vertical-align: top;
    cursor: pointer;
}

.blanktd {
    border-bottom: 0px solid #FFFFFF;
    border-right: 1px solid #D5D5D5;
    height: 20px;
}

.imgsave {
    margin: 0px;
    padding: 10px 0px !important;
}

table tr td strong {
    font-weight: normal !important;
    white-space: nowrap;
    color: #51402F;
}

/***********/




/*********************/


#footernote {
    clear: both;
    display: block;
    height: auto;
    margin: 0 0 33px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

footer {
    clear: both;
    margin: 0 auto;
    width: 800px;
}

#footerbar {
    clear: both;
    color: #B88A41;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
}


.footerlogo {
    float: left;
    padding-left: 0;
    padding-top: 0px;
}

.googleaddress {
    border-left: 1px solid #DADEE3;
    color: #666666;
    float: left;
    font-size: 11px;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 25px;
    text-align: left;
    width: auto;
}
.googleaddress_marriott {
    color: #666666;
    float: left;
    font-size: 11px;
    margin-top: 10px;
    width: 100%;
}
.copyright {
    color: #666666;
    font-size: 11px;
    text-align: center;
}

#gbox_bigset, #gbox_bigset1 {
    border: 0 none !important;
}

.imagelist {
    list-style: none;
    float: left;
    display: block !important;
}

    .imagelist li {
        float: left;
        width: 150px;
        height: 150px;
    }

        .imagelist li div.divimage {
            display: block;
        }

        .imagelist li div.divtext {
            display: block;
        }

.gridlist {
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-spacing: normal;
}

    .gridlist th {
        color: #737373;
        background: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%) repeat scroll 0 0 transparent;
        height: 35px;
        padding: 5px;
        border-right: 1px solid #D5D5D5;
        border-bottom: 1px solid #D5D5D5;
    }

    .gridlist td {
        padding: 5px;
        border-right: 1px solid #D5D5D5;
        border-bottom: 1px solid #D5D5D5;
    }

    .gridlist tr:nth-child(2n+1) {
        background: #f3f3f3;
    }

    .gridlist tr:nth-child(2n+2) {
        background: #ffffff;
    }


/**************/

/**************************************************************************/


.dashboard-main-title {
    background: url("../images/icon-d-1.png") no-repeat scroll 0 0 transparent;
    color: #A84D2E;
    display: block;
    float: left;
    font-size: 31px;
    font-weight: bold;
    height: 40px;
    padding: 4px 0 0 50px;
    width: 300px;
}

.dashboard-visit-table {
    margin: 10px 0 0 0;
    padding: 0px;
}

table.visit-table td {
    border-left: 1px solid #c9c9c9;
}

    table.visit-table td.bordernone {
        border-left: 0px solid #c9c9c9;
    }

.visit-table {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0;
}

.visit-text {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #333333;
    line-height: 26px;
}

    .visit-text span {
        margin: 5px auto 7px;
        height: 1px;
        display: block;
        padding: 0px;
        width: 50px;
        border-bottom: 1px solid #cecece;
    }

.visit-value {
    color: rgb(102, 102, 102);
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

.valuetext {
    display: block;
    float: right;
    text-align: left;
    width: auto;
}

.valuetext2 {
    text-align: center;
    width: 100%;
}

.date-range {
    margin: 0px;
    padding: 0px;
    float: right;
}

.date-range-text {
    border: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 0 0 11px;
    padding: 2px 9px;
    width: 270px;
    background: url(../images/icon-d-4.gif) no-repeat 260px 12px;
}

    .date-range-text span {
        font-size: 12px;
    }

.dashboard-top-right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 400px;
}

.date-range span {
    display: block;
    float: left;
}

.visit-box-table {
    margin: 0px 0 0 0;
    padding: 0px;
    width: 100%;
    display: block;
}

.box-a {
    margin: 30px 0 0 0;
    padding: 0px;
    width: 49%;
    display: block;
    float: left;
}

    .box-a span {
        margin: 0px;
        padding: 5px 0 0 37px;
        display: block;
        color: #333333;
        font-size: 20px;
        height: 34px;
        font-weight: bold;
        line-height: 20px;
    }

        .box-a span.a-span {
            background: url(../images/icon-d-5.png) no-repeat left top;
        }

        .box-a span.b-span {
            background: url(../images/icon-d-6.png) no-repeat left top;
        }

        .box-a span.c-span {
            background: url(../images/icon-d-7.png) no-repeat left top;
        }

        .box-a span.d-span {
            background: url(../images/icon-d-8.png) no-repeat left top;
        }


table.box-table {
    margin: 0px;
    padding: 0px;
    background: #f9f9f9;
    height: 216px;
    border: 1px solid #d3d3d3;
}

    table.box-table tr th {
        padding: 5px 10px;
        background: #e4e4e4;
        border-collapse: separate;
    }

    table.box-table tr td {
        padding: 7px 10px;
    }

        table.box-table tr td a {
            color: #51402F;
        }

            table.box-table tr td a:hover {
                text-decoration: underline;
            }

            table.box-table tr td a.view {
                color: #A84D2E;
            }

                table.box-table tr td a.view:hover {
                    text-decoration: none;
                    color: #51402F;
                }

.box-b {
    float: right;
}


.greenup-b {
    background: url("../images/icon-d-2.png") no-repeat scroll 0 5px transparent;
    display: inline;
    height: 23px;
    margin: 0 0 0 7px;
    padding: 0 10px;
}

.redup-b {
    background: url("../images/icon-d-3.png") no-repeat scroll 0 5px transparent;
    display: inline;
    height: 23px;
    margin: 0 0 0 7px;
    padding: 0 10px;
}

.greenup-s {
    background: url("../images/icon-d-9.png") no-repeat scroll 0 5px transparent;
    display: inline;
    height: 18px;
    margin: 0 0 0 7px;
    padding: 0 5px;
}

.redup-s {
    background: url("../images/icon-d-10.png") no-repeat scroll 0 5px transparent;
    display: inline;
    height: 18px;
    margin: 0 0 0 7px;
    padding: 0 5px;
}

.lbldate {
    color: #949EAD;
}

.morelink {
    color: #984F18;
    white-space: normal;
}

.divdetail {
    margin: 5px;
    float: left;
    vertical-align: top;
    white-space: normal;
}

.divtitle {
    margin: 0px 5px 5px 5px;
    float: left;
    vertical-align: top;
    padding-left: 0px;
    white-space: normal;
}

    .divtitle span {
        display: block;
        padding: 0px 0px 10px 0px;
        white-space: normal;
    }

a.reviewactive:visited {
    color: #FFFFFF;
}

h2.subheader {
    margin: 10px 0;
    padding: 0px;
}

h3.subinheader {
    padding: 10px 0 10px;
}

.titleheader {
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    padding: 10px;
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    ;
}

.titleheader2 {
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-left: 1px solid #ffffff;
    padding: 10px;
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    ;
}

.tablehr {
    height: 0px;
    padding: 2px !important;
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top, #d3d3d3 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d3d3d3 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d3d3d3 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d3d3d3 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.btnbutton {
    border: 1px solid #a39d9d;
    color: #FFFFFF;
    padding: 5px 7px 6px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #dfdcdc; /* Old browsers */
    background: -moz-linear-gradient(top, #dfdcdc 0%, #7a7575 50%, #444242 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdcdc), color-stop(50%,#7a7575), color-stop(100%,#444242)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfdcdc 0%,#7a7575 50%,#444242 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfdcdc 0%,#7a7575 50%,#444242 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfdcdc 0%,#7a7575 50%,#444242 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfdcdc 0%,#7a7575 50%,#444242 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdcdc', endColorstr='#444242',GradientType=0 ); /* IE6-9 */
}

.morekeyword {
    border: 1px solid #b44c31;
    color: #FFFFFF;
    padding: 5px 7px 6px 7px;
    border-radius: 5px;
    background: #c84f30; /* Old browsers */
    background: -moz-linear-gradient(top, #c84f30 0%, #ab4b32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c84f30), color-stop(100%,#ab4b32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c84f30 0%,#ab4b32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c84f30 0%,#ab4b32 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c84f30 0%,#ab4b32 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c84f30 0%,#ab4b32 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c84f30', endColorstr='#ab4b32',GradientType=0 ); /* IE6-9 */
}

.topbottomspace {
    margin: 0px 0;
    padding: 15px 0 10px 0;
}

.iconbutton {
    margin: 0 19px 0 0px;
    padding: 0 0 0 0px;
    text-transform: capitalize;
    cursor: pointer;
    color: #6f6b6b;
    font-size: 15px;
    font-family: Arial;
    border: 0px solid #ffffff;
}

    .iconbutton:hover {
        color: #ab4b32;
    }

.main-grid {
    padding: 0 0 0 24px;
    background: url(../images_noindex/main-grid.gif) no-repeat left top;
}

.view-backup {
    padding: 0 0 0 27px;
    background: url(../images_noindex/view-backup.gif) no-repeat left top;
}

.trash {
    padding: 0 0 0 20px;
    background: url(../images_noindex/trash.gif) no-repeat left top;
}

.addnew {
    padding: 2px 0 2px 20px;
    background: url(../images_noindex/add-new-icon.gif) no-repeat left top;
}

.delete {
    padding: 0px 0 0 25px;
    background: url(../images_noindex/delete-icon.gif) no-repeat left top;
}

.backup {
    padding: 0px 0 0 25px;
    background: url(../images_noindex/buckup-icon.gif) no-repeat left top;
}

.restore {
    padding: 0px 0 0 25px;
    background: url(../images_noindex/restore-icon.gif) no-repeat left top;
}

.copyrfpform {
    padding: 0px 0 0 25px;
    background: url(../images_noindex/icon/icon-copy.png) no-repeat left top;
}

.undodelete {
    padding: 0px 0 0 25px;
    background: url(../images_noindex/undodelete-icon.gif) no-repeat left top;
}

.ExportDatabase {
    padding: 0 0 5px 24px;
    background: url(../images_noindex/exportdatabase.png) no-repeat left top;
}

.inactive {
    padding: 0 0 2px 24px;
    background: url(../images_noindex/inactive-all-icon.gif) no-repeat left top;
}

.editemailnotification {
    padding: 2px 0 0 25px;
    background: url(../images_noindex/editemailnotification.gif) no-repeat left 5px;
}

.enablemodule {
    padding: 3px 0 0 18px;
    background: url(../images_noindex/enablemodule.gif) no-repeat left top;
}

.approvecontent {
    padding: 2px 0 2px 20px;
    background: url(../images_noindex/approvecontent.gif) no-repeat left top;
}


table.checkbox-table {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #C4C4C4;
    padding: 10px;
    width: 100%;
}

    table.checkbox-table tr td {
        margin: 0px;
        padding: 5px 0;
    }

.aecontenttable tr td {
    vertical-align: top;
}

ul.inline-list {
    margin: 0px;
    padding: 15px 0px 10px 0px;
    display: block;
    float: left;
}

    ul.inline-list li {
        border-right: 1px solid #6e6b6b;
        color: #666666;
        display: block;
        float: left;
        font-size: 11px;
        font-weight: bold;
        list-style: none outside none;
        margin: 0 4px 0 0;
        padding: 1px 5px 2px;
        text-transform: uppercase;
        line-height: 12px;
        vertical-align: top;
    }

        ul.inline-list li.inline-list-last {
            border-right: 0px solid;
        }

.inline-list span {
    display: block;
    float: right;
    margin: -2px 4px 0 8px;
    padding: 1px 3px;
    border: 1px solid #dedede;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
}

.btnbutton1 {
    padding: 6px 7px;
    vertical-align: top;
    text-transform: uppercase;
}

.aeheywordtable {
    background: #F4F4F4 !important;
    border-color: #C9C9C9;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: 100%;
}

table.grdoffer th {
    text-align: left !important;
    font-weight: normal;
}

table.grdoffer td input {
    margin: 5px 10px 5px 0px !important;
}

.dateRangetext-cal {
    border: 0 none !important;
    box-shadow: none !important;
    color: #333333 !important;
    font-size: 12px;
    height: auto !important;
    line-height: 18px !important;
    padding: 2px 0 5px !important;
    vertical-align: middle !important;
}

.box-table td span {
    display: inline-block;
    font-size: 13px;
    font-weight: normal !important;
    height: auto;
    margin: 0;
    padding: 0;
}

.seositemaptable {
    padding: 20px;
    border-right: 1px solid #D5D5D5;
}

.ui-sortable {
    margin: 16px 0 0;
    padding: 0;
}

#ulsortable0 li {
    display: block;
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}

td.graynoimg {
    border-color: #FFFFFF #D5D5D5 #D5D5D5 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    padding: 10px;
}

.visit-text strong {
    font-family: verdana;
    font-size: 20px;
    font-weight: bold !important;
}

.graynoimg img {
    margin-top: 13px;
}

.ui-sortable li img {
    margin: 0;
}

/*=================================*/

/*====================== client new photo gallery start ==================================*/
#milestonecms5_galleycontainer {
    width: 1119px;
    margin: 0px auto;
    /*padding-top:50px;*/
    position: relative;
}

.maingalley {
    margin: 0px auto;
    padding-top: 0px;
    position: relative;
    width: 881px;
}

.galleythumb_container {
    display: block;
    margin: 0 auto;
    padding: 2px 2px 10px;
    width: 100%;
    position: relative;
    z-index: 2;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: url(../images/gallery-thumb-bg.gif) left top repeat-x #FFF;
}

.thumb-part {
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 0px;
    padding-top: 30px;
}

.thumb-order {
    width: 170px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: 30px;
    float: left;
    padding: 0px 23px 40px;
}

.lastthumb {
    padding-right: 0px;
}

.thumb-img {
    border: 5px solid #EDEDED;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 0px 3px 3px #999;
    display: block;
    margin-bottom: 15px;
}

.heading-part {
    height: 96px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 0px;
}

.content-heading {
    background: #f0f0f0;
    color: #a84d2e;
    text-decoration: none;
    border-bottom: none;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
    line-height: 13px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    background: #a84d2e;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    width: 280px;
    height: 20px;
    padding: 5px 0 0;
    text-align: center;
}

.option-part {
    position: relative;
    height: 60px;
    width: 430px;
    margin: 0 auto;
}

.option-button {
    background: url("../images/button-bg.gif") repeat-x scroll 0 0px #FFF;
    height: 25px;
    color: #010000;
    cursor: pointer;
    display: inline;
    font-weight: 400;
    font-size: 12px;
    padding: 1px 7px 3px;
    line-height: 22px !important;
    text-transform: uppercase;
    text-align: center;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #FFF;
    margin-right: 15px;
    min-width: 135px;
}

    .option-button:hover {
        background: url("../images/button-bg-hover.gif") repeat-x scroll 0 bottom #FFF;
        color: #666666;
    }

.remove-button {
    background: url("../images/button-bg.gif") repeat-x scroll 0 0px #FFF;
    height: 25px;
    color: #010000;
    cursor: pointer;
    display: inline;
    font-weight: 400;
    font-size: 12px;
    padding: 1px 7px 3px;
    line-height: 22px !important;
    text-transform: uppercase;
    text-align: center;
    -moz-box-shadow: 0px 0px 2px #999;
    -webkit-box-shadow: 0px 0px 2px #999;
    box-shadow: 0px 0px 2px #999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFF;
    min-width: 110px;
    margin-top: 15px;
}

    .remove-button:hover {
        background: url("../images/button-bg-hover.gif") repeat-x scroll 0 bottom #FFF;
        color: #666666;
    }

.upload-button {
    background: url("../images/button-bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #010000;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 28px !important;
    margin-left: 15px;
    margin-top: 15px;
    min-width: 120px;
    padding: 2px 7px 3px;
    text-align: center;
    text-transform: uppercase;
}

    .upload-button:hover {
        background: url("../images/button-bg-hover.gif") repeat-x scroll 0 bottom #FFF;
        color: #666666;
    }

.ui-sortable {
    list-style: none;
}

.photogallerythumb {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

.photocaption {
    background-color: Transparent;
    border: 1px solid #B6B6B6;
    color: #888888;
    height: 25px;
    line-height: 25px;
    padding-left: 7px;
    width: 153px;
}

.tablink {
    font: bold 12px/16px Arial;
}

.mainimg {
    border-color: Gray;
    border-width: 3px;
    border-style: solid;
}

.removeimg {
    margin-left: 142px !important;
    position: absolute;
    margin-top: -11px !important;
}

.editimg {
    margin-left: 115px !important;
    position: absolute;
    margin-top: -10px !important;
}

.photocaption2 {
    color: #666666;
    display: block;
    font-size: 13px;
    text-align: left;
}

.content-text {
    font-weight: normal;
    padding-left: 32px;
    padding-top: 30px;
    display: block;
}

/*====================== client new photo gallery end ==================================*/

.sitelanguages {
    margin: 15px 20px 15px 15px;
}

    .sitelanguages form {
        float: left;
        margin-right: 10px;
        opacity: 0.4;
        -moz-opacity: 0.4;
        line-height: 0px;
    }

        .sitelanguages form.current {
            opacity: 1;
            -moz-opacity: 1;
            border: 1px solid #CCCCCC;
            box-shadow: 0 0 2px #666666;
            -moz-box-shadow: 0 0 2px #666666;
        }

.TopMenuSites {
    position: absolute;
    left: 0;
    width: 100%;
}

    .TopMenuSites .divleft {
        color: #DDB9AF;
        font-size: 11px;
        float: left;
        padding-left: 18px;
        overflow: hidden;
    }

    .TopMenuSites form.current {
        opacity: 1;
        -moz-opacity: 1;
        box-shadow: 0 0 2px #666666;
        -moz-box-shadow: 0 0 2px #666666;
        height: 10px;
        margin-top: 5px;
    }

        .TopMenuSites form.current img {
            box-shadow: 0 0 7px #FFFFFF;
            margin: 0;
            padding: 0;
            vertical-align: top;
        }

ul#sub-header li a {
    white-space: normal;
}

.aeprofile {
    padding: 15px 0;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-align: left;
}

/*.has-js > div {
    padding: 10px;
}*/
.tablespace tr td {
    padding-top: 10px;
}

.space {
    padding-bottom: 10px;
}

.inputtagspace {
    margin-bottom: 5px;
    margin-left: 10px;
}

.listselectimage {
    margin: 0 0 10px;
}

.btngenerateCode {
    margin-top: 10px !important;
}

.clsarrow {
    width: 99px;
}

table.homepagetable td {
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
}

    table.homepagetable td table td {
        padding: 10px;
        border: 0px solid #d5d5d5;
    }

.spiffyfg.header {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 5px 10px;
}

ul.homeul li {
    display: block;
    float: none;
    margin: 0;
    padding: 3px 0 3px 25px;
    background: url("../images_noindex/arrow-iconhome.gif") no-repeat 5px 8px;
}

    ul.homeul li a {
        color: #666666;
    }

        ul.homeul li a:hover {
            color: #000000;
        }

.paddingnone {
    font-weight: bold;
    padding: 0 13px !important;
}

.header-center-green {
    background: none repeat scroll 0 0 #EAEAEA;
    border-bottom: medium none !important;
}

    .header-center-green > span {
        color: #A84D2E;
        font-size: 15px;
        font-weight: bold;
    }

#sitemapautogenerator {
    border: 1px solid #D5D5D5;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

#container-1 ul {
    display: none;
}

#contentLeft ul {
    display: block !important;
}

#lblMainImages {
    display: block;
}

ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {
    color: #333333 !important;
    font-size: 13px !important;
}

.ui-widget-content.jqgrow td {
    border-bottom: 1px solid #F4F4F4;
    padding: 5px 10px 3px !important;
}

#ContentPlaceHolder1_Panel1 div {
    border-bottom: 1px solid rgb(213, 213, 213);
    color: rgb(84, 82, 82);
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 2px;
    width: 100%;
    clear: both;
}

span.usercheck input {
    float: left;
}

#ContentPlaceHolder1_Panel1 label {
    float: left;
    width: 230px;
}

.reviewactive {
    color: rgb(102, 102, 102) !important;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
}

.reviewinactive {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
}

.reviewinactive1span {
    background: none repeat scroll 0 0 rgb(244, 244, 244);
    border: 1px solid rgb(196, 196, 196);
    color: rgb(139, 53, 30);
    font-size: 10px;
    padding: 2px 6px;
    text-decoration: none;
}

div#divlinkstop a {
    color: rgb(102, 102, 102) !important;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
}

    div#divlinkstop a.reviewactive {
        color: #8C351E !important;
        font-size: 13px;
        font-weight: bold;
        padding-right: 15px;
    }

.manegedivtable {
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    margin-bottom: 45px;
}

.managetablefiesttr {
    background: background:background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    ;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

#ContentPlaceHolder1_gvSitesComparisionTable td {
    border-left: 1px solid #D6D6D6;
    padding: 7px 7px 7px 10px;
    text-align: center;
}

#ContentPlaceHolder1_gvSitesComparisionTable th {
    border-left: 1px solid #D6D6D6;
    padding: 14px 0;
}

#ContentPlaceHolder1_gvSitesComparisionTable tr:nth-child(2n+2) {
    background: none repeat scroll 0 0 #F3F3F3;
}

#ContentPlaceHolder1_gvSitesComparisionTable td.managefirsttabetd {
    text-align: left;
}

.manegedivtable form {
    display: inline;
}

.gridselected {
    background-color: #666666;
    color: #ffffff;
}

    .gridselected a {
        color: #ffffff;
        cursor: none !important;
    }

.contentloader {
    background: #000 url(../images_noindex/ajax-loader.gif) no-repeat center center;
    opacity: 0.78;
    filter: alpha(opacity=0.78);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    display: none;
}

    .contentloader div {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        left: 50%;
        margin-left: -175px;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 2px #000000;
        top: 54%;
        width: 350px;
    }

/*New Language Table Start*/

#divLanguage tr td {
    border-left: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    padding: 7px;
}

#divLanguage table tr.trtotal {
    background: none repeat scroll 0 0 #F4F4F4;
}

#divLanguage table {
    border-spacing: 0;
    border-collapse: collapse;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
}

#divLanguage tr.managetablefiesttr td {
    font-weight: bold;
}

#divLanguage table .primarysite {
    background: none repeat scroll 0 0 #F4F4F4;
    font-weight: bold;
}

#tablesiteaudit tr td {
    padding: 7px 10px;
    color: #545252;
}

#tablesiteaudit tr.trsiteaudit {
    font-weight: bold;
    color: black;
}

.selectedcolumn {
    background-color: #666666;
}

.selectedcolumnanchor {
    color: white !important;
}

/*Schema View Page - Start*/
.schema-header br {
    margin-bottom: 3px;
}

.schema-name {
    font-weight: bold;
}

#schemalist li {
    display: block;
    float: left;
    padding: 3px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.schema-name-red {
    font-weight: bold;
    color: red !important;
}

.schema-name-red {
    font-weight: bold;
}

.schema-name-red, .schema-name, .schema-prop-name {
    float: left;
}

.parent-schema td {
    padding: 3px;
}


table.parent-schema table table {
    border: 1px solid #AAAAAA;
    margin-left: 50px;
    padding-right: 10px;
    text-align: left;
}

table.parent-schema table {
    border: 1px solid #AAAAAA;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 5px;
    text-align: left;
}

.accordian p {
    padding: 5px 2px;
}

.h3 img {
    float: left;
    margin-top: 6px;
    padding: 3px 0 0;
}

#ContentPlaceHolder1_accordion_site ul li,
#ContentPlaceHolder1_accordion_module ul li,
#ContentPlaceHolder1_accordion_page ul li {
    float: left;
    padding: 5px 2px;
    width: 31%;
}

#ContentPlaceHolder1_accordion_site div,
#ContentPlaceHolder1_accordion_module div,
#ContentPlaceHolder1_accordion_page div {
    height: auto !important;
}
/*Schema View Page - End*/

/*Common - Schema and Audit - Start*/



#schemasummary #container-1 .accordian {
    font-size: 12px;
    padding-bottom: 20px;
}

    #schemasummary #container-1 .accordian li a {
        color: rgb(177, 79, 44);
        padding: 2px;
    }

#schemasummary h2 {
    padding-bottom: 10px;
}

#schemasummary .schema-dt {
    font-size: 12px;
    font-style: italic;
    margin-right: 4px;
    margin-top: 10px;
    text-align: right;
}

#schemasummary #container-1 ul {
    display: block;
    width: 99.7%;
}

#schemasummary .sectionfound {
    display: inline-block;
    padding-bottom: 11px;
    width: 100%;
}

    #schemasummary .sectionfound .schemafound {
        background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        padding: 3px 3px 13px;
        width: 29.7%;
        border: 1px solid #b2aeae;
        border-radius: 8px;
        float: left;
    }

    #schemasummary .sectionfound .schemafoundspacing {
        float: left;
        width: 4.2%;
    }

    #schemasummary .sectionfound .schemafound .title {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        height: 48px;
        line-height: 40px;
        text-align: center;
    }

    #schemasummary .sectionfound .schemafound .box {
        background-color: #FFFFFF;
        border: 1px solid #B2AEAE;
        border-radius: 5px;
        float: left;
        height: 57px;
        margin-left: 15.2%;
        padding-top: 16px;
        position: relative;
        text-align: center;
        width: 25%;
    }

    #schemasummary .sectionfound .schemafound .fcontent {
        font-size: 15px;
        padding-left: 47%;
        padding-top: 1px;
    }

    #schemasummary .sectionfound .schemafound .adaContent {
        font-size: 15px;
        padding-left: 47%;
        padding-top: 1px;
    }

.adaContent div {
    padding-bottom: 2px;
}

.fcontent div {
    padding-bottom: 2px;
    text-transform: lowercase;
}

#schemasummary .sectionfound .schemafound .box .number {
    color: #A84D2E;
    float: left;
    font-size: 50px;
    text-align: center;
    width: 100%;
}

#schemasummary .sectionfound .schemafound .box .footer {
    float: left;
    padding-top: 9px;
    width: 100%;
}

#schemasummary .ui-widget-header {
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
}

#schemasummary .ui-state-default {
    background: none !important;
}

    #schemasummary .ui-state-default .ui-corner-top {
        border: none !important;
    }
/*Common - Schema and Audit - End*/

/*Site Audit View Page - Start*/
#schemasummary .tblaudittask ul {
    margin: 0;
    padding: 0;
}

    #schemasummary .tblaudittask ul li {
        margin: 0;
        padding: 0 0 10px 0px;
        width: 100%;
        word-wrap: break-word;
    }

#schemasummary .tblaudittask td {
    padding: 10px 0 3px 14px;
    vertical-align: top;
}

#schemasummary .tblaudittask ul li h1 {
    font-size: 12px;
    font-weight: normal;
}

#schemasummary .tblaudittaskimages img {
    height: auto;
    width: 100px;
}


#schemasummary .tblaudittaskimages td:last-child {
    border-right: 0 solid;
}

#schemasummary #bigset .trhead {
    height: 30px;
    font-size: 12px;
    background: #dedede;
}

#schemasummary #bigset td {
    font-size: 11px;
}

#schemasummary #bigset .trhead td {
    font-size: 12px !important;
    color: #000;
}

#schemasummary .edittitle {
    float: right;
    margin-right: 25%;
}

#schemasummary .editlink {
    float: right;
    margin-right: 25%;
    text-decoration: none;
    color: #000;
    padding: 8px !important;
}

#schemasummary .editlink1 {
    float: right;
    margin-right: 10%;
    text-decoration: none;
    color: #000;
    padding: 0 !important;
}

#schemasummary .editimage {
    width: 16px !important;
    height: 17px !important;
}

#schemasummary .ui-widget-content a {
    color: #B14F2C;
    cursor: pointer;
}

#schemasummary .sche-war img, #schemasummary .ui-accordion-header .sche-war {
    margin-left: -5px;
}

#schemasummary ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {
    color: #A84D2E !important;
    font-size: 17px !important;
    font-weight: bold;
}

#schemasummary .ui-state-active, #schemasummary .ui-widget-content .ui-state-active, #schemasummary .ui-widget-header .ui-state-active {
    border: 1px solid #D8DADC;
    border-bottom: none;
}

#schemasummary .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 2.5em;
    text-decoration: none;
}

.ui-state-active a span {
    color: #333333 !important;
}

#schemasummary .ui-tabs .ui-tabs-nav li {
    float: left;
    height: 40px;
    margin: 4px 0.2em 0 0;
    padding: 0;
    text-decoration: none;
}

#schemasummary .ui-widget-content {
    border: 1px solid #D8DADC;
}

#schemasummary .ui-tabs .ui-tabs-panel {
    border: none;
}

#schemasummary .ui-tabs-nav {
    border-bottom: 1px solid #D8DADC;
    border-radius: 0;
    height: 44px;
}

    #schemasummary .ui-tabs-nav .ui-state-default {
        border: none;
    }


#schemasummary .ui-state-default, #schemasummary .ui-widget-content .ui-state-default, #schemasummary .ui-widget-header .ui-state-default {
    border-radius: 0;
}


#schemasummary .ui-accordion .ui-accordion-header {
    font-size: 13px;
    height: 38px;
    line-height: 35px;
    margin: 5px 0 0;
    padding: 0 0.5em 0 0.7em !important;
}



#schemasummary #container-1 .ui-accordion-header img {
    position: relative;
    top: 3px;
}

#schemasummary .sche-war-rescan {
    margin: 5px 0 0 7px;
    position: absolute !important;
}

.rescan-top {
    margin-top: -36px;
    text-align: right;
}

.box-title {
    font-size: 20px;
    margin-bottom: 8px;
    clear: both;
}
/*Site Audit View Page - End*/

/*Login Restriction for Mobile and Tablet Device*/
.restictmsg {
    color: #1a237e;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}



/* Start Session popup */
.ui-dialog {
    z-index: 1000;
}

.ui-dialog-titlebar-close {
    display: none;
}

#sessionOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.75);
    /*z-index: 9999;*/
    z-index: 100;
}
/* End Session popup */

/*Start Tag Editor Css*/
#ContentPlaceHolder1_AEResource1_tblUpload .tag-editor {
    border: 1px solid #b8b8b8 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 4px #d2d2d2 inset !important;
    width: 90% !important;
    line-height: 31px !important;
    min-height: 31px;
}

    #ContentPlaceHolder1_AEResource1_tblUpload .tag-editor li {
        display: block;
        float: left;
        line-height: 31px;
        margin: 3px 0;
        overflow: hidden;
    }
/*End Tag Editor Css*/


.quicklist ul li a.text.cms6 {
    bottom: 0;
    position: relative;
}

#ContentPlaceHolder1_chkpages tr {
    float: left;
}

    #ContentPlaceHolder1_chkpages tr input {
        float: left;
        margin: 5px 3px 0 0;
    }

    #ContentPlaceHolder1_chkpages tr label {
        float: left;
        white-space: normal;
        width: 250px;
        word-wrap: break-word;
    }

    #ContentPlaceHolder1_chkpages tr .chkLabel label {
        font-weight: bold;
        margin: 10px 0 0;
        text-transform: uppercase;
        width: 900px;
    }

    #ContentPlaceHolder1_chkpages tr .chkLabel input {
        display: none;
    }

div#MediaConnectMessage {
    font-weight: bold;
    padding-top: 10px;
}

.btnCmsix {
    background: #aa472e;
    background: -moz-linear-gradient(top, #aa472e 0%, #ac472e 37%, #be4b2c 64%, #c74c2c 100%);
    background: -webkit-linear-gradient(top, #aa472e 0%,#ac472e 37%,#be4b2c 64%,#c74c2c 100%);
    background: linear-gradient(to top, #aa472e 0%,#ac472e 37%,#be4b2c 64%,#c74c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa472e', endColorstr='#c74c2c',GradientType=0 );
}

.btnCmsix {
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font: 13px/32px arial;
    height: 34px;
    padding: 0 15px;
    text-transform: uppercase;
    cursor: pointer;
}

    .btnCmsix.btnCategory {
        position: relative;
        top: 1px;
    }

.excel-form-table {
    margin: auto;
    width: 50% !important;
}

    .excel-form-table td {
        padding: 16px 0 0;
    }

.export-table-div {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    float: left;
    padding: 0 0 16px;
    width: 100%;
}

.ada_eror_row {
    float: left;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    margin: 0 0 6px;
    padding: 0 0 0 27px;
}

    .accordian_ada span, .ada_eror_row span {
        float: left;
        margin: 0 5px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ada_error {
    display: inline-block;
    width: 135px;
}

.ada_contrast_error {
    display: inline-block;
    width: 126px;
}

.ada_pagename {
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ada_reportlink {
    width: 119px;
    float: right !important;
}

.ada_eror_row .ada_reportlink {
    width: 129px;
}

.ada_schemafound {
    margin: 0 0 30px;
    width: 100% !important;
}

.ada_schema_error {
    margin: 7px 0 0;
}

    .ada_schema_error img, .ada_schema_error div {
        display: inline-block;
    }

    .ada_schema_error img {
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
    }

#btnArchives, #btnRescan {
    display: inline-block !important;
}

.accordian_ada {
    width: 100%;
    clear: both;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.dynamicpage-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#divXPath td {
    overflow-wrap: break-word;
    padding: 0 0 8px;
}

    #divXPath td:last-child {
        max-width: 480px;
    }

.defaultIcon {
    background-image: url(../images/pusen-icon.png) !important;
    background-size: 98% auto;
    width: 16px !important;
    margin-left: 95% !important;
}

.selectedIcon {
    background-image: url(../images/minusn-icon.png) !important;
    background-size: 98% auto;
    width: 16px !important;
    margin-left: 95% !important;
    margin-top: 0% !important;
}

.title_var {
    width: 115px;
}

.var_name {
    width: 106px;
}

.var_val {
    width: 232px;
}

.var_det {
    width: 194px;
}

.var_desc {
    width: 50px;
}

.var_enable {
    margin: 7px;
}

.title_tag_tt th {
    text-align: left;
}

.title_value {
    width: 70px;
}

.title_tag_tt th, #divKeyValueTitle td, .aecontenttable table td {
    margin: 0;
}

#divKeyValueTitle input, #divKeyValueDescription input, #divKeyValueContent input, #divKeyValueMarketingTag4 input, #divKeyValueMarketingTag5 input, #divKeyValueMarketingTag6 input {
    margin: 0 0 7px;
}

.var_desc a {
    background: url('../Images/icon_description.png') no-repeat 0 0;
    font-size: 0px;
    float: left;
    height: 16px;
    margin: 6px 0 0;
    width: 16px;
}

.metatag_title {
    z-index: 11 !important;
}

.tcontent1_content {
    z-index: 9 !important;
}

.detail_keyvalue {
    padding-top: 10px;
}

.var_detail_model {
    font-size: 19px;
    padding-bottom: 10px;
}

#accordian .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #b14f2c url("images/ui-bg_glass_65_b14f2c_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
}

.bg_title {
    background: #dedede !important;
}

.input-disabled {
    background-color: #EBEBE4;
}

.searchtabel {
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.searchtabel-top {
    border-bottom: 1px solid #d6d6d6;
    padding: 5px;
}

.searchtabel-bot {
    padding: 5px;
}

.searchtabel-bot-left {
    float: left;
}

.searchtabel-bot-right {
    background-color: #f4f4f4;
    float: left;
    font-size: 12px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 5px;
    width: 548px;
}

.searchtabel-top strong, .searchtabel-bot-left strong {
    font-weight: 700 !important;
}

.btn_red {
    display: none;
    float: right;
    margin-right: 6px;
    background-color: darkred;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    height: 30px;
    text-align: center;
    width: 94px;
}

.content-loader {
    background: #000 no-repeat center center;
    opacity: 0.78;
    filter: alpha(opacity=0.78);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100000;
    display: none;
}

    .content-loader div {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        left: 50%;
        margin-left: -175px;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 2px #000000;
        top: 45%;
        width: 350px;
    }

#dvPhotoGalleryNew {
    float: right;
    padding-top: 15px;
}
.input-validation-error {
    border: 1px solid red !important;
}
.topleftimg > div {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

    .topleftimg > div > img {
        max-height:65px;
        margin: 0 auto;
        vertical-align: middle;
        width: auto;
        text-align: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.topnav-new {
    margin: 0 auto;
    padding: 0 20px;
    max-width: inherit;
    min-width: inherit;
}

    .topnav-new .logo {
        padding: 19px 0;
        margin: 0;
    }

.navigation.navigation-new {
    top: 0;
    background: #1a237e;
    height: 65px;
    line-height: normal;
}
.fancy-dialog-container-custom {
    width: 1250px !important;
    max-width: 1250px !important;
}

    .fancy-dialog-container-custom .fancybox-inner, .fancy-dialog-container-custom #fancybox-content {
        width: 100% !important
    }

    .fancy-dialog-container-custom .fancybox-skin {
        padding: 0 !important
    }

@media only screen and (max-width: 1249px) {
    .fancy-dialog-container-custom {
        width: 950px !important;
        max-width: 950px !important;
    }
}

@media only screen and (min-width: 1980px) {
    .fancy-dialog-container-custom {
        width: 950px !important;
        max-width: 950px !important;
    }
}
