/** spacing **/
/*************/
.spc--ptop { padding-top: 12px; }
.spc--pbottom { padding-bottom: 12px; }
.spc--mtop { margin-top: 12px; }
.spc--mbottom { margin-bottom: 12px; }

/** input **/
/***********/
.input--width-100 { width: 100%; }
.input-freetext--text { color: #000000; line-height: 25px; height: 25px; }
.input-freetext--textarea { color: #000000; height: 80px; }
.input-freetext--textarea-l { height: 120px; }
.input-freetext--textarea-xl { height: 160px; }
.input-select-single { color: #000000; line-height: 25px; height: 25px; }
.input-select-multi { color: #000000; }

/** input-coll **/
/****************/
.input-coll
{
    display: flex;
    align-items: center;
}

.input-coll__item { display: inline-block; margin: 0 1px; }
.input-coll__item:first-child { margin-left: 0; }
.input-coll__item:last-child { margin-right: 0; }

.input-coll--width-100.input-coll--count-1 .input-coll__input { width: 100%; }
.input-coll--width-100.input-coll--count-2 .input-coll__input { width: 50%; }
.input-coll--width-100.input-coll--count-2-75-25 .input-coll__input:first-of-type { width: 75%; }
.input-coll--width-100.input-coll--count-2-75-25 .input-coll__input:last-of-type { width: 25%; }
.input-coll--width-100.input-coll--count-3 .input-coll__input { width: 33.33%; }
.input-coll--width-100.input-coll--count-4 .input-coll__input { width: 25%; }
.input-coll--width-100.input-coll--count-5 .input-coll__input { width: 20%; }
.input-coll--width-100.input-coll--count-6 .input-coll__input { width: 16.66%; }

.input-coll__separator { padding: 0 2px; }

/** field-list **/
/****************/
.field-list--labelbold .field-list__label { font-weight: bold; }

.field-list--floatleft .field-list__field
{
    display: flex;
    padding: 1px 0;
}

.field-list--floatleft .field-list__label
{
    width: 240px;
    padding-top: 3px;
    padding-bottom: 4px;
}

.field-list--floatleft .field-list__input-coll { width: 380px; }
.field-list--floatleft .field-list__term { padding-top: 3px; }

.field-list--topdown .field-list__field
{
    width: 380px;
    padding: 3px 0;
}
.field-list--topdown .field-list__field:first-child { padding-top: 0; }
.field-list--topdown .field-list__field:last-child { padding-bottom: 0; }

.field-list--topdown .field-list__label
{
    display: block;
    padding-bottom: 2px;
}

/** notifications **/
/*******************/
.notifications__group
{
    border-width: 2px;
    border-style: solid;
    padding: 3px 4px;
    text-align: left;
    margin-top: 8px;
}
.notifications__group:first-child { margin-top: 0; }

.notifications__group--red { border-color: #FF0000; color: #FF0000; }
.notifications__group--green { border-color: #009900; color: #009900; }

/** headline **/
/**************/
h1 { font-size: 24px; font-weight: normal; }
.h1--first { padding-bottom: 10px; }
.h1--regular { padding-top: 26px; padding-bottom: 10px; }

h2 { font-size: 18px; font-weight: normal; }
.h2--first { padding-bottom: 6px; }
.h2--regular { padding-top: 12px; padding-bottom: 6px; }

h3 { font-size: 16px; font-weight: normal; }
.h3--first { padding-bottom: 4px; }
.h3--regular { padding-top: 8px; padding-bottom: 4px; }

.headline-container
{
    display: flex;
    justify-content: space-between;
}

/** button **/
/************/
a.button
{
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.button--default { background-color: #05acdc; color: #FFFFFF; }
a.button--default:hover { background-color: #3dc3e9; }

a.button--reticient { background-color: #CCC; color: #333333; }
a.button--reticient:hover { background-color: #D5D5D5; }

a.button--list { padding-top: 0; padding-bottom: 0; }

/** box **/
/*********/
.box
{
    overflow: hidden;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box--padding
{
    padding: 10px;
}

.box--abovelist
{
    margin-bottom: 10px;
}

.box--list
{
    min-height: 200px;
    padding: 15px 20px;
}

/** list **/
/**********/
.list-no
{
    text-align: center;
    padding-top: 60px;
}

.list-no__h
{
    font-size: 22px;
    font-weight: normal;
}

.list-no__p
{
    padding-top: 5px;
    font-size: 14px;
}

.list
{
    width: 100%;
}

.list > tbody > tr > th,
.list > tbody > tr.list__total > td
{
    background-color: #78909c !important;
    color: #FFFFFF;
    padding: 6px 10px;
}

.list > tbody > tr > td
{
    padding: 5px 10px;
    vertical-align: top;
}

.list > tbody > tr:nth-child(odd) > td { background-color: #e7ebee; }

/** entity-list-pagination **/
/***************************/
.entity-list-pagination
{
    display: flex;
    align-items: center;
}

.entity-list-pagination__items
{
    padding-left: 10px;
}

.entity-list-pagination__item
{
    display: inline-block;
    padding: 4px 6px;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 5px;
}
.entity-list-pagination__item--is_selected { background-color: #999; color: #FFFFFF; }

/** page **/
/**********/
.page-container
{
    height: 100%;
}

.page
{
    min-width: 1000px;
    height: 100%;
    font-family: 'Sarala', sans-serif;
    font-size: 13px;
    color: #666;
}

.container
{
    position: relative;
    overflow-y: auto;
    height: 100%;
    min-width: 750px;
}

/** bar **/
/*********/
.bar
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
}

.bar__logo
{
    display: inline-block;
    width: 230px;
    text-align: center;
    padding-top: 14px;
}

.bar__logo img
{
    width: 80%;
    height: auto;
    vertical-align: top;
}

.bar__information
{
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 14px;
}

.bar__owner
{
    line-height: 60px;
    padding-right: 20px;
}

a.bar__logout
{
    line-height: 60px;
    text-decoration: none;
}


/** navigation **/
/****************/
.navigation
{
    position: absolute;
    top: 59px;
    bottom: 0;
    left: 0;
    width: 230px;
}

.navigation__category
{
    padding: 8px 0;
}
.navigation__category:first-of-type { padding-top: 0; }

.navigation__item
{
    font-size: 16px;
}
.navigation__item--is_selected { background-color: #05acdc; color: #FFFFFF; }

.navigation__item a
{
    display: block;
    padding: 13px 20px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.navigation__item:not(.navigation__item--is_selected) a:hover { padding-left: 20px; }
.navigation__item a:hover i {  }

.navigation__item a i
{
    width: 25px;
}

.navigation__manager
{
    text-align: center;
    border-top: 1px solid #e2e2e2;
    margin: 25px 10px 10px;
    padding-top: 15px;
    color: #AAAAAA;
}

.navigation__manager h5
{
    font-size: 15px;
    padding-bottom: 4px;
    font-weight: normal;
}


/** main **/
/**********/
.main
{
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 230px;
    right: 0;
    padding: 30px 30px 30px 30px;
    background-color: #F0F0F0;
    overflow-y: scroll;
}

.main__notifications
{
    margin-bottom: 12px;
}

/** footer **/
/************/
.footer
{
    font-size: 12px;
    text-align: center;
    padding: 40px 10px 20px;
}

.footer a
{
    text-decoration: none;
}

/** overlay **/
/*************/
.overlay-dimmer
{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.overlay
{
    z-index: 1100;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 750px;
    margin-left: -375px;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.overlay__header
{
    background-color: #333333;
    color: #FFFFFF;
}

.overlay__header h4
{
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}

.overlay__header-close
{
    position: absolute;
    top: 11px;
    right: 11px;
    font-size: 18px;
}

.overlay__main
{
    padding: 10px;
    min-height: 300px;
}

.overlay__notifications
{
    margin-bottom: 5px;
}