﻿/* DEFAULTS
----------------------------------------------------------*/
html {
    position: relative;
    height: 100%;
}

body {
    height: 100%;
}

#header {
    height: 95px;
}

#container {
    margin: 5px auto;  
    height: 100%;
    margin-top: -95px;
    padding-top: 95px;
    margin-bottom: -60px;
    padding-bottom: 60px;
    width: 100% !important;
    padding-left: 20px !important;
}

.xs-menu {
    display: none;
}

.only-xs {
    display: none;
}

.div-header-img {
    padding: 15px 0;
    border-bottom: 1px solid #cecece;
    text-align: center;
}

    .div-header-img > div {
        width: 100%;
        margin: 0px auto;
    }

.editable {
    cursor: pointer;
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    background-image: none;
    opacity: 0.35;
    filter: alpha(opacity=35);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menubox {
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.wrapper_menu_helpsection {
    width: 25%;
    float: left;
}

#helpsection {
    margin-top: 10px;
    padding: 19px;
    font-size: 14px;
    background-color: #F5F5F5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: auto;
}

    #helpsection > p {
        margin: 0 0 10px;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

#content-wrapper {
    margin: 10px;
    margin-top: 0;
    height: 100%;
    width: 72%;
    webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    overflow: auto;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    padding-bottom: 10px;
}

.img-bottom > div {
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

.logo-box {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content:center;
}

.logo-box>img{
   align-self:center;
   max-height: 100px;
}