* {
    margin: 0px;
    padding: 0px;
}

/* Selection colours (easy to forget) */
::-moz-selection {
    background: #b4defd;
    color: #333;
}

::selection {
    background: #b4defd;
    color: #333;
}

::-moz-selection {
    background: #b4defd;
    color: #333;
}

body, html {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.wrapper {
    margin: 0 auto;
    width: 93%;
}

header {
    background-color: #1c1d21;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 5px 0;
}
/** code for radio chk***/

div.options > label > input {
    visibility: hidden;
}

div.options > label {
    display: block;
    margin: 22px 0px 20px -24px;
    padding: 9px;
    height: 42px;
    width: auto;
    font-weight: 600;
    font-size: 13px;
    background-color: #EEE;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.74);
}

    div.options > label > img {
        display: inline-block;
        margin-left: 10px;
        padding: 0px;
        border: solid 1px #ccc;
        height: 15px;
        width: 15px;
        background: none;
    }

    div.options > label > input:checked + img {
        background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px 14px;
    }

.dynamic-menu-mobile {
    margin: 10px;
    background-color: #eee;
    height: 80px;
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 0 0 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
}

.year {
    width: 45%;
    background-color: #eee;
    margin-right: 15px;
    padding: 10px;
    height: auto;
    float: left;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.74);
    margin-top: 10px;
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.74);
}

.showmobile-content {
    display: none;
}

/****/


.logo {
    width: 95%;
}

.top {
    width: auto;
    height: 35px;
    text-align: center;
    background-color: #333438;
}

    .top p {
        padding: 10px;
        font-family: 'Open Sans', sans-serif;
        color: #ebebeb;
        font-size: 12px;
    }


.fltr {
    float: right;
}

.signup {
    font-size: 12px;
    color: #747474;
}

    .signup a {
        color: #747474;
    }

h1 {
    font-size: 28px;
    font-weight: 500;
}

.ullist {
    list-style: none;
    margin-left: 40px;
    font-size: 13px;
}

    .ullist li {
        background: url(../images/list_arrow.png) no-repeat left bottom;
        padding: 3px 0px 0px 30px;
        line-height: 25px;
    }

.devider {
    border-bottom: dotted 1px #ccc;
    padding-top: 5px;
}

.dynamic-menu {
    padding: 0;
    margin: 10px;
    background-color: #eee;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px;
}

    .dynamic-menu:hover {
        padding: 0;
        margin: 10px;
        background-color: #e4870f;
        color: #ffffff;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        padding: 8px;
    }

.widget-title {
    background: url(../images/border.png) repeat-x scroll center bottom rgba(0, 0, 0, 0);
    float: left;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 13px;
    margin-top: 0;
    padding-bottom: 12px;
    width: 100%;
    color: #e4870f;
}

.company-name {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

.year-detail {
    font-size: 15px;
    font-weight: bold;
    color: #e4870f;
    margin-left: 10px;
}

.heading {
    font-size: 20px;
    color: #ff8a00;
    display: inline;
}

.list5 li {
    background: url("../images/list-tick.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    padding-left: 25px;
    font-size: 13px;
    margin-bottom: 5px;
    list-style: none;
}

.list-head {
    font-size: 14px;
    font-weight: bold;
}

.blue {
    color: #0093ff;
}

.more {
    color: #ff0000;
    font-size: 12px;
}

footer {
    background-color: #1c1d21;
}

.links {
    font-size: 13px;
    color: #bab4ae;
    text-transform: uppercase;
}

    .links a {
        font-size: 13px;
        color: #bab4ae;
        line-height: 30px;
        text-transform: uppercase;
    }

.social li {
    display: inline-block;
    margin: 5px;
    font-size: 30px;
}

    .social li a {
        color: #fe9416;
        font-size: 30px;
    }

        .social li a:hover {
            color: #999;
            text-decoration: none;
            font-size: 30px;
        }

.foot {
    color: #575757;
    font-size: 12px;
}
/*financial-personal page code*/
.rwd-table {
    margin: 1em 0;
    min-width: 100%;
}

    .rwd-table tr {
        border-top: 0px solid #333;
        border-bottom: 1px solid #333;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 280px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 280px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}





.rwd-table {
    background: #eee;
    border: solid 1px #ccc;
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #ccc;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
    }

@media (min-width: 280px) {
    .rwd-table th, .rwd-table td {
        padding: 10px !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #e4870f;
    font-weight: bold;
    text-transform: uppercase;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 3px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

textarea#styled {
    width: 90%;
    height: 40px;
    border: 0px solid #cccccc;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    background-image: url(bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.button {
    border: 1px solid #0a3c59;
    background: #3e779d;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c6fa6), to(#3e779d));
    background: -webkit-linear-gradient(top, #1c6fa6, #3e779d);
    background: -moz-linear-gradient(top, #1c6fa6, #3e779d);
    background: -ms-linear-gradient(top, #1c6fa6, #3e779d);
    background: -o-linear-gradient(top, #1c6fa6, #3e779d);
    background-image: -ms-linear-gradient(top, #1c6fa6 0%, #3e779d 100%);
    padding: 5px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #ffffff;
    font-size: 15px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
}

    .button:hover {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #3e779d;
        background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
        background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
        background: -moz-linear-gradient(top, #65a9d7, #3e779d);
        background: -ms-linear-gradient(top, #65a9d7, #3e779d);
        background: -o-linear-gradient(top, #65a9d7, #3e779d);
        background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
        color: #fff;
    }

    .button:active {
        text-shadow: #1e4158 0 1px 0;
        border: 1px solid #0a3c59;
        background: #65a9d7;
        background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
        background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
        background: -moz-linear-gradient(top, #3e779d, #65a9d7);
        background: -ms-linear-gradient(top, #3e779d, #65a9d7);
        background: -o-linear-gradient(top, #3e779d, #65a9d7);
        background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
        color: #fff;
    }
/*end financial personal code*/
.login-form {
    background-color: #eee;
    padding: 20px;
    width: 400px;
    margin: 0 auto;
    border: solid 1px #CCC;
    border-radius: 5px;
}

@media only screen and (min-width : 0px) and (max-width : 600px) {
    .login-form {
        background-color: #eee;
        padding: 20px;
        width: 90%;
        margin: 0 auto;
        border: solid 1px #CCC;
        border-radius: 5px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1039px) {
    .col-md-9 {
        float: none;
        width: 100%;
    }

    .logo {
        width: 110%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 2000px) {
    .next {
        display: none;
    }

    .top p a {
        color: #ebebeb;
        font-size: 12px;
    }
}

@media only screen and (min-width : 620px) and (max-width : 767px) {
    .prev {
        display: none;
    }

    .logo {
        width: 40%;
    }

    .top p a {
        color: #ebebeb;
        font-size: 12px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 619px) {
    .next, .prev {
        display: none;
    }

    .logo {
        width: 50%;
    }

    .align {
        text-align: center;
    }

    .last {
        margin: 10px auto;
    }
}

@media only screen and (min-width : 320px) and (max-width : 450px) {
    .hide-content {
        display: none;
    }

    .showmobile-content {
        display: block;
    }

    .col-lg-2 col-md-2 col-sm-2 {
        width: 100px !important;
        float: left;
    }

    .logo {
        width: 70%;
    }

    .top {
        width: 85%;
        font-size: 11px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
    .paddingTop {
        padding: 20px 0 0 0;
    }
}

/*********** Additional CSS Starts *******/

.errormessage {
    color: red;
}

.loginbutton {
    width: auto;
    height: 36px;
    border-radius: 2px;
    padding: 0px 14px;
    background: #52a6b2;
    color: #fff;
    border: none;
}

@media only screen and (min-width : 490px) and (max-width : 732px) {
    .dvpaddingTop {
        padding: 20px 0 0 0;
    }
}

@media (min-width : 270px) and (max-width: 630px) {

    .Grid1 {
        display: none;
    }
}

.Grid {
    width: 100%;
}

    .Grid tbody > tr > th, td {
        padding: 3px;
        word-break: break-all;
        word-wrap: break-word;
    }

.modalPopUpHeader {
    background-color: #333;
    color: #fff;
    height: 40px;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.messagerror {
    font-family: Arial;
    font-size: 12px;
    color: Red;
    font-style: normal;
}

.calender {
    z-index: 2000000!important;
    border: thin;
    border-color: black;
    background-color: #FFFFC4;
}

.modalBackgroundprogress {
    background-color: black;
    opacity: 0.60;
    filter: alpha(opacity=60);
    z-index: 9997;
}

.pagerstyle {
    background-color: #818176;
    color: #fff;
    height: 40px;
}

    .pagerstyle a {
        color: #fff;
        text-decoration: none;
    }

.selectedrowstyle {
    background-color: #818176;
}

.headerstyle {
    background-color: #818176;
    color: #fff;
    height: 40px;
}

.alternatestyle {
    background-color: #cccccc;
}

.footerstyle {
    background-color: #fff;
}

.messagsuccess {
    color: blue;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
}

/*********** Additional CSS Ends  *******/
/*chart class*/

@media only screen and (min-width : 320px) and (max-width : 450px) {
.chartview {
    width: 300px!important;
    height: 400px!important;
}

}
@media only screen and (min-width : 451px) and (max-width : 819px) {
.chartview {
    width: 420px!important;
    height:500px!important;
}

}
@media only screen and (min-width : 820px) and (max-width : 2000px) {
.chartview {
    width: 800px!important;
    height: 700px!important;
}

}
