/************************************
 * SlideFramework              2014 *
 ***********************************/



/**
 * Reset.css
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}



@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('/fonts/OpenSans.woff') format('woff'), url('/fonts/OpenSans.ttf')  format('truetype'), url('/fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/OpenSans-Bold.woff') format('woff'), url('/fonts/OpenSans-Bold.ttf')  format('truetype'), url('/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('/fonts/OpenSans-BoldItalic.woff') format('woff'), url('/fonts/OpenSans-BoldItalic.ttf')  format('truetype'), url('/fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),  url('/fonts/OpenSans-Italic.woff') format('woff'), url('/fonts/OpenSans-Italic.ttf')  format('truetype'), url('/fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.eot?99006567');
    src: url('/fonts/fontello.eot?99006567#iefix') format('embedded-opentype'),
    url('/fonts/fontello.woff?99006567') format('woff'),
    url('/fonts/fontello.ttf?99006567') format('truetype'),
    url('/fonts/fontello.svg?99006567#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

input, select {
	outline: 0;
}


.menuIcon
{
    font-family: 'fontello';
    font-weight: normal;
    color: #D8242B;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;

}

.icon
{
    font-family: 'fontello';
    font-weight: normal;
}

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.href
{
    cursor: pointer;
}

body
{
    line-height: 1;
    font-family:  "Open Sans",sans-serif;
    font-size: 13px;
    background: #eee;

}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}

.adminlogo {
    height: 30px;
    float: left;
    margin-top: 3px;
}

header#top
{
    color: #3a3a3a;
    font-weight: bold;
    padding: 5px;
}

header#top a
{
    font-weight: normal;
    color: #3a3a3a;
    text-decoration: none;
}

header#top a:hover
{
    color: #D8242B;
}


#leftMenu
{
    width: 192px;
    overflow: hidden;
    float: left;
}

#leftMenu > ul
{
    padding-left: 17px;
}

#leftMenu > ul > li
{
    border-bottom: 1px solid #e1e1e1;

}

#leftMenu > ul > li > a
{
    color: #3a3a3a;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 0 15px 5px;
    display: block;
}

#leftMenu > ul > li > a:hover
{
    color: #D8242B;
}

#main
{

    padding: 10px;
    margin-left: 190px;
    display: block;
}

a
{
    color: #3a3a3a;
    text-decoration: none;
}

a:hover
{
    color: #D8242B;
}


.subArticle
{
    background-color: #fcfcfc;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #222;
    margin-bottom: 20px;
    line-height: 130%;
}

.subArticle input
{
    background-color: #fff;
}

.subArticle h3
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}



#main .article
{
    background-color: #fff;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #222;
    margin-bottom: 20px;
    line-height: 130%;
}

#main .article h1
{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}


.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    width: 1px;
}

label
{
	font-size: 15px;
	padding: 3px 5px;
	border-radius: 4px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	display: block;
}

input[type="checkbox"]+label, input[type="radio"]+label
{
	color: #000000;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}
input[type="checkbox"]
{
	display: inline-block;
	vertical-align: middle;
}

.radioButtonElement label
{
	color: black;
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.radioButtonElement input {
	display: inline-block;
	vertical-align: middle;
}

.radioButtonElement label .icon {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.addGroup .radioButtonElement {
	margin-bottom: 15px;
}

.addGroup .colors {
	clear: both;
}

.addGroup .colors > label {
	margin-bottom: 5px;
}

input[type="text"],input[type="password"],textarea,select
{
    width: 99%;
    border: 1px solid #cecece;
    padding: 5px;
    color: #333;
    font-family:  "Open Sans",sans-serif;
    font-size: 13px;
}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus
{
    border: 1px solid #666;
}

input[type="submit"],input[type="button"]
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    background-color: #FFC402;
    border: 1px solid #D6A917;
    font-size: 13px;
    font-family:  "Open Sans",sans-serif;
    padding: 5px;
}

input[type="submit"]:focus,input[type="button"]:focus,
input[type="submit"]:hover,input[type="button"]:hover
{
    background-color: #fff;
}

.error
{
    background-color: #EACECE;
    border: 1px solid #990000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #900;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    display: none;

}


.info
{
    background-color: #CEE8D0;
    border: 1px solid #009900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #090;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    display: none;
}



thead
{
    background-color: #DBDBDB;
    border-bottom: 1px solid black;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    text-align: center;
}

td
{
    padding: 5px;
}

.savebox
{
    display: none;
}

.up, .down, .delete
{
    cursor: pointer;
}


.realColorTable
{
    margin-top: 20px;
}

.realColorTable tr:nth-child(even)
{
    background-color: #f1f1f1;

}

.urlBox
{
    background-color: #ccc;
    border: 1px solid #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.urlBox pre
{
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid black;
    margin: 10px;

}

.urlBox pre:hover
{
    background-color: #fff;
}

.urlBox h2
{
    font-size: 16px;
    font-weight: bold;
}

h2
{
    font-weight: bold;
}

.clickTable tr
{
    cursor: pointer;
}


.clickTable thead tr
{
    cursor: initial;
}

.realColorTable tr:hover
{
    background-color: #cecece;
}

.realColorTable thead tr:hover
{
    background-color: #DBDBDB;
}


.article strong
{
    font-weight: bold;
}


#productTable
{
    border-bottom: 3px solid #FFC90E;
    font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
    font-family: arial;
}

#productTable input
{
    width: 30px;
    display: inline;
}

#productTable thead td
{
    background-color: #FFC90E;
    text-align: center;
    font-weight: normal;
}

#productTable img
{
    border: 1px solid #666;
}

abbr
{
    cursor: help;
}

.realColorTable td
{
    vertical-align:middle;
}

.realColorTable img
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;

}

.realColorTable img:hover
{
    border: 1px solid #666;

}

.formErrorMessage
{
    color: red;
}

.colors .radioButtonElement
{
    width: 100px;
    display: block;
    float: left;
}

input[type="submit"].buttonRed,input[type="button"].buttonRed
{
    background-color: #D8242B;
    color: #fff;
    border: 1px solid red;
    cursor: pointer;
}

input[type="submit"].buttonRed:hover,input[type="button"].buttonRed:hover
{
    background-color: #fff;
    color: #D8242B;
}

input[type="submit"].buttonGreen,input[type="button"].buttonGreen
{
    background-color: #00B25A;
    color: #fff;
    border: 1px solid #00B25A;
    cursor: pointer;
}

input[type="submit"].buttonGreen:hover,input[type="button"].buttonGreen:hover
{
    background-color: #fff;
    color: #00B25A;
}

input[type="submit"].buttonGrey,input[type="button"].buttonGrey
{
    background-color: #999;
    color: #fff;
    border: 1px solid #222;
    cursor: pointer;
}

input[type="submit"].buttonGrey:hover,input[type="button"].buttonGrey:hover
{
    background-color: #fff;
    color: #666;
}



input[type="submit"].buttonBlue,input[type="button"].buttonBlue
{
    background-color: #005fb3;
    color: #fff;
    border: 1px solid #005fb3;
    cursor: pointer;
}

input[type="submit"].buttonBlue:hover,input[type="button"].buttonBlue:hover
{
    background-color: #fff;
    color: #005fb3;
}

.pager
{
    border-top: 1px solid #AAA;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
}

.pager span
{
    font-size: 13px;
}

.pager strong a
{
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px;
}

.filter
{
    display: block;
}

.filter label
{
    display: inline-block;
	vertical-align: middle;
}

.filter select
{
	display: inline-block;
	vertical-align: middle;
    width: 200px;
	height: 30px;
    background-color: #fff;
    border: 1px solid #cecece;
}

.filter input
{
	display: inline-block;
	vertical-align: middle;
    width: 200px;
    background-color: #fff;
    border: 1px solid #cecece;
}


#siteSelecter
{
    float: left;
    margin-left: 28px;
    margin-top: -15px;
}

#siteSelect
{
    display: inline;
    width: 180px;
}

#siteLang
{
    display: inline;
    width: 120px;
}

#authInfoBox
{
    float: right;
    margin-top: -5px;
    margin-right: 5px;
}

.inactiveRow td,.inactiveRow td a
{
    color: #AAA;

}

.homePageListMove, .menuListMove, .moveUp, .moveDown,.articleMoveUp, .articleMoveDown, .cancelMove,.articleListMove,.articleCancelMove,.homePageCancelMove,.homePageMoveUp,.homePageMoveDown
{
    cursor: pointer;
}

.moveUp:after,.articleMoveUp:after,.homePageMoveUp:after
{
    content: '\e8d9';
    padding-left: 5px;
    font-family: 'fontello';
}

.moveDown:before,.articleMoveDown:before,.homePageMoveDown:before
{
    content: '\e8d6';
    padding-right: 5px;
    font-family: 'fontello';
}

.cancelMove:before,.articleCancelMove:before,.homePageCancelMove:before
{
    padding-right: 3px;
    font-family: fontello;
    content: '\e826';
}

.fileGroupLabel
{
	display: inline-block;
	vertical-align: middle;
	padding: 2px 4px;
	margin: 2px 0;
	border-radius: 4px;
}

#treeMap
{
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    margin-top: 31px;
}

#tree
{
    width: 49%;
    float: left;
    height: 300px;
    overflow: auto;
}

#treeSelected
{
    width: 49%;
    height: 300px;
    float: right;
    overflow: auto;
}


.treeAdded
{
    padding: 3px;
    border-bottom: 1px solid #cecece;
}

.treeAdded:hover
{
    background-color: #cecece;
}

.treeAdded a
{
    float: right;
	margin: 15px 10px;
}


.jumpTo:before
{
    padding-right: 3px;
    font-family: fontello;
    content: '\e90d';
    padding-right: 10px;
}
.trash:before
{
    padding-right: 3px;
    font-family: fontello;
    content: '\e886';
    padding-right: 10px;
}

.eye:before
{
    padding-right: 3px;
    font-family: fontello;
    content: '\e858';
    padding-right: 10px;
}

#treeTabs ul li
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border:1px solid #ccc;
    height: 30px;
	line-height: 30px;
    background-color: #fff;
    cursor: pointer;
}

#treeTabs ul li:hover
{
    background-color: #fff;
}

#treeTabs .active
{
    background-color: #ccc;
    border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.editFileGroups
{
	width: 100%;
	max-height: 250px;
	border: 1px solid #cecece;
	overflow: auto;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.editFileGroups label
{
	line-height: 130%;
	cursor: pointer;
}

.editFileGroups .group
{
	margin: 0 15px 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.systemMenu
{
	background: #222;
	color: white;
}

.systemMenu a
{
	color: inherit;
}

.private, .private a
{
    color: #aaa;
}

.treeAdded .siteName
{
	font-weight: bold;
}

.breadCrumb
{
    font-weight: normal;
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.breadCrumb b,.breadCrumb strong
{
    font-weight: bold;
}

.filterList
{
    font-weight: normal;
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.filterList b,
.filterList strong
{
    font-weight: bold;
    margin-right: 10px;
}

#addedLabels span,#addedLinks span,#addedDocuments span
{
    display: inline-block;
	background-color: #fff;
	padding: 3px 6px;
	border-radius: 3px;
	font-weight: normal;
	margin-right: 5px;
    margin-bottom: 5px;
	border: 1px solid #ccc;
	line-height: 20px;
	font-size: 12px;
}

#addedLinks,#addedProducts,#addedDocuments
{
	margin-top: 20px;
}
#addedLinks span,#addedProducts span,#addedDocuments span
{
    display: block;
    background-color: #fff;
	border: none;
	border-radius: 0;
}

#addedLabels span:after,#addedLinks span:after,#addedProducts span:after,#addedDocuments span:after
{
    font-family: 'fontello';
    font-weight: normal;
    padding-left: 7px;
    content: '\e826';
}

#addedLabels span:hover,#addedLinks span:hover,#addedProducts span:hover,#addedDocuments span:hover
{
	border-color: #D8242B;
    cursor: pointer;
    color: #D8242B;
}


.filterList > a:after
{
    font-family: 'fontello';
    font-weight: normal;
    margin-right: 15px;
    padding-left: 5px;
    content: '\e826';
}

.filterList > a
{
    text-decoration: none;
}

.filterList > a:hover
{
    color: #ccc;
}


.autocomplete-suggestions {
	border: 1px solid #cecece;
	border-top: none;
	background: #f3f3f3;
	cursor: default;
	overflow: auto;
}
.autocomplete-suggestion { padding: 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 5px;}
.autocomplete-selected { background: #e3e3e3; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

#popupBackground
{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
}

#popupBox
{
    width: 90%;
    height: 650px;
    position: fixed;
    top: 10px;
    background-color: #fff;
    border: 1px solid #666;
    z-index: 56;
    margin: 0 auto 0 auto;
}

#popupHeader
{
    background-color: #ccc;
    padding: 3px;
    height: 26px;
}

#popupHeader h1
{
    float: left;
    font-size: 20px;
    font-weight: bold;
}

#popupHeader a
{
    float: right;
    margin-right: 10px;
    padding: 5px;
}

#popupIframe
{
    width: 100%;
    height: 100%
}

.truncate {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
}