a {
    text-decoration: none;
    color: #00bfe0;
}

a:hover {
    text-decoration: none;
    color: #008ccc;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 20px;*/
    line-height: 1.3em;
    margin: 0px;
    background-color: #515155;
    color: #ffffff;
}

img {
    vertical-align: middle;
    border: 0;
}

form {
    margin: 0;
}

div p {
    border: 0px solid #515155;
    padding: 0px;
}

select {
    width: 67%;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #aaa;
    padding: 3px 0;
    line-height: 20px;
    margin: 2px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 3px;
}

select:hover,
select:focus {
    border-color: #999;
}

option {
    height: 20px;
    vertical-align: middle;
}

input {
    height: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #aaa;
    line-height: 20px;
    padding: 3px 5px;
    margin: 3px 0;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 4px;
    width: 67%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.horizontal input,
.horizontal select {
    width: 100%;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
    border: 1px solid #999;
}

input:focus,
textarea:focus {
    color: #515155;
}

#home-text {
    line-height: 1.9em;
}

#home-text h3 {
    line-height: 1.5em;
}

.radio input {
    height: 20px;
    width: 20px;
    float: left;
}

.radio label {
    width: inherit;
    margin-left: 30px;
    display: block;
    /*line-height: 26px;*/
}

.ui-buttonset .radio label {
    display: inline-block;
    margin-right: -1px;
}

button, a.button, span.button a, .ui-button, .paging .current{
    text-align: center;
    /*    width: auto;*/
    display: inline-block;
    background-color: #00bfe0;
    color: #FFF;
    line-height: 24px;
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.14em;
    padding: 3px 20px;
    cursor: pointer;
    border: none;
    margin: 3px 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

a.button, span.button a, .ui-button, .paging .current {
    /* Links need slightly higher line height than buttons */
    line-height: 26px;
}

button:hover, a.button:hover, span.button a:hover {
    background-color: #008ccc;
    color: #FFF;
    /*    height: 36px;*/
}

center button {
    width: 48%;
}

button.grey, a.button.grey,
.ui-dialog .ui-dialog-buttonpane button.grey {
    background: #707070;
    border: none;
}

button.grey:hover, a.button.grey:hover,
.ui-dialog .ui-dialog-buttonpane button.grey:hover {
    background: #515155;
}

button.medium {
    height: 30px;
    line-height: 24px;
}

#logo {
    /*background: url('/img/skapanyhetsbrev.png') 50% 0 no-repeat;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    min-width: 600px;
    width: 100%;
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 70px;
    line-height: 1em;
    padding-top: 30px;
}

#language-selector {
    border: 1px solid #fff;
    padding: 5px 5px 3px 5px;
    /*    margin: -5px -6px -4px 4px;*/
    text-decoration: none;
}

#language-selector:hover {
    border: 1px solid #ccc;
    /*    padding: 5px 5px 3px 5px;*/
    /*    margin: -6px -6px -4px 4px;*/
    text-decoration: none;
}

#languages {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    z-index: 2000;
    margin-left: -6px;
    margin-top: 3px;
}

#languages li {
    background: none;
    padding: 0;
    display: block;
    text-align: left;
}
#languages li a {
    background: #fff;
    display: block;
    padding: 5px;
    width: 100px;
    margin: 0;
}

#languages li a:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.grid_6.alpha button,
.grid_6.omega button {
    width: 100%;
}

.button_foot{
    background-color: #AAAAAA;
    color: #FFF;
    height: 36px;

}

label {
    display: inline-block;
    /*    font-family: BertholdAkzidenzGroteskBERg;
        font-size: 20px;*/
    width: 33%;
}

legend {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

fieldset {
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin: 40px 0;
    border-radius: 10px;
    padding: 20px;
}

textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #aaa;
    padding: 3px;
    line-height: 20px;
    border: 1px #ccc solid;
    background-color: #fff;
    border-radius: 4px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2em;
}

h1 {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 35px;
    margin: 10px 0 20px 0;
    font-weight: normal;
    line-height: 40px;
}

h2 {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 34px;
    margin: 20px 0 20px 0;
    font-weight: normal;
}

h3 {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 5px 0 10px 0;
}

h4 {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 10px 0;
}

h5 {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 10px 0;
}

hr {
    border: none;
    border-bottom: 1px dotted #515155;
    margin: 40px 0;
}

.berthold {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

#content {
    background: #fff;
    color: #515155;
    padding-bottom: 80px;
}

#footer {
    background-color: #515155;
    padding-bottom: 80px;
    padding-top: 60px;
    color: #ffffff;
    font-size: 0.9em;
}

#footer label {
    color: #ddd;
}

#footer ul {
    color: #00bfe0;
    margin: 0;
    /*    padding-left: 15px;*/
    padding: 0;
    list-style: none;
}

#footer ul li {
    float: left;
    clear: left;
}

#footer ul li:hover {
    list-style: disc;
}

#footer a {
    color: #ddd;
    width: auto;
}

#footer a:hover {
    color: #fff;
    /*    text-decoration: underline;*/
}

#header {
    margin-top: 60px;
    margin-bottom: 20px;
}

#rah {
    position: fixed;
    left: 1px;
    bottom: 1px;
    z-index: 10;

}

#rah a {
    display: block;
    background: url(../img/rah.png) no-repeat;
    width: 50px;
    height: 7px;
    z-index: 10;			
}

.shadow {
    -moz-box-shadow: 0 0px 8px #515155;
    -webkit-box-shadow: 0 0px 8px #515155;
    box-shadow: 0 0px 8px #515155;
}

.shadow_ie {
    /* For IE  */
    display: block;
    position: absolute;
    margin: -20px;
    width: 100%;
    /* match target width */
    height: 100%;
    /* match target height */
    z-index: -1;
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20', MakeShadow='true', ShadowOpacity='0.40');		
}

.end {
    font-size: 150px;
    margin: 50% 1%;
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
}

.message {
    border-radius: 4px;
    background: #fff49d;
    border: 1px solid #e9cf00;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.message.error {
    border: 1px solid #e90200;
    background: #ff9d9d;
    color: #000000;
}

.message.small {
    font-size: 12px;
    padding: 4px 5px;
    padding-left: 25px;
    background-image: url(../img/icons/attention.png);
    background-position: 2px 7px;
    background-repeat: no-repeat;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}
ul.menu li {
    display: inline-block;
}

ul.menu li a {
    padding: 0 10px;
    display: inline-block;
    color: #515155;
}

ul.menu li a.current {
    padding: 0 10px;
    display: inline-block;
    background: #515155;
    color: #fff;
    border-radius: 4px;
}

ul.menu li a:hover {
    background: #00bfe0;
    border-radius: 4px;
    color: #fff;
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.border {
    padding-top: 70px;
    margin-bottom: 20px;
    visibility: visible;
    width: 100%;
    height: 1px;
    border-bottom: 1px #515155 dotted;

}


th {
    font-weight: normal;
    text-align: left;
}

table.layouted {
    width: 100%;

}

table.layouted th {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 7px 10px;
}

table.layouted thead tr {
    border-radius: 4px;
    background: #515155;
    color: #fff;
}

table.layouted td {
    padding: 5px 10px;
}

table.layouted th a {
    color: #fff;
}

table.layouted tr {
    background: #fff;
}

table.layouted tr.altrow {
    background: #eee;
}

table.layouted caption {
    background: #00bfe0;
    padding: 10px;
    color: #fff;
}

img.icon {
    float: left;
    margin: 0 5px 5px 0;
    width: 90%;
    max-width: 64px;
    /*    width: 64px;
        height: 64px;*/
}

.boxed {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

th.actions,
td.actions {
    text-align: right;
}

th.centered,
td.centered {
    text-align: center;
}

.paging .current,
.ui-state-disabled,
.ui-state-disabled:hover {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wide {
    width: 100%;
}

.checkbox label {
    margin-left: 10px;
}

.checkbox .checkbox-fake {
    background-image: url(../img/jquery.checkbox.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox .checkbox-fake.unchecked {
    background-position: 0px 0px;
}

.checkbox .checkbox-fake.unchecked:hover {
    background-position: -20px 0px;
}

.checkbox .checkbox-fake.checked {
    background-position: 0px -20px;
}

.checkbox .checkbox-fake.checked:hover {
    background-position: -20px -20px;
}

.stat-block {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: baseline;
    border: 1px solid #fff;
    margin-bottom: -2px;
}

.stat-bar {
    background: #00bfe0;
    display: inline-block;
    width: 14px;
    vertical-align: baseline;
    border: 1px solid #fff;
    margin: -5px 0 -5px 3px;
}

.feature:hover {
    margin: -12px -2px;
    padding: 10px 1%;
    background: #eff8ff;
    border: 2px solid #00bfe0;
    border-radius: 10px;
}

.tooltip {
    display: none;
}

/*
 * Custom jQueryUI
 */
.ui-buttonset .ui-button {
    width: inherit;
} 

.ui-button.ui-state-default { border: 1px solid #00bfe0; background: #00bfe0; font-weight: normal; color: #ffffff; }
.ui-button.ui-state-default.ui-state-hover { border: 1px solid #008ccc; background: #008ccc; }
.ui-button.ui-state-active { border: 1px solid #008ccc; background: #008ccc; font-weight: normal; color: #fff; }
.ui-button.ui-state-active.ui-state-hover { border: 1px solid #008ccc; background: #008ccc; }


.ui-widget-header {
    font-family: BertholdAkzidenzGroteskBERg;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-weight: normal;
}
.ui-dialog {
    padding: 0;
    border: none;
    border-radius: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    margin-left: 10px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 7px 10px;
    border-radius: 0;
}
.ui-dialog .ui-dialog-content {
    padding: 20px;
}
.ui-button-text-only .ui-button-text {
    padding: 0;
}
.error-message {
    border: 1px solid #e90200;
    background: #ff9d9d url(../img/jquery-ui/ui-bg_flat_0_ff9d9d_40x100.png) 50% 50% repeat-x;
    color: #000000;
    padding: 5px 7px;
    border-radius: 4px;
}
.error-message a {
    color: #000000;
}

.ui-widget-overlay {
    background: #000000;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

#widget-area {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#WidgetSlideEditForm .widget-area {
    border: 1px dashed #ccc;
}

.colorpicker {
    position: absolute;
    display: none;
    z-index: 1001;
    border-radius: 5px;
    background: #666;
}

.input.time select,
.input.date select {
    width: auto;
}

.reseller-details {
    list-style: none;
    padding: 0;
}

.reseller-details li {
}

.input.checkbox input {
    display: inline;
    width: 20px;
    vertical-align: middle;
}

.renameable img {
    display: none;
}

.renameable:hover {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 4px -6px 14px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.renameable:hover img {
    display: inherit;
}

