.sociallogin
{
    background:url('../image/social-signin-icons.png');
    display:inline-block;
    width:165px;
    height:30px;
    margin:5px 1px;
}
.google
{
    background-position:0px 92px;
}
.facebook
{
    background-position:0px 122px;
}
.yahoo
{
    background-position:0px 62px;
}
.UploadButton
{
    background: url('images/image-upload-backgroud.png') no-repeat;
    border:solid 4px #D0D0D0;
    display: inline-block;
    height: 150px;
    width:150px;
    cursor: pointer;
}
.UploadButton input
{
    cursor: pointer;
}
#UploadButtonWaiting
{
    /*background: url('images/loader_32.gif') no-repeat 59px 59px;*/
    height: 150px;
}

.loading32
{
    background-image: url('images/loader_32.gif');
    background-repeat: no-repeat;
    background-position: right center;
}
.completed
{
    background-image: url('images/success.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.not_completed
{
    background-image: url('images/error.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.shadow {
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
.highlight
{
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    padding: 10px;
    margin: 10px 0px;
}

.required
{
    color: #FF0000;
    font-weight: 900;
    font-family: Arial;
    font-size: 16px;
    padding: 2px;
}


footer
{
    position: relative;
    background: #FCFCFC;
    border-top: 1px solid #CECECE;
    margin: 30px auto 0px 0px;
    color: #4F4F4F;
}
footer h3{
    border-bottom: dashed 1px #a7a7a7;
    color:#a7a7a7;
    font-size:25px;
}
.copyright{
    border-top: 1px solid #EEE;
    padding: 10px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:center;
    font-size: 0.823em;
    color: #747474;
}
footer .list-unstyled li{
    margin-top: 15px;
}
footer .list-unstyled li a:hover{
    text-decoration: none;
    color:#900;
}
/*
Jquery lightbox related CSS
*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

.twitter-typeahead
{
    width:100%;
}

.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
    color:#D0D0D0;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}
.tt-suggestions
{
    min-width:150px;
}
.tt-suggestion
{
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-radius: 4px;
}
.tt-is-under-cursor
{
    text-decoration:underline;
    background-color:#dfdfdf;
}
dl dt,dl dd
{
    border-bottom: 1px dotted #dfdfdf;
    padding-top: 10px;
}
.field_border
{
    border-bottom: 1px dotted #dfdfdf;
}
.navbar { 
    filter:none !important; 
    margin-bottom: 0px;
    border-bottom: 0px;
}

/*
#tabList > li > a
{
    border-radius: 0px;
    border: none;
    color:#fff;
    border-left: 3px solid #2D3A42;
}
#tabList > li > a:hover,
#tabList > li > a:focus {
    background-color: #009926;
    border: none;
    border-left: 3px solid #ff0000;        
}

#tabList > .active > a,
#tabList > .active > a:hover,
#tabList > .active > a:focus {
    background-color: #009926;
    color:#fff;
    border-left: 3px solid #ff0000;        
}



    For Admin Side bar menu

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #2D3A42;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}



@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
*/
.PCG_Table{
    width:100%;
}
.PCG_Table tr{
    border:1px;
}
.PCG_Table td{
    border:0px;
    border-spacing: 0px;
    padding:10px;
}
.PCG_Table th{
    background-color:#d7dee2 ;
    border:0px;
    color:#0273B1;
    font-size: 15px;
    padding:10px;
}

.PCG_Table tr{
    border:1px solid #F0F0EE;
}
.PCG_Table tr:nth-child(even) {
    background: #f3f9f9;
}
.PCG_Table tr:nth-child(odd) {background: #FFF}

.admin-header
{
    width:100%;
    background-color:#f2f2f2;
    display:inline-block;
    padding: 5px 10px;
    color:#a7a7a7;
    margin-bottom: 10px;
}
.admin-header h1{
    margin: 5px;
}
.sidebar-col{
    padding:0px;
}
.sidebar-col a {
    border-bottom: #fff 3px solid;
}
.sidebar-col  .active > a {
    background-color: #F0F0EE;
    border-bottom: #990000 3px solid;
}
.sidebar-col a:hover {
    border-bottom: #009926 3px solid;
}
.sidebar-col .navbar-collapse{
    padding:0px;
}


.action-buttons div{
    margin: 20px 0px;;
}
.action-buttons i{
    display: block;
    font-size: 30px;
    line-height: 30px;
}
.form-search{
    margin-top: 25px;
}
#searchfield{
    width:100%;
}

.chart-grid{
    padding:3px;
    background-color: #efefef;
}
.chart-grid > div{
    background-color: #fff;
    padding: 5px 15px;
    min-height: 320px;
}
.chart-grid > h1{
    background-color: #fff;
    padding: 5px 15px;
    margin: 0px;
}
.chart-grid > div > h2{
    margin: 10px 0px;
    font-size: 18px;
    border-bottom: 3px double #e3e5ee;
    padding-bottom: 5px;
}
.line-legend,.pie-legend {
    list-style: none;
    padding-top: 10px;
}
.line-legend li,.pie-legend li{
    line-height: 15px;
    margin-bottom: 5px;
    font-size:14px;
    display: inline-block;
}
.line-legend li span,.pie-legend li span{
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-left: 10px;
}