﻿
 
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container .jumbotron {
        padding-right: 40px;
        padding-left: 40px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }
}

.sms-disp {
    font-weight: bold;
}

#server-process-display {
    color: white;
    width: 100px;
    float: left;
    padding-top: 10px;
}

.right-slide {
    -webkit-animation: translateX 700ms infinite linear;
    animation: translateX 1200ms infinite cubic-bezier(0, -0.01, 1, 1.01);
    /*animation: 1s ease-out 0s 1 dropHeader;*/
}

.spinner-rotate {
    /*width: 80px;
    height: 80px;*/
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 1200ms infinite cubic-bezier(0.08, 0.78, 1, 1.01);
}

@-moz-keyframes spinner {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-moz-keyframes translateX {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 0;
    }
}

@-webkit-keyframes translateX {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 0;
    }
}

@keyframes translateX {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 0;
    }
}

.gray {
    color: #8e8080;
}

.green {
    color: #1b8604;
}

.blue {
    color: #034ea2;
}

.yellow {
    color: #e4a752;
}

.red {
    color: #ff0000 !important;
}

.pagination {
    margin: 0px;
}

.pagination-section {
    margin: 0px !important;
}

    .pagination-section nav {
        float: right;
    }

.pagination nav {
    float: right;
}

.pageinfo-label {
    float: left;
    color: rgba(64, 60, 60, 0.92);
    font-style: italic;
    font-weight: normal;
}

.modal-loading-dialog {
    margin: 12% auto !important;
}

.modal-content {
    padding: 12px 20px;
}

.modal-loading-dialog {
    width: 400px;
}

/*Helper Section Group table*/
.customize-grid table tbody tr td {
    border-top: solid 1px #525252;
}

.customize-grid table.jambo_table {
    border: solid 1px #525252;
}

.customize-grid td:nth-child(1) h4, .customize-grid td:nth-child(1) .grid-expand {
    text-align: center;
}

.grid-expand {
    cursor: pointer;
}
.rotate {
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -moz-transform: rotate(180deg);   /* Firefox */
    -ms-transform: rotate(180deg);   /* IE 9 */
    -o-transform: rotate(180deg);   /* Opera */
    transform: rotate(180deg);
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
    }

        #portfolio .portfolio-item .portfolio-link .caption {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: #004DFA;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            #portfolio .portfolio-item .portfolio-link .caption:hover {
                opacity: 0.9;
            }

        #portfolio .portfolio-item .portfolio-link .fa-home {
            display: block;
            text-align: center;
            color: #000;
            z-index: -1;
            font-size: 150px;
        }

    #portfolio .portfolio-item a.portfolio-link {
        text-decoration: none;
    }

    #portfolio .portfolio-item .portfolio-link .caption .caption-content {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        font-size: 20px;
        color: #fff;
    }

        #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
            margin-top: -12px;
        }

        #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
            margin: 0;
        }

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* Login Form */
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 0px 0px 0px;
    margin: 0 auto 25px;
    margin-top: 5px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #UserID,
.form-signin #Password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

.footer-container ul {
    display: block;
    padding-left: 0;
}

    .footer-container ul li {
        display: inline-block;
    }

.footer-container .footer-link ul li:first-child:after {
    width: 1px;
    height: 5px;
    color: #0b3872;
    content: "|";
    margin: 0 10px;
    font-weight: bold;
}

.social ul li a {
    margin: 0 1px;
}


.social img {
    width: 24px;
}

.footer-text {
    color: #949494;
}

.coppy-right {
    padding: 15px 0;
}


.line-hidden {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 15px;
    top: -261px;
    left: 47.7%;
    box-shadow: 1px 1px 10px #ccc;
}

    .line-hidden img {
        width: 400px;
    }