/*
    font:400 15/120% 'Montserrat', Verdana sans-serif;
*/

/*Login Form*/
body
{
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
}

/*LOGIN PAGE*/
.login_page
{
    width: 100%;
    min-width: 1000px;
    max-width: 2000px;
    width: block;
    margin: 0 auto;
    overflow-x: hidden;
}

.login_header
{
    max-width: 2000px;
    margin: 0 auto;
    height: 133px;
    position: relative;
    background-color: #3D3E40;
}

.login_header::before
{
    content: "";
    display: block;
    height: 0;
    left: 0;
    top: 133px;
    position: absolute;
    width: 100%;
    border-bottom: 66px solid transparent;
    border-left: 2000px solid #3D3E40;
}

.login_header_c
{
    width: 100%;
    max-width: 1260px;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.login_header_c a
{
    display: table;
    margin: 48px 0 0;
}

.login_header_c img
{
    width: 196px;
}


.login_c
{
    width: 495px;
    overflow: hidden;
    margin: 250px auto 0;
    padding:20px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 3;
    border: 1px solid #666;

    font:400 20px/120% 'Montserrat', Verdana sans-serif;
    color: #86888C;
}

.login_logo
{
    margin: 5px auto 10px;
}

.login_c .login_btn
{
    width: 180px !important;
    display: table;
    float: none;
    margin: 15px auto 0;
    padding:11px;
    background-color: #EA0075;

    font:700 20/120% 'Montserrat', Verdana sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold
}

.login_c .login_btn:hover
{
    background-color: #DA0065;
}

.login_c .textbox-invalid
{
    background-color: #fff;
    border: 1px solid #999;
}

.login_c .validatebox-invalid
{
    background-color: #fff;
    border: 1px solid #999;
}

.login_c .login_error
{
    margin: 20px 0 0;
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;;
}

.ftitle
{
    padding:10px 10px 10px 68px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom:10px;
    border-bottom:1px solid #3D3E40;
    background: url(../img/wetter.png) no-repeat left center;
    background-size: 45px auto;
    font-size:22px;
    line-height: 46px;
    font-weight:700;
    color: #3D3E3F;

}
.fitem
{
    overflow: hidden;
}

.fitem:first-child
{
    margin-top: 12px;
}

.fitem > *
{
    margin-top:15px;
}

.fitem label{
    display:inline-block;
    float: left;
    line-height: 35px;
}
.fitem input{
    width:290px;
    height: 35px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fitem .textbox
{
    width: auto !important;
    height:  auto !important;
    overflow: hidden;
    float: left;
    border: 1px solid #20202F;
}

.login_form_c .fitem .textbox
{
    float: right;
}

.fitem.status > span
{
    display: none;
}

.login_text
{
    font-size: 13px;
}

.login_text a
{
    color: #0087B8;
}

.login_footer
{
    width: 100%;
    max-width: 2000px;
    display: block;
    margin: 250px auto 0;
    padding: 80px 0 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    background: #0089B8 url(../img/f_algo.png) no-repeat right top;
    background-size: 400px auto;
}

.login_footer::before {
    border-bottom: 66px solid  #0089B8;
    border-left: 2000px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: -66px;
    width: 100%;
}

.login_footer_c
{
    width: 100%;
    max-width: 1260px;
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    overflow: hidden;
    margin:0 auto;
    font:400 18px/220% 'Montserrat', Verdana sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
}

.lf_contact
{
    width: 100%;
    float: left;
    overflow: hidden;
}

.login_footer_c a
{
    color: #fff;
    text-decoration: none;
}

.login_footer_c a:hover
{
    text-decoration: underline;
}

.login_footer_c p
{
    width: 42%;
    float: left;
}

.login_footer_c p > *
{
    float: left;
    clear: both;
}

.lf_bottom
{
    width: 100%;
    float: left;
    margin: 50px 0 0;
    overflow: hidden;
}

.lf_bottom > *
{
    float: left;
    margin-left: 75px;
    margin-right:28px;
    color:#48C1EB !important;
    font-size:13px;
    text-decoration: none;
}

.lf_bottom .impressum
{
    margin-top: 8px;
}

.lf_bottom .impressum > *
{
    margin-right: 36px;
    color:#48C1EB !important;
}

.lf_bottom .impressum a:hover
{
    text-decoration: underline;
}

.lf_bottom .fa_c
{
    text-decoration: none !important;
}

.lf_bottom .fa
{

    text-decoration: none !important;
    font-size: 48px;
}



/*On Off Switch*/
.Switch {
position: relative;
display: inline-block;
padding-bottom: 2px;
font-size: 15px;
font-weight: bold;
color: #ccc;
text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
height: 18px;
padding: 5px 4px 3px 6px;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 4px;
background: #ececec;
box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
cursor: pointer;
line-height: 100%;
}

body.IE7 .Switch { width: 78px; }

.Switch span { display: inline-block; width: 32px; }
.Switch span.On { color: #33d2da; }

.Switch .Toggle {
position: absolute;
top: 1px;
width: 29px;
height: 21px;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
background: #fff;
background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%);
background: linear-gradient(top,  #ececec 0%,#ffffff 100%);

box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
z-index: 999;

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
}

.Switch.On .Toggle { left: 54%; }
.Switch.Off .Toggle { left: 2%; }

/*Main Window*/
.head_c
{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    overflow: hidden;
    background: #35537E;
}

.datagrid
{
    width: 100% !important;
}

.panel-header
{
    width: 100% !important;
}

.w_panel
{
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    overflow: hidden;
}

.tree_panel
{
    width: 250px;
    padding: 0;
    background: #38444F;
}

.tree_panel_fixed
{
    width: 250px;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #38444F;
    overflow: hidden;
}

.tree_panel_fixed.fixed
{
    position: fixed;
    left: 0;
    top: 0;
}

.tree_button
{
    width: 100%;
    padding: 9px 10px 9px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;

    border-bottom: 1px solid rgb(73, 89, 103);

    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.tree_button:hover
{
    background-color: #48535D;
}

.tree_button.active
{
    background-color: #BC1313;
}

.main_panel
{
    width: 75%;
}

/*Table*/

/*.datagrid .panel-body,
.datagrid .panel-header,
.datagrid-view,
.datagrid-body,
.datagrid-btable,
.datagrid-htable
{
    width: 100% !important;
} */

/*Windows*/
.window
{
    background-color: #eee;
}

.window .fitem > label
{
    width: 150px;
    padding-right: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*Tabs*/
.easyui-tabs
{
    width: 100%;
    overflow: hidden;;
}

.panel-body
{
    background-color: #fafafa;
}

.tabs li.tabs-selected a.tabs-inner
{
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
}

.panel-header
{
    background-color: #C7CCD1;
}

.tab_container
{
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.tab_container .fitem
{
    font-size: 13px;
    margin-top:12px;
}

.tab_container .fitem label
{
    width: 120px;
    font-weight: bold;
}

#wetterkode_form-buttons
{
    text-align: center;
    padding:10px 0 40px;
}

#wetterkode_form-buttons .l-btn
{
    margin: 0 20px;
}

.wetterkode_c .fitem.status
{
    margin-bottom: 15px;
}


/*Datagrid*/
.datagrid .datagrid-pager
{
    background-color: #fafafa;
}

.datagrid-btable
{
    background-color: #fff;
}

.datagrid-header-inner,
.datagrid-header, .datagrid-td-rownumber
{
    background-color: #EBECED;
}

.datagrid-toolbar
{
    background-color: #f5f5f5;
}

.datagrid-cell
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.table_button
{
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 2px 1px;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #444;
}
.table_button:hover
{
    background: #E6E6E6;
}

.table_button span
{
    padding: 2px 4px 2px 24px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 4px;
    vertical-align: top;
    width: auto;
    background-position: 2px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    -webkit-background-size: 16px auto;
}

.tb_add span
{
    background-image:url(icons/edit_add.png);
}

.tb_edit span
{
    background-image:url(icons/pencil.png);
}

.tb_remove span
{
    background-image:url(icons/cancel.png);
}

.status_img
{
    width: 16px;
    text-align: center;
}

.action_btn
{
    width:16px;
    height: 16px;
    margin: 0 5px;
    display: inline-table;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    -webkit-background-size: 16px auto;
}

.edit_ab
{
    background-image: url(icons/pencil.png);
}

.save_ab
{
    background-image: url(icons/filesave.png);
}

#wetterkode_fm .save_ab
{
    display: none;
}

.remove_ab
{
    background-image: url(icons/cancel.png);
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
}

#wetterkode_fm .datagrid-row-editing .save_ab
{
    display: inline-table;
}

#wetterkode_fm .datagrid-row-editing .edit_ab
{
    display: none;
}

.datagrid-filter[name="action"]
{
    display: none;
}

.fitem.field_id
{
    display: none;
}

.h_logo_c
{
    float: left;
    margin: 10px 15px;
    height: 30px;
}

.h_logo_c img
{
    height: 30px;
}

.log_out
{
    margin: 10px 0;
    padding: 0 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e5e5e5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    float: right;
}

.log_out:hover
{
    background-color: #d5d5d5;
}

.log_out span
{
    padding:7px 0 7px 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table;

    background-image: url(images/user_delete.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.datagrid-htable .datagrid-filter
{
    height: 18px !important;
}

