/* MODULES */
.portal-container-wrapper {
    height: 400px;
    width: 100%;
    display: table;
    vertical-align: middle;
}
.portal-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.portal-content {
    float: left;
    width: 100%;
}

.portal-message-container {
    padding: 10px 0;
}

.portal-form {
    color: #333;
    font-family: "Verdana","Tahoma","Arail",sans-serif;
    font-size: 12px;
}
.portal-form-separator {
    height: 10px;
}
.portal-bold {
    font-weight: bold;
}
.portal-form-label {
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.portal-form-field {
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
}
.portal-form > label {
    font-weight: normal;
}
.portal-form-field > select {
    font-family: "Verdana","Tahoma","Arail",sans-serif;
    border-width: 1px;
}
.cms-bold-line {
    border-top: 2px solid #000;
}
.cms-field-hint {
    color: #999999;
    font-style: italic;
    line-height: 17px;
}
.spacer-h {
    float: left;
    padding: 6px;
}
.spacer-v {
    padding: 10px;
}
.module-login-input {
    height: 28px;
    text-indent: 10px;
    border: 1px solid #aaa;
    transition: border 0.3s ease 0s, color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.portal-button {
    border: 1px solid #aaa;
    min-height:32px;
    min-width:120px;
    overflow:hidden;
    padding: 8px 1em;
    text-align:center;
    text-decoration:none;
    text-overflow:ellipsis;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
.portal-button:hover {
    border: 1px solid #333;
}
/* // MODULES */

/* --- SKINS --- */
/*Grey*/
.portal-skin-grey-frame {}
.portal-skin-grey-body {
    border: #AAAAAA 1px solid;
    width: 100%;
    font-family: "Verdana","Tahoma","Arail",sans-serif;
    font-size: 12px;
}
.portal-skin-grey-header {
    width: 100%;
    background-color: #999;
    height: 22px;
    border-bottom: 1px solid #aaa;
}
.portal-skin-grey-header-text {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-shadow: #ffffff 0px 1px 0px;
}
.portal-skin-grey-module-body {}
/*Light*/
.portal-skin-light-frame {}
.portal-skin-light-body {
    box-shadow: 0 1px 3px #D7D7D7;
    border: 1px solid #D7D7D7;
    width: auto;
    padding: 10px;
    font-family: "Verdana","Tahoma","Arail",sans-serif;
    font-size: 12px;
}
.portal-skin-light-header {
    width: auto;
    height: 36px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 3px solid #000;
    margin-bottom: 15px;
}
.portal-skin-light-module-title {
    width: 80%;
    float: left;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding: 6px 0 0;
}
.portal-skin-light-module-context-menu {
    width: 20%;
    float: right;
    display: inline-block;
    text-align: right;
}
.portal-skin-light-module-body {}
@media ( max-width : 625px) {.portal-skin-light-module-title {font-size: 14px;}}
@media ( max-width : 500px) {.portal-skin-light-module-title {font-size: 13px;}}
@media ( max-width : 430px) {.portal-skin-light-module-title {font-size: 12px;}}
@media ( max-width : 410px) {.portal-skin-light-module-title {width:90%;}.portal-skin-light-module-context-menu{width:10%;}}
@media ( max-width : 380px) {.portal-skin-light-module-title {font-weight: normal;}}
@media ( max-width : 360px) {.portal-skin-light-module-title {display: none;} .portal-skin-light-header{border-bottom: 0; height: 10px;}}
/* --- // SKINS --- */