﻿.container-fluid {
    padding: 0px;
    margin: 0px;
}




.align-vertical {
    display: flex;
    align-items: center;
}

.validation-summary-errors {
    color: #bf4c4c;
    white-space: normal;
}

    .validation-summary-errors > ul {
        margin: 0;
        padding: .5em;
    }

        .validation-summary-errors > ul > li {
            list-style-type: none;
            margin: 0;
        }

input[type="text"], input[type="password"], input[type="submit"] {
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    padding: .3em;
    height: 2.8em;
    box-shadow: none;
    background-image: none;
}

.span3 {
    min-width: 250px;
}

input[type="submit"] {
    border: 1px solid #75a950;
    text-align: center;
}

.small {
    font-size: smaller;
}

input[type="text"], input[type="password"] {
    padding-left: 1em;
}

button {
    margin-left: 0;
}

.login-block {
    position: relative;
    box-sizing: content-box;
    padding: 1em;
    white-space: nowrap;
}

#Login_ForgotUserName, #Login_ForgotPassword {
    display: inline-block;
    margin: .5em;
    text-align: center;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
}

    footer .pull-right {
        padding-right: 1em;
    }

html {
    zoom: 125%;
}

.mt-5 {
    margin-top: 10em;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.center-flex {
    display: flex;
    align-items: center;
}

.well {
    padding: 2em;
    padding-left: 3em;
    padding-right: 3em;
    background-color: rgba(255, 255, 255, 0.21);
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0;
}

.row-fluid {
    max-width: 100%;
}

#toolBox {
    position: absolute;
    left: 0;
    top: 10%;
}

div#toolBox > div.toolBoxItem {
    background-color: #191919;
    color: white;
    margin-bottom: .3em;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: .2em;
    position: relative;
    transition: .5s;
    cursor: pointer;
    position: relative;
    left: -86px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 70px;
    border: 2px solid #191919;
    border-left: 0;
}

    div#toolBox > div.toolBoxItem > img {
        width: 70px;
        height: auto;
        margin-left: 1em;
    }



    div#toolBox > div.toolBoxItem:hover, div#toolBox > div.toolBoxItem.hovering {
        color: white;
        left: 0;
        border-color: rgba(255, 255, 255, 0.21);
    }


        div#toolBox > div.toolBoxItem:hover > label {
            color: transparent;
            transition-delay: 0s;
        }


        div#toolBox > div.toolBoxItem:hover > img {
            transform: scale(1.5);
        }


    div#toolBox > div.toolBoxItem > label {
        /*text-orientation: sideways;
        writing-mode: vertical-rl;*/
        margin-left: auto;
        -webkit-transform: translate(1.1em,0) rotate(90deg);
        -moz-transform: translate(1.1em,0) rotate(90deg);
        -o-transform: translate(1.1em,0) rotate(90deg);
        transform: translate(1.1em,0) rotate(90deg);
        overflow: visible;
        width: 2em;
        position: relative;
        left: -1em;
        transition: .2s;
        transition-delay: .4s;
    }
