html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4;background:rgb(218,235,252)}
.wysiwyg{line-height:1.5;}
a{color:#003565;text-decoration:underline;}
a:hover{color:#003565;text-decoration:none;}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
.clr{clear:both;}
hr{display:block;height:1px;border:0;border-top:1px dotted #c3ddeb;margin:1em 0;padding:0}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
html,body{height:100%;min-height:100%}


body {
    font-family: Arial;
    font-size: 14px;
}
#shell {
    display: inline-block;
    margin: 60px;
}

.header {
    margin: 10px 0 25px;
    padding: 0 0 10px;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #d2dff0;
}
.header h2 {
    font-size: 20px;
}
.header p {
    margin-top: 24px;
    line-height: 16px;
}

#shell .fieldset,
form fieldset {
    position: relative;
    float: left;
    margin: 0;
    padding: 30px;
    width: 900px;
    background: #fff;
    border: 3px solid rgb(190,213,237);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
form#form_edit fieldset {
    width: 900px;
}

/* TABLE */

.fieldset table {
    border-collapse: collapse;
  	margin-bottom: 10px;
    width: 100%;
}
.fieldset table thead th,
.fieldset table tbody th,
.fieldset table tbody td {
    padding: 6px 12px;
    vertical-align: top;
    background: #BED5ED;
    border-bottom: 1px solid #B3D4FC;
    border-right: 0;
    color: #231f20;
}
.fieldset table thead th.nopadd_top_bottom,
.fieldset table tbody th.nopadd_top_bottom,
.fieldset table tbody td.nopadd_top_bottom {
    padding-top: 0;
    padding-bottom: 0;
}
.fieldset table tbody th,
.fieldset table tbody td {
    background: #fff;
}
.fieldset table tbody tr:nth-child(even) th,
.fieldset table tbody tr:nth-child(even) td,
.fieldset table tbody tr.even th,
.fieldset table tbody tr.even td {
    border-bottom: 1px solid #B3D4FC;
}

.fieldset table tbody tr:last-child th,
.fieldset table tbody tr:last-child td {}

.fieldset table.specification tbody tr th {
    width: 200px;
}

.fieldset table.small_padd thead th,
.fieldset table.small_padd tbody th,
.fieldset table.small_padd tbody td {
    padding-left: 10px;
    padding-right: 10px;
}

/* WYSIWYG :: TABLE RADIUS */

.fieldset table.bordered {
    border-collapse: inherit;
    border: 1px solid #B3D4FC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.fieldset table.bordered td,
.fieldset table.bordered th {
    border-left: 1px solid #B3D4FC;
    border-top: 1px solid #B3D4FC;
    border-bottom: 0 none;
    padding: 10px;
}
.fieldset table.bordered tbody tr:nth-child(even) th,
.fieldset table.bordered tbody tr:nth-child(even) td,
.fieldset table.bordered tbody tr.even th,
.fieldset table.bordered tbody tr.even td {
    border-bottom: 0 none;
}
.fieldset table.bordered th {
    border-top: none;
}
.fieldset table.bordered td:first-child,
.fieldset table.bordered th:first-child {
    border-left: none;
}
.fieldset table.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.fieldset table.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.fieldset table.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.fieldset table.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.fieldset table.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

hr {
    background-color: #BED5ED;
    border: 0 none;
    clear: both;
    color: #BED5ED;
    float: left;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}

/* NAVI */

ul.navi {
    display: inline-block;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
}
ul.navi li {
    float: left;
    list-style-type: disc;
    margin-left: 30px;
}


/* FORMULAR */

form .item {
    position: relative;
    float: left;
    margin: 15px 0;
    padding: 0;
    width: 100%;
}
form .item label {
    float: left;
    margin-top: 6px;
    width: 142px;
    color: #003565;
    font-size: 15px;
    font-weight: bold;
}
form input[type="text"],
form input[type="password"],
form input[type="file"],
form select {
    float: left;
    width: 332px;
    padding: 7px 5px;
    background: #fff;
    border: 1px solid #d2dff0;
    font-size: 13px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
form input[type="file"] {
    padding: 3px 5px;
}
form select {
    padding: 6px 5px;
}
form .item .textarea {
    display: inline-block;
    width: 755px;
}
form .item.submites {
    margin: 24px 0 0 141px;
    padding: 0;
    width: auto;
}
form input.button,
form a.button {
    display: inline-block;
    padding-left: 17px;
    padding-right: 60px;
    line-height: 48px;
    height: 48px;
    background: url("../images/submit.png") right top no-repeat;
    border: 0 none;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    text-decoration: none;
}
form input.button:hover,
form a.button:hover {
    background-position: right -48px;
}
form input.button-small,
form a.button-small {
    padding: 0 12px;
    line-height: 32px;
    height: 32px;
    background-position: left top;
    font-size: 14px;
    text-align: center;
}
form input.button-small:hover,
form a.button-small:hover {
    background-position: left -48px;
}
form .item img {
    float: right;
    max-height: 70px;
    margin-bottom: 0;
}
.error {
  color: #d52f23 !important;
  font-weight: normal !important;
}

form .item .delete {
    padding-left: 26px;
    background: url(../images/icon-delete.png) left center no-repeat;
    display: block;
    line-height: 21px;
    vertical-align: middle;
    margin-left: 142px;
    margin-top: 10px;
    color: #333;
}

/* forms :: required/validate */

form.validate .required.error {
    border: 1px solid #ff0000;
}
form.validate .error {
    display: block;
}
form fieldset .item label.error {
    bottom: -12px;
    position: absolute;
    display: block;
    float: left;
    margin: -5px 0 -5px 150px;
    padding: 2px 5px;
    width: auto;
    color: #fff !important;
    background: #ff0000;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    font-size: 11px;
}


/* elFINDER */

#elfinder-container,
#elfinder-container > div {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#elfinder-container > div {
  display: block;
}
