﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

div.login {
    color: #2c3e50;
}

    div.login .wrapper {
        padding: 20px;
        background-color: #ecf0f1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
        box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
        border: 1px solid rgba(0,0,0,0.3);
        margin: 10% auto;
        width: 300px;
    }

        div.login .wrapper .brand {
            margin-top: -15px;
        }

            div.login .wrapper .brand {
                display: block;
                margin-bottom: 20px;
            }

                div.login .wrapper .brand .logo-icon {
                    width: 75px;
                    height: 75px;
                    margin: auto;
                    padding: 15px;
                    border-radius: 40px;
                    background-image: url('../Images/icon3.png');
                }

        div.login .wrapper .text-center .checkbox {
            text-align: left;
            padding-left:20px;
        }

        div.login .wrapper .text-center legend {
            text-align: center;
        }

            div.login .wrapper .text-center legend input {
                float: none;
            }

body.main {
    padding: 10px 20px 0px 20px;
    background-color: #bdc3c7;
}

.sprite-image, #beaker {
    background-image: url(../images/sprite-8460f675.png);
}

form .form-actions {
    background-color: #f5f7f7;
    margin: 15px -15px -15px;
    padding: 15px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    form .form-actions a.btn:hover {
        color: #28e1bd;
    }

.text-center {
    text-align: center;
}

.panel .panel-tools {
    float: right;
    margin-top: -4px;
    margin-right: -8px;
}

    .panel .panel-tools .btn-group {
        margin-top: -6px;
    }

    .panel .panel-tools .btn-group, .panel .panel-tools .label, .panel .panel-tools .badge {
        float: right;
        display: inline-block;
    }

    .panel .panel-tools .btn {
        padding: 8px 6px;
        font-weight: 200;
        font-size: 1em;
        color: #2c3e50;
    }

        .panel .panel-tools .btn:hover {
            color: #1abc9c;
        }

        .panel .panel-tools .btn:active, .panel .panel-tools .btn:focus {
            color: #148f77;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .panel .panel-tools .btn span.badge {
            font-size: 0.7em;
            padding: 2px 4px;
        }

    .panel .panel-tools .label, .panel .panel-tools .badge {
        margin-right: 5px;
        margin-top: 4px;
        padding-bottom: 4px;
        font-weight: 200;
    }

.grid .filters {
    background-color: #fbfcfc;
}

    .grid .filters .input-group input {
        height: 30px;
    }

    .grid .filters .input-group button {
        height: 30px;
        padding: 0 10px;
    }

.grid table {
    margin-bottom: 0;
}

    .grid table th:first-child, .grid table td:first-child {
        padding-left: 15px;
    }

    .grid table tr.disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

        .grid table tr.disabled td {
            text-decoration: line-through;
        }

            .grid table tr.disabled td.action {
                text-decoration: none !important;
            }

    .grid table td.action {
        width: 15%;
        padding: 5px;
    }

        .grid table td.action .btn {
            height: 25px;
            padding: 2px 6px;
        }

.grid .panel-footer {
    padding: 10px 10px 5px 10px;
}

    .grid .panel-footer .pagination {
        margin: 0;
    }

#navbar .navbar-brand {
    font-size: 1.8em;
}

#navbar .nav > li > a {
    padding: 15px 10px;
}

#navbar .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
}

#navbar li.dropdown.user img {
    margin: -2px 5px 0 5px;
    width: 20px;
    height: 20px;
    border: 1px solid;
    padding: 1px;
    background-color: rgba(255,255,255,0.6);
}

#wrapper {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
    box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
    overflow: hidden;
}

#content, #sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sidebar {
    background-color: #2c3e50;
    width: 80px;
    z-index: 1;
    text-align: center;
}

    #sidebar i#toggle {
        margin-top: 20px;
        display: inline-block;
        color: #3e5771;
    }

    #sidebar ul#dock {
        margin: -15px 0 0 0;
        padding: 0;
        width: 80px;
        text-align: center;
        color: #ecf0f1;
        border-right: 1px solid #1a242f;
    }

        #sidebar ul#dock li.launcher {
            list-style: none;
            margin-top: 25px;
            cursor: pointer;
        }

            #sidebar ul#dock li.launcher > i {
                display: block;
                font-size: 2.5em;
                margin-bottom: -2px;
            }

            #sidebar ul#dock li.launcher > a {
                height: 36px;
                display: block;
                position: relative;
                padding-top: 36px;
                margin-top: -36px;
                text-decoration: none;
                color: #ecf0f1;
                font-size: 0.8em;
            }

            #sidebar ul#dock li.launcher ul.dropdown-menu {
                width: 180px;
                border-left-width: 0;
                text-align: left;
                position: absolute;
                margin-left: 85px;
                top: 8px;
            }

                #sidebar ul#dock li.launcher ul.dropdown-menu > li > a {
                    padding: 5px 20px;
                }

                #sidebar ul#dock li.launcher ul.dropdown-menu a, #sidebar ul#dock li.launcher ul.dropdown-menu li.dropdown-header {
                    display: inline-block;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                #sidebar ul#dock li.launcher ul.dropdown-menu li.dropdown-header {
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    -o-border-radius: 4px;
                    border-radius: 4px;
                    color: #1abc9c;
                    margin-top: -5px;
                    padding: 5px 20px;
                }

                    #sidebar ul#dock li.launcher ul.dropdown-menu li.dropdown-header:before {
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                        position: absolute;
                        margin-top: 4px;
                        margin-left: -25px;
                        width: 10px;
                        height: 10px;
                        background-color: #2c3e50;
                        content: " ";
                        display: inline-block;
                    }

            #sidebar ul#dock li.launcher:hover > i, #sidebar ul#dock li.launcher:hover > a, #sidebar ul#dock li.launcher.active > i, #sidebar ul#dock li.launcher.active > a {
                -webkit-transition-property: color;
                transition-property: color;
                -webkit-transition-duration: 0.4s;
                transition-duration: 0.4s;
                -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
                color: #1abc9c;
            }

            #sidebar ul#dock li.launcher:hover:before, #sidebar ul#dock li.launcher.active:before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                content: "";
                display: inline-block;
                width: 10px;
                height: 10px;
                background-color: white;
                position: absolute;
                right: -6px;
                margin-top: 22px;
            }

#content {
    overflow: auto;
    margin-top: 51px;
    background-color: white;
    padding: 20px;
    left: 80px;
}

#tools {
    margin-left: 80px;
}

    #tools #breadcrumb {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 15px 20px 15px 20px;
        border-bottom: 1px solid #dddddd;
    }

        #tools #breadcrumb .title {
            font-weight: 800;
            color: #1abc9c;
        }

        #tools #breadcrumb a {
            color: #869198;
        }

    #tools #toolbar {
        margin-top: -70px;
        margin-right: 10px;
        float: right;
        height: 50px;
        padding: 8px;
        border-bottom: 0;
    }

    #tools .btn-group, #tools .label, #tools form {
        float: right;
        display: inline-block;
    }

        #tools .btn-group .btn span.badge {
            background-color: #2c3e50;
            padding: 3px 5px;
            font-size: 0.7em;
            font-weight: 200;
        }

    #tools .label {
        margin-right: 5px;
        margin-top: 6px;
        padding: 5px;
        height: 23px;
        font-size: 0.9em;
        font-weight: 200;
    }

#beaker {
    position: absolute;
    bottom: 5px;
    background-position: 0 0;
    width: 12px;
    height: 24px;
    background-size: 100px;
    background-repeat: no-repeat;
    margin-left: 33px;
}
}
