﻿html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    /* background-color: #fff;
   border-top: solid 10px #000;*/
    color: #333;
    font-size: 1.3em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

/*a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
   }

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

   a:hover {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1245px;
}

#body {
    background-color: #e2e2e2;
    clear: both;
    padding-top: 20px;
    /* padding-bottom: 35px;*/
}

/* .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }*/

/*header .content-wrapper {
    padding-top: 20px; 
}*/

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #fff;
    font-family: Arial, Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #FFF;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #e2e2e2;
}

    .featured .content-wrapper {
        background-color: #fff;
        /*  background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
         padding: 20px 40px 30px 40px;*/
        color: #000;
        min-height: 670px;
        border-radius: 8px;
        /*box-shadow: 0px 0px 4px #888888;*/
        border: 1px solid #888888;
        padding: 10px;
    }

.mycontent-wrapper {
    background-color: #fff;
    /*  background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
         padding: 20px 40px 30px 40px;*/
    color: #000;
    min-height: 350px;
    border-radius: 8px;
    /*box-shadow: 0px 0px 4px #888888;*/
    border: 1px solid #888888;
    padding: 10px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
/*fieldset {
   border: none;
    margin: 0;
    padding: 0;
}*/

/*fieldset legend {
        display: none;
    }*/

fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
    }

/*label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}*/

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #333;
    /* font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
     height:20px;
  */
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    /*font-weight: bold;*/
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    /*font-size: 1.2em;*/
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms 
    input {
        width: 90%;
    }
*/
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/*ourcss*/

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, .span-half, .span-1, .span-1half, .span-2, .span-2plus, .span-2half, .span-3, .span-3plus, .span-3half, .span-4, .span-4half, .span-5, .span-5half, .span-6, .span-6half, .span-6plus, .span-7, .span-8, .span-8half, .span-9, .span-10, .span-11, .span-11plus, .span-11half, .span-12, .span-12half, .span-13, .span-13half, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
    float: left;
    margin-right: 10px;
}

/* The last column in a row needs this class. */
.last {
    margin-right: 0;
}

/* Use these classes to set the width of a column. */
.span-half {
    width: 16px;
}

.span-1 {
    width: 30px;
}

.span-1half {
    width: 50px;
}

.span-2 {
    width: 70px;
}

.span-2plus {
    width: 80px;
}

.span-2half {
    width: 100px;
}

.span-3 {
    width: 110px;
}

.span-3plus {
    width: 135px;
}

.span-3half {
    width: 140px;
}

.span-4 {
    width: 150px;
}

.span-4half {
    width: 180px;
}

.span-5 {
    width: 190px;
}

.span-5half {
    width: 200px;
}

.span-6 {
    width: 230px;
}

.span-6half {
    width: 240px;
}

.span-6plus {
    width: 260px;
}

.span-7 {
    width: 270px;
}

.span-8 {
    width: 310px;
}

.span-8half {
    width: 320px;
}

.span-9 {
    width: 350px;
}

.span-10 {
    width: 390px;
}

.span-11 {
    width: 430px;
}

.span-11plus {
    width: 450px;
}

.span-11half {
    width: 460px;
}

.span-12 {
    width: 470px;
}

.span-12half {
    width: 480px;
}

.span-13 {
    width: 510px;
}

.span-13half {
    width: 530px;
}

.span-14 {
    width: 550px;
}

.span-15 {
    width: 590px;
}

.span-16 {
    width: 630px;
}

.span-17 {
    width: 670px;
}

.span-18 {
    width: 710px;
}

.span-19 {
    width: 750px;
}

.span-20 {
    width: 790px;
}

.span-21 {
    width: 830px;
}

.span-22 {
    width: 870px;
}

.span-23 {
    width: 910px;
}

.span-24 {
    width: 950px;
    margin-right: 0;
}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
    border-left-width: 1px;
    border-right-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

input.span-1, textarea.span-1 {
    width: 18px;
}

input.span-2, textarea.span-2 {
    width: 58px;
}

input.span-3, textarea.span-3 {
    width: 98px;
}

input.span-4, textarea.span-4 {
    width: 138px;
}

input.span-5, textarea.span-5 {
    width: 178px;
}

input.span-6, textarea.span-6 {
    width: 218px;
}

input.span-7, textarea.span-7 {
    width: 258px;
}

input.span-8, textarea.span-8 {
    width: 298px;
}

input.span-9, textarea.span-9 {
    width: 338px;
}

input.span-10, textarea.span-10 {
    width: 378px;
}

input.span-11, textarea.span-11 {
    width: 418px;
}

input.span-12, textarea.span-12 {
    width: 458px;
}

input.span-13, textarea.span-13 {
    width: 498px;
}

input.span-14, textarea.span-14 {
    width: 538px;
}

input.span-15, textarea.span-15 {
    width: 578px;
}

input.span-16, textarea.span-16 {
    width: 618px;
}

input.span-17, textarea.span-17 {
    width: 658px;
}

input.span-18, textarea.span-18 {
    width: 698px;
}

input.span-19, textarea.span-19 {
    width: 738px;
}

input.span-20, textarea.span-20 {
    width: 778px;
}

input.span-21, textarea.span-21 {
    width: 818px;
}

input.span-22, textarea.span-22 {
    width: 858px;
}

input.span-23, textarea.span-23 {
    width: 898px;
}

input.span-24, textarea.span-24 {
    width: 938px;
}
/* Columns Ends*/

.topmargincss {
    margin-top: 10px;
}

.HeaderBg {
    width: 100%;
    height: 98px;
    /*background-image: url(../images/BG.png);*/
    background-color:green;
    background-repeat: repeat-x;
    position: relative;
    float: left;
}

.cssLeft {
    width: 620px;
    float: left;
}

.cssMiddle {
    width: 400px;
    float: left;
    /*padding-top:25px;*/
}

.cssRight {
    width: 200px;
    float: left;
    padding-top: 38px;
}

.Homebtn {
    width: 70px;
    height: 98px;
    background: url('../Images/Homesprit.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .Homebtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/Homesprit.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.selectedlink {
    width: 70px;
    height: 98px;
    background: url('../Images/Homesprit.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}

.Adminbtn {
    width: 70px;
    height: 98px;
    background: url('../Images/Adminsprit.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .Adminbtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/Adminsprit.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.AdminSelected {
    width: 70px;
    height: 98px;
    background: url('../Images/Adminsprit.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}
/*.Projectsbtn
{
    width: 70px;
    height: 98px;
    background: url('../Images/Projecscript.png') no-repeat 0 0px scroll transparent;
    border:none;
    display:block;
}
.Projectsbtn:hover
{
     width: 70px;
    height: 98px;
    background: url('../Images/Projecscript.png') no-repeat 0 -99px scroll transparent;
    border:none;
    display:block;
}
.Projectsbtnselected
{
     width: 70px;
    height: 98px;
    background: url('../Images/Projecscript.png') no-repeat 0 -198px scroll transparent;
    border:none;
    display:block;
}}*/

.ProjectSprite {
    width: 70px;
    height: 98px;
    background: url('../Images/ProjectSprite.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .ProjectSprite:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/ProjectSprite.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.ProjectSpriteselected {
    width: 70px;
    height: 98px;
    background: url('../Images/ProjectSprite.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}


.newProjectsbtn {
    width: 70px;
    height: 98px;
    background: url('../Images/NewProjectsprit.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .newProjectsbtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/NewProjectsprit.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.newProjectsbtnselected {
    width: 70px;
    height: 98px;
    background: url('../Images/NewProjectsprit.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}



.SavedProjectsbtn {
    width: 70px;
    height: 98px;
    background: url('../Images/SavedProjectscript.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .SavedProjectsbtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/SavedProjectscript.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.SavedProjectsbtnselected {
    width: 70px;
    height: 98px;
    background: url('../Images/SavedProjectscript.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}

.Customersbtn {
    width: 70px;
    height: 98px;
    background: url('../Images/CustomersSprit.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .Customersbtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/CustomersSprit.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.CustomersbtnSelected {
    width: 70px;
    height: 98px;
    background: url('../Images/CustomersSprit.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}


.CancoilCustomersbtn {
    width: 70px;
    height: 98px;
    background: url('../Images/cancoilcustoerSprit.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .CancoilCustomersbtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/cancoilcustoerSprit.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.CancoilCustomersbtnSelected {
    width: 70px;
    height: 98px;
    background: url('../Images/cancoilcustoerSprit.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}

.Myprofilebtn {
    width: 70px;
    height: 98px;
    background: url('../Images/Myprofilesprit.png') no-repeat 0 0px scroll transparent;
    border: none;
    display: block;
}

    .Myprofilebtn:hover {
        width: 70px;
        height: 98px;
        background: url('../Images/Myprofilesprit.png') no-repeat 0 -99px scroll transparent;
        border: none;
        display: block;
    }

.Myprofilebtnselected {
    width: 70px;
    height: 98px;
    background: url('../Images/Myprofilesprit.png') no-repeat 0 -198px scroll transparent;
    border: none;
    display: block;
}

.bluebtn {
    background-color: #71afd8;
    color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 5px;
    border: 0px solid;
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 17px;
}

    .bluebtn:hover {
        background-color: #5A95B8;
        color: #ffffff;
        width: auto;
        height: auto;
        border-radius: 5px;
        border: 0px solid;
        padding: 7px 17px;
    }

.graybtn {
    background-color: #999999;
    color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 5px;
    border: 0px solid;
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 17px;
}

    .graybtn:hover {
        background-color: #7F7F7F;
        color: #ffffff;
        width: auto;
        height: auto;
        border-radius: 5px;
        border: 0px solid;
    }

.ButtonDiv {
    width: auto;
    height: auto;
    float: left;
}
/*grid css*/
.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #CCCCCC;
    border-collapse: collapse;
    margin-bottom: 15px;
}

table.gridtable th {
    padding: 8px;
    /*border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;*/
    background-color: #e2e2e2;
    text-align: left;
    color: #444;
}

table.gridtable td {
    padding: 8px;
    /*border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;*/
}

table.gridtable tr:nth-child(odd) {
    background-color: #F9F9F9;
}

table.gridtable tr:nth-child(even) {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}
/*End grid css*/

div.ui-widget-header {
    background: none;
    border: none;
}
/*div.ui-state-default, div.ui-widget-content .ui-state-default, div.ui-widget-header .ui-state-default {
    background:none;
    background-color: #69AED5;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}
div.ui-state-hover, div.ui-widget-content .ui-state-hover, div.ui-widget-header .ui-state-hover, div.ui-state-focus, div.ui-widget-content .ui-state-focus, div.ui-widget-header .ui-state-focus {
    background:none;
     background-color: #5A95B8;
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
}*/
.watermark {
    color: #999;
}

.errordiv {
    color: red;
}
/*Kendo Grid*/
.customerstxtbox {
    width: 240px;
    height: 30px;
    border-radius: 6px;
    color: #999999;
}

.k-grid .k-state-selected {
    background: #406D94 !important;
    border-color: #406D94 !important;
}

/*.k-grid-header .k-header {
        background-color: #EEEEEE;
    }*/
.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background: none !important;
    background-color: #e2e2e2 !important;
}

.k-pager-wrap {
    background-color: #EEEEEE;
}

.Userstxtbox {
    width: 240px;
    height: 30px;
    border-radius: 6px;
    color: #999999;
}

th a:link, th a:visited, th a:active, th a:hover {
    font-weight: normal !important;
}

.k-grid-header th.k-header > .k-link {
    font-size: 12px !important;
    padding: .3em .3em .2em .3em !important;
}

.k-grid-header th.k-header, .k-filter-row th {
    border: none !important;
}

.k-grid td {
    padding: .2em .3em !important;
    font-size: 12px !important;
    border: none !important;
}

.k-textbox > input, .k-autocomplete .k-input, .k-multiselect-wrap {
    height: 18px !important;
}

.k-grid-header-wrap, .k-grid-footer-wrap {
    border: none !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background: #406D94 !important;
    border-color: #406D94 !important;
}

.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    height: 20px !important;
}

.k-numerictextbox .k-link {
    margin-top: -3px;
}

.k-picker-wrap .k-icon {
    margin-top: -8px;
}
/*.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button{
width:100% !important;

 }
.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, 
   .k-selectbox, .k-textbox, .k-toolbar .k-split-button {
        width: 9em !important;
    }*/

.k-icon {
    margin-top: 5px !important;
}
/*Kendo Grid End*/

.userimg {
    width: 42px;
    height: 41px;
    float: left;
    background-image: url(../images/username.png);
}

.passwordimg {
    width: 42px;
    height: 41px;
    float: left;
    background-image: url(../images/password.png);
}

.Emailimg {
    width: 42px;
    height: 41px;
    float: left;
    background-image: url(../images/Emailicon.png);
}

.nopadd {
    padding-left: 0px;
    padding-right: 0px;
}

.norightpadd {
    padding-right: 0px;
}

.noleftpadd {
    padding-left: 0px;
}

.nav-pills > li > a {
    border-radius: 0px !important;
}

.logoutimg {
    margin-left: -8px;
}

.printimg1 {
    width: 56px;
    height: 19px;
    float: left;
    background-color: blue;
    /*background:url('../Images/print.png') no-repeat 0 0;*/
}

.gobackimg {
    width: 51px;
    height: 11px;
    float: left;
    background: url('../Images/goback.png') no-repeat 0 0;
}

.printimg {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .printimg:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .printimg:hover,
    .printimg:focus {
        color: #333333;
        text-decoration: none;
    }

.printall {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}


@media (min-width: 768px) {

    .headingtxt {
        width: 179px;
        float: left;
        margin-left: 15px;
    }

    .headingline {
        width: 416px;
        float: left;
    }
}

@media (min-width: 992px) {

    .headingtxt {
        width: 160px;
        float: left;
        margin-left: 15px;
    }

    .headingline {
        width: 930px;
        float: left;
    }
}

.innercontent {
    background-color: #fff;
    color: #3e5667;
    min-height: 500px;
    border-radius: 8px;
    border: 1px solid #888888;
    padding: 10px;
    margin: 10px;
}


/*user roles page side menu css starts*/

.sidenav {
    height: auto;
    width: 200px;
    /*position: fixed;*/
    z-index: 1;
    top: 120px;
    left: 180px;
    background-color: transparent;
    overflow-x: hidden;
}

    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 15px;
        color: #000;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        font-weight: normal;
    }

        .sidenav a:hover, .dropdown-btn:hover {
            color: #000;
        }

.main {
    /*margin-left: 200px;
    padding: 0px 10px;*/
    border-left: 1px solid #1F4E79;
    width: calc(100% - 200px);
}

.sidenav a .active {
    background-color: #5B9BD5;
    color: #000;
}

.dropdown-container {
    display: none;
    background-color: #fff;
    padding-left: 8px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

@media screen and (max-height: 450px) {

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#userroles .nav-tabs {
    border-bottom: 1px solid #1F4E79;
    width: 766px;
}

.nav-tabs {
    border-bottom: 1px solid #1F4E79;
}

    .nav-tabs > li > a {
        border: 2px solid #1F4E79;
        border-radius: 10px 10px 0 0;
        font-size: 15px !important;
        color: #000;
        padding: 5px 35px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #000;
        cursor: default;
        background-color: #9DC3E6;
        border: 2px solid #1F4E79;
        border-bottom: transparent;
        font-weight: bold;
    }

/*user roles page side menu css ends*/
