@font-face {
    font-family: 'Roboto';
    src: url('/css/font/Roboto-Regular.eot');
    src: url('/css/font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/css/font/Roboto-Regular.woff') format('woff'), url('/css/font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
    background: url('../images/dots.png') center center repeat, url('../images/bg.jpg') center center repeat #252326;
    -webkit-background-size: auto, contain;
    -moz-background-size: auto, contain;
    -o-background-size: auto, contain;
    background-size: auto, contain;
}

strong {
    font-weight: bold;
    font-size: 1.5em;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    overflow-x: hidden;
}


#wrapper {
    /* Center wrapper perfectly */
    width: 100%;
    left: 0%;
    margin: 0px auto;
    /*overflow-x: hidden;*/
}
#topAccessPanel {
    width: 60%;
    background: url(../images/top.jpg) no-repeat;
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    float:right;
    height: 32px;
    clear: both;
}

    #topAccessPanel ul {
        width: 80%;
        float: right;
        margin: 0 0 10px;
        padding: 0;
    }

    #topAccessPanel li {
        list-style-type: none;
        display: inline;
        font-size: 80%;
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
        font-style: italic;
        font-weight: 700;
        margin: 5px 0;
        padding: 0 9px;
        color: #333;
        border-right: 1px solid #837d46;
    }

        #topAccessPanel li:last-child {
            border-right: none;
            padding-right: 0;
        }

        #topAccessPanel li a {
            color: #333;
            text-decoration: none;
        }

            #topAccessPanel li a:hover {
                text-decoration: underline;
            }

    #topAccessPanel img {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        border: none;
    }

#header {
    width: 100%;
    height: 185px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background: url('../images/header.png') center center no-repeat;
    background-size: 100% auto !important;
}

#navRight {
    float: right;
    width: 220px;
}

    #navRight ul {
        position: relative;
        top: 0;
        right: 0;
        list-style: none;
    }

        #navRight ul li {
            margin: 0;
            padding: 0;
            border: none;
            outline: none;
            float: left;
        }

            /* #navRight ul li.home
            {
                background: url(../images/homeiconover.png) no-repeat 0px 0px;
                margin: 16px 0px 0px 0px;
                padding: 3px 20px 7px 40px;
            }*/
            #navRight ul li.home {
                background: url(../images/homeiconover.png) no-repeat 0px 10px;
                margin: 0;
                padding: 11px 10px 7px 40px;
            }

                #navRight ul li.home a {
                    color: #fff;
                    font-weight: bold;
                }

                    #navRight ul li.home a:hover {
                        color: #fff;
                        transition: all 1s;
                        -moz-transition: all 1s;
                        -webkit-transition: all 1s;
                        -o-transition: all 1s;
                        -ms-transition: all 1s;
                    }

            #navRight ul li.logout {
                margin: 0;
                padding: 11px 10px 7px 40px;
            }

                #navRight ul li.logout a {
                    color: #fff;
                    font-weight: bold;
                }

            /* #navRight ul li.language
            {
                margin: 9px 0px 0px 0px;
                padding: 11px 0px 7px 20px;
            }*/
            #navRight ul li.language {
                padding: 10px 0px 0px 20px;
                margin-left: 0;
                margin-right: 0;
                margin-top: 0;
            }

                #navRight ul li.language a {
                    color: #fff;
                    font-weight: bold;
                }

                    #navRight ul li.language a:hover {
                        color: #fff;
                    }

.headercontainer {
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
    bottom: 10px;
    left: 2.2%;
}

#navigation {
    width: 1340px;
    position: relative;
    margin: 0px auto;
    padding: 0;
    line-height: 22px;
}

    #navigation > li {
        display: block;
        float: left;
        margin: 0;
        border-right: 1px solid #CCCC99;
    }

        #navigation > li > a {
            font-size: 0.8em;
            display: block;
            position: relative;
            padding: 10px 7px 10px 14px;
            font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
            color: #fff;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: capitalize;
            -webkit-transition: color .3s ease-in;
            -moz-transition: color .3s ease-in;
            -o-transition: color .3s ease-in;
            -ms-transition: color .3s ease-in;
        }

            #navigation > li > a:hover, #navigation > li:hover > a {
                color: #FCDBC7;
            }

    #navigation > #dropdown > a {
        padding: 10px 30px 10px 20px;
    }

#dropdown > a::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

#dropdown > a:hover::after, #dropdown:hover > a::after {
    border-color: #ccc;
}

#navigation ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    #navigation ul li {
        position: absolute;
        top: -9999px;
        height: 0px;
        display: block;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
        -webkit-transition: height .2s ease-in;
        -moz-transition: height .2s ease-in;
        -o-transition: height .2s ease-in;
        -ms-transition: height .2s ease-in;
    }

#dropdown:hover > ul > li {
    height: 40px;
    position: relative;
    top: auto;
}

#navigation ul li a {
    padding: 10px 10px 10px 20px;
    /*width: 260px;*/
    display: block;
    position: relative;
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    color: #fafafa;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition: color .3s ease-in, background .3s ease-in;
    -moz-transition: color .3s ease-in, background .3s ease-in;
    -o-transition: color .3s ease-in, background .3s ease-in;
    -ms-transition: color .3s ease-in, background .3s ease-in;
}

    #navigation ul li:hover > a, #navigation ul li a:hover {
        color: #FCDBC7;
    }

#navigation ul #dropdown:hover ul {
    left: 160px;
    top: 0px;
    display: block;
}

#navigation ul #dropdown a::after {
    width: 6px;
    height: 6px;
    border-bottom: 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 12px;
}

#navigation ul #dropdown:hover > a::after, #navigation ul #dropdown > a:hover::after {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#dropdown ul {
    background-color: #5c6864;
    margin-left: -20px;
}

.home {
    background: url(../images/homeiconover.png) no-repeat 2px 7px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.cutoffdate {
    background: url(../images/boxiconover.png) no-repeat 2px 5px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.allocation {
    background: url(../images/allocationover.png) no-repeat 5px 3px;
    /*background-color: #837d46;*/
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.allocation {
    background: url(../images/allocationover.png) no-repeat 5px 3px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.awsdataentry {
    background: url(../images/allocationover.png) no-repeat 5px 3px;
    margin: 0;
    padding: 0px 0px 0px 20px;
    background-color: #837d46;
}

.notification {
    background: url(../images/notificationiconover.png) no-repeat 3px 3px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.approval {
    background: url(../images/approval.png) no-repeat 3px 4px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.dataentry {
    background: url(../images/approval.png) no-repeat 3px 3px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.changepwd {
    background: url(../images/changepassword.png) no-repeat -4px 6px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 15px;
}

.logout {
    background: url(../images/logoutover.png) no-repeat 3px 3px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.missingunitentry {
    background: url(../images/insuranceiconover.png) no-repeat -8px 4px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.exceldownload {
    background: url(../images/icon-exceldownload.png) no-repeat 5px 4px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.dataentry {
    background: url(../images/dataentry.png) no-repeat -8px 2px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.applcation {
    background: url(../images/application.png) no-repeat -6px 2px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.farmerinsured {
    background: url(../images/insuranceiconover.png) no-repeat -8px 4px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.insuranceicon {
    background: url(../images/contacticon.png) no-repeat -4px -2px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.documentupload {
    background: url(../images/documentupload.png) no-repeat -4px -2px;
    background-color: #837d46;
    margin: 0;
    padding: 0px 0px 0px 20px;
}

.download_master {
    background: url(../images/download.png) no-repeat 1px 7px;
    background-color: #837d46;
    padding: 0px 0px 0px 20px;
}

.clear {
    clear: both;
}

#content {
    width: 1280px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

    #content .top {
        width: 1280px;
        height: 36px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background-image: url(../images/content_top.png);
        background-repeat: no-repeat;
        background-size: 100% inherit !important;
    }

    #content .middle {
        width: 1280px;
        min-height: 200px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        background-image: url(../images/content_middle.png);
        background-repeat: repeat-y;
        background-size: 100% inherit !important;
    }

    #content .bottom {
        width: 1280px;
        height: 9px;
        margin: 0px auto;
        padding: 0px 0px 10px 0px;
        background-image: url(../images/content_bottom.png);
        background-repeat: no-repeat;
        background-size: 100% inherit !important;
    }

.box_large {
    width: 100%;
    float: left;
    margin: 0px auto;
}

.box_medium {
    width: 60%;
    float: left;
    margin: 0px auto;
    padding-left: 100px;
}

.box_small {
    width: 40%;
    float: left;
    margin: 0px auto;
}

.labelstyle {
    width: 82%;
    color: #414848;
    margin: 0;
    padding: 10px 0;
    font-size: 1.2em;
    float: left;
    /*font-variant: small-caps;*/
    letter-spacing: 1px;
}

.controlbox {
    width: 65%;
    height: 30px;
    float: left;
    margin: 0;
    padding: 0px 0px 0px 10px;
    border: 1px solid #414848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 5px #ababab;
    letter-spacing: 1px;
}

.w90percent {
    width: 65% !important;
}

.box_small table {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .box_small table tr {
    }

        .box_small table tr td {
            margin: 10px 0;
        }

.login_button {
    background-color: #837d46;
    border: 1px solid #837d46;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #414848;
    color: #fff;
    font-size: 1.2em;
    font-variant: small-caps;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
    padding: 6px 22px;
}

/*#content .h1
{
    font-size: 1.5em;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 20px;
    letter-spacing: 2px;
    float: left;
    width: 68%;
}*/

#content .h1 {
    font-size: 1.2em;
    color: #fff;
    margin: 0;
    padding: 5px 0px 0px 20px;
    letter-spacing: 1px;
    float: left;
    width: 68%;
}
#content h3 {
    font-size: 1.1em;
    color: #333;
    margin: 0;
    padding: 5px 0px 0px 20px;
}
#content h4 {
    font-size: 1em;
    color: #333;
    margin: 0;
    padding: 5px 0px 0px 20px;
}
.boldtable {
    font-weight: 700;
    color: #183165;
}

table.rounded-corners tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

table.rounded-corners tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

table.rounded-corners tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table.rounded-corners tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

table.rounded-corners tr td {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    margin: 6px 0;
    padding: 6px;
}

#tablebottom tr td {
    min-width: 150px;
    text-align: center;
    line-height: 25px;
    margin: 0;
    padding: 5px 0;
}

table.rounded-corners tr:hover td {
    background: #dbe4f9;
}
.ordered_list {
    width:100%;
    padding-left:40px
} 
.ordered_list li {
    padding:5px 10px;
    font-size:1em;
} 
 .ordered_list li strong, .para strong {
    font-size:1em;
} 
.datetime {
    width: 30%;
    float: right;
    font-size: 16px;
    padding: 8px 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}

#content .heading {
    font-size: 1.5em;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 20px;
    letter-spacing: 2px;
    float: left;
    width: 70%;
    font-weight: bold;
}

.button {
    background-color: #837d46;
    border: 1px solid #837d46;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #414848;
    color: #fff;
    font-size: 1.2em;
    font-variant: small-caps;
    letter-spacing: 1px;
    margin: 0 0 10px 10px;
    padding: 10px;
}

#box {
    width: 250px;
    height: 150px;
    float: left;
    margin: 0px 20px 0px 25px;
    padding: 0px 20px 0px 0px;
    background-color: #837d46;
    border: 1px solid #837d46;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #414848;
}

.textcolor_1 {
    width: 40%;
    color: #414848;
    margin: 0px 0px 0px 100px;
    padding: 10px 10px 10px 20px;
    font-size: 1.3em;
    float: left;
    font-variant: small-caps;
    letter-spacing: 1px;
}

.textcolor {
    color: #414848;
    margin: 0px 40px 0px 100px;
    padding: 10px 10px 10px 20px;
    font-size: 1.3em;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-align: right;
    /*width: 40%;
    color: #414848;
    margin: 0px 0px 0px 100px;
    padding: 10px 10px 10px 20px;
    font-size: 1.3em;
    float: right;
    font-variant: small-caps;
    letter-spacing: 1px;*/
}

.bold {
    color: #414848;
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 10px 20px;
    font-size: 1.1em;
    float: left;
    font-variant: small-caps;
    letter-spacing: 1px;
}

.tabbutton a {
    color: #414848;
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 10px 20px;
    font-size: 1.1em;
    float: left;
    font-variant: small-caps;
    letter-spacing: 1px;
}

    .tabbutton a:hover {
        color: #414848;
        margin: 0px 0px 0px 0px;
        padding: 20px 10px 10px 20px;
        font-size: 1.1em;
        float: left;
        font-variant: small-caps;
        letter-spacing: 1px;
    }

.radio {
    color: #414848;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 20px;
    font-size: 1.1em;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-weight: bold;
}

.roundedrec {
    width: 50%;
    height: 40px;
    float: left;
    margin: 20px 10px 10px 0px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #414848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 5px 5px 20px #414848;
    letter-spacing: 1px;
}

.roundedrecsmall {
    width: 30%;
    height: 40px;
    margin: 20px 10px 10px 120px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #414848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 1px;
}

.refreshbutton {
    width: 57%;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid #414848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 1px;
}

select {
    width: 65%;
    padding: 0px 0px 0px 10px;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.forgotlink {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #837d46;
}

    .forgotlink:hover {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        text-decoration: none;
        color: #424101;
    }

input[type="radio"] {
    margin: 20px 10px 10px 20px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
}

input[type="text"] {
    width: 50%;
    height: 30px;
    margin: 20px 10px 10px 0px;
    padding: 0px 0px 0px 10px;
}
table input[type="text"] {
    width: 50%;
    height: 30px;
    margin: 10px 10px 5px 0px;
    padding: 0px 0px 0px 10px;
}
input[type="password"] {
    width: 50%;
    height: 30px;
    margin: 20px 10px 10px 0px;
    padding: 0px 0px 0px 10px;
}

select, input[type="text"], input[type="password"], textarea {
    font-size: 0.8em;
    background-color: #fbf9f4;
    color: #333;
    border: 1px solid #414848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 5px #ababab;
    letter-spacing: 1px;
}
table select, table input[type="text"], table input[type="password"], table textarea {
    font-size: 1em;
    height: 27px;
    padding: 3px 5px;
}
.checkboxlist {
    background-color: #F8F5EC;
    overflow: scroll;
    width: 90%;
    height: 180px;
    margin: 5px 10px 10px 0px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #414848;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    letter-spacing: 1px;
    box-shadow: 1px 1px 5px #ababab;
    background-color: #fff;
    float: left;
}

.refreshImage {
    width: 30px;
    height: 30px;
    margin: 0;
    border: none;
    position: relative;
    top: -5px;
}

.button {
    margin: 10px 10px 10px 0px;
    padding: 8px 16px;
    background-color: #424101;
    border: 1px solid #837d46;
    color: #FFF;
    font-size: 1em;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 5px #414848;
    cursor: pointer;
}

.deletebutton {
    margin: 10px 10px 10px 0px;
    padding: 8px 16px;
    background-color: #d15323;
    border: 1px solid #c74310;
    color: #FFF;
    font-size: 1em;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 5px #414848;
    cursor: pointer;
}
.tablecss {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 1px 1px 5px #ababab;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .tablecss tbody {
    }

        .tablecss tbody tr {
        }

            .tablecss tbody tr th {
                background: #837D46;
                font-weight: bold;
                font-size: 1em;
                color: #fff;
                padding: 3px 5px;
                border: 1px solid #000000;
                border-width: 0px 1px 1px 0px;
            }

    .tablecss table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .tablecss tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tablecss table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .tablecss table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .tablecss tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .tablecss tr:hover td {
    }

    .tablecss tr:nth-child(odd) {
        background-color: #C3BD83;
    }

    .tablecss tr:nth-child(even) {
        background-color: #FDFAF5;
    }

    .tablecss td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: center;
        padding: 2px 5px;
        font-size: 1em;
        /*padding: 0px 5px;
        font-size: 0.8em;*/
        font-weight: normal;
        color: #000000;
    }

        .tablecss td:first-child {
            text-align: center;
        }

    .tablecss tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .tablecss tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .tablecss tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .tablecss tr:first-child td {
        /*background: -o-linear-gradient(bottom, #324062 5%, #1f2c49 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #324062), color-stop(1, #1f2c49) );
        background: -moz-linear-gradient( center top, #324062 5%, #1f2c49 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#324062", endColorstr="#1f2c49");
        background: -o-linear-gradient(top,#324062,1f2c49);*/
        background-color: #837D46;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: bold;
        color: #fff;
    }

.space {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}

#footer {
    background-image: url(../images/footerbg.png);
    background-repeat: repeat-x;
    font-size: 0.9em;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: #424101;
    font-variant: small-caps;
    margin-top: 20px;
}
#footerlinks {
    height: 20px;
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #837d46;
}

#owner, table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

#footerlinks li {
    border-right: 1px solid #837d46;
    display: inline;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
}

    #footerlinks li a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.8em;
    }

#footerlinks ul li.last {
    border-right-width: 0;
}

.footermargin {
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

a {
    text-decoration: none;
}

    a:hover, a:active {
        color: #333;
        text-decoration: underline;
    }

h3 {
    font-size: 16px;
}

span {
    font-size: 1em;
    font-weight: normal;
}

.grid {
    padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .grid li {
        display: inline-block;
        width: 264px;
        margin: 0;
        padding: 20px;
        text-align: left;
        position: relative;
        float: left;
    }

    .grid .figure {
        margin: 0;
        position: relative;
    }

        .grid .figure img {
            max-width: 100%;
            display: block;
            position: relative;
        }

    .grid .figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        background: #484848;
        color: #DBD7BC;
    }

        .grid .figcaption h3 {
            margin: 0;
            padding: 0;
            color: #fff;
        }

        .grid .figcaption span:before {
            /*content: 'by ';*/
        }

        .grid .figcaption a {
            text-align: center;
            padding: 2px 3px;
            border-radius: 2px;
            display: inline-block;
            background: #E8744B;
            color: #fff;
            font-size: 12px;
        }

.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
}

    .codrops-demos a {
        display: inline-block;
        margin: 0.5em;
        padding: 0.7em 1.1em;
        border: 3px solid #b3b9bf;
        color: #b3b9bf;
        font-weight: 700;
    }

        .codrops-demos a:hover, .codrops-demos a.current-demo, .codrops-demos a.current-demo:hover {
            border-color: #2c3f52;
            color: #2c3f52;
        }

@media screen and (max-width: 25em) {
    .codrops-icon span {
        display: none;
    }
}

.cs-style-3 .figure {
    overflow: hidden;
}

    .cs-style-3 .figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .no-touch .cs-style-3 .figure:hover img, .cs-style-3 .figure.cs-hover img {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

.cs-style-3 .figcaption {
    height: 80px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 .figure:hover .figcaption, .cs-style-3 .figure.cs-hover .figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 .figcaption a {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.iconbox {
    width: 700px;
    margin: 0 auto;
}

.iconbox1 {
    width: 975px;
    margin: 0 auto;
}

.box {
    width: 263px;
    height: 204px;
    float: left;
    margin: 10px 40px 40px 30px;
    border: 1px solid #808080;
    border-radius: 6px;
}

    .box img {
        width: 260px;
        height: 160px;
        background: #efeeeb;
        border: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.boxcontent {
    width: 261px;
    height: 42px;
    background: #484848;
    padding: 10px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .boxcontent a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
    }

        .boxcontent a:hover, .boxcontent a:focus {
            color: #E8744B;
        }

        .boxcontent a span {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: normal;
        }

            .boxcontent a span:hover {
                text-decoration: underline;
            }

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.menu {
     float: right;
    height: 36px;
    width: 35%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .menu li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        height: 30px;
        margin: 3px 0;
        border-right: 1px solid #fff;
        padding: 0px 10px;
    }

        .menu li:last-child {
            border-right: none;
        }

        .menu li a {
            display: block;
            padding: 0 14px;
            /*margin: 9px 0;*/
            line-height: 28px;
            text-decoration: none;
            /*font-family: Helvetica, Arial, sans-serif;*/
            font-weight: bold;
            font-size: 15px;
            color: #f3f3f3;
            text-shadow: 1px 1px 1px rgba(0,0,0,.6);
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

        .menu li:first-child a {
            border-left: none;
            border-right: none;
        }

        .menu li:last-child a {
            border-right: none;
            border-left: none;
        }

        .menu li:hover > a {
            color: #DACEBE;
        }


 .menu ul {
    position: absolute;
    top: 33px;
    left: 0;
    opacity: 0;
    background: #837D46;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    z-index:99;
}

    .menu li:hover > ul {
        opacity: 1;
    }

    .menu ul li {
        height: 0;
        overflow: hidden;
        padding: 0;
        -webkit-transition: height .25s ease .1s;
        -moz-transition: height .25s ease .1s;
        -o-transition: height .25s ease .1s;
        -ms-transition: height .25s ease .1s;
        transition: height .25s ease .1s;
        border-right: none;
        margin: 0;
    }

    .menu li:hover > ul li {
        height: 48px;
        overflow: visible;
        padding: 0;
    }

    .menu ul li a {
        width: 250px;
        padding: 7px 0 7px 20px;
        margin: 0;
        border: none;
        border-bottom: 1px solid #B5B68E;
    }

    .menu ul li:last-child a {
        border: none;
    }

    .menu a.moreoptions {
        background: url(../images/moreoptions.png) no-repeat 6px center;
        padding: 0 0 0 50px;
    }

    .menu a.downloads {
        background: url(../images/download.png) no-repeat 6px center;
        padding: 0 0 0 50px;
    }

    .menu a.messages {
        background: url(../img/bubble.png) no-repeat 6px center;
    }

    .menu a.signout {
        background: url(../img/arrow.png) no-repeat 6px center;
    }

    .menu ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        opacity: 0;
        background: #837D46;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-transition: opacity .25s ease .1s;
        -moz-transition: opacity .25s ease .1s;
        -o-transition: opacity .25s ease .1s;
        -ms-transition: opacity .25s ease .1s;
        transition: opacity .25s ease .1s;
    }

    .menu .floatright {
        /*float: right;*/
    }

        .menu .floatright a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: normal;
            border-left: none;
        }

#navRight .floatright {
    float: right;
}

    #navRight .floatright a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        border-left: none;
    }



.menu .floatleft {
    float: left;
}

    .menu .floatleft a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        border-left: none;
        border-right: none;
    }

#navRight .floatleft {
    float: left;
}

    #navRight .floatleft a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        border-left: none;
        border-right: none;
    }

#navigation .floatleft {
    float: left;
    background: #837D46;
}

    #navigation .floatleft a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        border-left: none;
    }

ul.guideline_unorderedlist {
    list-style-type: none;
    padding: 10px 20px 10px 50px;
    margin: 0;
}

    ul.guideline_unorderedlist li {
        background: url(../images/bullet.png) no-repeat 0 20px;
        padding: 10px 40px;
    }

        ul.guideline_unorderedlist li a {
            color: #837d46;
            font-size: 1.1em;
            line-height: 30px;
            text-decoration: none;
        }

            ul.guideline_unorderedlist li a:hover {
                color: #837d46;
                text-decoration: underline;
            }

            ul.guideline_unorderedlist li a strong {
                font-size: 1.1em;
            }

marquee {
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    width: 98%;
    font-weight: bold;
    height: 30px !important;
}

.page_enabled, .page_disabled {
    display: inline-block;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}

.paging_container {
    text-align: center;
}

.content_container {
    margin: 10%;
}

.iconImage {
    float: left;
}

.para {
    padding: 10px;
    margin: 10px;
    font-size: 1em;
    line-height: 24px;
}
.para1 {
    font-size: 2.4em;
    font-weight: bold;
    color: #414848;
    float: right;
    line-height: 2em;
}
.pagingbg {
    padding: 8px;
    margin: 2px;
    background: #817C47;
    border: solid 1px #666;
    font: 8pt tahoma;
}

.visitCountbox {
    margin: 2% 35% 5% 30%;
    background: #484848;
    height: 40px;
    padding: 10px 6px 10px 14px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.sitemap ul {
    width:49%;
    float:left;
    margin:0 auto;
    padding:5px 30px;
    list-style:square;
}
    .sitemap ul li {
        font-weight:normal;
        font-size:1em;
        padding:5px;
        list-style:square;
        display:initial;
    }
        .sitemap ul li a {
            color:#000;float: left;
            width:100%;
            text-transform:capitalize;
        }

    
.video_box {
    width: 290px;
    float: left;
    margin: 10px 15px;
    color: #3a3432;
    padding: 10px 10px 0px 10px;
    background-color: #fff7f2;
        border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 1px 1px 5px #817c47;
    -webkit-box-shadow: 1px 1px 5px #817c47;
    -moz-box-shadow: 1px 1px 5px #817c47;
}

.caption {font-size: 12px;
    font-weight: bold;    line-height: 24px;
}

.search1
{
    width: 250px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    background: none;
}

.search1
{
    background: none;
}

.search1 .gsc-control-cse
{
    background: none;
}

.search1 .cse .gsc-control-cse, .search1 .gsc-control-cse
{
    background: none;
    margin: 0px;
    padding: 2px;
    border: none;
}





@media screen and (max-width:330px) {
    .menu li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        height: 20px;
        margin: 0 0 8px 0;
    }

        .menu li a {
            display: block;
            line-height: 17px;
            text-decoration: none;
            font-size: 10px;
            color: #f3f3f3;
            text-shadow: 1px 1px 1px rgba(0,0,0,.6);
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

    .menu a.downloads {
        background: none;
        padding: 0;
    }

    .menu a.moreoptions {
        /*background: url(../images/moreoptions.png) no-repeat 6px center;*/
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    .menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.menu {
    float: none;
    height: 48px;
    width: 100%;
    background: #837D46;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .menu li {
        position: relative;
        list-style: none;
        float: left;
        display: block;
        height: 20px;
        margin: 0 0 8px 0;
    }

        .menu li a {
            display: block;
            line-height: 17px;
            text-decoration: none;
            font-size: 10px;
            color: #f3f3f3;
            text-shadow: 1px 1px 1px rgba(0,0,0,.6);
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

    .menu a.downloads {
        background: url(../images/download.png) no-repeat 0px center;
        padding: 10px 0 8px 38px;
    }
    .menu a.moreoptions {
        background: url(../images/moreoptions.png) no-repeat 15px center;
        padding: 10px 0 8px 45px;
    }

    .menu .floatright a {
        color: #fff;
        text-decoration: none;
        border-left: none;
        font-size: 12px;
        padding: 10px;
    }

    #content {
        width: 300px;
        margin: 0 auto;
        padding: 0;
    }

        #content .top {
            width: 100%;
            margin: 0;
            padding: 0;
            background-image: url(../images/content_top.png);
            background-repeat: no-repeat;
            background-size: 100% inherit !important;
        }

        #content .middle {
            width: 100%;
            min-height: 200px;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            background-image: url(../images/content_middle.png);
            background-repeat: repeat-y;
            background-size: 100% inherit !important;
        }
        
        #content .bottom {
            width: 100%;
            height: 30px;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            background-image: url(../images/content_bottom.png);
            background-repeat: no-repeat;
            background-size: 100% inherit !important;
        }

    .box_large {
        width: 100%;
        float: none;
        display: block;
        background-size: 100% inherit !important;
    }

    .box_medium {
        width: 100%;
        float: none;
        display: block;
        padding-left: 0px !important;
        background-size: 100% inherit !important;
    }

    .box_small {
        width: 100%;
        float: none;
        display: block;
        background-size: 100% inherit !important;
    }

    #box {
        width: 100%;
        height: 150px;
        float: none;
        display: block;
        margin: 0px 20px 0px 25px;
        padding: 0px 20px 0px 0px;
        background-color: #837d46;
        border: 1px solid #837d46;
        border-radius: 5px;
        box-shadow: 2px 2px 5px #414848;
    }

    #footer {
        width: 100%;
        background-image: url(../images/footerbg.png);
        background-repeat: repeat-x;
        background-size: 100% inherit !important;
        font-size: 0.9em;
        letter-spacing: 1px;
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
        color: #424101;
        font-variant: small-caps;
        margin-top: 20px;
    }

    .footermargin {
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }
    
    .visitCountbox {
        width: 100%;
        height: 40px;
        margin: 0 35% 5% 0;
        padding: 3.5%;
        display: block;
        clear: both;
        font-size: 0.8em;
        background: #484848;
        font-weight: bold;
    }

    marquee {
        color: #fff;
        padding: 0 10px;
        font-size:0.9em;
        margin: 0;
        width: 183%;
        font-weight: normal;
        clear:both;
    }
    span {
        font-size: 0.8em;
        font-weight: normal;
    }
    select, input[type="text"], input[type="password"], textarea {
        font-size: 0.8em;
        background-color: #fbf9f4;
        color: #333;
        border: 1px solid #414848;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-shadow: 1px 1px 5px #ababab;
        letter-spacing: 1px;
    }
    .w90percent {
        width: 95%;
    }

    .refreshbutton {
        width: 80%;
        height: 30px;
        margin: 0;
        padding: 0;
        border: 1px solid #414848;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        letter-spacing: 1px;
    }
}

/*============   PopUp    ================*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.popupBox {
    background:#f5f5f5;
    width:600px;
    height:500px;
    border:3px solid #d55500;
}
    .popupBox .border_bottom {
    border-bottom:2px solid #E8744B;
    }
.popupBox h2 {
    font-size: 1.1em;
    color: #333;
    padding: 15px 0px 0px 20px;
    float:left;
    width:90%;
}
    .popupBox input[type="text"] {
        margin:9px;
        width:100%;
    }
.close {
    margin: 10px 10px 10px 0px;
    background: url(../images/close_icon.png);
    float:right;
    width:28px;
    height:28px;
}
.popupBox table {width: 94%;height:90%; margin:0 auto;padding:0;}
    .popupBox table tr {
            margin:0;
            padding:0;
    }
        .popupBox table tr td {
            margin:0;padding:0;
        }