body {
    background: #efefef;
}

#wrapper {
    background: #fff;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-top:85px;
}

#header {
    background: #fff;
    overflow: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    position: fixed;
    width: 100%;
    max-width: 1024px;
    top: 0;
    z-index: 100;
}

#header .logo {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

#header .sticky {
    margin-left: 40px;
    float: left;
    width: calc(100% - 450px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header.sticky .sticky {
    opacity: 1;
}

.container {
    padding: 0 65px;
    box-sizing: border-box;
    position: relative;
}

.header-slogan {
    position: relative;
    padding: 18px 20px 70px;
    background: url(../images/bg.png);
    background-size: cover;
    width: 71%;
    float: right;
    margin-top: -14.5%;
}

.header-slogan span {
    color: #FFF;
    font-size: 46px;
    line-height: 55px;
    display: block;
    width: 80%;
}

#logo {
    z-index: 1000;
    display: block;
    position: absolute;
    bottom: -50px;
    right: 40px;
    width: 138px;
    height: auto;
    background: #fff;
    padding: 15px 12px;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}

.login {
    padding:40px 20px;
}

.login h2 {
    color:#000;
}

.login .ui.primary.button {
    color:#fff;
    display: inline-block;
}

#application {
    padding-left:20px;
    padding-right:20px;
}

.ui.action.input .delete {
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
    display: none;
}

i.icon.delete:before {
    content: "x";
    font-weight: lighter;
    font-size: 30px;
    color: #00A7E0;
    font-family: Helvetica;
}

.info .star {
    color: #BDBDBD;
}

.pointer {
    cursor: pointer !important;
}

.result-message-container {
    padding: 1em;
    text-align: center;
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.2em;
}

.result-message-container.info {
    background-color: lightgreen;
}

.result-message-container.error {
    background-color: lightsalmon;
}


@media only screen and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-slogan {
        width: 100%;
        padding-bottom: 50px;
        margin-top: -80px;
        float: none;
    }
    .header-slogan span {
        font-size: 26px;
        line-height: 30px;
    }
    #logo {
        width: 100px;
        bottom: -65px;
    }
    #logo img {
        width: 100%;
        height: auto;
    }
    .ui.primary.button {
        width:100%;
    }
    .small label, .small .default.text {
        font-size: 14px!important;
        line-height: 14px!important;
    }
    .ui.action.input:not([class*="left action"])>.button:last-child, .ui.action.input:not([class*="left action"])>.buttons:last-child>.button, .ui.action.input:not([class*="left action"])>.dropdown:last-child {
        width: 150px!important;
    }
    .ui.form .fields {
        margin-bottom:0px;
    }
    .empty {
        display: none!important;
    }
    i.icon.cloud.upload:before {
        font-size: 15px;
        line-height: 17px;
    }
    .action.input input[type=text] {
        width: calc(100% - 160px)!important;
        font-size: 15px;
    }
}
