﻿* {
    font-family: Circular, Calibri, Segoe, Arial;
}

.sman-banner-logo {
    height: 55px;
    margin: 15px;
}

.sman-inline-file {
    width: 100%;
    display: block;
    height: calc(100vh - 155px);
}

.sman-topper-image-stopper {
    display: none;
}

.sman-login {
    background-image: url("/Content/Images/fade-from-shadow.png");
    background-repeat: repeat-x;
}

.sman-banner-buttons {
    padding: 15px;
    padding-top: 25px;
    padding-left: 0px;
}

.sman-banner-button {
    margin: 4px;
}

.sman-submit {
    margin-left: 10px;
}

.sman-container-header {
    padding: 10px;
    padding-left: 15px;
    background-image: url('/Content/Images/fade-from-shadow.png');
    background-repeat: repeat-x;
    background-color: #D7006D;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.sman-tile-holder {
    padding: 10px;
}

.sman-container-header-text {
    font-size: 1.3em;
}

.sman-container-header-crumbs {
    font-size: 0.9em;
    min-height: 1.4em;
    text-transform: none;
}

.sman-container-header-crumb {
    margin-right: 13px;
}

.sman-file-image {
    max-width: 100%;
}

.sman-container-image {
    height: 40px;
    margin-right: 6px;
}


.sman-cont-tile {
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.sman-cont-tile:hover {
    background-color: whitesmoke;
}


.sman-tile-enabled-False, .sman-tile-enabled-False:hover {
    background-color: transparent;
    text-decoration: none;
    color: silver;
    cursor: default;
}

.sman-tile-levelup {
    display: none;
}

.sman-tile-description {
    font-size: 0.8em;
    color: #444;
    margin-left: 7px;
}

.sman-tile-description {
    font-size: 0.8em;
    color: #444;
    margin-left: 5px;
}

.sman-tile-description::before {
    content: "(";
}

.sman-tile-description::after {
    content: ")";
}

.sman-pager-controls {
    padding: 5px;
    padding-left: 14px;
    border: solid 1px #555;
    border-left: none;
    border-right: none;
    background-image: url('/Content/Images/noise.png');
    background-position: center;
    color: #2a2a2a;
}

.sman-pager-controls form {
    display: inline;
}

.sman-pager-controls input {
    height: 22px;
    line-height: 10px;
    border-radius: 3px;
    border: solid 1px gray;
}

.sman-pager-controls select {
    border-radius: 3px;
}

.sman-pager-control {

}

.sman-pager-separator {
    margin: 6px;
}

@media screen and (max-width: 700px) {
    .sman-tile-description {
        font-size: 0.8em;
        color: #444;
        display: block;
        margin-left: 24px;
    }

    .sman-tile-description::before {
        content: none;
    }

    .sman-tile-description::after {
        content: none;
    }

    .sman-pager-controls {
        text-align: center;
        padding: 5px;
    }
    .sman-banner-logo {
        height: 45px;
        margin: 15px;
    }

    .sman-banner-buttons {
        padding-top: 20px;
    }

    .sman-tile-holder {
        font-size: 20px;
    }

    .sman-file-image {
        width: 100%;
    }

    .sman-cont-tile {
        border-radius: 0px;
        border-bottom: solid 1px #f1add0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .sman-cont-tile:last-child {
        border: none;
    }
}

