@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext);
@import "fontawesome/font-awesome.min.css";


body {
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: white;
    overflow-x: hidden;
    line-height: 1.42857143;
    color: #333;
}
.Profil-log {
    background-image: url(/img/Profil.png);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-position: center;
    vertical-align: inherit;
}
.mypanel-body {
    padding: 15px;
    width: 100%;
}
.mypanel-body-profil {
    padding: 15px;
    margin-top: -5%;
    width: 100%;
    color: rgb(67,66,93);
}
.mypanel-body-image {
    width: 60%;
    min-width: 360px;
    height: auto;
    margin: 0 auto;
}
/* Placing footer at the top credits: https://dev.to/nehalahmadkhan/how-to-make-footer-stick-to-bottom-of-web-page-3i14 */
.block-footer {
    float: left;
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-top: auto !important;
}
.page-container-non {
    width: 100%;
    float: left;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(51, 65, 78, 0) /*#33414E*/;
    background-image: url('/img/Background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pull-right {
    float: right !important;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, input, optgroup, select, textarea {
    margin: 0;
    margin-bottom: 0px;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
p {
    margin: 0 0 10px;
    color: white;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.text-center {
    text-align: center;
}
a {
    background-color: transparent;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.body-full-height {
    height: 100%;
}
.body-full-height body {
    height: 100%;
}

.registration-container {
    float: left;
    width: 100%;
    min-height: 100%;
    background: url("/img/bg.png") left top repeat #33414E;
}
.registration-container .registration-box {
    width: 400px;
    margin: 0px auto;
    padding-top: 100px;
}
.registration-container .registration-box .registration-logo {
    background: url("/img/logo@2x.png") top center no-repeat;
    width: 100%;
    height: 100px;
    float: left;
}
.registration-container .registration-box .registration-body {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.registration-container .registration-box .registration-body .registration-title {
    color: #FFF;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 20px;
}
.registration-container .registration-box .registration-body .form-control {
    border: 0px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    color: #CCC;
    line-height: 20px;
    height: auto;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.registration-container .registration-box .registration-body .form-control:focus {
    background: rgba(0, 0, 0, 0.3);
}
.registration-container .registration-box .registration-body .btn-link {
    color: #FFF;
    border: 0px;
}
.registration-container .registration-box .registration-body .registration-subtitle {
    line-height: 20px;
    padding: 5px;
    font-size: 12px;
    color: #DDD;
    margin-top: -10px;
}
.registration-container .registration-box .registration-body .registration-subtitle a {
    color: #3FBAE4;
}
.registration-container .registration-box .registration-body h4 {
    font-size: 12px;
    color: #F5F5F5;
    line-height: 20px;
    margin-top: 10px;
}


.login-container {
    float: left;
    width: 100%;
    min-height: 100%;
    background: url("/img/bg.png") left top repeat #33414E;
}
.login-container .login-box {
    width: 400px;
    margin: 0px auto;
    padding-top: 100px;
}
.login-container .login-box .login-logo {
    background: url("/img/logo@2x.png") top center no-repeat;
    width: 100%;
    height: 100px;
    float: left;
}
.login-container .login-box .login-body {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.login-container .login-box .login-body .login-title {
    color: #FFF;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.login-container .login-box .login-body .form-control {
    border: 0px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    color: #CCC;
    line-height: 20px;
    height: auto;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-block {
    display: block;
    width: 100%;
    background-color: deepskyblue;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.login-container .login-box .login-body .btn-link {
    color: #FFF;
    border: 0px;
}




.page-container {
    width: 100%;
    float: left;
    min-height: 100vh;
    position: relative;
    background: rgba(51,65,78,0) /*#33414E*/;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background-image: url('/img/Background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-container .page-sidebar {
    width: 300px;
    min-height: 88vh;
    float: left;
    position: relative;
    z-index: 3;
}
.page-container .page-content {
    min-height: 100%;
    margin-left: 300px;
    position: relative;
}



.x-navigation,
.x-navigation ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    display: block;
    z-index: 3;

}
.x-navigation {
    background: rgba(51,65,78,0%) /*#33414E*/;
}
.x-navigation li {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.x-navigation li > a {
    display: block;
    float: left;
    width: 100%;
    line-height: 19px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 10px 15px 15px;
    text-decoration: none;
    border-bottom: 1px solid #2f3c48;
    vertical-align: text-bottom;
}
.x-navigation li.active > a {
    background: #3d4e5d;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.x-navigation li.xn-title {
    padding: 20px 10px 10px;
    line-height: 20px;
    font-weight: 300;
    font-size: 13px;
    color: #999;
    border-bottom: 1px solid #2f3c48;
}
.x-navigation.x-navigation-horizontal {
    height: 50px;
    background: rgba(51,65,78,0) /*#33414E*/;

}
.x-navigation.x-navigation-horizontal > li > a {
    padding: 15px;
    border-bottom: 0px;
    line-height: 20px;
    color: #FFF;
    text-shadow: none;
}
.x-navigation.x-navigation-horizontal li {
    width: auto;
    position: relative;
}
.x-navigation .x-navigation-control {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
}
.x-navigation > li.xn-logo > a:first-child {
    font-size: 0px;
    text-indent: -9999px;
    background: url("/img/logo.png") center no-repeat #33414E;
    padding: 0px;
    border-bottom: 0px;
    color: #FFF;
    height: 50px;
}
.x-navigation-panel {
    -webkit-border-radius: 0px 3px 0px 0px;
    border-radius: 0px 3px 0px 0px;
}


.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
    min-height: 1%;
    padding: 10px 5%;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
[class^='col-md-'] {
    width: 100%;
}

.article-body-image {
    width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: white;
    padding: 0px;
    margin: 0px;
}
h1,
.h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 400;
    color: white;
}
h2,
.h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: white;
}
h3,
.h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}
h4,
.h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: white;
}
h5,
.h5 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: white;
}
h6,
.h6 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 3%;
    color: white;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: white;
    padding: 16px 20px;
    background: #F0F4F9;
    color: #656C78;
    font-size: 13px;
}
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tbody > tr > td {
    border-right: 1px solid #dee7f2;
    border-bottom: 1px solid #dee7f2;
}
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tbody > tr > td {
    padding: 8px 15px;
}
.panel {
    float: left;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.footer-margin{
    height: 600px;
    width: 100%;
    float: left;
}



/* @media */
@media (min-width: 1025px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
@media only screen and (max-width: 1024px) {
     .page-container .page-content {
        height: auto;
        width: 100%;
        background-position: center center;
        float: left;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        display: inline-block;
        line-height: 30px;
        color: #1F1F1F;
        padding-left: 20px;
        position: relative;
        left: auto;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .page-container .page-sidebar {
        position: relative;
        float: left;
        width: 100%;
        min-height: 0vh;
    }
    .page-container .page-content {
        margin-left: 0px;
        margin-right: 0px;
        display: inline-block;
    }

    .x-navigation {
        max-height: 350px;
        overflow: hidden;
        background: #33414E;
    }
    .x-navigation.x-navigation-panel {
        height: 50px;
        overflow: visible;
    }
    .footer-margin{
        height: 10px;
        width: 100%;
        float: left;
    }
    h1,
    .h1 {
        font-size: 30px;
        font-weight: 540;
    }
}
@media only screen and (max-width: 1196px) and (min-width: 1025px){
    .article-body-image {
        min-width: 180px;
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    [class^='col-xs-'],
    [class^='col-sm-'],
    [class^='col-md-'],
    [class^='col-lg-'] {
        margin-bottom: 10px;
    }

    .login-container {
        padding: 0px 10px;
    }
    .login-container .login-box {
        padding-top: 10px;
        width: 100%;
    }
    .registration-container {
        padding: 0px 10px;
    }
    .registration-container .registration-box {
        padding-top: 10px;
        width: 100% !important;
    }
    .table-responsive {
        border: 0px;
    }
}
@media (min-width: 768px) {
    .input-group .form-control {
        display: inline-block;
    }
    input-group {
        width: auto;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .x-navigation > li.xn-logo > a:first-child {
        background-image: url("/img/logo@2x.png");
        background-size: 120px 30px;
    }
    .x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
        background-size: 50px 50px;
    }
    .login-container .login-box .login-logo {
        background-image: url("/img/logo@2x.png");
        background-size: 220px 50px;
    }
    .page-content-header .logo {
        background-size: 140px 50px;
    }
}