﻿
.container {
    /*background-color:#fff;*/
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    font-family: 'alex_brushregular';
    /*src: url('./fonts/alexbrush-regular-otf-webfont.eot');*/
    src: url('./fonts/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/alexbrush-regular-otf-webfont.woff') format('woff'), url('./fonts/alexbrush-regular-otf-webfont.ttf') format('truetype'), url('./fonts/alexbrush-regular-otf-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flying-text {
    margin-left: -100px;
}



.treeview-scroll {
    overflow-y: scroll;
    height: 200px;
}

/* new style*/

@CHARSET "UTF-8";

.progress-bar {
    color: #333;
}

/*
Reference:
http://www.bootstrapzen.com/item/135/simple-login-form-logo/
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    /*@include box-sizing(border-box);*/
    &:focus

{
    z-index: 2;
}

}

/*/*body {
background: url(http://i.imgur.com/GHr12sH.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}*/

.login-form {
    margin-top: 60px;
}

form[role=login] {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=login] input,
    form[role=login] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=login] > div {
        text-align: center;
    }

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

    .form-links a {
        color: #fff;
    }




@media (min-width:99px) {
    .col-mds-4 {
        width: 33.33333333px;
        padding-top: 310px !important;
    }
}



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
