@charset "utf-8";
/* CSS Document */
 
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button; /* 1 */
 font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */ menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */

template {
    display: none;
}
/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
/* .................................................................................... */


#container {
    margin : 0 auto;
    width: 100%;
    background-color: #EEEEEE;
}
#header {
    width: 1024px;
    height: 123px;
    background-color: #999999;
}
#main {
    float: left;
    width: 79%;
    min-height: 755px;
    background-color: #eeeeee;
}
.inner_main {
    background-color: #FFFFFF;
    border: 1px solid #d5d5d5;
    width: 753px;
    margin-top: 37px;
}
.inner_main_title {
    text-transform: capitalize;
    color: #000355;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 7px;
    padding-left: 11px;
    padding-bottom: 7px;
    background-color: #f5f5f5;
}
.main_content {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 11px;
    color: #4d4d4d;
}
.site_header {
    font-weight: bold;
    padding-bottom: 29px;
}
.site_prop {
    font-size: 12px;
    padding-bottom: 5px;
    color: #000584;
}
.site_value {
    margin-left: 25px;
    margin-bottom: 11px;
    background-color: #f6f6f6;
    border: 1px solid #b9b9b9;
    width: 225px;
}
.test_btn {
    background-color: #2a2a2a;
    color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 19px;
    border: 0px;
    margin-bottom: 9px;
    margin-top: 13px;
    cursor: pointer;
}
.test_btn a {
    text-decoration: none;
    color: #FFFFFF;
}
#topDiv {
    width: 753px;
    height: 127px;
    background-color: #999999;
}
#leftDiv {
    float: left;
    width: 200px;
    height: 600px;
    background-color: #e8e8e8;
}
#rightDiv {
    float: right;
    width: 553px;
    height: auto;
}
#pageDiv {
    float: right;
    width: 553px;
    height: 600px;
    background-color: #99FF00;
    overflow: auto;
}
#rightPanel {
    float: right;
    width: 20%;
    background-color: #FFFFFF;
    height: 605px;/*border-left:1px solid #c4c4c4;
*/
}
#rightPanel:empty {
    display: none;
}
#sitePagesDiv {
    margin: 0px;
}
#propertiesDiv {
    margin: 0px;
}
.ui-accordion-content {
    padding: 0px !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
}
#footer {
    width: 100%;
    height: 50px;
    background-color: #e7e6e6;
}
.clear {
    clear: both;
}
.handle {
    width: 50px;
    height: 20px;
    background-color: #666666;
    color: #FFFFFF;
    margin: 3px;
    padding: 2px;
    position: relative;
    right: 0;
    top: 0;
}
.movableComp, .movableHtml, #siteMenu {
    min-height: 40px;
    margin: 1px;
    border: 1px solid #aaaaaa;
    background-color: #e1e1e1;
}
.movableHtml {
    background-image: url(/images/htmlcontainer.png);
    background-repeat: no-repeat;
    height: 40px;
    background-position: left top;/*background-color:#cccccc;*/
}
.movableComp {
    background-image: url(/images/gear.png);
    background-repeat: no-repeat;
    height: 40px;
    background-position: left;
}
.common_element {
    background-image: url(/images/globalhtmlcontainer.png);
}
#recyclebin {
    width: 100px;
    height: 100px;
    background-image: url(/images/Recycle_Bin_Full.png);
    background-repeat: no-repeat;
    float: left;
}
.pageLoad {
    float: left;
    width: 87px;
    font-size: 12px;
    cursor: pointer;
    background-image: url(../images/page_sicon.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-left: 9px;
    margin-bottom: 5px;
}
.pageLoad:hover {
    color: #000582;
    text-decoration: none;
}
.editPage, .deletePage, .pubPage {
    cursor: pointer;
    margin: 1px;
    float: left;
}
.addPage {
    cursor: pointer;
    float: right;
}
#parent #centerMPanel > div, #parent > div {
    border-left: 1px solid #4a74ce;
    border-right: 1px solid #4a74ce;
    border-bottom: 1px solid #4a74ce;
    background-color: #cedaf5;
}
.keyword {
    padding: 1px;
    width: auto;
    float: left;
    margin-bottom: 3px;
}
/*#pageKeywords{

overflow:auto;

width:285px;height:45px;border:1px #CCCCCC solid;
text-align:left;
text-indent:.5em; 
background-color:#f6f6f6;

}*/

.contentHtml, .contentComp, .contentMenu {
    display: none !important;
}
#topTable {
    background-color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    width: 99%;
}
/* CSS of the main header */
#outerHeader {
    height: 95px;
    background-color: #000355;
}
.webteamLogo {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 165px;
    float: left;
}
.user_login {
    margin-top: 27px;
    margin-right: 135px;
    float: left;
}
.user_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 9px;
}
.logout_buttons {
/*margin-top:27px;*/
	
}
/*a.log_btn {
    text-decoration: none;
}*/
.log_btn {

    margin: 3px;

}
/*.logout_buttons .log_btn:hover {
    cursor: pointer !important;
}*/
/* end of the header */

/* start of body center */
#outerCenter {
    background-color: #e9e9e9;
    border-right: 3px solid #e1e1e1;
}
.page_prop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
}
.key_button {
    font-size: 11px;
    background-color: #000000;
    color: #FFFFFF;
    border: 0;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 7px;
}
.text_box {
    background-color: #f6f6f6;
    border: 1px solid #b9b9b9;
    height: 17px;
    font-size: 12px;
    width: 70%;
}
.page_desc {
    background-color: #f6f6f6;
    border: 1px solid #b9b9b9;
    font-size: 12px;
    width: 70%;
}
/* End page desc. */

/* start left column "containers" */

.left_item_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3a3a3a;
}
.sub_component {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3a3a3a;
    background-image: url(../images/comp-img.png);
    background-repeat: no-repeat;
    height: 50px;
    display: block;
}
.sub_component1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3a3a3a;
    height: 50px;
    display: block;
    margin-bottom: 13px;
}
.sub_component2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3a3a3a;
    background-image: url(../images/comp-img.png);
    background-repeat: no-repeat;
    height: 50px;
    display: block;
}
.sub_component3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3a3a3a;
    background-image: url(../images/comp-img.png);
    background-repeat: no-repeat;
    height: 50px;
    display: block;
}
.footer_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3a3a3a;
    /*	padding-left:155px;
	padding-top:1s1px;*/
    text-align: center;
}
.right_div_title {
    background-color: #3a3a3a;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 9px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 5px;/*	border-left:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;*/
}
.page_title {
    color: #000355;
    background-color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-bottom: 3px;
}
.user_menu {
    background-color: #f5f5f5;
}
.page_data_btn {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #000000;
    margin-bottom: 7px;
    padding: 3px;
    margin-right: 7px;
}
.main_menu {
    background-color: #f9f9f9;
    margin-bottom: 21px;
}
.main_menu_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #e1e1e1;
    color: 000355;
    padding: 5px;
}
.selected_element {
    background-color: #CCCCCC !important; /* class when u select a pane in the inner layout */
}
.comp_prop_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #999999;
    color: #FFFFFF;
    padding: 1px 5px 1px 5px;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.comp_table {
    border-top: 1px solid #CCCCCC;
}
/*.pages_separator{
	border-bottom:1px dashed #000000;
	height:1px;
}*/
/*.ui-accordion-content-wrap {
height:auto !important;
}*/

/* Start Home page login CSS */

.home_login {
    /*margin-top:135px;*/
    background-image: url(../images/hpage-header.png);
    background-repeat: no-repeat;
    width: 486px;
    height: 81px;
    /*margin-left:375px;*/
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    color: #010582;
    padding-left: 25px;
    padding-top: 35px;
}
.home_login_body {
    background-image: url(../images/login-box.png);
    background-repeat: no-repeat;
    /*margin-left:375px;*/
    margin-left: auto;
    margin-right: auto;
    width: 486px;
    height: 189px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 21px;
    padding-top: 33px;
}
.form_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
}
.user_input_txt {
    margin-left: 25px;
    width: 150px;
}
.pass_input_txt {
    margin-left: 27px;
    width: 150px;
}
.forget_pass {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    float: left;
    margin-right: 75px;
    margin-top: 7px;
}
.forget_pass a {
    color: #FFFFFF;
    text-decoration: none;
}
/* End Of loign Page */

/* newsite css */

.login_btn {
    margin-left: 125px;
}
.step_content {
    font-size: 12px;
    padding: 20px;
    padding-top: 5px;
}
.input_type {
    font-weight: bold;
}
/* editing the text menu section */
.header-font {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.pragraph-font {
    font-size: .8em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.mainMenu {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #990000;
    background-color: #000000;
    /*text-align:center;
*/border: 1px solid #FFFFFF;
}
.accordion_main_btn {
    font-size: 13px;
    background-color: #000000;
    color: #FFFFFF;
}
.accordion_main_btn a {
    font-size: 13px;
    background-color: #000000;
    color: #FFFFFF;
}
/*Control Panel styles*/

.myweb {
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2a2a2a;
    font-family: 12px;
    width: 200px;
}
.myweb_sitename {
    font-size: 14px;
}
.myweb_img_details {
    font-family: Arial, Helvetica, sans-serif;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 1.3em;
}
.myweb_btn {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px 5px 1px 5px;
}
.mywebsites {
    clear: left;
}
#radioTable {
    margin-left: 9px;
    margin-bottom: 9px;
}
.menutype_btn {
    margin-top: 9px;
}
/* CSS editor styles */
.accordion2 {
    width: 250px;
    border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
    background: #e1e1e1 url(images/arrow-square.gif) no-repeat right -51px;
    padding: 7px 7px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: solid 1px #c4c4c4;
    border-bottom: none;
    cursor: pointer;
    color: #000355;
}
.accordion2 h3:hover {
    background-color: #e3e2e2;
}
.accordion2 h3.active {
    background-position: right 5px;
}
.accordion2 p {
    background: #f7f7f7;
    margin: 0;
    padding: 10px 15px 20px;
    border-left: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
    display: none;
}
.css_inner_main {
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 5vh;
    border: 1px solid #d5d5d5;
}
#css_item {
    background: #f7f7f7;
    margin: 0;
    padding: 10px 15px 20px;
    border-left: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
    display: none;
}
.csseditor_value {
    width: 80px;
    font-size: 11px;
    margin-bottom: 3px;
    margin-right: 15px;
}
.csseditor_prop {
    font-size: 11px;
    height: 25px;
}
.csseditor_item {
    border-bottom: 1px solid #000000;
}
/* menueditor classes */
.menueditor_addpage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 5px;
    color: #FFFFFF;
    /*background-color:#000355;*/
    margin: 5px;
    margin-left: 0px;
}
.menueditor_pagename {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000355;
}
.menueditor_savebtn {
    font-family: 12px;
    color: #FFFFFF;
    background-color: #000355;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.hand {
    cursor: pointer;
}
.comp_table {
    border: 1px solid #CCCCCC;
}
#siteMenu {
    background-image: url(/images/menu.png);
    background-repeat: no-repeat;
    height: 40px;
    background-position: left;
}
.highLight {
    background-color: #333333;
    color: #FFFFFF !important;
}
#wslide-wrap {
/*width:210px !important;*/

}
.pdiv {
    width: 100%;
    float: left;
}
.pageid, .spagename {
    clear: left;
    float: left;
    display: block;
}
.spagename {
    color: #000000;
}
.pageid {
    font-size: 11px;
    color: #666666;
}
img.delete_url {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0;
    width: 15px;
}
