﻿body {
    padding-top: 50px;
}

a, .pointer {
    cursor: pointer;
}

.page-title {
    font-size: 20px;
}

/* Bootstrap Add-ons */

.badge-muted {
    color: #000000;
    background-color: #EEEEEE;
}
.badge-blank {
    color: #000000;
    background-color: #FFFFFF;
}

.badge-success {
    background-color: #5CB85C;
}

.badge-info {
    background-color: #5BC0DE;
}

.badge-warning {
    background-color: #F0AD4E;
}

.badge-danger {
    background-color: #D9534F;
}

.badge-open {
    background-color: #5CB85C;
}

.badge-closed {
    background-color: #D9534F;
}

.text-vsmall {
    font-size: 10px;
}

.navbar-logout {
    display: block;
    padding: 20px 15px;
    line-height: 10px;
    color: #777;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/* Homepage */

.brand-logo {
    display: none;
}

.homepage-menu {
}

    .homepage-menu div {
        padding: 0 !IMPORTANT;
    }
    .homepage-menu div:first-child {
        border-top: solid 1px #999999;
    }

        .homepage-menu div a {
            display: block;
            font-size: 16px;
            padding: 20px 0;
            text-decoration: none;
            text-align: center;
            border-bottom: solid 1px #999999;
        }


@media (min-width: 786px) {
    .homepage-menu div:first-child {
        border: 0;
    }

    .homepage-menu div a {
        display: block;
        font-size: 18px;
        margin: 10px;
        padding: 25% 0;
        text-decoration: none;
        text-align: center;
        border: solid 1px #999999;
    }
}

            .homepage-menu div a:hover,
            .homepage-menu div a:active {
                background-color: #EEEEEE;
                text-decoration: none;
            }


/* Case List */

.caselist {
    margin: 5px -15px;
    border-top: 1px solid #666666;
}

    .caselist div.caselist-item,
    .caselist div.notelist-item {
        border-bottom: 1px solid #666666;
        padding: 0;
        margin: 0;
        min-height: 50px;
    }
        .caselist div.caselist-item a {
            padding: 4px 0;
        }

    .caselist div.caselist-item {
        min-height: 50px;
    }

    .caselist div.notelist-item {
        min-height: 25px;
    }

        .caselist div.notelist-item a {
            padding: 14px 0;
        }

    .caselist div a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000000;
    }

        .caselist div a:hover,
        .caselist div a:active {
            background-color: #EEEEEE;
        }


/* Case Details */

.btn-archive {
    padding: 7px 10px;
}

.unread {
    /*border: 2px solid red !important;*/
    /*background-color: #fffacd;*/
}

.doc-link {
    color: blue !important;
    text-decoration: underline;
}

/*Layout*/

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-15px {
    margin-top: 15px;
}

.margin-top-20px {
    margin-top: 20px;
}

.row-padding-bottom-10px {
    padding-bottom: 10px;
}

/*Bootstrap Additions*/

.text-brand {
    color: #C64D68;
}


.btn-raspberry {
    background-color: #C64D68 !important;
    color: white;
}

.field-validation-error span {
    display: block;
    color: #a94442;
    background-color: #f2dede;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: solid 1px #ebccd1;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.alert-validation-summary {
    margin-bottom: 5px;
}

.alert-validation-summary ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .alert-validation-summary ul li ul {
        list-style-type: disc;
        margin: 15px 15px 0 15px;
        padding: 0;
    }

.container-full {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*LOGIN FORM*/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
        color: #666666;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        -ms-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -ms-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -ms-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }


/*Animations*/

.slide-left {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

    .slide-left.ng-enter,
    .slide-left.ng-leave {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.slide-left.ng-enter {
        left: 100%;
    }

    .slide-left.ng-enter-active {
        left: 0;
    }

    .slide-left.ng-leave {
        left: 0;
    }

    .slide-left.ng-leave-active {
        left: -100%;
    }

.slide-right {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

    .slide-right.ng-enter,
    .slide-right.ng-leave {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.slide-right.ng-enter {
        left: -100%;
    }

    .slide-right.ng-enter-active {
        left: 0;
    }

    .slide-right.ng-leave {
        left: 0;
    }

    .slide-right.ng-leave-active {
        left: 100%;
    }

    .label_email {
        float: right;
        padding-right: 220px;
    }

    .register {
        visibility: hidden;
    }

    .label_sms {
        float: right;
        padding-right: 228px;
    }
/* Home */

.home-nav-item {
    border: 2px solid black;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

    .home-nav-item p {
        font-size: 20px;
    }


.ibadge {
    position: relative;
    top: 15px;
    right: 19px;
}

.alert-bright {
    color: #a94442;
    background-color: red !important;
    border-color: #ebccd1;
}

/* Toaster Notifications */

.ng-toast {
    margin: 0;
}

    .ng-toast ul {
        width: 100%;
    }

.alert-toastNotification {
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    color: #3c763d;
    background-color: #dff0d8;
    border-top: solid 1px #d6e9c6;
}

.alert-toastTimeout {
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #a94442;
    background-color: #f2dede;
    border-top: solid 1px #ebccd1;
}
    .alert-toastTimeout a {
        display: block;
        padding: 15px 0;
        color: #a94442;
        text-decoration: none;
    }

ul.pagination li.disabled {
    display: none;
}


[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}