﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Trebuchet MS', Verdana !important;
    background: #fff;
}

* {
    outline: none;
}

img {
    display: block;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clr {
    clear: both;
}

input[type='radio'] {
    margin-right: 2px;
}

    input[type='radio'] + label {
        margin-right: 15px;
    }

textarea {
    resize: none;
}

.login-frm-wrap ::-webkit-input-placeholder {
    color: #096aa6;
}


::-webkit-input-placeholder {
    color: #aeb0af;
}

:-ms-input-placeholder {
    color: #aeb0af;
}

.sml-menu {
    display: none;
}


/* Color Theme Styles start */

.clr-picker {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

/* Color Theme Styles end */


/* New Bootstrap Coordinat style below here */

.main-header-wrap {
    z-index: 1;
}

header.pagetop {
    background-color: #4684cf;
    padding: 0 0 0 10px;
    z-index: 1;
}

.logo-img img {
    width: auto;
    height: auto;
    margin: 15px 0 10px 20px;
}

.page-container {
    background-color: #fff;
    padding: 0 10px;
}

.chart-container {
    width: 98%;
}

header .user-dtl-wrap .user-img {
    width: 23px;
    height: 23px;
    /*background: #4e9fca;*/
    background: #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    float: left;
    margin: 0px 10px 0 0;
    cursor: pointer;
    border: #fff solid 1px;
}


nav.topmenu {
    background-color: #3b71b2;
    border: none;
    padding: 0;
    margin-bottom: 0px;
    min-height: 30px;
}

    nav.topmenu ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

/* User Login Area Styles in Header Start */

.search-section {
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    background: #fff;
    margin: 0 20px 0 0 !important;
    overflow: hidden;
    padding: 0 3px !important;
}

    .search-section input[type="text"] {
        width: 150px;
        height: 32px;
        border: none;
        background: none;
        padding: 3px;
        font-family: 'Trebuchet MS', Verdana;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        text-decoration: none;
        color: #797979;
        box-shadow: none;
        border-radius: 0;
    }

    .search-section button[type="submit"] {
        width: 20px;
        height: 20px;
        border: none;
        background: url(../images/search-icon.png) left top no-repeat;
        cursor: pointer;
        margin: 7px 0 0;
        padding: 0;
        float: right;
    }

    .search-section .form-group {
        margin-bottom: 0 !important;
    }

::-webkit-input-placeholder {
    color: #aeb0af;
}

:-ms-input-placeholder {
    color: #aeb0af;
}

figure.navbar-left {
    float: left !important;
}

section.navbar-right {
    float: right !important;
}

    section.navbar-right .bs-example {
        margin-top: 20px;
        /*padding-right:20px*/
    }

        section.navbar-right .bs-example .dropdown {
            margin-right: 20px;
        }

.srch-lst {
    padding: 0 0 12px 12px;
    overflow: hidden;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.hdr-hide {
    display: none;
}

.hd {
    color: #3b71b2;
    margin: 0 3px 2px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.bs-example .dropdown figure img.user-img-icn {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    border: none;
    background-color: #f2f2f2;
}

.bs-example .dropdown figure img.user-set-icn {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.bs-example .dropdown .arw-plc {
    vertical-align: middle;
}

section.navbar-right .dropdown a:hover, section.navbar-right .dropdown a:focus {
    color: #fff;
    text-decoration: none;
}

#logosection .dropdown > a:link, #logosection .dropdown > a:visited {
    color: #fff;
}

#logosection .dropdown a b.caret {
    border-top: 4px solid #fff;
}


.search-section .form-group {
    float: left;
}

.navbar-right .dropdown-menu {
    z-index: 1001;
}

/* User Login Area Styles in Header End */

/* Login page Style Start */

.login-box-wrap {
    width: 550px;
    /*  margin:100px auto; */
    margin: 11% auto 0;
}

    .login-box-wrap .panel-body {
        padding: 0;
    }

    .login-box-wrap .panel-default {
        border-color: #fff;
        border-radius: 12px;
    }


    .login-box-wrap .panel {
        background-color: #ececec;
        -webkit-box-shadow: inset 0px 0px 10px rgba(146,145,145,.25);
        box-shadow: inset 0px 0px 10px rgba(146,145,145,.25);
        border: #afafaf solid 1px;
        color: #817f7f;
    }

    .login-box-wrap .screen-head {
        min-width: 35%;
        background: url(../images/login-page-heading.png) center top no-repeat;
        background-size: contain;
        margin: -18px auto 0;
        display: block;
        font-size: 140%;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #555;
        padding: 7px 0 0;
        min-height: 57px;
        position: absolute;
        top: auto;
        left: 33%;
    }

.login-frm-out {
    float: left;
    width: 65%;
}

.login-frm-rht {
    margin: 0 6%;
}

    .login-frm-rht .logo {
        margin: 27px auto 30px;
        width: 148px;
    }

    .login-frm-rht label {
        font-weight: normal;
        font-size: 14px;
    }

.login-box-wrap figure.crm-img {
    border-right: 2px rgba(95,90,90,.5) solid;
}

.login-head-txt {
    background: url(../images/dot-2.jpg) left bottom repeat-x;
    padding: 10px 0;
    margin: 15px 0 20px 0;
}

.reg-head-txt {
    background: url(../images/dot-2.jpg) left bottom repeat-x;
    padding: 0 0 10px;
    margin: 5px 0 20px 0;
}

    .login-head-txt h5, .login-head-txt h3, .reg-head-txt h5, .reg-head-txt h3 {
        text-align: center;
    }

    .login-head-txt h5, .reg-head-txt h5 {
        font-size: 1em;
    }

    .login-head-txt h3, .reg-head-txt h3 {
        font-size: 1.7em;
        color: #095a92;
        text-shadow: 1px 1px 0 #f1f1f1;
    }

.login-head-txt figure img {
    width: 5em;
    margin: 0 auto;
}

.field-validation-error, .validation-summary-errors {
    color: #ed2525;
}

.field-validation-valid {
    display: none;
}

.btn {
    vertical-align: top !important;
}

.btn-login, .btn-group-cntr input[type="submit"], .btn-group-cntr input[type="button"] {
    /*background: url(../images/login-btn-bg.jpg) #fdfdfd left bottom repeat-x !important;*/
    background-color: #5485bf;
    border: #5485bf solid 1px !important;
    padding: 3px 12px 3px !important;
    color: #fff !important;
    /*color: #605f5f !important;    
    text-shadow: 1px 0 0 #f1f1f1;*/
    text-transform: capitalize;
    font-size: 13px !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    display: inline-block;
}

.btn-group-cntr a:link, .btn-group-cntr a:visited, .btn-group-cntr button {
    display: inline-block;
    /* background: url(../images/login-btn-bg.jpg) #fdfdfd left bottom repeat-x !important; */
    background-color: #5485bf;
    border: #5485bf solid 1px !important;
    padding: 3px 12px 3px !important;
    color: #fff !important;
    /*color: #605f5f !important;    
    text-shadow: 1px 0 0 #f1f1f1;*/
    text-transform: capitalize;
    font-size: 13px !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}

.btn-area-cntr {
    display: inline-block;
    background-color: #5485bf;
    border: #5485bf solid 1px !important;
    padding: 3px 12px 3px !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10%;
}

.login-frm-rht .label-danger {
    padding: 5px;
    color: #fff;
}

.frgt-txt span {
    margin: 0 5px;
}

.frgt-txt, .frgt-txt a:link, .frgt-txt a:visited {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #8a8a8a;
    margin: 15px 0;
}

    .frgt-txt a:hover {
        text-decoration: underline;
        color: #787878;
    }

.usr-glph {
    top: 3px;
}

.lck-glph {
    /*  top: 60px !important; */
}

input[type="text"].logfrm, input[type="email"].logfrm, input[type="password"].logfrm, select.logfrm,
input[type="text"].regfrm, input[type="email"].regfrm, input[type="password"].regfrm, select.regfrm, .login-frm-rht .form-group .btn-group .multiselect {
    border: #b4b4b4 solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    font-size: 15px;
    color: #5d5d5d;
    text-shadow: 1px 0 0 #f1f1f1;
    background: #dfdfdf;
    height: auto;
}

input[type="text"].regfrm, input[type="email"].regfrm, input[type="password"].regfrm, select.regfrm, .login-frm-rht .form-group .btn-group .multiselect {
    padding-left: 10px;
}

.login-frm-rht .form-group select + .btn-group {
    width: 100% !important;
    max-width: 100% !important;
}

    .login-frm-rht .form-group select + .btn-group > button {
        width: 100% !important;
        max-width: 100% !important;
    }

.login-frm-rht .form-group .btn-group .multiselect {
    width: 100%;
}

input[type="text"].nrmlfrm, input[type="email"].nrmlfrm, input[type="tel"].nrmlfrm, input[type="password"].nrmlfrm, input[type="number"].nrmlfrm, select.nrmlfrm,
textarea.nrmlfrm {
    border: #b4b4b4 solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    font-size: 12px;
    color: #5d5d5d;
    text-shadow: 1px 0 0 #f1f1f1;
    background: #f4f4f4;
    height: auto;
}

div[class="col-xs-9 input-validation-mark"], div[class="col-xs-10 input-validation-mark"] {
    padding-left: 3px !important;
}

div[class="col-xs-9 input-validation-nomark"], div[class="col-xs-10 input-validation-nomark"] {
    padding-left: 5px !important;
}

/*
input[type="text"].input-validation-error,input[type="email"].input-validation-error, input[type="password"].input-validation-error,select.input-validation-error,
textarea.input-validation-error
{
    border-left: #ed2525 solid 2px !important;
} 
    */
.input-validation-mark {
    border-left: #ed2525 solid 2px !important;
    padding-left: 3px;
}

.input-validation-nomark {
    border-left: none !important;
    padding-left: 5px;
}
/* Login page Style End */

/* Forgot password page style start */


h4.form-head {
    background: #e7e5e5;
    margin: 0;
    text-align: center;
    color: #5f5f5f;
    padding: 5px 0;
    margin-bottom: 5%;
}

/* Forgot password page style end */

@media (max-width:550px) {

    .login-box-wrap .screen-head {
        background: url("../images/login-page-heading.png") no-repeat scroll center top rgba(0, 0, 0, 0);
        background-size: 100% 75%;
        font-size: 90%;
        left: 21%;
        margin: -13px auto 0;
        min-height: 53px;
        min-width: 57%;
    }

    .login-frm-rht .col-xs-3 {
        width: 100%;
        padding-left: 0;
        float: none !important;
    }

    .login-frm-rht .col-xs-9 {
        width: 100%;
        float: none !important;
    }

    .login-frm-rht .col-lg-offset-3 {
        width: 100%;
        float: none !important;
        padding-right: 0;
        padding-left: 0;
    }

    .form-group .col-xs-2 {
        width: 100%;
        float: none !important;
        padding-right: 0;
        padding-left: 0;
    }

    .form-group .col-xs-10 {
        width: 100%;
        float: none !important;
        padding-right: 0;
        padding-left: 0;
    }

    input, select, textarea {
        max-width: 100%;
    }

    .calndr .k-datepicker {
        max-width: 100% !important;
    }

    .form-group .btn-group .multiselect {
        width: 100% !important;
        min-width: 100%;
    }

    select + .btn-group {
        max-width: 100% !important;
    }

        select + .btn-group > button {
            max-width: 100% !important;
        }

    .two-fld-clmn {
        max-width: 100% !important;
    }
}

/* Innerpages Styles Start */

.k-grid-pager .k-link {
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,.5) 100%);
    background-image: none,-moz-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,.5) 100%);
    background-image: none,-o-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,.5) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,.5) 100%);
    color: #5d5d5d !important;
    border: #bcb4b0 solid 1px !important;
}

.page-main-head {
    color: #0d67a5;
    /* padding-left:6px */
    font-size:20px;
}

.page-sub-head {
    color: #0d67a5;
    background: #f4f4f4;
    padding: 8px;
   
}
.page-sub-head h5{
     font-weight:700;
}
.pane-space {
    padding: 0 .5%;
}

.form-lable-gry {
    color: #666666;
    font-size: 12px;
}

#center-pane input, #center-pane select, #center-pane textarea {
    max-width: 59%;
}

#grid {
    width: 100%;
    margin: 0px auto;
}

.grid {
    /*min-height: 480px;*/
    min-height: 25px;
    max-height: 837px;
    margin-bottom: 10px !important;
}

    .grid table[role="grid"] td {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-bottom: 7px !important;
    }

    .grid .k-grid-content {
        /*min-height: 409px;*/
        min-height: 25px;
        max-height: 761px;
        overflow-y: hidden;
    }

    .grid .k-grid-header {
        padding-right: 0 !important;
    }

table.nrml-tbl {
    width: 100%;
    margin: 0 auto;
}

.nrml-tbl th, .nrml-tbl > tbody > tr:hover > th {
    background: #aeb0af;
    color: #fff;
    font-weight: normal;
}

.nrml-tbl td {
    font-size: 12px;
    color: #6e6e6e;
}

    .nrml-tbl td a:link, .nrml-tbl td a:visited {
        color: #6e6e6e;
        text-decoration: underline;
    }

    .nrml-tbl td a:hover {
        text-decoration: none;
    }

.nrml-tbl .h6 {
    font-size: 13px;
}

.btn-group-cntr {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0;
}

.k-pager-numbers .k-state-selected {
    background: #187EAD;
    border: #187EAD solid 1px;
}

.dl-horizontal {
    width: 99%;
    margin: 0 auto;
}

    .dl-horizontal dt {
        padding: 5px;
    }

    .dl-horizontal dd {
        border-bottom: rgba(234,234,234,.65) dashed 1px;
        background: rgba(249,249,249,.45);
        font-size: 12px;
        padding: 5px;
    }

dl.dl-horizontal > dt:first-child + dd {
    border-top: #f5f5f5 dashed 1px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 6px;
}

.form-group .k-widget, .demo-section .k-widget {
    border: none;
    padding: 0;
}

.form-group .k-upload, .demo-section .k-upload {
    position: initial;
}

.panel-custom {
    border: none !important;
    border-top: #e7e7e7 solid 2px !important;
    margin-top: 10px;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.page-sml-sub-head {
    padding: 0;
    margin: 20px 0 5px;
    font-size: 12px;
    font-weight: 700;
}

.imp-usr .k-upload-button {
    width: 27.167%;
    background: #f4f4f4 !important;
    margin: 0 !important;
    text-align: right !important;
    padding: 0 !important;
    color: #5d5d5d;
    border: #b4b4b4 solid 1px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-weight: normal;
    font-size: 13px !important;
}

    .imp-usr .k-upload-button span {
        background: url("../images/login-btn-bg.jpg") repeat-x left bottom #fdfdfd !important;
        padding: 9px 5px;
        color: #605f5f;
        text-shadow: 1px 0 0 #f1f1f1;
        border-left: #b4b4b4 solid 1px;
    }

.form-group .btn-group .multiselect {
    /* max-width:280px !important; */
    border: #b4b4b4 solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    color: #5d5d5d;
    text-shadow: 1px 0 0 #f1f1f1;
    background: #f4f4f4;
    height: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    overflow: hidden;
}

.open > ul.multiselect-container {
    width: 100% !important;
}

    .open > ul.multiselect-container li label {
        font-size: 12px;
        font-family: 'Trebuchet MS', Verdana !important;
        vertical-align: middle;
        line-height: 20px;
    }

.form-group .btn-group button.multiselect .caret {
    margin-left: 0;
    position: absolute;
    right: 5px;
    top: 12px;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

select.form-control {
    padding: 6px 12px 5px !important;
}

img.loc-img {
    width: 100%;
    height: 100%;
    max-width: 180px;
    border: #fff solid 1px;
    -webkit-box-shadow: 0px 0px 5px rgba(174,174,174,.51);
    box-shadow: 0px 0px 5px rgba(174,174,174,.51);
    margin: 0 0 10px 0;
}

select + .btn-group {
    width: 100% !important;
    max-width: 280px;
}

    select + .btn-group > button {
        width: 100% !important;
        max-width: 280px;
    }

.header-comp-name {
    color: #fff;
    text-align: left;
    margin: 8px 0 0 30px;
}

    .header-comp-name .proj {
        padding: 0;
        margin: 0;
        font-size: 21px;
    }

    .header-comp-name .cmp {
        padding: 3px 0 0;
        margin: 0;
        font-size: 14px;
    }

.header-comp-name-sml {
    overflow: hidden;
    display: none;
    border-bottom: #427cc2 solid 1px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding: 3px 0;
}

    .header-comp-name-sml .proj {
        padding: 0 5px 0 8px;
        margin: 0;
        font-size: 21px;
    }

    .header-comp-name-sml .cmp {
        padding: 0 8px 0 0;
        margin: 3px 0 0;
        font-size: 14px;
    }

.mrgn-top {
    margin-top: 10px !important;
}

.mrgn-btm {
    margin-bottom: 10px !important;
}

.mrgn-both {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mrgn-lft {
    margin-left: 10px !important;
}

.mrgn-rht {
    margin-right: 10px !important;
}
/* will be style only in google chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input.btn, .btn-group-cntr a {
        margin: 5px 2px !important;
    }

    select.form-control {
        padding: 6px 12px 3px !important;
    }
}

/* will be style only in google chrome */

@media (max-width:650px) {
    .header-comp-name {
        display: none;
    }

    .header-comp-name-sml {
        display: block !important;
    }
}

/* Responsive Table All Resolution Styles Start */


.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
}

    .table-responsive > .table {
        margin-bottom: 0;
        background-color: #fff;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }

    .table-responsive > .table-bordered {
        border: 0;
    }

        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive > .table-bordered > thead > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > thead > tr:last-child > td,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }

/* Responsive Table All Resolution Styles End */

/* Calendar Style Start */


.calndr input[type="text"], .calndr input[type="date"] {
    border-radius: 0;
    background-color: #f4f4f4 !important;
    font-size: 12px;
    color: #5d5d5d;
    padding: 5px 3px !important;
    height: 1.65em !important;
}

.calndr .k-state-focused {
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.calndr .k-datepicker {
    width: 49.4%;
    max-width: 140px;
    float: left;
    margin-left: 2px;
}

    .calndr .k-datepicker:first-child {
        margin-left: 0;
    }

.calndr .k-picker-wrap {
    border-radius: 0;
    border: 1px solid #b4b4b4 !important;
}

.calndr .k-select {
    background: #f4f4f4;
    border: none !important;
    border-radius: 0 !important;
}

    .calndr .k-select .k-icon {
        width: 20px;
        height: 20px;
        background: url(../images/calndr-icon.png) center 0 no-repeat;
    }

.calndr .k-state-hover .k-select {
    border-radius: 0 !important;
}

/* Calendar Style End */

.k-upload-sync .k-upload-button, .k-ie7 .k-upload-button, .k-ie8 .k-upload-button, .k-ie9 .k-upload-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0 !important;
}

fieldset.fltr {
    background: #f4f4f4;
    border: none !important;
    padding: 5px !important;
    margin: 0 0 10px 0 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

legend.filter {
    font-size: 14px;
    font-weight: 700;
    text-align: left !important;
    padding: 0 10px;
    border: none !important;
    margin: 0;
    color: #fff;
    width: auto;
    background: #3b71b2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

legend.nest {
    font-size: 14px;
    font-weight: 700;
    text-align: left !important;
    color: #666 !important;
    padding: 3px 0;
    margin: 7px 0 5px;
}

.or {
    width: auto;
    float: left;
    display: table;
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 25px;
    margin-right: 10px;
}

/* Attchment Table List Styles Start */
.tableAttachment td, .tableaudio td {
    padding: 4px;
    border-bottom: #f1f1f1 solid 1px;
}

    .tableAttachment td input[type="button"], .tableaudio td input[type="button"] {
        background: url(../images/login-btn-bg.jpg) #fdfdfd left bottom repeat-x !important;
        border: #b0aeae solid 1px !important;
        padding: 3px 12px 3px !important;
        color: #605f5f !important;
        text-shadow: 1px 0 0 #f1f1f1;
        text-transform: capitalize;
        font-size: 13px !important;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        display: inline-block;
    }

table.tableAttachment, table.tableaudio {
    margin: 6px 0 !important;
    max-width: 280px;
    border: #f1f1f1 solid 1px;
}

    table.tableAttachment tr:nth-child(2n+1) td, table.tableaudio tr:nth-child(2n+1) td {
        background: #f9f9f9;
    }

    table.tableAttachment td:first-child, table.tableaudio td:first-child {
        width: 212px;
    }
/* Attchment Table List Styles End */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles go here */
    fieldset.fltr {
        margin-top: 10px !important;
    }

    legend.filter {
        position: relative;
        top: -7px;
    }
}


@media (max-width:273px) {
    .calndr .k-datepicker {
        margin-left: 0;
        margin-right: 2px;
        margin-bottom: 2px;
        width: 100%;
    }

        .calndr .k-datepicker:first-child {
            margin-left: 0;
        }
}

.two-fld-clmn {
    max-width: 280px;
}

    .two-fld-clmn > div:first-child {
        float: left;
        width: 67.5%;
        margin-right: 5px;
    }

    .two-fld-clmn > div:nth-child(2n) {
        float: right;
        width: 30%;
    }

.glyphicon.cur {
    cursor: pointer;
    color: #0d67a5;
}

/* Innerpages Styles End */


/* Off Canvas Sidebar Menu */

/* Link styles start*/

.active .sidebar-nest.fix {
    position: absolute;
    top: 30px;
    -webkit-transition: all .25s ease-out, width 0;
    -moz-transition: all .25s ease-out, width 0;
    transition: all .25s ease-out, width 0;
}

.sidebar-nest.fix {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 1;
    -webkit-transition: all .25s ease-out, width 0;
    -moz-transition: all .25s ease-out, width 0;
    transition: all .25s ease-out, width 0;
    width: 16%;
}

.sidebar-nest .linkhd {
    padding: 3px 0 3px 5px;
}

.sidebar-nest ul li:first-child {
    margin-top: 10px;
}

.sidebar-nest ul li {
    padding: 1px 0 1px 15px;
    list-style-type: circle;
}

    .sidebar-nest ul li:hover {
        background-color: #4684cf;
    }

    .sidebar-nest ul li a {
        display: block;
        text-decoration: none;
        color: #0d67a5;
    }

    .sidebar-nest ul li:hover a {
        color: #fff;
    }
/* Link styles end */

@media screen and (min-width: 190px) {
    .sidebar-nest {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f4f4f4;
        padding: 10px 0;
        width: auto;
        /* height:602px; */
        overflow-y: auto;
        border-right: #3b71b2 solid 1px;
        -webkit-transition: top .25s ease-out;
        -moz-transition: top .25s ease-out;
        transition: top .25s ease-out;
        width: 100%;
    }


    #leftnavview {
        position: fixed;
        left: -15px;
        top: auto;
        font-size: 1em;
        background-color: #3b71b2;
        color: #fff;
        cursor: pointer;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        margin-top: 8px;
        transition: left .25s ease-out;
    }

        #leftnavview.pos {
            left: 0px;
        }

    .nav-close {
        background-color: #3b71b2;
        color: #fff;
        cursor: pointer;
        padding: 1px 1px 2px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 25%;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -25%; /* 3 columns */
        background-color: green;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        width: 16%;
        left: -10px; /* 3 columns */
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
        background-color: none;
    }

    .row-offcanvas-left.active .sidebar-offcanvas {
        width: 1px;
        left: -25%; /* 3 columns */
        padding-left: 0px;
    }

    .row-offcanvas-right.active {
        right: 0; /* 3 columns */
    }

    .row-offcanvas-left.active {
        left: 0; /* 3 columns */
    }



    .row-offcanvas .content {
        position: relative;
        width: 84%; /* 9 columns */
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas.active .content {
        width: 98.8%; /* 12 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 25%; /* 3 columns */
    }
}

@media screen and (max-width: 205px) {
    .sidebar-nest {
        max-width: 180px;
    }
}

/* CRM Login page Style Start */
.crm-login-frm-wrap ::-webkit-input-placeholder {
    color: #096aa6;
}

.crm-login-box-wrap {
    width: 610px;
    margin: 100px auto;
}

    .crm-login-box-wrap .panel-body {
        padding: 0;
    }

    .crm-login-box-wrap .panel-default {
        border-color: #fff;
        border-radius: 0;
    }


    .crm-login-box-wrap .panel {
        background-color: #ededed;
        -webkit-box-shadow: 0 1px 1px rgba(95,90,90,.5);
        box-shadow: 0 1px 1px rgba(95,90,90,.5);
    }

.crm-login-frm-out {
    float: left;
    width: 65%;
}

.crm-login-frm-rht {
    margin: 0 6%;
}

    .crm-login-frm-rht .logo {
        margin: 27px auto 30px;
        width: 148px;
    }

.crm-login-box-wrap figure.crm-img {
    border-right: 2px rgba(95,90,90,.5) solid;
}

.crm-btn-cntr {
    margin: 0 auto;
    display: block !important;
    background: #787878 !important;
    border: #454545 solid 1px !important;
}

    .crm-btn-cntr:hover {
        background: #565656 !important;
    }


.crm-login-frm-rht .label-danger {
    padding: 5px;
    color: #fff;
}

.crm-frgt-txt span {
    margin: 0 5px;
}

.crm-frgt-txt, .crm-frgt-txt a:link, .crm-frgt-txt a:visited {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #8a8a8a;
    margin: 15px 0;
}

    .crm-frgt-txt a:hover {
        text-decoration: underline;
        color: #787878;
    }


input[type="text"].crm-logfrm, input[type="email"].crm-logfrm, input[type="password"].crm-logfrm, select.crm-logfrm {
    border: #b4b4b4 solid 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-style: normal;
    font-size: 16px;
    color: #9f9d9d;
    /* text-shadow: 1px 0 0 #bce8fc; */
    padding: 9px 6px 9px 35px;
    height: auto;
}

.crm-login-box-wrap .checkbox {
    margin-left: 10px;
}

.crm-login-box-wrap .glyphicon {
    line-height: 30px;
}


.left-inner-addon input.crm-log-btn {
    min-width: 95px;
    background-color: #2e8fcc;
    border-radius: 0;
    border: #187ead solid 1px;
    padding: 3px 12px;
}

/* CRM Login page Style End */

/* Agiline Apps Login Page Styles Start */

.top-bar {
    background: url(../Images/agi-app-login-top-bg.jpg) left bottom repeat-x;
}

    .top-bar .navbar-right {
        margin: 35px 0 0;
    }
/* Login page Style Start */

.apps-login-box-wrap {
    width: 550px;
    /*  margin:100px auto; */
    margin: 8% auto 0;
}

    .apps-login-box-wrap .panel-body {
        padding: 0;
    }

    .apps-login-box-wrap .panel-default {
        border: none !important;
        border-radius: 12px;
        background: none;
    }


    .apps-login-box-wrap .panel {
        /* background-color: #ececec; */
        color: #817f7f;
        box-shadow: none !important;
    }


.apps-login-frm-out {
    float: left;
    width: 65%;
}

.apps-login-frm-rht {
    margin: 0 auto;
}


    .apps-login-frm-rht label {
        font-weight: normal;
        font-size: 14px;
    }

.apps-login-box-wrap figure.crm-img {
    border-right: 2px rgba(95,90,90,.5) solid;
}

.apps-login-head-txt {
    border-bottom: #0f68a7 solid 2px;
    padding: 0 0 10px;
    margin: 5px 0 0;
}

.app-box-bg {
    background: url(../Images/app-login-box-bg.png) center top repeat-x;
    padding: 30px 15px 0;
    border-top: #f7f7f7 solid 1px;
}

.apps-login-head-txt h5, .apps-login-head-txt h3 {
    text-align: left;
}

.apps-login-head-txt h5 {
    font-size: 1em;
}

.apps-login-head-txt h3 {
    margin-bottom: 0;
    font-size: 1.7em;
    color: #095a92;
    text-shadow: 1px 1px 0 #f1f1f1;
}

.apps-login-head-txt figure img {
    width: 5em;
    margin: 0 auto;
}

.apps-login-frm-rht .label-danger {
    padding: 5px;
    color: #fff;
}

.apps-login-btn {
    margin: 15px 0 0;
}

.apps-login-frm-rht input[type="text"].logfrm, .apps-login-frm-rht input[type="email"].logfrm, .apps-login-frm-rht input[type="password"].logfrm,
.apps-login-frm-rht select.logfrm, .apps-login-frm-rht .form-group .btn-group .multiselect {
    border: #c5c5c5 solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    font-size: 15px;
    color: #5d5d5d;
    text-shadow: 1px 0 0 #f1f1f1;
    background: #fafafa;
    height: auto;
}

.apps-login-frm-rht .btn-login {
    background: #0f68a7 !important;
    border: none !important;
    padding: 3px 12px 3px !important;
    color: #fff !important;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px !important;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    display: inline-block;
}

.apps-login-frm-rht .form-group .btn-group .multiselect {
    padding-left: 10px;
}

.apps-login-frm-rht .form-group select + .btn-group {
    width: 100% !important;
    max-width: 100% !important;
}

    .apps-login-frm-rht .form-group select + .btn-group > button {
        width: 100% !important;
        max-width: 100% !important;
    }

.apps-login-frm-rht .form-group .btn-group .multiselect {
    width: 100%;
}

.apps-login-frm-rht .frgt-txt {
    padding-top: 0px;
    margin-top: 5px;
}

hr.frgt-ln {
    margin-bottom: 0 !important;
    padding: 0 !important;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
}

/* Agiline Apps Login Page Styles End */

.dropdown-menu.module-list:before {
    right: 5px;
}

.dropdown-menu.module-list:after {
    right: 6px;
}

ul.module-list {
    padding: 10px;
    min-width: 210px !important;
}

    ul.module-list li {
        width: 92px;
        display: inline-block;
        padding: 3px;
        border: #fff solid 1px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        font-size: .9em;
    }

        ul.module-list li:nth-child(2n+1) {
            margin-right: 3px;
        }

        ul.module-list li:hover {
            border: #e5e5e5 solid 1px;
        }

        ul.module-list li a img {
            margin-left: auto;
            margin-right: auto;
        }

        ul.module-list li a {
            padding: 0;
            margin: 0;
            background: none;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            ul.module-list li a:hover {
                background: none;
                color: #000 !important;
            }

input.del-img[type="button"] {
    background: url("../Images/delete-img-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    height: 20px;
    left: 90px;
    position: relative;
    top: -105px;
    width: 20px;
}

.org-img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #ccc solid 1px;
    padding: 2px;
}
.dataClass{
        padding-top: 7px;
    }
.headingText{
           margin-top: 5px;
    margin-bottom: 5px;
    }
.leftAlign{
    text-align:left !important;
    font-weight:700;
}
.actionClass {
    color:#428bca !important;
    text-decoration:none !important;
    cursor:pointer;
}
.actionParent > a {
     color:#428bca !important;
    text-decoration:none !important;
    cursor:pointer;
}
 body {
        color:#000;
    }
    .nrml-tbl td, .nrml-tbl td a:link, .nrml-tbl td a:visited {
        color: #000;
    }
    .nrml-tbl th, .nrml-tbl > tbody > tr:hover > th {
        color:#000;
    }
    .nrml-tbl th, .nrml-tbl > tbody > tr:hover > th a {
        color:#000;
    }
    .k-header a{
        color:#000 !important;
    } 
    .k-grid-filter{
    color:#000 !important;
    }
.select {
    color:000;
}
@media screen and (min-width: 1100px) {
    #content3 .spn-error {
            padding-left: 216px;
    }
    .field-validation-error{
        padding-left: 18%;
    }
}
@media screen and (min-width: 780px) {
    .mapFilterBtn {
        margin-top: 24%;
    }
}
.cmpnyClas{
    float:left;
}
.addIcon {
    padding-left:5px;
    padding-top:3px;
    float:left;
}
.filterClass
{
    padding-right: 0px !important;
}
.filterClass select{
    float:left;
}
.filterClass #btnSearch {
    margin-top: -2px !important;
    margin-left: 10px !important;
}
.viHomeFilterCalss input[type='text']{
    margin-top:3px;
}
.viHomeViewMore {
    margin-top:5px;
}
.fileUpload{
    text-align:center;
}
.featureTick {
    /*float:right;
    margin-right:5px;*/
        margin-left: 45%;
}
.featureOdd{
    background-color:#f4f4f4;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    /*border:1px solid #dddddd;*/
    border-bottom:1px solid #dddddd;
    border-top:1px solid #dddddd;
    text-align:center;
    height: 50px;
}
.featureEven {
    background-color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    /*border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;*/
    padding-left:5px;
    text-align:center;
    height: 50px;
}
.featureDesc {
    background-color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #dddddd;
    /*border-right:1px solid #dddddd;
    border-top:1px solid #dddddd;*/
    padding-left:5px;
    text-align:center;
    height: 50px;
}
.featureRate {
    padding-left:5px;
}
.featureRateAns {
     /*padding-right:5px;*/
     text-align:right;
}
.btnClass {
    /*margin-top:5px;*/
    text-align:center;
}
.subscriptionHead {
    text-align:center;
    font-size:x-large;
    font-weight:700;
        padding-bottom: 50px !important;
}
.roundClass {
    /*background-color:#428bca;*/
    border:10px solid #fff;
    border-radius:50%;
    text-align:center;
    padding:10px;
    width: 150px;
    height: 150px;
    margin-left: 24%;
    margin-left: 9%;
    margin-top: -35%;
}
.roundClass span{
        font-size: xx-large;
    font-weight: 700;
    padding: 25px;
    color:#fff;
    display: inline-block;
    margin-left: -18%;
    margin-top: 1%;
    /*border: 10px solid #428bca;
    border-radius: 50%;*/
}
    .roundClass div {
       color: #fff;
        margin-top: -17%;
            font-size: 15px;
    }
.modulehaead {
        font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.subscPanel{
       padding-left: 0px;
    padding-right: 0px;
}
.subscPanel .panel-body{
       padding-left: 0px;
    padding-right: 0px;
}
.professionalPanel > .panel-heading {
    background-color: #48457C !important; 
     border-color: #48457C !important; 
}
.professionalPanel {
     border-color: #48457C !important; 
}
.businessPanel > .panel-heading {
    background-color: #644D77 !important; 
     border-color: #644D77 !important; 
}
.businessPanel{
    border-color: #644D77 !important; 
    /*border-right:none !important;*/
}
.officePanel > .panel-heading {
    background-color: #844F7B !important; 
     border-color: #844F7B !important; 
}
.officePanel  {
     border-color: #844F7B !important; 
     border-right:none !important;
}
.professionalPanel .roundClass {
    background-color: #48457C;
}
.enterprisePanel .roundClass {
    background-color:#428bca;
}
.enterprisePanel {
    /*/*border-left: none !important;*/*/
}
.businessPanel .roundClass {
    background-color:#644D77;
}
.officePanel .roundClass {
    background-color:#844F7B;
}
  .expiremonth {
        float: left;
        /*width: 40% !important ;*/
    }
    .exprieyear {
        /*width: 40% !important;*/
        margin-left: 3px;
        display: inline-block !important;
    }
    .ExpireMonthDiv, .exprieyearDiv{
        max-width:41% !important ;
        width:40.5% !important ;
        float:left;
}
    .moduleNameClass{
        font-weight:700;
            font-size: 14px;
            margin-bottom:3px;
    }
@media screen and (min-width: 1500px) {
    .labelDescription{
        margin-top: 12.65% !important;
    }
    .roundClass{
            margin-left: 23%;
        margin-top: -29%;
    }
}
.userGuideFirstHeader {
    color:#3276b1;
    width:100%;
     font-size: 16px;
    font-family: 'Trebuchet MS', Verdana !important;
    margin-bottom:10px;
    font-weight:bold;
}
.userGuideThirdHeader {
    color:#3276b1;
    width:100%;
     font-size: 20px;
    font-family: 'Trebuchet MS', Verdana !important;
    margin-bottom:10px;
    font-weight:bold;
    text-align:center;
}
.userGuideSecondHeader{
    width:100%;
    font-size: 16px;
    font-family: 'Trebuchet MS', Verdana !important;
    text-align:center;
}
.userGuideFirstBody {
     width:100%;
    font-size: 13px;
    font-family: 'Trebuchet MS', Verdana !important;
}
.userGuideHeaderText {
    font-weight:bold;
    color:#3276b1;
    width:100%;
     font-size: 19px;
    font-family: 'Trebuchet MS', Verdana !important;
    border-bottom:1px solid #f1f1f1;
    margin-bottom:15px;
}
.userGuideBodyText {
    width:100%;
    font-size: 12px;
    font-family: 'Trebuchet MS', Verdana !important;
    margin-bottom:10px;
}
   

