/*
 * Theme: OneEleven 2012 (c)
 * Author: Goran Ilic (ja@ich-mach-das.at) - http://dev.cmsmadesimple.org/users/uniqu3
 * Version: 1.0
 *
 */

/* NORMALIZE BROWSER
 * normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css
 */


/* --- font-size --- */
.fs6{
font-size:6pt;
}

 /* --- helper --- */



div.infoinput{
width:265px;
background-color:#fff;
border:1px solid #c0c0c0;
float:right;
}


div.userwrapper{
width:435px;
text-align:right;
margin-top:20px;
}

div.useraccount-box_container{
width:470px;
height:170px;

}

#m1_input_info{
width:250px;
height:40px;
}


span.lablespace{
padding-left:20px;
height:20px;
}

input[size="42"]{
width:350px;
}

span.lablespacefilled{
    padding-left: 8px;
    padding-right: 8px;
}

.required{
background-color:#ffeeeb;
}

.shouldbefilled{
background-color:#eaffe7;
}

.inputdisabled,.inputdisabled:hover{
background-color:#c0c0c0;
}

.infobackground {
	background-color: #f2f4f8;
	padding:3px;
}

.displayblock{
display: block;
}

.buttoncont{
  /* width: 25px; */
  /* height: 14px; */
  /* padding-right: 3px; */
  /* padding-left: 3px; */
  /* border: 1px solid #aaa; */
  /* margin-left: 3px; */
  /* margin-top: 2px; */
  /*display: block;*/
  /* text-align: center; */
  /* vertical-align: middle; */
  /* padding-top: 3px; */
  /* padding-bottom: 3px; */
  align-items: flex-start;
  text-align: center;
  cursor: default;
  /* color: buttontext; */
  padding: 1px 3px 2px;
  border: 1px outset #C0C0C0;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #f2f2f2;
  box-sizing: border-box;
  font-size:8pt;
  margin-top:2px;
}


.tooltipcont{
width:25px;
height:25px;
padding-right:2px;
}

.tooltipstuffedit{
border:1px solid #aaa;
padding-right:5px;
padding-left:5px;
margin-right:2px;
}

.tooltipmandant{
padding-right:8px;
padding-left:8px;
}

div.header_matchcode_text{
	float: right;
    width: 140px;
    background-color: #e2e3e6;
    padding-left: 5px;
}

input.searchstring,input.searchstring:hover,input.searchstring:focus{
border:2px solid #000;
background-color:#fff;
border-radius:0;
}

.sorticon{
color:#fff;
float:right;
}

 .w135{
 width:135px;
 }

 .w540{
 width:540px;
 }




.ajaxformcontent,.ajaxformeditcontent{
border-bottom:10px solid #2a2a2b;
background-color:#fff;
min-width: 350px;

}

.ajaxformcontent,.ajaxformeditcontent{
-webkit-margin-before:0px;
-webkit-margin-after:0px;
}

.setbold{
font-weight:bold !important;
}

.dboxfree{
	float: left;
	border-radius: 4px;
	margin-right: 0px;
	margin-bottom: 1%;
	border: 1px solid #ddd;
	padding-left:5px;
}



.dbox{
	float: left;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 1%;
	/*background: #d5d5d5 url(themes/OneEleven/images/layout/sprite_repeatx.png) 214px -339px repeat-x;*/
	border: 1px solid #ddd;
	padding-left:5px;
}

.dbox_nobg{
	float: left;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 1%;
	padding-left:5px;
}

.dashboard-box-thecore-longbox{
	width:100%;
	min-height: 100px;
}

.dashboard-box-thecore-longbox-overscroll{
	width:100%;
	height: 200px;
	overflow-y:auto;
	overflow-x: hidden;
}

.dashboard-box-thecore-middlebox{
	width:48%;
	min-height: 100px;
}

.dashboard-box-thecore-middlebox-overscroll{
	width:48%;
	height: 200px;
	overflow-y:auto;
	overflow-x: hidden;
}

.dashboard-box-thecore-shortbox{
	width: 31.513%;
	min-height: 100px;
}

.dashboard-box-thecore-littlebox{
	width: 25%;
	min-height: 100px;
}

.useraccount-box{
	width: 470px;
	min-height: 100px;
}

.rightsmanagment-box{
	width: 470px;
	min-height: 100px;
}

.terminal-box{
	width: 605px;
	min-height: 100px;

}

.dashboard-box-thecore-shortbox-overscroll{
	width:31.513%;
	height: 200px;
	overflow-y:auto;
	overflow-x: hidden;
}

.dashboard-box div.fa-box {
    max-height: 48px;
    padding: 20px;
    box-shadow: inset 0px 1px 15px 1px #ddd;
    -webkit-box-shadow: inset 0px 1px 15px 1px #ddd;
    margin-right: 10px;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 32pt;
}


 .core-acordion{
min-height: inherit;
padding-left:0px;
border-radius: 0px;
}

.ui-accordion .ui-accordion-header{
	background-color:#a1a3b0;
	color:#222222;
	border:1px solid #444;
	display:block;
	cursor:pointer;
	position:relative;
	/**margin-top:2px;
	padding:.5em .5em .5em .7em;**/
	min-height:0;
	padding-left:5px;
	padding-right:5px;
	font-size:11pt;
	font-weight:bold;}
.ui-accordion .ui-accordion-icons{padding-left:2.2em}
.ui-accordion .ui-accordion-noicons{padding-left:.7em}
.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{padding:0px;position:absolute;right:.5em;top:50%;margin-top:-8px}
.ui-helper-reset{border:0;outline:0;text-decoration:none;list-style:none}
.ui-tooltip {
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 7px black;
    background-color:white;
  }



.cursorpoint{
cursor:pointer;
}

.adv_object{
background-color:#c6d9f1;
width:100%;
min-height:100px;

}

.adv_object_heading{
width:300px;
vertical-align:middle;
height:100px;
float:left;
  padding-left: 10px;
  padding-top: 10px;
}

.adv_obj_box_defaults{
height:100px;
float:left;
width:380px;
background-color:#c6d9f1;
}

.adv_object_terminal_popup{

width:605px;
}


.icon_big_sized{
 font-size: 20pt;
  padding: 10px;
}

.icon_big{
	font-size: 20pt;
  margin-top: 25px;
  float: left;
  padding: 10px;
  background-color: #f2f4f8;
  padding-right: 17px;
  margin-left: 22px;
  padding-left: 17px
}

.icon_big_no_margin{
	font-size: 20pt;
  float: left;
  padding: 10px;
  background-color: #f2f4f8;
  padding-right: 17px;
  padding-left: 17px
}

.icon_big_nonclick{
	font-size: 20pt;
  margin-top: 25px;
  float: left;
  padding: 10px;
  padding-right: 17px;
  margin-left: 22px;
  padding-left: 17px
}

.adv_obj_box_heading{
float:right;
font-weight:bold;
font-size:9px;
margin-top:4px;
margin-right: 3px;
width:280px;
}

.adv_obj_box_heading div.tooltipcont{
font-size:12pt;
}

.adv_object_ds_airtime div.adv_obj_box_heading{
	margin-right:30px;
}

.adv_object_terminal{
width:460px;
height:68px;
overflow-x: hidden;
overflow-y: scroll;
float:right;
margin-top: 10px;
margin-bottom: 10px;
background-color:#ededf1;
border:1px solid #000;
font-size:8pt;
padding-left:3px;
margin-right:5px;
}

.adv_object_group_popup{
width:470px;
}

.adv_object_rightsmanagment{

  min-height: 100px;
}


.adv_object_group{
width:340px;
height:68px;
overflow-x: hidden;
overflow-y: scroll;
float:right;
margin-top: 5px;
margin-bottom: 10px;
background-color:#ededf1;
border:1px solid #000;
font-size:8pt;
padding-left:3px;
margin-right:5px;
}

.adv_object_ds_client_popup{
margin-left:50px;
}

.adv_object_ds_client{
	width:280px;
height:68px;
overflow-x: hidden;
overflow-y: scroll;
float:right;
margin-top: 10px;
margin-bottom: 10px;
background-color:#ededf1;
border:1px solid #000;
font-size:8pt;
padding-left:3px;
}



.adv_object_ds_on_air .icon_big_no_margin{
margin-top:10px;
}

.adv_object_ds_airtime div.adv_obj_box_heading{
width:80px;
text-align:center
}






input[type=file]::-webkit-file-upload-button {
  padding: 6px 5px;  /* Make it pretty. */
  /* …other prettification like background color… */

  /* Make room for icon. */
  padding-left: 35px;
  border:0px;
  width:29px;
  background:transparent;
}

input[type=file] {
  position: relative;
  width:29px;
  border:0px;
  background:transparent;
}

input[type="file" i]{
width:29px;
}

input[type=file]:before {
  font-family: "FontAwesome";
  content: "\f07c";
  position: absolute;
  top: -1px;
  left: 0;
margin: 0;
  padding: 8px 5px;  /* NOTE: Same padding as on the upload button. */
  /*line-height: 21px;*/  /* Magic number :/ Modify this until it looks good. */
  /*width:25px;*/
   /* width: 25px; */
  /* height: 14px; */
  /* padding-right: 3px; */
  /* padding-left: 3px; */
  /* border: 1px solid #aaa; */
  /* margin-left: 3px; */
  /* margin-top: 2px; */
  display: block;
  /* text-align: center; */
  /* vertical-align: middle; */
  /* padding-top: 3px; */
  /* padding-bottom: 3px; */
  align-items: flex-start;
  text-align: center;
  cursor: default;
  /* color: buttontext; */
  padding: 3px 2px 3px;
  border: 1px outset #C0C0C0;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #f2f2f2;
  box-sizing: border-box;
}



div#ajaxform,div#ajaxformedit{
display:none;
position:fixed;
padding:0px !important;
font-size:13px;
z-index:25;
border:1px solid #000;
  left: 40%;
  top: 60%;
  border-bottom: 10px solid #2a2a2b;
    background-color: #fff;
}

.boxheadlineblack, .boxheadlineblack_nonecolapse{
color:#000;
font-size: 16px;
font-weight:bold;
}

.boxheadlineblack_nonecolapse{
  background: #cecece;
  color: #222222;
  border: 1px solid #444;
  display: block;
  cursor: pointer;
  position: relative;
  min-height: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11pt;
  font-weight: bold;
}

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

#knddropdown{
width:300px;
}

.docenter{
text-align:center;
}

.doright{
text-align:right;
}

.floatright{
float:right;
}

.floatleft{
float:left;
}

.dotop{
vertical-align:top;
}

.dobottom{
vertical-align:bottom;
}

.colorwhite{
color:#fff;
}

.colorblack{
color:#000;
}

.colorgreen{
color:green;
}

.colororange{
color:#e26b0a;
}

.colorred{
color: #fd6941;
}

.colorblue {
	color: #558ed5;
}

.coloryellow {
	color: #ffb800;
}

.bgcolorinfo{
background-color:#ffffd6;
}

.colorgrey {
	color: #C0C0C0;
}

.colorgreen {
	color: #00ad4d;
}

.prioicon{
font-size:12pt;
font-weight:bold;
}

td.blue button,table.pagetable a.blue{
color: #058dc7;
}

.blue {
	color: #558ed5;
}

.minboxheight{
height:25px;
}

#m1_save,#m1_savepos, #m1_refresh, #m1_times, #m1_check, #m1_nextstep,#close,#m1_submit{
margin-right:5px;
font-size:12pt;
width:22px;
height:25px;
padding-top:3px;
}

#m1_save, #m1_refresh{
color:#0070c0;
}

#m1_check{
color:green;
}

#m1_times{
color:#ae432e;
}

div#ajaxform div#ui-datepicker-div, div#ajaxformedit div#ui-datepicker-div{
  width: 178px;

}

.width125p{
width:125px;
}

.datepickerwidth,.width115p{
width:115px;
}

.width75p{
width:75px;
}

.objectwidth,.width105p{
width:105px;
}

.datepicker{
font-weight:bold;
color:#538dd5;
}

button{
padding:0px;
}

.famicon{
font-size:12px;
}

.ui-click-button{
padding:2px 4px 2px 4px;
background-color: #f2f2f2;
    box-sizing: border-box;
    padding: 2px 0px 3px;
}

tr.row1 td.borderedit{
	background: #f2f2f2
}
tr.row2 td.borderedit{
	background: #fafafa
}

tr.row3 td.borderedit{
	background: #f2f2f2
}
tr.row4 td.borderedit{
	background: #fafafa
}

tr.row1:hover td.borderedit,
tr.row2:hover td.borderedit,
tr.row1hover td.borderedit,
tr.row2hover td.borderedit{
	background: #ddd
}

td{
line-height:1.1;
}

td.borderedit{
border-left:1px solid #ccc;
border-right:0px;
background-color:#fff;
}

td.bordernonetrans{
border:0px;
background-color:transparent;
}

td.bordernone{
border:0px;
}

td.borderedit1 input[type="text"], td.borderedit input[type="password"], td.borderedit button[type="submit"] {
    border:1px solid #fff;
    background-color:#fff;
    padding:0px;
}



td.bordernoneedit{
border:1px solid #000;
background-color:#f2f2f2;
border-right:0px;
}
td.lastborder{
border-right:1px solid #ccc;
}

div.popup_viewheader{
width:100%;
height:30px;
background-color:#a1a3b0;
margin-top:0px;
padding-top:10px;
}

div.popup_smallviewheader{
width:100%;
height:25px;
background-color:#d4d5da;
margin-top:0px;
border:1px solid #000;
}

div.bill_viewheader{
width:100%;
height:175px;
background-color:#a1a3b0;
margin-top:0px;
padding-top:10px;
}

div.popup_viewheader h3,div.popup_smallviewheader h3{
margin-left:10px;
font-size:20px;
width:80%;
margin-top:0px;
}

div.formcontrols{
float:right;
width: 150px;
}

div.formcontrols_nowidth{
float:right;
}


div.viewheader{
width:1545px;
height:50px;
background-color:#a1a3b0;
padding-top:10px;
}

div.viewheadersmall{
width:1545px;
height:25px;
background-color:#d4d5da;
border: 1px solid #000;
}

div.viewheader div.formheader-infobox{
width:350px;
float:left;
}
div.viewheader div.formheader-tooltip{
width:45px;
font-size:14pt;
float:left;
height:25px;
padding-left:20px;
}

div.editbill_top_viewheader div.formheader-title{
width:50%;
color:#fd4817;
font-weight:bold;
font-size:14pt;
text-transform: uppercase;
float:left;
}

div.viewheader div.formheader-title{
color:#fd4817;
font-weight:bold;
font-size:14pt;
text-transform: uppercase;
}

.formheader-title{
color: #fd4817;
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
}

.formheader-title-small{
color: #000;
  font-weight: bold;
  font-size: 9pt;
  margin-top:5px;
}

.formheader-middletext{
width:989px;
float:left;
}

.listeningheader-middletext{
float:right;
margin-right:27px;
width:614px;
}

div.filterbox{
float:right;
width:200px;
font-size:11pt;
    margin-top: 2px;
}

.filtertable{
float:right;
}

.filtertable td{
width:47px;
height:18px;
border:1px solid #000;
text-align:center;
}

.filtertable td.noborder{
border:0px;
width:100px;
}

div.searchbox{
font-size: 11pt;
    width: 400px;
    float: left;
}

div.searchbox td{
vertical-align:top;
}

div.searchbox td.label{
padding-top:3px;
}

div.formheader-matchcodes
{
margin-left:5px;
}

div.formheader-bussiness-info
{
width:300px;
background-color:#f2f2f2;
margin-left:5px;
margin-top:1px;
}

h3.viewheader span.cms_help, div.popup_viewheader h3 span.cms_help {
	padding-left:5px;
	padding-right:5px;
}



div.workset{
width:100%;
background-color:#f7f7f9;
}

div.worksetborder{
width:100%;
background-color:#f7f7f9;
border-left:1px solid #000;
border-right:1px solid #000;

}

.borderbottom{
border-bottom:1px solid #000;
}

label.longlabel{
width:300px;
}

div.workset label,div.worksetborder label {
color: #000;
font-weight: bold;
width: 150px;
margin-right:5px;
padding-left:5px;
line-height: 1.3em;
}

div.formheader-bussiness-info label {
color: #000;
font-weight: bold;
width: 65px;
margin-right:5px;
padding-left:5px;
display:inline-table;
}


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block }
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}
audio:not([controls]) {	display: none }
[hidden] { display: none }
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body { margin: 0 }
body, button, input, select, textarea {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a:focus { outline: thin dotted }
a:hover, a:active {	outline: 0 }
h1 { font-size: 2em }
abbr[title] { border-bottom: 1px dotted }
b, strong {	font-weight: bold }
blockquote { margin: 1em 40px }
dfn { font-style: italic }
mark {
	background: #ff0;
	color: #000
}
pre, code, kbd, samp {
	font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Courier New', monospace;
	_font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Courier New', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q { quotes: none }
q:before, q:after {
	content: '';
	content: none
}
small {	font-size: 75% }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup { top: -0.5em }
sub { bottom: -0.25em }
ul, ol {
	margin-left: 0;
	padding: 0 0 0 40px
}
dd { margin: 0 0 0 40px }
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) { overflow: hidden }
figure { margin: 0 }
form { margin: 0 }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	*margin-left: -7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}
button, input {	line-height: normal }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* GRID SYSTEM
 * Fluid Grid based on Based on 960 Grid System - http://www.960.gs
 * Helper Styles for Module Developer, make aligning modules easier.
 * (To bad Robert didn't request this earlier i could of saved myself
 * from writing a bunch of Styles)
 * For Demo see /admin/themes/OneEleven/doc/grid.html
 */

/* Container - Wrapping all grids inside,
 * use .cf class to clear floated elements
 */
.c_full { width: 100% }

/* Global Grid style, the actual grid */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%
}

/* Alpha = no margin left, Omega = no margin right  */
.alpha { margin-left: 0 }
.omega { margin-right: 0 }

/* Grids up to 12 columns */
.c_full .grid_1 { width: 6.333% }
.c_full .grid_2 { width: 14.667% }
.c_full .grid_3 { width: 23.0% }
.c_full .grid_4 { width: 31.333% }
.c_full .grid_5 { width: 39.667% }
.c_full .grid_6 { width: 48.0% }
.c_full .grid_7 { width: 56.333% }
.c_full .grid_8 { width: 64.667% }
.c_full .grid_9 { width: 73.0% }
.c_full .grid_10 { width: 81.333% }
.c_full .grid_11 { width: 89.667% }
.c_full .grid_12 { width: 98.0% }

/* Prefix to add extra space left
 * Example (same for other like suffix, push or pull): <div class='grid_1 prefix_1'>
 */
.c_full .prefix_1 {	padding-left: 8.333% }
.c_full .prefix_2 {	padding-left: 16.667% }
.c_full .prefix_3 {	padding-left: 25.0% }
.c_full .prefix_4 {	padding-left: 33.333% }
.c_full .prefix_5 {	padding-left: 41.667% }
.c_full .prefix_6 {	padding-left: 50.0% }
.c_full .prefix_7 {	padding-left: 58.333% }
.c_full .prefix_8 {	padding-left: 66.667% }
.c_full .prefix_9 {	padding-left: 75.0% }
.c_full .prefix_10 { padding-left: 83.333% }
.c_full .prefix_11 { padding-left: 91.667% }

/* Suffix to add extra space right */
.c_full .suffix_1 {	padding-right: 8.333% }
.c_full .suffix_2 {	padding-right: 16.667% }
.c_full .suffix_3 {	padding-right: 25.0% }
.c_full .suffix_4 {	padding-right: 33.333% }
.c_full .suffix_5 {	padding-right: 41.667% }
.c_full .suffix_6 {	padding-right: 50.0% }
.c_full .suffix_7 {	padding-right: 58.333% }
.c_full .suffix_8 {	padding-right: 66.667% }
.c_full .suffix_9 {	padding-right: 75.0% }
.c_full .suffix_10 { padding-right: 83.333% }
.c_full .suffix_11 { padding-right: 91.667% }

/* Push to right */
.c_full .push_1 { left: 8.333% }
.c_full .push_2 { left: 16.667% }
.c_full .push_3 { left: 25.0% }
.c_full .push_4 { left: 33.333% }
.c_full .push_5 { left: 41.667% }
.c_full .push_6 { left: 50.0% }
.c_full .push_7 { left: 58.333% }
.c_full .push_8 { left: 66.667% }
.c_full .push_9 { left: 75.0% }
.c_full .push_10 { left: 83.333% }
.c_full .push_11 { left: 91.667% }

/* Pull to left */
.c_full .pull_1 { left: -8.333% }
.c_full .pull_2 { left: -16.667% }
.c_full .pull_3 { left: -25.0% }
.c_full .pull_4 { left: -33.333% }
.c_full .pull_5 { left: -41.667% }
.c_full .pull_6 { left: -50.0% }
.c_full .pull_7 { left: -58.333% }
.c_full .pull_8 { left: -66.667% }
.c_full .pull_9 { left: -75.0% }
.c_full .pull_10 { left: -83.333% }
.c_full .pull_11 { left: -91.667% }

/* Margin top */
.m_top_5 { margin-top: 5px !important }
.m_top_10 { margin-top: 10px !important }
.m_top_15 { margin-top: 15px !important }
.m_top_25 { margin-top: 25px !important }
.m_top_30 { margin-top: 30px !important }
.m_top_35 { margin-top: 35px !important }
.m_top_45 { margin-top: 45px !important }
.m_top_60 { margin-top: 60px !important }
.m_top_90 { margin-top: 90px !important }
.m_top_120 { margin-top: 120px !important }

/* Margin bottom */
.m_bottom_5 { margin-bottom: 5px !important }
.m_bottom_10 { margin-bottom: 10px !important }
.m_bottom_15 { margin-bottom: 15px !important }
.m_bottom_25 { margin-bottom: 25px !important }
.m_bottom_30 { margin-bottom: 30px !important }
.m_bottom_35 { margin-bottom: 35px !important }
.m_bottom_45 { margin-bottom: 45px !important }
.m_bottom_60 { margin-bottom: 60px !important }
.m_bottom_90 { margin-bottom: 90px !important }
.m_bottom_120 { margin-bottom: 120px !important }

/* Padding top */
.p_top_5 { padding-top: 5px !important }
.p_top_10 { padding-top: 10px !important }
.p_top_15 { padding-top: 15px !important }
.p_top_30 { padding-top: 30px !important }
.p_top_45 { padding-top: 45px !important }
.p_top_60 { padding-top: 60px !important }
.p_top_90 { padding-top: 90px !important }
.p_top_120 { padding-top: 120px !important }
.p_top_130 { padding-top: 130px !important }

/* Padding bottom */
.p_bottom_5 { padding-bottom: 5px !important }
.p_bottom_10 { padding-bottom: 10px !important }
.p_bottom_15 { padding-bottom: 15px !important }
.p_bottom_30 { padding-bottom: 30px !important }
.p_bottom_45 { padding-bottom: 45px !important }
.p_bottom_60 { padding-bottom: 60px !important }
.p_bottom_90 { padding-bottom: 90px !important }
.p_bottom_120 { padding-bottom: 120px !important }
.p_bottom_130 { padding-bottom: 130px !important }
/* CLEARFIX */
* html .cf {
	height: 1%;
	overflow: visible
}
*+ html .cf { min-height: 1% }
.cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.clear {
	clear: both;
	height: 0
}
.clearb {clear: both; }
/* COMMON STUFF */

/*
 * Colors:
 * #f6f6f6 Body/Content Background
 * #5d5d70 Dark background
 * #cecece Grey background
 * #ddd Grey background
 * #585858 Dark grey titles
 * #fa8004 Orange (links, title)
 * #147fdb Blue (links, titles)
 */

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%
}
body {
	min-width: 900px;
	color: #373742;
	line-height: 1.3;
	font-size: 13px;
	background: #5d5d70
}
ins {
	background-color: #ff9;
	color: #373742;
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cecece;
	margin: 10px 0;
	padding: 0
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0
}
#oe_mainarea ul, ol {
	margin: 10px 0 10px 25px
}
#oe_mainarea li {
	line-height: 1.5
}
#oe_mainarea ol li{
	list-style:decimal
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #585858
}
#oe_mainarea ul {
	list-style: square
}
h1 {
	font-size: 20px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px;
	margin:0 0 5px 0
}
h4 {
	font-size: 14px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 12px
}
p {
	font-size: 13px;
	margin: 2px 0
}
a,
span {
	outline: none
}
table,
td,
tr {
	text-align: left
}
form {
	margin: 0px;
	display: inline
}
a:link,
a:visited {
	/*color: #147fdb;*/
	text-decoration: none
}
a:hover,
a:active {
	/*color: #fa8004;*/
	text-decoration: underline
}
a.external {
	background: url(themes/OneEleven/images/icons/system/external-small.png) no-repeat right;
	padding-right: 20px
}
.alert-dialog a {
	text-decoration: underline
}
.file {
	background: url(themes/OneEleven/images/icons/system/document-list.png) no-repeat left;
	padding-left: 25px
}
.important {
	color: red;
	font-weight: normal
}
.smallgrey {
        font-weight: normal;
        font-size: 10px;
		margin: 10px 0 0 0
}
div.pagecontainer .h-inside {
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	margin-left: 10%;
	width: 18em;
	margin-bottom: 0.5em;
	text-align: right
}
.visible {
	position: static
}
.invisible {
	position:absolute;
	left:-9999em;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden
}

.hidden {
    display: none !important;
}

/* Format code chunks */
pre, code, samp, kbd {
	font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Courier New', monospace;
	text-align: left;
	color: #373742;
	height: auto;
	font-size: 13px
	}
pre code {

	}
pre {
	padding: 5px 20px;
	border-left: 10px solid #cecece;
	background: #eee;
	margin: 5px;
	overflow: auto;
	display: inline-block;
	width: auto
	}
/* border radius */
table.pagetable,
table.pagetable a.tooltip span,
div.pagecontainer fieldset,
menu,
.group_memberships,
.dashboard-box img,
.warning,
.error,
.information,
.message,
.success,
.pagewarning,
.green,
.red,
.yellow  {
	border-radius: 4px
}
/* forms */
form {
	margin: 0px;
	display: inline
}
input,
textarea,
select,
menu {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
	font-size: 13px;
	margin: 1px 0px 1px 0;
padding:0px;
	border: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff
}

menu{
	margin: 2px 0px 2px 0;
	padding: 0px 2px;
	background: #f0f0f0
}

textarea {
	resize: both;
}
.resize-horizontal {
	resize: horizontal;
}
.resize-vertical {
	resize: vertical;
}
input {
	text-indent: 5px;
	margin-right: 0px
}
/*
input[type='text'] {
	min-width: 25%
}
*/
input[type='text']#in_title,
input[type='text']#in_menutext {
	min-width: 30%
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
menu:focus,
checkbox:hover {
	border: 1px solid #aaa;
	outline: 0;
	background: #fff
}


input[type="button"],
input[type="submit"],
.ui-button
 {
	border: 1px solid #d3d3d3;
	background: #cecece url(themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_75_cecece_1x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
	cursor: pointer;
	height: 28px;
	font-size: 12px
}
.ui-button {
	margin: 4px 0
}
.ui-button-text {
	font-size: 12px;
	margin-left: 2px
}
button.ui-button.ui-state-active {
	border: 1px solid #d3d3d3;
	background: #cecece url(themes/OneEleven/css/default-cmsms/images/ui-bg_highlight-soft_75_cecece_1x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #147fdb
}
input[type="button"]:hover,
input[type="submit"]:hover {
	cursor: pointer
}
input[type="checkbox"] {
	background: #fff;
	border: none
}
textarea {
	min-width: 10em;
	min-height: 3em;
}
/*
textarea {
	width: 48em;
	height: 30em;
	overflow: auto
}
*/
/* Notification messages */
.tooltip {
	cursor: help;
}

a.tooltip {
	cursor: pointer;
}
.orange {
	color: #e6c26e
}
.red,
.text-red,
a.text-red,
table.pagetable a.text-red  {
	color: #ae432e
}

.message,
.pagewarning,
.pagemcontainer,
.pageerrorcontainer,
.pageerrorinstalldir,
.green,
.red,
.yellow,
.warning,
.information {
	display: inline-block;
	width: auto;
	font-size: 12px;
	padding: 10px 10px 10px 40px;
	margin: 10px 0
}
.pagewarning.hidden {
	display: none
}
.dialog .green,
.dialog .red,
.dialog .yellow,
.dialog .orange {
	display: block
}
.green,
.red,
.yellow,
.orange {
	padding: 10px;
}
.warning,
.pagewarning {
	background: #faf6d4 url(themes/OneEleven/images/icons/extra/warning.png) 10px 50% no-repeat;
	border: 1px solid #e6c26e
}
.yellow {
	background: #faf6d4;
	color: #e6c26e;
	border: 1px solid #e6c26e
}
.error,
.pageerrorcontainer,
.pageerrorinstalldir {
	background: #f2d4ce url(themes/OneEleven/images/icons/extra/block.png) 10px 50% no-repeat;
	border: 1px solid #ae432e
}
.red {
	background: #f2d4ce;
	color: #ae432e;
	border: 1px solid #ae432e
}
.success,
.pagemcontainer {
	background: #d9e6c3 url(themes/OneEleven/images/icons/extra/accept.png) 10px 50% no-repeat;
	border: 1px solid #77ab13
}
.green {
	background: #d9e6c3;
	color: #77ab13;
	border: 1px solid #77ab13
}
.information {
	background: #cee6f2 url(themes/OneEleven/images/icons/extra/info.png) 10px 50% no-repeat;
	border: 1px solid #058dc7
}
.message:hover {
	cursor: help
}
.warning p,
.pagewarning p,
.message p {
	color: #373742;
	margin: 0;
	font-size: 12px
}
.warning h3,
.pagewarning h3 {
	margin: 2px 0;
	font-size: 14px;
	color: #e6c26e
}
.block {
	display: block;
}
aside.message,
.pagemcontainer,
.pageerrorcontainer,
.pageerrorinstalldir  {
	position: fixed;
	z-index: 9999;
	border-top: none;
	width: 30%;
	font-size: 12px;
	border-radius: 0 0 4px 4px;
	box-shadow: 1px 1px 3px 1px #444;
	-webkit-box-shadow: 1px 1px 3px 1px #444;
	top:0;
	margin:0;
	left: 35%
}
aside .no-slide,
.no-slide  {
	position: inherit;
	left: auto;
	top: auto;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #ae432e;
	-webkit-box-shadow: none;
	background-image: none;
	width: auto;
	display: block;
	z-index: 0
}
.pageerrorcontainer ul {
	border: none;
	margin-left: 25px;
	background: none
}
.errorDialog {
  border: 1px solid red;
  color: red;
  height: 100%;
  line-height: 100%;
}
#cms_busy, .busy {
    position: fixed;
    z-index: 999;
    height: 50px;
    width: 50px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent url(themes/OneEleven/images/icons/extra/spinner.gif) no-repeat;
	background-size: 50px 50px;
    cursor: wait;
}

/* close notification */
.close-warning {
	float:right;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999em;
	background: transparent url(themes/OneEleven/images/icons/extra/close.png) no-repeat;
	cursor: pointer;
	margin:5px
}
/* --- LAYOUT --- */
/* full height */
#oe_container {
	position: relative;
	height: auto !important;
	height: 100%;
	margin: 0 0 -30px 0;
	min-height: 100%
}
/* realign content */
.spacer {
	height: 80px;
	clear: both
}
#oe_admin-content {
	height: 100%
}
#oe_admin-content .shadow {
	background: transparent url(themes/OneEleven/images/layout/sprite_repeatx.png) 831px -148px repeat-x;
	z-index: 50;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 7px
}
/*** header ***/
header.header {
	height: 80px;
    background: #cecece;
    width: 1905px;
    float: left;
    position:relative;
    z-index:9000;
}
header .header-top {
	height: 80px;
	border-bottom: 1px solid #cecece;
	background: #5d5d70
}
header .cms-logo {
	width: 240px;
	height: 70px;
	padding-left: 10px;
	/*background: transparent url(themes/OneEleven/images/logo-rot-sp.jpg) no-repeat top right;*/
	float: left
}
header .admin-title {
	text-align: right;
	max-width: 70%;
	overflow: hidden;
	display: inline-block;
	height: 70px;
	font: bold 14px/70px sans-serif;
	margin-right: 20px;
	color: #fb975b;
	/*text-shadow: 1px 1px 0 #fff;shadow if you like*/
	float: right;
	display:none;
}
header .header-bottom {
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #0f0f0f;
	position: relative;
	width: 100%;
	background: #5d5d70
}
header .welcome {
	width: 250px;
	overflow: hidden;
	float: left;
	color: #fb975b;
	background: transparent url(themes/OneEleven/images/layout/welcome-bg.gif) no-repeat top right
}
header .welcome span {
	display: inline-block;
	width: auto;
	font-size: 11px;
	line-height: 18px;
	margin-left: 10px
}
header .welcome a {
	color: #fff
}
header a.welcome-user {
	height: 18px;
	width: 18px;
	display: inline-block;
	text-indent: -999em;
	margin-right: 10px;
	background: url(themes/OneEleven/images/layout/sprite_norepeat.png) -10px -336px no-repeat
}
/* breadcrumbs nav */
header .breadcrumbs {
	float: left;
	height: 29px
}
header .breadcrumbs ul {
	display: inline-block;
	list-style: none;
	line-height: 29px;
	margin: 0 0 0 25px
}
header .breadcrumbs ul li {
	float: left;
	color: #fff;
	font-size: 11px;
	padding: 0 8px 0 4px
}
header .breadcrumbs ul li.home {
	padding: 0 10px 0 0;
	background: url(themes/OneEleven/images/layout/breadcrubms-divider.png) no-repeat right;
}
header .breadcrumbs ul li.home a {
	background: url(themes/OneEleven/images/layout/sprite_norepeat.png) -10px -367px no-repeat;
	width: 18px;
	text-indent: -999em
}
header .breadcrumbs ul li.first {
	padding-left: 18px
}
header .breadcrumbs ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: url(themes/OneEleven/images/layout/breadcrubms-divider.png) no-repeat right;
	padding-right: 24px
}
header .breadcrumbs ul li a:hover, header .breadcrumbs ul li a:active {
	text-decoration: underline
}
header .breadcrumbs ul li.current, header .breadcrumbs ul li.current a {
	color: #fa8004
}

header .userinfobox {
	float: right;
	padding-right:15px;
}

/* shortcut icons */
header .shortcuts {
	line-height: 25px;
	float: right;
	margin-top:25px;
}
header .shortcuts ul {
	width: auto;
	text-align: left;
	margin-right: 20px
}
header .shortcuts li {
	padding: 0 12px;
	display: inline-block;
	float: left
}
header .shortcuts li:last-child, header .shortcuts li.last {
	padding: 0 0 0 12px
}

header .shortcuts li.userwelcome
{
width:150px;
}

header .shortcuts li a.userlink {
	width: 27px;
	text-indent: 0em;
}


header .shortcuts li a ,header .shortcuts li a:visited, header .shortcuts li a:hover{
    color:#fa8004;
	width: 18px;
	height: 25px;
}

/*** sidebar ***/
#oe_sidebar {
	width: 311px;
	border-right: 1px solid #fff;
	background: #5d5d70 url(themes/OneEleven/images/layout/sidebar-shadow.png) repeat-y right;
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 0
}
#oe_container.sidebar-off #oe_sidebar {
	overflow: hidden;
	background: #5d5d70 url(themes/OneEleven/images/layout/sidebar-shadow.png) repeat-y right;
	width: 40px;
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 0
}
#oe_sidebar aside {
	padding-bottom: 30px;
	position: fixed
}
#oe_sidebar nav.navigation {
	height: auto;
	margin-top: 45px;
	position: relative
}
/* toggle sidebar */
#oe_sidebar .toggle-button {
	text-indent: -9999em;
	z-index: 60;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 25px;
	position: absolute;
	right: -1px;
	top: 75px
}
#oe_sidebar .toggle-button.top {
	top: 3px
}
#oe_sidebar .toggle-button{
	background-image: url(themes/OneEleven/images/layout/sprite_norepeat.png);
	background-repeat: no-repeat
}
.sidebar-on #oe_sidebar .toggle-button {
	background-position: -9px -254px
}
.sidebar-off #oe_sidebar .toggle-button {
	background-position: -9px -216px
}
/* sidebar notifications */
#oe_sidebar .notification a {
	text-decoration: none;
	display: block;
	height: 35px;
	background: url(themes/OneEleven/images/layout/sprite_norepeat.png) -10px -446px no-repeat;
	color: #fff
}
#oe_sidebar .notification a span {
	line-height: 1.3
}
#oe_sidebar .notification {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	position: relative;
	padding: 14px 10px;
	background: #5d5d70 url(themes/OneEleven/images/layout/sprite_repeatx.png) 122px -175px repeat-x;
	color: #fff
}
#oe_sidebar div.notification .box-shadow,
#oe_sidebar nav.navigation .box-shadow {
	width: 11px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(themes/OneEleven/images/layout/sidebar-shadow.png) repeat-y right
}
#oe_sidebar .notification span {
	font-size: 11px;
	display: inline-block;
	padding-left: 30px
}
#oe_sidebar .alert-dialog {
	visibility: hidden;
	text-indent: -9999em
}
#oe_sidebar .alert-dialog strong {
	padding: 4px 0
}
/* main navigation */
nav ul#oe_pagemenu {
	border-bottom: 1px solid #adadad;
	margin-top: 45px
}
nav ul#oe_pagemenu li {
	position: relative;
	zoom: 1;
	line-height: 35px;
	padding: 0;
	border-top: 1px solid #000;
	overflow:hidden;
}

/* position sticky menu */
.sidebar-on #oe_sidebar nav.navigation {
	width: 311px;
	background:#5d5d70 url(themes/OneEleven/images/layout/sidebar-shadow.png) repeat-y right;
}
.sidebar-off #oe_sidebar nav.navigation {
	width: 40px;
	overflow: hidden;
		background:#5d5d70 url(themes/OneEleven/images/layout/sidebar-shadow.png) repeat-y right;

}
/* toggle submenu */
nav ul#oe_pagemenu li span.open-nav {
	display: block;
	width: 280px;
	height: 35px;
	z-index:50;
	position: absolute;
	right: 5px;
	top: 0;
	text-indent: -9999em
}

nav ul#oe_pagemenu li span.open-nav.open-sub,
nav ul#oe_pagemenu li.current span.open-nav,
nav ul#oe_pagemenu li:hover span.open-nav,
nav ul#oe_pagemenu li.current span.open-nav,
nav ul#oe_pagemenu li.current:hover span.open-nav,
nav ul#oe_pagemenu li a span:hover {
	cursor: pointer;
}
/*** menu style ***/
nav ul#oe_pagemenu li a {
	color: #9193a2;
	outline: 0;
	height: 35px;
	font-weight: bold;
	display: block;
	padding-left: 13px;
	text-decoration: none
}
nav ul#oe_pagemenu li.current li a {
	color: #5d5d70
}
nav ul#oe_pagemenu li ul,
#oe_container.sidebar-off nav ul#oe_pagemenu li span.open-nav {
	display: none
}
#oe_container.sidebar-on nav ul#oe_pagemenu li.current ul {
	display: block
}
#oe_container.sidebar-on nav ul#oe_pagemenu li {
	zoom:1
}
nav ul#oe_pagemenu li.current a,
nav ul#oe_pagemenu li a:hover,
nav ul#oe_pagemenu li:hover a,
nav ul#oe_pagemenu li a:active,
nav ul#oe_pagemenu li.current li a:hover,
nav ul#oe_pagemenu li.current li a:active,
nav ul#oe_pagemenu li.current li a,
nav ul#oe_pagemenu li li a:hover {
	color: #147fdb;
}

/* second level & collapsed sidebar */
nav ul#oe_pagemenu ul {
	padding: 8px 0;
	background: #f0f0f0
}
nav ul#oe_pagemenu li li {
	background: none;
	line-height: 1;
	border:0px;
}
nav ul#oe_pagemenu li li.module {
	background-color: #e5e5e5;
	border-bottom: 1px dotted #f0f0f0
}
nav ul#oe_pagemenu li.current li a,
nav ul#oe_pagemenu li li a,
nav ul#oe_pagemenu li:hover li a {
    height: auto;
    line-height: 1.3;
    white-space: pre-line;
    word-break: normal;
	padding: 5px 5px 5px 30px;
	color: #373742;
	font-weight: normal;
	background-image: none;
	background: none
}
nav ul#oe_pagemenu li li a:hover,
nav ul#oe_pagemenu li li.current a {
	color: #147fdb;
}
nav ul#oe_pagemenu li li a:hover,
nav ul#oe_pagemenu li li a:active,
nav ul#oe_pagemenu li.current li a:hover,
nav ul#oe_pagemenu li.current li a:active  {
	padding-left: 30px
}
/*** page content ***/
#oe_mainarea {
	margin: 0 0 0 312px;
	width:1590px;
	position:absolute;
}
#oe_container.sidebar-off #oe_mainarea {
	margin: 0 0 0 40px
}
#oe_mainarea .content-inner {
	padding: 0 20px 0 25px;
	z-index:8000;
	background:#f6f6f6
}
#oe_mainarea header.pageheader {
	height: 100px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #fa8004*/
}
.cms_helpicon {
	cursor: pointer;
}
/*** footer ***/
footer#oe_footer {
	width: 100%;
	z-index: 50;
	height: 30px;
	background: transparent url(themes/OneEleven/images/layout/sprite_repeatx.png) 829px -259px repeat-x;
	padding-top: 5px;
	clear: both;
	position: fixed;
	bottom: 0
}
footer#oe_footer a {
	text-decoration: none;
	color: #147fdb
}
footer#oe_footer a:hover, footer#oe_footer a:active {
	color: #fa8004
}
#oe_footer small {
	font-size: 11px;
	color: #fff
}
#oe_footer .footer-left {
	width: 450px;
	padding: 10px;
	line-height: 15px;
	float: left
}
.footer-left {
	margin: 0 0 0 260px
}
#oe_container.sidebar-off .footer-left {
	margin: 0 0 0 60px
}
#oe_footer .footer-right {
	float: right;
	padding: 10px;
	line-height: 15px;
	display: inline;
	width: auto
}
#oe_footer ul.links {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	width: auto
}
#oe_footer ul.links li {
	display: block;
	padding: 0 8px;
	float: left
}
#oe_footer ul.links li:last-child, #oe_footer ul.links li.last {
	padding: 0 0 0 8px
}
/* --- CONTENT --- */
#oe_mainarea header.pageheader h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	width: auto;
	margin:0;
	padding:0;
	float: left;
	display: inline;
	color: #147fdb
}
#oe_mainarea header.pageheader .module-icon {
	vertical-align: middle;
	margin-right: 15px;
	max-height: 32px
}
#oe_mainarea header.pageheader span.helptext,
.pageheader span.helptext  {
	display: inline;
	line-height: 30px;
	float:right;
	width: auto;
	color: #373742;
	font-size: 12px
}
#oe_mainarea header.pageheader span.helptext {
	margin-right: 270px
}
#oe_mainarea header.pageheader.drop-hidden span.helptext {
	margin-right: 0
}
span.helptext a.external,
span.helptext a {
	display: inline-block;
	width: auto;
	padding-right: 20px;
	margin-left: 8px;
	background: url(themes/OneEleven/images/icons/system/info-external.gif) no-repeat right
}
span.helptext a {
	background: url(themes/OneEleven/images/icons/system/info.gif) no-repeat right
}
.pageheader span.helptext {
	display: inline-block;
	line-height: 1.3;
	padding-right: 0;
	margin-left: 8px;
	background: none
}
.pageheader span.helptext a img{
	margin-right: 10px
}
#oe_mainarea a.helpicon {
	display: none;
}
.pageheader {
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #147fdb
}
div.pageoverflow {
	padding-top: 1px;
	width: auto;
	overflow: hidden
}
div.pageoverflow img {
	border: 0px
}
div.pageoptions,
p.pageoptions {
	padding: 2px 0
}
div.pageoptions a,
p.pageoptions a,
a.pageoptions {
	padding: 2px 0;
	color: #585858;
	display: inline;
	cursor: pointer
}
img.systemicon {
	border: none;
	vertical-align: top
}
#copy_paste_in_forum {
	width: 80%;
	margin: 0 10%
}
.pagerows a {
	display: inline-block;
	background: #eee;
	padding: 2px 4px;
	margin: 2px 1px;
	color: #585858;
	border: 1px solid #ccc
}
.pagerows strong {
	background: #147fdb;
	padding: 2px 4px;
	margin: 0 1px;
	color: #fff;
	border: 1px solid #147fdb
}
/*** dialogs ***/
div.alert-dialog ul li {
	margin: 10px 0
}
div.alert-dialog span.ui-icon {
	float:left
}
div.dialog h3 {
	margin:5px 0;
	color: #147fdb;
	font-size: 14px
}
div.dialog a.bookmark {
	padding-left: 20px;
	line-height: 20px;
	background: url(themes/OneEleven/images/icons/system/bookmark.png) no-repeat left
}
div.dialog form#chdir_form {
	display: block
}
div.dialog form#chdir_form select {
	width: 200px
}
/*** tables ***/
table th:first-child {
	border-top-left-radius: 4px
}
table th:last-child {
	border-top-right-radius: 4px
}
table tr:last-child td:first-child {
	border-bottom-left-radius:4px
	}
table tr:last-child td:last-child {
	border-bottom-right-radius:4px
	}
table.pagetable {
	font-size: 10pt;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px 0
}
table.pagetable caption {
	color: #585858;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0
}

table.pagetable th.noborder{
border:0px;
}

table.pagetable th,
table.pagetable thead tr {
	color: #222222;
	background: #a1a3b0;
	height: 15px;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	font-size:10pt;
	border:1px solid #444;
}

table.pagetable th.active {
	color: #147fdb
}

table.pagetable tr {
	height: 25px
}
table.pagetable td {
	padding-left: 5px;
	padding-right: 5px;
	font-size:8pt;
}

/*
table.pagetable a.tooltip {
	position: relative
}
table.pagetable a.tooltip span {
	display: none;
	text-decoration: none;
	position: absolute;
	background: #efefef;
	left: 110%;
	bottom: 10px;
	box-shadow: 1px 1px 3px 1px #222;
	-webkit-box-shadow: 1px 1px 3px 1px #222;
	border: 1px solid #ddd;
	padding: 5px;
	z-index: 900;
	min-width: 150px;
	width: auto;
	line-height: 1.3
}
*/
table.pagetable th.pagepos {
	text-align: center
}
.move {
	width: 60px;
	text-align: left;
	padding-left: 5px
}
.checkbox {
	padding-left: 10px
}
table.pagetable th.pageicon {
	min-width: 5px;
	color:#fff;
    width: 15px;
    text-align:center;
}

table.pagetable th.pageiconblack {
	min-width: 5px;
	color:#222222;
    width: 15px;
    text-align:center;
}

table.pagetable td{
	font-size:10pt;
}



th.pagew5 {
	width: 5%
}

th.pagew7 {
	width: 7%
}

th.pagew10 {
	width: 10%
}
th.pagew25 {
	width: 25%
}
th.pagew50 {
	width: 50%
}
th.pagew60 {
	width: 60%
}
th.pagew70 {
	width: 70%
}
td.pagew30 {
	width: 30%
}
td.pagepos {
	text-align: center
}
tr.row1 {
	background: #f2f2f2
}
tr.row2 {
	background: #fafafa
}

tr.row3 {
	background: #f2f2f2
}
tr.row4 {
	background: #fafafa
}

tr.row1:hover,
tr.row2:hover,
tr.row1hover,
tr.row2hover {
	background: #ddd
}
td.pageicon {
	background: #f2f2f2 !important
}
td.icons_wide {
	width: 25px
}

/*** Design manager ***/
.pointer {
    cursor: pointer;
}

#oe_mainarea ul.sortable-list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 321px;
	overflow: auto;
	min-height: 25px;
}

#oe_mainarea .sortable-list li {
	list-style: none;
	padding: 4px 12px;
	margin-bottom: 1px;
	display: block;
	position: relative;
	cursor: move;
}

#oe_mainarea .sortable-list li .sortable-remove,#oe_mainarea .sortable-list li .sortable-add {
	float: right;
	display: inline-block;
}

#oe_mainarea .available-templates li .sortable-remove,
#oe_mainarea .available-stylesheets li .sortable-remove {
	display: none;
}

#oe_mainarea .sortable-list > li.ui-state-highlight {
	padding: 14px 0;
}

#oe_mainarea .sortable-table {
	cursor: move;
}

/*** File Manager ***/
#filesarea img {
	max-width: 32px
}
/*** iframe ***/
iframe.imageframe {
	margin-top: 10px;
	border: none;
	width: 100%
}
iframe.preview {
	background-color: #fff;
	margin: 10px 0;
	border: solid 1px #ddd;
	width: 95%;
	height: 400px
}
/*** content text and forms ***/
/* TODO pageback class now redundant? */
.pageback {
	clear: both;
	text-align: left
}
a.pageback {
	display: inline-block;
	position: relative;
	margin: 10px 0;
	line-height: 26px;
	color: #373742;
	text-decoration: none;
	padding: 0 8px 0 20px
}
a.pageback .ui-icon {
	position: absolute;
	left: 0;
	top: 6px
}
a.pageback:hover {
	color: #fff
}
div.pagecontainer .pagetext {
	color: #585858;
	margin: 10px 0 5px 0;
	padding: 0;
	width: auto;
	font-weight: bold
}
div.pagecontainer .pageshowrows {
	color: #585858;
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px
}
div.pagecontainer span.helptext {
	display: inline-block
}
/*** content forms ***/
div.pagecontainer .pageinput {
	padding: 0;
	margin: 0;
	width: auto;
	text-align: left
}
.pageinput img {
	line-height: 28px;
	vertical-align: middle
}
div.pagecontainer fieldset {
	border: 1px solid #ddd;
	margin: 10px 0
}
div.pagecontainer legend {
	font-weight: bold;
	color: #585858;
	padding: 0 5px;
	font-size: 14px
}
.pageinput input,
.pageinput textarea,
.pageinput select,
.pageinput menu {
	margin-bottom: 4px
}
.group {
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.group_memberships {
	margin: 0;
	height: 1%; /*IE*/
	padding: 5px  10px;
	background: #fefefe;
	border: 1px solid #ddd;
}
div.pagecontainer p.pageinput,
div.pagecontainer .pageinput label {
	font-size: 12px
}
p.pageinputwysiwyg {
	padding-top: 5px
}
p.pagemessage {
	margin-bottom: 0;
	padding: 5px;
	font-weight: bold
}
input.pagecheckbox {
	border: none
}
/*
textarea.pagebigtextarea {
	height: 40em;
	width: 90%
}
*/
.pageinput textarea {
	width: 90%;
	font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Courier New', monospace;
	font-size: 13px;
	line-height: 1.6
}
textarea.pagesmalltextarea {
	height: 15em;
	width: 90%
}
textarea.pageextrasmalltextarea {
	height: 8em;
	width: 90%
}

/*** tabs ***/
#page_tabs {
	overflow: hidden;
	margin-top: 20px
}
#page_tabs div {
	color: #585858;
	border-radius: 4px 4px 0 0;
	text-shadow: -1px 1px 0 #fff;
	background: #ddd;
	font-weight: bold;
	text-align: center;
	float: left;
	cursor: pointer;
	white-space: nowrap;
	padding: 11px;
	margin-top: 1px;
	margin-right: 1px
}
#page_tabs div img {
	height: 14px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px
}
#page_tabs div:hover {
	color: #147fdb
}
#page_tabs div.active {
	color: #fff;
	text-shadow: -1px -1px 0 #054882;
	background: #147fdb url(themes/OneEleven/images/layout/tab-active.png) no-repeat center bottom
}
#page_content {
	background: #fff;
	border-radius: 0 0 4px 4px;
	padding: 20px 10px;
	border: 1px solid #ddd;
	border-top: 3px solid #ddd
}
/*** topcontent - dashboard ***/
.dashboard-box {
	min-height: 100px;
	width: 31.513%;
	float: left;
	border-radius: 4px;
	margin-right: 2.29%;
	margin-bottom: 1%;
	background: #d5d5d5 url(themes/OneEleven/images/layout/sprite_repeatx.png) 214px -339px repeat-x;
	border: 1px solid #ddd
}
.dashboard-box.last {
	margin-right: 0
}
.dashboard-box nav {
	padding: 10px
}
.dashboard-box img {
	max-height: 48px;
	padding: 20px;
	box-shadow: inset 0px 1px 15px 1px #ddd;
	-webkit-box-shadow: inset 0px 1px 15px 1px #ddd;
	margin-right: 10px;
	float: left;
	border: 1px solid #ddd;
	background: #fff
}
.dashboard-box:hover img {
	box-shadow: inset 0px 1px 15px 1px #ffd8b0;
	-webkit-box-shadow: inset 0px 1px 15px 1px #ffd8b0;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	   -moz-transition: all 600ms ease-in-out;
	     -o-transition: all 600ms ease-in-out
}
.dashboard-box h3 {
	text-shadow: 0 1px 0 #fff;
	margin:0 0 5px 0
}
.dashboard-box span.description {
	color: #585858;
	font-style: italic
}
.dashboard-box h4 {
	margin: 5px 0;
	font-size: 12px;
	color: #373742
}
#oe_mainarea .dashboard-box ul.subitems {
	margin: 0;
	padding: 0
}
.dashboard-box ul.subitems li {
	list-style: none;
	margin: 0 4px;
	line-height: 1.4;
	float:left
}
.dashboard-box ul.subitems li a {
	font-size: 12px;
	text-decoration: underline
}
/*** reorder pages ***/
.reorder-pages {
	margin: 20px 0
}
ul.sortableList,
.reorder-pages ul {
	list-style-type: none;
	width: 450px;
	margin: 0;
	padding: 0
}
ul.sortableList li {
	list-style-type: none;
	display: block;
	margin: 10px 0
}
ul.sortableList div.label {
	border: solid 1px #ddd;
	word-wrap: break-word;
	border-radius: 4px;
	cursor: move;
	padding: 3px 10px 3px 35px;
	background: #eee url(themes/OneEleven/images/icons/extra/reorder.gif) no-repeat  10px 50%;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	color: #585858
}
ul.sortableList li div.label em {
	display: block;
	text-indent: 10px;
	font-weight: normal;
	color: #147fdb;
	font-size: 12px
}
ul.sortable .placeholder {
	border: 2px dashed #ddd;
	background: #f2f2f2
}
/* Changelog, System Maintenance page */
.version {
	background: #f1f1f1;
	border: 1px solid #ddd;
	margin: 15px  0;
	padding: 20px;
	font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Courier New', monospace;
	line-height: 1.5
}
.version h3 {
	text-transform: uppercase;
	color: #147fdb;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*** theme dropzone ***/
.drop {
	position: absolute;
	width: 262px;
	padding-top:1px;
	padding-bottom: 14px;
	right: 0;
	top:80px;
}

.drop-inner + a.toggle-dropzone {
	background: transparent url(themes/OneEleven/images/layout/toggle-dropzone.png) no-repeat -15px 0;
	border: 1px solid #ccc;
	border-top: none;
	text-indent: -9999em;
	width: 15px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right:0
}
a.toggle-dropzone:active,
a.toggle-dropzone:focus {
	outline: none
}
.drop-inner.hidden + a.toggle-dropzone {
	background: transparent url(themes/OneEleven/images/layout/toggle-dropzone.png) no-repeat 0 0;
}
.drop .drop-inner {
	float:none;
	border: 1px solid #ccc;
	border-top: none;
	background: #ddd;
	font-size: 10px;
	color: #585858;
	text-shadow: 1px 1px 0 #fff;
	padding: 5px 10px;
	width: 240px
}
.drop div.zone {
	display: block;
	float:left;
	width: 210px;
	border: 1px dashed #ccc;
	text-align: center
}
.drop div.zone:hover,
.drop div.zone:focus {
	border: 1px dashed #77ab13
}
.drop #theme_dropzone {
	width: 200px;
	overflow: visible;
	line-height: 30px;
	text-align: center;
	height: 30px;
	background: #ddd
}
.drop span.folder-selection {
	display: inline-block;
	float:left;
	margin-right: 10px;
	width: 16px;
	cursor: pointer;
	height: 30px;
	text-align: left;
	background: transparent url(themes/OneEleven/images/layout/folder-horizontal-open.png) no-repeat left
}
.drop.hidden .drop-inner {
	display: none
}
.drop #theme_dropzone .ui-progressbar-value {
	margin: 10px 5px 5px 0;
	max-width: 190px;
	text-shadow: none;
	height: 12px;
	line-height: 12px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: none
}

/* --- LOGIN PAGE --- */
#login #wrapper {
	padding-top: 10%
}
#login div.login-container,
#login div.login-container#error {
	width: 352px;
	padding-top: 36px;
	margin: auto;
}
#login .logo {
	width: 180px;
	height: 36px;
	position: absolute;
	right: 10px;
	top: -29px
}
#login div.login-box {
  background: #d5d5d5 url(themes/OneEleven/images/layout/sprite_repeatx.png) 214px -339px repeat-x;
  position: relative;
  border-radius: 4px 4px 0 4px;
  border: 1px solid #aaa;
  box-shadow: #999 0 0 6px;
  -webkit-box-shadow: #999 0 0 6px;
  margin: 0 auto;
  padding: 10px 20px;
  width: 310px
}
#login h1 {
	color: #585858;
	margin-bottom: 20px;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
}
#login aside.info {
	display: none
}
#login fieldset {
	margin:0 0 10px 0;
	padding:0;
	border: none
}
#login label {
	color: #585858;
	font-size: 13px
}
#login input[type="text"],
#login input[type="password"] {
	margin: 5px 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid  #fff;
	width: 300px
}
#login input[type="text"]:focus,
#login input[type="password"]:focus {
	margin: 5px 0;
	border: 1px solid #147fdb;
	box-shadow:0 0 5px #147fdb;
	-webkit-box-shadow:0 0 5px #147fdb;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	     -o-transition: all 200ms ease-in-out
}
#login input.loginsubmit {
	border: 1px solid #838282;
	color: #fff;
	text-indent: 0;
	line-height: 28px;
	height: 28px;
	width: auto;
	padding: 0 14px;
	margin-top: 15px;
	background: #838282 url(themes/OneEleven/images/layout/input-bg.gif) repeat-x top
}
#login input.loginsubmit:hover,
#login input.loginsubmit:focus {
	border: 1px solid #e87602;
	background: #fa8106 url(themes/OneEleven/images/layout/input-hover-bg.gif) repeat-x top
}
#login div.info-wrapper {
	position: absolute;
	width: 25px;
	left: -27px;
	top: 10px
}
#login div.info-wrapper.open {
	left: -302px;
	padding-left: 25px;
	width: 275px
}
#login a.toggle-info {
	width: 25px;
	outline: none;
	border-radius: 4px 0 0 4px;
	position: absolute;
	top:0;
	left:0;
	border: 1px solid #aaa;
	border-right: none;
	height: 25px;
	display: block;
	text-indent: -9999em;
	background: #ececec url(themes/OneEleven/images/layout/information.png) no-repeat center
}
#login aside.info {
	font-size: 12px;
	color: #585858;
	background: #ececec;
	width: 255px;
	padding: 0 10px 10px 10px;
	border: 1px solid #aaa;
	border-right: none;
	border-radius: 0 0 0 4px
}
#login aside.info p {
	font-size: 12px
}
#login aside.info p.warning {
	background-image: none;
	margin-top: 5px;
	padding: 5px
}
#login aside.info ol {
	margin-bottom: 0;
	list-style: decimal
}
#login div.info-wrapper h2 {
	font-size: 12px;
	margin: 5px 0 10px 0
}
#login img.goback {
	padding-top: 2px;
	float:left
}
#login p.forgotpw {
	display: inline-block;
	width: auto;
	float: right;
	margin-bottom: 0
}
#login p.forgotpw a {
	padding-left: 20px;
	background: url(themes/OneEleven/images/layout/help.png) left 50% no-repeat;
	color: #585858;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	text-decoration: none
}
#login .copyright {
	margin: 5px auto;
	text-align: center
}
#login small {
	text-align: center;
	font-size: 12px;
	color: #585858;
	display: block
}
#login small a {
	color: #fa8004;
	text-decoration: none;
	font-weight: bold
}
#login .message {
	display: block
}

/* 2.0 STYLES, moved from inline .tpl, please do not add inline styles, thank you
 * and this needs more work
 */

.row {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.half {
	width: 49%;
	float: left;
}

.one-third {
	width: 29%;
	float: left;
}

.two-third {
	width: 58%;
	float: left;
}

.one-quarter{
	width: 24.8%;
	float: left;
}

.three-quarter{
	width: 75%;
	float: left;
}

.one-eight{
	width: 12%;
	float: left;
}

.three-eight{
	width: 36%;
	float: left;
}

.four-eight{
	width: 48%;
	float: left;
}

.five-eight{
	width: 60%;
	float: left;
}

.six-eight{
	width: 72%;
	float: left;
}

.seven-eight{
	width: 84%;
	float: left;
}


.two-row-height{
height:40px;
}

.p5left{
padding-left:5px
}

.p5top{
padding-top:5px
}

.options-form {
	text-align: right;
}

.popupblockscroll{
height:500px;
overflow-x:scroll;
}

#oe_mainarea .options-menu {
	margin: 0;
	padding: 0;
	height: 35px;
	z-index: 999;
	list-style-type: none;
}

#oe_mainarea .options-menu > li {
	line-height: 35px;
	float: left;
	display: block;
	padding: 0 1em;
	position: relative;
}

#oe_mainarea .options-menu li ul {
	position: absolute;
	left: -999em;
	top: 0;
	margin: 0;
	padding: 15px;;
}

#oe_mainarea .options-menu li.parent:hover {
    background: #fafafa;
    cursor: pointer;
}

#oe_mainarea .options-menu li:hover ul {
	left: 0;
	top: 32px;
	width: 240px;
	background: #fafafa;
        border: 1px solid #d0d0d0;
}

#oe_mainarea .options-menu li li {
	display: block;
	cursor: pointer;
}

/* --- CMS_HELP --- */

.cms_helptext ul{

	padding: 0 10px;
	list-style: disc;
}

.cms_helptext ul li{

	margin-bottom: 8px;
}

.recurrence_events_rows{

}

.recurrence_events_dates{
width:49%;
float:right;
padding-left:5px;
height:300px;
overflow:scroll;
}


.recurrence_events_lefttime{
width:49%;
float:left;
border-right:1px solid #000;
}

.recurrence_events_rightdate{
width:50%;
float:left;
}

.action_bar_box{
width:20%;
float:left;
background-color:#a1a3b0;
}

.tooltippopup{
font-weight:bold;
color:#0070c0;
width:5%;
float:left;
background-color:#a1a3b0;
font-size: 18px;
}

.popuphead{
background-color:#a1a3b0;
height:25px;
}

.popupheading{
font-weight:bold;
color:#0070c0;
width:75%;
font-size: 18px;
float:left;
background-color:#a1a3b0;
}

.border_bottom{
border-bottom:1px solid #000;
}

.border_topright{
border-top:1px solid #000;
border-right:1px solid #000;
}

.border_left{
border-left:1px solid #000;
}


.recurrence_events_leftserietype{
width:24%;
height:115px;
float:left;
}

.recurrence_events_rightserieoption{
width:75%;
float:left;
}

.darkbottom{
height:15px;
background-color:#5d5d70;
}

.darkgrey_color{
background-color:#d4d5da;
}

/* TinyMCE override for filepicker iframe*/
.mce-container-body iframe {
	max-width: none !important;
}

/* costum addons DS-ADMIN */


