﻿.widget > ul
{
    padding: 0;
    margin: 0;
}

    .widget > ul > li
    {
        float: left;
        width: 100%;
        display: block;
    }
/*Widget Listed*/
.widget-listed ul li
{
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    display: block;
    padding: 0 0 14px 15px;
    position: relative;
}

    .widget-listed ul li:before
    {
        font-family: 'FontAwesome';
        content: '\f0da';
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0px;
        color: #999;
    }

    .widget-listed ul li:hover:before
    {
        left: 5px;
    }

    .widget-listed ul li a
    {
        color: #666; /* #999;*/
    }

    .widget-listed ul li:first-child
    {
        padding-top: 0;
    }

    .widget-listed ul li:last-child
    {
        padding-bottom: 0;
    }

.socialalign
{
    text-align: left;
}

.indexFlashnews
{
    background: #f7f7f7;
}

.thumbnail1
{
    padding: 6px;
    background: #fbfafb;
    border: 1px solid #e7e7e7;
    line-height: 0;
}

.btncs
{
    height: 30px;
    margin: 0;
    padding: 7px 10px;
    vertical-align: middle;
    background: #ff9000;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

/* grid view*/

table.gridtable
{
    /*font-family:  'Montserrat' , 'Trebuchet MS' , sans-serif;*/
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    border-collapse: collapse;
}

    table.gridtable th
    {
        text-align: center;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        font-size: 15px;
        background-color: #ff9000;
        color: White;
    }

    table.gridtable td
    {
        text-align: center;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: rgba(102, 102, 102, 0.16); /* #666666;*/
        background-color: #ffffff;
    }

/* css list style with arrow images  -------------- */
.imglist ul
{
    margin: 0px;
}

.imglist li
{
    font-size: 14px;
    padding: 0px;
    list-style: url(../Images/arrow.png);
    line-height: 24px;
}

    .imglist li a:link, .imglist li a:visited
    {
        color: #1e598e;
        text-decoration: none;
    }

    .imglist li a:hover
    {
        color: #0A7CAF;
        padding: 2px;
        -moz-box-shadow: 0px 0px 12px #9e9ea3;
        -webkit-box-shadow: 0px 0px 12px #9e9ea3;
        box-shadow: 0px 0px 12px #9e9ea3;
        border: none 0px #000000;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.horizontal_dotted_line
{
    border-bottom: 1px dotted #d4cbcb;
    padding-top: 10px;
    width: 100%;
}

.compulsary
{
    color: Red;
}

.lblhead
{
    text-align: left;
    font-weight: bold;
}

.Reganwidget
{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .Reganwidget > h2
    {
        display: inline-block;
        border-radius: 2px 2px 0 0;
        background-color: transparent;
        padding: 0px 25px;
        cursor: default;
        border: 2px solid #f2f2f2;
        border-bottom: 0;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        border-color: transparent;
        background-color: #ff9000;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .Reganwidget > h2:after
        {
            display: block;
            font-size: 16px;
            height: 2px;
            content: '';
            width: 100%;
            left: 0;
            background: inherit;
            position: absolute;
        }

.thumbnailindex
{
    max-width: 100%;
    text-align: center;
    padding: 6px;
    background: #fbfafb;
    border: 1px solid #e7e7e7;
    line-height: 0;
    margin-bottom: 12px;
}

table.Admingridtable
{
    /*font-family:  'Montserrat' , 'Trebuchet MS' , sans-serif;*/
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color:#173956;
    border-collapse: collapse;
}

    table.Admingridtable th
    {
        text-align: center;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #173956;
        font-size: 15px;
        background-color: #415f78; /*rgb(26, 34, 38);  #f15b4e;*/
        color: White;
    }

    table.Admingridtable td
    {
        text-align: center;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: rgba(102, 102, 102, 0.16); /* #666666;*/
        background-color: #ffffff;
    }

        table.Admingridtable td span
        {
            font-family: Calibri;
            font-size: 13px;
        }

.Mandatory
{
    color: Red;
}
