﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background-color: #f8f9fa !important;
    font-family: 'Roboto', sans-serif !important;
}

.menu {
    margin-top: 55px;
    width: 306px;
    margin-left: -14px;
}

.logo {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}

h1, h2, h3, h4 {
    color: #2b669a;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
}

.content {
    background-color: #fff;
    box-shadow: 1px 0px 9px rgba(0,0,0,.075);
}

.content-main {
    border-left: 1px solid #232741;
}

.seperator {
    margin-top: 20px;
}

.title {
}

    .title h3 {
        padding: 14px;
        color: #fff;
        background-color: #337ab7;
        box-shadow: 1px 0px 9px rgba(0,0,0,.075);
        margin-top: 0px;
        margin-bottom: 15px;
    }

.list-group, .list-group-item {
    border-radius: 0px !important;
}

.form-control {
    height: auto !important;
    padding: 12px 12px !important;
}

.input-group .sha {
    moz-box-shadow: inset 0 0 6px #999;
    -webkit-box-shadow: inset 0 0 6px #999;
    box-shadow: inset 0 0 6px #999;
    border-radius: 8px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 340px !important;
}

label.sha, span.sha {
    display: block !important;
    height: 46px !important;
    background-color: #efefef;
    cursor: not-allowed;
}

.btn {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.rfvalidation {
    margin-right: -7px !important;
}

.page-control .page-info a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 20px; /*font-size: 14px;*/ /*Raj Changes 25.6.17*/
    font-weight: 700;
    color: #fff; /* color: #A5A5A5;*/ /*Raj Changes 25.6.17*/
    line-height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page-control .page-info .icon {
    font-size: 10px;
    color: #666666;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page-control .page-info:hover a,
.page-control .page-info:hover .icon {
    color: #37abf2;
}

.loginusr {
    padding: 14px;
    color: #fff;
    background-color: #337ab7;
    box-shadow: 1px 0px 9px rgba(0,0,0,.075);
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    font-size: medium;
    color: #474747;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #337ab7;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: rgba(0,0,0,.075);
    }

    .Grid .pgr {
        background: #f8f9fa;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #232741;
            line-height: 18px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #e0dada;
    border-radius: 50%;
    border-top: 14px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.flotright {
    float:right !important;
}