@font-face {
    font-family: 'sageframe';
    src: url('../sageframe.eot');
    src: url('fonts/sageframe.eot?#iefix') format('embedded-opentype'), url('fonts/sageframe.ttf') format('truetype'), url('fonts/sageframe.svg#sageframe') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "sageframe";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e615";
}
/*button:focus {
    outline: none;
}
/* 100 Fluid Grid System */
[class*="sfCol_"] {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sfColswrap [class*="sfCol_"] {
    padding-left: 10px;
}

.sfMoreblocks {
    margin: 0 -15px;
}

li {
    list-style: none;
}

/* First child will have padding-left */
.sfMoreblocks [class*="sfCol_"]:first-child, .sfInnerwrapper [class*="sfCol_"]:first-child, .sfColswrap [class*="sfCol_"]:first-child {
    padding-left: 15px;
}

4242631 .sfMoreblocks:before, .sfMoreblocks:after {
    display: table;
    content: " ";
}

.sfMoreblocks:after {
    clear: both;
}

.sfMoreblocks:before, .sfMoreblocks:after {
    display: table;
    content: " ";
}

.sfMoreblocks:after {
    clear: both;
}
/* Equal Width Calibration */
.sfFixed.sfCol_33 {
    width: 33.33%;
}

.sfFixed.sfCol_16 {
    width: 16.66%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.428;
    color: #333333;
    background-image: url("../images/body-bg-main.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    resize: none;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

object, embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/*MARGINS*/
.sf-mrg-none {
    margin: 0px !important;
}

.sf-sd-mrg-top {
    margin-top: 80px;
}

.sf-sd-mrg-btm {
    margin-bottom: 80px;
}

.sf-sd-mrg-lft {
    margin-left: 80px;
}

.sf-sd-mrg-rgt {
    margin-right: 80px;
}

.sf-pri-mrg-top {
    margin-top: 60px;
}

.sf-pri-mrg-btm {
    margin-bottom: 60px;
}

.sf-pri-mrg-lft {
    margin-left: 60px;
}

.sf-pri-mrg-rgt {
    margin-right: 60px;
}

.sf-sec-mrg-top {
    margin-top: 40px;
}

.sf-sec-mrg-btm {
    margin-bottom: 40px;
}

.sf-sec-mrg-lft {
    margin-left: 40px;
}

.sf-sec-mrg-rgt {
    margin-right: 40px;
}
/*PADDINGS*/
.sf-pdd-none {
    padding: 0px !important;
}

.sf-sd-pdd-top {
    padding-top: 80px;
}

.sf-sd-pdd-btm {
    padding-bottom: 80px;
}

.sf-sd-pdd-lft {
    padding-left: 80px;
}

.sf-sd-pdd-rgt {
    padding-right: 80px;
}

.sf-pri-pdd-top {
    padding-top: 60px;
}

.sf-pri-pdd-btm {
    padding-bottom: 60px;
}

.sf-pri-pdd-lft {
    padding-left: 60px;
}

.sf-pri-pdd-rgt {
    padding-right: 60px;
}

.sf-sec-pdd-top {
    padding-top: 40px;
}

.sf-sec-pdd-btm {
    padding-bottom: 40px;
}

.sf-sec-pdd-lft {
    padding-left: 40px;
}

.sf-sec-pdd-rgt {
    padding-right: 40px;
}
/*POSITIONS*/
.sfPositionRel {
    position: relative;
}

.sfPositionAbs {
    position: absolute;
}
/*TEXT ALIGN*/
.sfAlignLeft {
    text-align: left !important;
}

.sfAlignCenter {
    text-align: center !important;
}

.sfAlignRight {
    text-align: right !important;
}
/*TEXT COLOR*/
.sfWhiteTxt {
    color: #fff !important;
}

.sfBlackTxt {
    color: #000 !important;
}
/*TEXT WEIGHT*/
.sfNormalTxt {
    font-weight: normal !important;
}

.sfBoldTxt {
    font-weight: bold !important;
}

/* Float */
.sfFloatLeft {
    float: left !important;
}

.sfFloatRight {
    float: right !important;
}

.sfFloatNone {
    float: none !important;
}

.sfClear {
    clear: both !important;
}

/*Border Radius */
.sfRadius {
    border-radius: 4px !important;
}

.sfRound {
    border-radius: 1000px !important;
}

.sfCircle {
    border-radius: 50% !important;
}

/* =Screen Width
-------------------------------------------------------------- */
.sfInnerwrapper {
    width: 980px;
    margin: 0px auto;
    position: relative;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h2 small,
    h3 small,
    h1 .small,
    h2 .small,
    h3 .small {
        font-size: 65%;
        color: #666;
    }

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h5 small,
    h6 small,
    h4 .small,
    h5 .small,
    h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

.sfPageHeader {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.sfModule > h2 {
    font-size: 20px;
}

p {
    margin: 0 0 10px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.sfListNoStyle {
    padding-left: 0;
    list-style: none;
}

.sfListInline {
    padding-left: 0;
    list-style: none;
}

    .sfListInline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .sfListInline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.4;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Table Layout */
table {
    width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.sfTable {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}

    .sfTable > thead > tr > th, .sfTable > tbody > tr > th, .sfTable > tfoot > tr > th, .sfTable > thead > tr > td, .sfTable > tbody > tr > td, .sfTable > tfoot > tr > td {
        padding: 8px;
        line-height: 1.4;
        vertical-align: top;
        border: 1px solid #dddddd;
    }

    .sfTable > thead > tr > th, .sfTable > thead > tr > td {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .sfTable > caption + thead > tr:first-child > th, .sfTable > colgroup + thead > tr:first-child > th, .sfTable > thead:first-child > tr:first-child > th, .sfTable > caption + thead > tr:first-child > td, .sfTable > colgroup + thead > tr:first-child > td, .sfTable > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .sfTable > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .sfTable .sfTable {
        background-color: #ffffff;
    }


/* Form Elements */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.sfInputbox {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 0 20px 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    resize: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .sfInputbox:focus {
        border-color: #aaa;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .sfInputbox:-moz-placeholder {
        color: #999999;
    }

    .sfInputbox::-moz-placeholder {
        color: #999999;
    }

    .sfInputbox:-ms-input-placeholder {
        color: #999999;
    }

    .sfInputbox::-webkit-input-placeholder {
        color: #999999;
    }

    .sfInputbox[disabled],
    .sfInputbox[readonly] {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.sfInputbox {
    height: auto;
}

.sfFormGroup {
    margin-bottom: 15px;
}

/* Input Groups */
.sfInputGroup {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .sfInputGroup .sfInputbox {
        width: 100%;
        margin-bottom: 0;
    }

    .sfInputGroupAddon,
    .sfInputGroup-btn,
    .sfInputGroup .sfInputbox {
        display: table-cell;
    }

.sfInputGroupAddon,
.sfInputGroup-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.sfInputGroupAddon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}

    .sfInputGroupAddon.sfInputPrepend {
        border-right: none;
    }

    .sfInputGroupAddon.sfInputAppend {
        border-left: none;
    }


/* Radio and Checkboxes */
.sfRadio,
.sfCheckbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .sfRadio label,
    .sfCheckbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .sfRadio input[type="radio"],
    .sfRadio-inline input[type="radio"],
    .sfCheckbox input[type="checkbox"],
    .sfCheckbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .sfRadio + .sfRadio,
    .sfCheckbox + .sfCheckbox {
        margin-top: -5px;
    }

.sfRadio-inline,
.sfCheckbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .sfRadio-inline + .sfRadio-inline,
    .sfCheckbox-inline + .sfCheckbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    .sfRadio[disabled],
    .sfRadio-inline[disabled],
    .sfCheckbox[disabled],
    .sfCheckbox-inline[disabled] {
        cursor: not-allowed;
    }


select {
    /*-webkit-appearance: none !important;*/
    background: #fafafa;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    font-size: 14px;
}

    select:hover {
        background: #f2f2f2;
        background-position-x: 97%;
        background-position-y: center;
        border-color: #999999;
    }


/* =Messages
-------------------------------------------------------------- */

/*Error*/
input.sfError {
    border: 1px solid #c33d4a;
    box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset;
}

.sfError input, input.sfError, .sfError textarea, textarea.sfError {
    border-color: #c33d4a !important;
    color: #c33d4a;
}

    .sfError input:focus, input.sfError:focus, .sfError textarea:focus, textarea.sfError:focus {
        background: #fafafa;
        border-color: #c33d4a;
    }

.sfError label, label.sfError {
    color: #c33d4a;
}

/*Success*/
input.sfSuccess {
    border: 1px solid #5CB85C;
    box-shadow: 0 1px 2px rgba(92,184, 92, 0.1) inset;
}

.sfSuccess input, input.sfSuccess, .sfSuccess textarea, textarea.sfSuccess {
    border-color: #5CB85C;
    color: #4CAE4C;
}

    .sfSuccess input:focus, input.sfSuccess:focus, .sfSuccess textarea:focus, textarea.sfSuccess:focus {
        background: #fafafa;
        border-color: #5CB85C;
    }

.sfSuccess label, label.sfSuccess {
    color: #5CB85C;
}

/* Buttons */
.sfBtn {
    display: inline-block;
    padding: 8px 16px !important;
    margin-bottom: 0 !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .sfBtn:hover,
    .sfBtn:focus,
    .sfBtn:active,
    .sfBtn.active {
        color: #333333;
        text-decoration: none;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .sfBtn:active,
    .sfBtn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .sfBtn.disabled,
    .sfBtn[disabled] {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.sfPrimaryBtn {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .sfPrimaryBtn:hover,
    .sfPrimaryBtn:focus,
    .sfPrimaryBtn:active,
    .sfPrimaryBtn.active {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.sfWarningBtn {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .sfWarningBtn:hover,
    .sfWarningBtn:focus,
    .sfWarningBtn:active,
    .sfWarningBtn.active {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.sfErrorBtn {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .sfErrorBtn:hover,
    .sfErrorBtn:focus,
    .sfErrorBtn:active,
    .sfErrorBtn.active {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.sfSuccessBtn {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .sfSuccessBtn:hover,
    .sfSuccessBtn:focus,
    .sfSuccessBtn:active,
    .sfSuccessBtn.active {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

.sfInfoBtn {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .sfInfoBtn:hover,
    .sfInfoBtn:focus,
    .sfInfoBtn:active,
    .sfInfoBtn.active {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

.sfLinkBtn {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .sfLinkBtn,
    .sfLinkBtn:active,
    .sfLinkBtn[disabled],
    fieldset[disabled] .sfLinkBtn {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .sfLinkBtn,
        .sfLinkBtn:hover,
        .sfLinkBtn:focus,
        .sfLinkBtn:active {
            border-color: transparent;
        }

            .sfLinkBtn:hover,
            .sfLinkBtn:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .sfLinkBtn[disabled]:hover,
            fieldset[disabled] .sfLinkBtn:hover,
            .sfLinkBtn[disabled]:focus,
            fieldset[disabled] .sfLinkBtn:focus {
                color: #999999;
                text-decoration: none;
            }

.sfLargeBtn {
    padding: 10px 16px;
    font-size: 18px;
}

.sfSmallBtn {
    padding: 5px 10px;
    font-size: 12px;
}

.sfBlockBtn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .sfBlockBtn + .sfBlockBtn {
        margin-top: 5px;
    }

input[type="submit"].sfBlockBtn,
input[type="reset"].sfBlockBtn,
input[type="button"].sfBlockBtn {
    width: 100%;
}

/* Alerts */
.sfAlert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .sfAlert.sfDismissable {
        padding-right: 35px;
    }

        .sfAlert.sfDismissable .sfClose {
            position: relative;
            top: -2px;
            right: -21px;
            color: inherit;
        }

    .sfAlert.sfSuccess {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .sfAlert.sfInfo {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

    .sfAlert.sfWarning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .sfAlert.sfError {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

/* Helper Classes */
.sfClose {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .sfClose:hover,
    .sfClose:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.sfClose {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/*Button Groups */
.sfBtnGroup {
    list-style: none;
    margin: 0;
    *zoom: 1;
}

    .sfBtnGroup:before, .sfBtnGroup:after {
        content: " ";
        display: table;
    }

    .sfBtnGroup:after {
        clear: both;
    }

    .sfBtnGroup > * {
        margin: 0 0 0 -1px;
        float: left;
    }

        .sfBtnGroup > *:first-child {
            margin-left: 0;
        }

    .sfBtnGroup .sfDropdown-toggle:active, .sfBtnGroup.open .sfDropdown-toggle {
        outline: 0;
    }

    .sfBtnGroup > .sf.sfBtn + .sfDropdown-toggle {
        *padding-top: 5px;
        padding-right: 8px;
        *padding-bottom: 5px;
        padding-left: 8px;
        -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .sfBtnGroup.open .sfDropdown-toggle {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .sfBtnGroup.open .sf.sfBtn.sfDropdown-toggle {
        background-color: #e6e6e6;
    }
/* Media Objects */
.sfMedia, .sfMediaBody {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

    .sfMedia, .sfMedia .sfMedia {
        margin-top: 30px;
    }

        .sfMedia:first-child {
            margin-top: 0;
        }

.sfMediaObject {
    display: block;
}

.sfMediaHeading {
    margin: 0 0 5px;
}

.sfMedia > .sfFloatLeft {
    margin-right: 10px;
}

.sfMedia > .sfFloatRight {
    margin-left: 10px;
}

.sfMedia .sfMediaHeading {
    margin: 0 0 10px 0;
}
/* Pagination */
.sfPagination {
    margin: 20px 0;
}

    .sfPagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
    }

        .sfPagination ul > li {
            display: inline;
        }

            .sfPagination ul > li > a, .sfPagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

                .sfPagination ul > li > a:hover, .sfPagination ul > li > a:focus, .sfPagination ul > .sfActive > a, .sfPagination ul > .sfActive > span {
                    background-color: #f5f5f5;
                }

        .sfPagination ul > .sfActive > a, .sfPagination ul > .sfActive > span {
            color: #999999;
            cursor: default;
        }

        .sfPagination ul > .sfDisabled > span, .sfPagination ul > .sfDisabled > a, .sfPagination ul > .sfDisabled > a:hover, .sfPagination ul > .sfDisabled > a:focus {
            color: #999999;
            cursor: default;
            background-color: transparent;
        }

        .sfPagination ul > li:first-child > a, .sfPagination ul > li:first-child > span {
            border-left-width: 1px;
        }

/* Sticky Footer */
html, body, body > form {
    height: 100%;
}

.sfSectionwrap {
    min-height: 100%;
}


/* Login Status */
.sfLogininfo li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

a:focus {
    outline: none;
}



@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .sfTable td, .sfTable th {
        background-color: #fff !important;
    }

    .sfTable {
        border-collapse: collapse !important;
    }
}

a.icon-edit:before, .sfTopbar [class^="icon-"]:before, .sfTopbar [class*=" icon-"]:before {
    font-family: "sageframe" !important;
}



/*////CSS EDIT DHIRAN////*/
body {
    font-family: 'Roboto', sans-serif;
}

.sfInnerwrapper {
    width: 100%;
    margin: 0 !important;
    margin-top: 0px !important;
}

.sfMoreblocks {
    margin: 0 !important;
}

.topheader {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 99;
    box-shadow: rgba(0,0,0,.2) 0px 1px 3px;
    z-index: 99;
}

.sfLogininfo {
    float: right;
}

.sfLoggedTopBar .topheader {
    top: 45px;
}

.sfLoggedTopBar {
    padding-top: 137px;
}


#sfHeader .sfCol_100 {
    padding: 0 !important;
    width: 100% !important;
    background-color: #f2f2f2;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
}

.sfMiddlemaincurrent .sfCol_100 {
    padding: 0px !important;
}

/*////Page Title////*/

.page_title_div {
    background-color: #ececec;
    padding: 0 15px;
    border-bottom: solid 1px #d3d3d3;
    height: 65px;
}

.page__title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(0,0,0,.4);
    line-height: 65px;
    font-family: 'roboto', sans-serif;
}

.page_title_div .custom_btn {
    margin-top: 15px;
}




/*////btns////*/

.custom_btn {
    border-radius: 38px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out 0s;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.green_btn {
    background-color: #4fd09b;
    border-color: #48bd8d;
    color: #fff;
}

    .green_btn i {
        margin-right: 4px;
    }

    .green_btn:hover {
        background-color: #48bd8d;
        border-color: #48bd8d;
        color: #fff;
        text-decoration: none;
    }

.red_btn {
    background-color: #e67086;
    border-color: #c76174;
    color: #fff;
}

    .red_btn i {
        margin-right: 4px;
    }

    .red_btn:hover {
        background-color: #c76174;
        border-color: #c76174;
        color: #fff;
        text-decoration: none;
    }

.blue_btn {
    background-color: #69ccf0;
    border-color: #65c2e5;
    color: #fff;
}

    .blue_btn i {
        margin-right: 4px;
    }

    .blue_btn:hover {
        background-color: #65c2e5;
        border-color: #65c2e5;
        color: #fff;
        text-decoration: none;
    }
/*////*/

.bread_crumbs {
    display: inline-block;
    float: right;
    padding: 0 20px;
    border-left: dashed 1px #CCC;
    height: 65px;
    line-height: 65px;
}

    .bread_crumbs ul li {
        float: left;
        font-size: 11px;
        margin-right: 8px;
    }

.dashboardwrapper {
    min-height: 300px;
    padding: 5px;
    background-color: #f4f4f4;
}

    .dashboardwrapper h2 {
        font-size: 25px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #6fcaf0 !important;
        padding-bottom: 15px;
        border-bottom: solid 1px rgba(0,0,0,.1);
        margin-bottom: 30px;
        margin-top: 0;
    }

    .dashboardwrapper .dashWrapper {
        margin-bottom: 4px;
        clear: both;
    }

.partation {
    display: inline-block;
    width: 24.5%;
    margin-right: 0px;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 20px;
}

.dashWrapper ul li, .dashWrapper ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.dashWrapper ul {
    margin-left: -10px;
    width: 100%;
    display: block;
    overflow: hidden;
}

    .dashWrapper ul li {
        text-align: center;
        margin-left: 10px;
        border: solid 1px rgba(0,0,0,.2);
        border-radius: 4px;
        padding: 5px;
        width: 124px;
        height: 140px !important;
    }

        .dashWrapper ul li:hover {
            border: solid 1px #6fcaf0;
        }

        .dashWrapper ul li span {
            display: block;
            margin-bottom: 0;
        }

        .dashWrapper ul li:hover span {
            color: #6fcaf0;
        }

    .dashWrapper ul li {
        display: table;
        float: left;
    }

        .dashWrapper ul li .table_cell {
            display: table-cell !important;
            vertical-align: middle;
        }

        .dashWrapper ul li a {
            color: rgba(0,0,0,.4);
            font-size: 14px;
            font-weight: 700;
        }

.icon_holder {
    width: 64px;
    height: 64px;
    border: solid 1px #ccc;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 2px;
    font-size: 30px;
    color: rgba(0,0,0,.3);
    display: inline-block;
    clear: both;
}

.transprt_layer {
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

    .transprt_layer p {
        line-height: 105px;
        padding-top: 13px;
    }

.transprt_layer {
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.04);
    border-radius: 50%;
}

.dashWrapper ul li:hover .transprt_layer {
    background: #69ccf0;
    color: #fff;
    transform: scale(1.14);
}


#sfSidepanel {
    width: 268px;
    margin-right: 0 !important;
    padding-right: 18px;
    margin-left: -30px;
    position: fixed;
}

    #sfSidepanel ul li {
        width: 100%;
        position: relative;
    }

        #sfSidepanel ul li:before {
            position: absolute;
            top: 21px;
            left: 15px;
            color: #fff;
            font-size: 25px;
        }

        #sfSidepanel ul li a {
            display: block;
            padding: 25px;
            text-transform: uppercase;
            color: #fff;
            padding-left: 55px;
            font-weight: 700;
            font-family: 'Roboto', sans-serif;
            transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            text-decoration: none !important;
        }

            #sfSidepanel ul li a.selected, #sfSidepanel ul li a:hover, .active_header {
                background: rgba(0,0,0,.2);
                text-decoration: none;
                border-right: solid 2px #88e7f0;
                text-decoration: none !important;
            }

            #sfSidepanel ul li a.selected, #sfSidepanel ul li a:hover, .active_childheader {
                background: #6fcaf0;
                text-decoration: none;
                border-right: solid 2px #88e7f0;
                text-decoration: none !important;
            }

#sfDashboard {
    width: calc(100% - 243px);
    float: right;
    margin-right: 5px;
}

#sfLogo {
    padding-left: 0;
}

#sfDashboard ul li a {
    text-decoration: none;
}


/*.sfGridWrapperContent{margin:-15px 0;}*/


/*////Status bar////*/

.sfLogininfo {
    float: right;
}

    .sfLogininfo ul li {
        float: left;
        color: rgba(0,0,0,.4) !important;
        margin-right: 0;
        padding-top: 34px;
        height: 90px;
    }

        .sfLogininfo ul li i {
            margin-right: 10px;
        }

        .sfLogininfo ul li:nth-child(2) {
            border-right: none;
            margin-right: 15px;
        }

.sfWelcomeMsg span {
    color: #a0a0a0;
}

#sfStatus {
    text-align: right;
}

    #sfStatus .sfModule {
        display: inline-block;
        vertical-align: top;
    }

.sfWelcomeMsg {
    padding-right: 20px;
}

.sfNotification {
    border-right: solid 1px #ccc;
    padding-right: 35px;
    height: 90px;
    padding-top: 34px;
    color: #a0a0a0 !important;
    padding-top: 23px;
    padding-right: 20px;
    margin-right: 20px;
}

.notification {
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    float: right;
    color: #a0a0a0;
}

.notification_list {
    width: 300px;
    background-color: #d7514e;
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    top: 36px;
    left: -80px;
    color: rgba(255,255,255,.5);
    display: none;
    text-align: left;
}

    .notification_list:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: -15px;
        left: 45%;
        border-style: solid;
        border-width: 8px;
        border-color: transparent transparent #d7514e transparent;
    }


.notification_amount {
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 2px 8px;
    border-radius: 35px;
    background-color: #d7514e;
    color: #fff;
    font-size: 11px;
}

.account_setting_list {
    text-align: left;
}

    .notification_list ul li, .account_setting_list ul li {
        border: none;
        display: block;
        padding: 0 !important;
        margin: 0;
        float: none;
        width: 100%;
        height: auto;
    }

        .notification_list ul li a, .account_setting_list ul li a {
            color: rgba(255,255,255,.5);
            text-decoration: none;
            display: block;
            padding: 10px;
            border-bottom: dashed 1px rgba(255,255,255,.3);
        }

        .account_setting_list ul li a {
            color: rgba(255,255,255,.8);
        }

            .notification_list ul li a:hover, .account_setting_list ul li a:hover {
                background-color: rgba(0,0,0,.1);
            }

.status__setting {
    display: inline-block;
    background-color: #e9e9e9;
    border: solid 1px #ddd;
    border-radius: 37px;
    height: 30px;
    width: 30px;
    float: right;
    margin-left: 15px;
    margin-top: -5px;
    cursor: pointer;
    padding: 7px 7px;
    position: relative;
}

.sfLogininfo ul li:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
}

@-moz-document url-prefix() {
    .status__setting {
        padding: 4px 7px;
    }
}


.account_setting_list {
    width: 200px;
    background-color: #69ccf0;
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    top: 40px;
    right: 0px;
    color: rgba(255,255,255,.5);
    display: none;
}

    .account_setting_list:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: -15px;
        right: 5px;
        border-style: solid;
        border-width: 8px;
        border-color: transparent transparent #69ccf0 transparent;
    }


.status__setting .icon-arrow-s {
    font-size: 6px;
}

#sfCopyright {
    color: #fff;
    padding-top: 20px;
}

    #sfCopyright a {
        color: #69CCF0;
    }

#sfDashboard {
    background-color: #F4F4F4;
    padding: 20px;
    margin-top: 0px;
}

#sfLeftpanel {
    width: 238px;
}

#sfPagetitle {
    width: 647px;
}

#sfPagetitle, #sfBreadcurm {
    background-color: #ECECEC;
    padding: 0px 15px;
    border-bottom: 1px solid #D3D3D3;
    height: 65px;
    margin-top: 20px;
}

#sfBreadcurm {
    width: calc(100% - 890px);
}

#sfSidepanel {
    margin-top: -64px;
}

.sfBreadcrumb {
    float: right;
    clear: both;
    height: 65px;
    border-left: dashed 1px rgba(0,0,0,.4);
    padding-left: 10px;
}

    .sfBreadcrumb li {
        margin-top: 24px;
    }

        .sfBreadcrumb li, .sfBreadcrumb li a {
            border: none;
            font-size: 11px;
            color: rgba(0,0,0,.5);
            text-decoration: none;
        }

            .sfBreadcrumb li a: {
                color: #69ccf0;
            }

            .sfBreadcrumb li::after, .sfBreadcrumb li::before {
                display: none;
            }



/*//// Common UI KITs for the web page////*/
.wrapp {
}

    .wrapp label {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }

    .wrapp input[type="text"], .wrapp select {
        border-radius: 4px;
        padding: 6px 10px;
        border: solid 1px #ccc;
    }

.clarifix {
    clear: both;
}



#sfDashboard {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-top: 20px;
    min-height: 400px;
}

    #sfDashboard h1,
    #sfDashboard h2,
    #sfDashboard h3,
    #sfDashboard h4 {
        font-family: 'Roboto', sans-serif;
        color: rgba(0,0,0,.5);
    }

    #sfDashboard h4 {
        font-weight: 300;
    }

.fRight {
    float: right;
}

.fLeft {
    float: left;
}


.list_search {
    float: right;
    width: 100%;
    margin-top: 0px;
}
/*@-moz-document url-prefix() { 
  .list_search{float:right;width:100%;margin-top:0px;}
}
*/
.sfInputbox {
    border-radius: 3px;
}


/*////Buttons////*/

.transition {
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.col_25, .col_33, .col_50 {
    display: inline-block;
    vertical-align: top;
    padding: 25px;
    margin: 0 -3px;
}

.col_25 {
    width: 25%;
}

.col_33 {
    width: 33.33%;
}

.col_50 {
    width: 50%;
}

.bdr_radius {
    border-radius: 37px;
}

.btn_green {
    background-color: #4fd09b;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    border: solid 1px #48bd8d;
}

.btn_red {
    background-color: #e67086;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    border: solid 1px #d6687d;
}

.btn_blue {
    background-color: #69ccf0;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    border: solid 1px #69c4e6;
}

button {
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

    button span:before {
        padding-right: 5px;
    }

/*////*/
.stakeHolder_wrapper select, .stakeHolder_wrapper input[type="text"] {
    border-radius: 37px;
}


/*////list_search////*/
.list_search {
    margin-top: 0 !important;
}

.search_icon_btn {
    background-color: #69ccf0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: solid 1px #60badb;
    margin-top: -3px;
}

.list_search label {
    float: left;
    margin-right: 10px;
    width: auto;
    font-weight: 700;
    color: rgba(0,0,0,.5);
    line-height: 35px;
}

.list_search input[type="text"], .list_search select, .divRoles select, .stakeHolder select {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0 !important;
    height: 35px;
    border-radius: 37px;
    border: solid 1px #ccc;
    font-size: 12px;
    color: rgba(0,0,0,.5);
}

.list_search .col_33 {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
}

/*////list_search ends////*/


/*////select input width management////*/
select.sml_width, input[type="text"].sml_width {
    width: 80px;
}





/*////Table Listing Css Common////*/
.table_list {
    border-radius: 3px !important;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    color: rgba(0,0,0,.5);
    padding-bottom: 2px !important;
}

table tr {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    font-size: 14px !important;
}

    table tr td {
        padding: 8px;
        padding-left: 18px;
        vertical-align: middle;
        max-width: 200px;
        word-wrap: break-word;
    }

thead tr th.header {
    overflow: hidden !important;
}

table tr td:last-child {
    text-align: center !important;
}

.cssClassActionImg {
    padding-top: 12px;
}

table tr:hover {
    border-left: solid 2px #69ccf0 !important;
    color: #69ccf0;
}

.cssClassHeading:hover {
    border-left: none !important;
    color: rgba(0,0,0,.5);
}

.cssClassHeading th:last-child {
    width: 100px;
    text-align: center;
}

table tr:hover .cssClassActionImg a.icon-settings {
    color: #69ccf0;
}

/*.status__setting{
	animation:round 4s infinite linear ;
	-webkit-animation:round 4s infinite linear ;
	-moz-animation:round 4s infinite linear ;
	-ms-animation:round 4s infinite linear ;
	}
	
@keyframes round{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(359deg);}
	}
	
@-webkit-keyframes round{
	0%{-webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(359deg);}
	}
	
@-moz-keyframes round{
	0%{-moz-transform:rotate(0deg);}
	100%{-moz-transform:rotate(359deg);}
	}
	
	@-ms-keyframes round{
	0%{-ms-transform:rotate(0deg);}
	100%{-ms-transform:rotate(359deg);}
	}*/

.table_list {
    width: 100%;
    border: solid 1px #d0d3d6;
    margin: 15px 0;
}

.sfEven {
    background-color: #fff;
}

.sfOdd {
    background-color: #f5f5f5;
    border-left: solid 2px #b8b8b8 !important;
}

table .header, table .cssClassHeadNumber, table .cssClassHeadBoolean, table .cssClassHide, table .cssClassAction {
    background-color: #e7ebee;
    padding: 18px !important;
    font-size: 14px !important;
}


/*////pagination////*/
.paginationOuterWrap {
    width: 100%;
}

.cssClassPageNumber {
    float: right;
    width: auto;
    color: rgba(0,0,0,.5);
}

    .cssClassPageNumber input[type="text"], .cssClassPageNumber select {
        width: 60px;
        color: rgba(0,0,0,.5);
    }

    .cssClassPageNumber select {
        width: 80px;
    }

.cssClassPages, .pagination, .cssClassViewPerPage, .cssClassViewOf {
    display: inline-block; /*float:left;*/
    margin: 0 20px;
}



    .pagination a {
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
        color: rgba(0,0,0,.5);
        display: inline-block;
        padding: 0 10px;
        padding-top: 3px;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

        .pagination a:hover {
            color: #69ccf0;
        }

.cssClassPaginationActive {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #69ccf0;
    display: inline-block;
    padding: 0 10px;
}

a.cssClassPagePrevNxt {
    height: 26px;
    border-radius: 6px;
    background-color: #69ccf0;
    color: #fff;
    margin: 0 5px;
    padding-top: 0 !important;
    margin-top: -3px !important;
}

.cssClassPagePrevNxt:hover {
    background-color: #5bb1d0;
    color: #fff !important;
}

.cssClassViewOf {
    margin-top: 8px;
}

.paginationOuterWrap {
    clear: both;
}

/*////pagination ends////*/


/*////Popup box////*/
#fade {
    opacity: 1;
    background-color: rgba(152,157,227,.7);
    z-index: 555;
}

.cssPopUpContainer {
    width: 100%;
    position: relative;
}

    .cssPopUpContainer .popupbox {
        position: fixed;
        border-radius: 0;
        position: fixed;
        left: 35%;
        top: 100px;
        right: 35%;
        padding: 30px;
        margin: 0;
        height: auto;
        max-height: 500px;
        overflow: auto;
        width: auto;
        max-width: 30%;
        z-index: 888;
    }

.cssClassCloseIcon {
    display: none;
}

.cssClassHeader h3 {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.popupContent label {
    font-weight: 700;
    color: rgba(0,0,0,.5);
    display: block;
}

.popupContent input[type="text"], .popupContent select {
    padding: 6px 12px;
    border-radius: 4px;
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0,0,0,.5);
}




.popupbox h3 label {
    color: #000 !important;
}


/*.bank_popup{max-width:70% !important;width:80% !important;left:15% !important;right:15% !important;}

.bank_popup label{font-size:12px;}

.bank_popup .divBankInfo div, .bank_popup .divHeadOfficeinfo div, .bank_popup .divBankAddressInfo div, .bank_popup .divBankContactInfo div{width:33%;float:left;margin-right:0.3%;}

.divBankInfo,
.divHeadOfficeinfo,
.divBankAddressInfo,
.divBankContactInfo
{
width: 100%;
padding:20px 20px 5px;
vertical-align: top;
border: solid 1px #ccc;
margin-bottom: 30px;
overflow:hidden;display:block;}*/

.branch_name_bg {
    background-color: #4fd09b;
    color: #fff !important;
    padding: 8px;
    border-radius: 2px;
}
/*
.bank_popup .divHeadOfficeinfo h3, .divBankAddressInfo h3, .divBankContactInfo h3{font-size:16px;font-weight:700;color:#6fcaf0 !important;margin:0; margin-bottom:15px;}

.bank_popup .divBankAddressInfo div input, .bank_popup .divBankAddressInfo div select{margin-bottom:15px;}


.company_pop{max-width:50% !important;width:80% !important;left:25% !important;right:25% !important;}
.company_pop .fieldset{display:inline-block;float:left;width: 33%;margin-left: 0.3%;}
*/


/*////action popup////*/

.cssClassActionOnClick {
    position: relative;
}

.cssClassActionOnClickShowInfo {
    position: absolute;
    top: 5px;
    left: -122px;
    background-color: #69ccf0;
    padding-top: 10px;
    border-radius: 4px;
    width: 150px;
    height: auto;
    z-index: 999;
    text-align: left;
}

    .cssClassActionOnClickShowInfo:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 8px;
        right: -15px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #69ccf0;
    }

    .cssClassActionOnClickShowInfo a {
        color: #fff;
        display: block;
        padding: 5px 15px 5px;
        text-decoration: none;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        font-size: 12px;
    }

        .cssClassActionOnClickShowInfo a:hover {
            background-color: #61bdde;
        }

.cssClassActionImg a.icon-settings {
    color: #e67086;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.cssClassActionImg a:hover {
    text-decoration: none;
}



/*////Tab UI////*/

.ajax__tab_default, .ui-widget-content {
    border: none; /*border-radius:0;*/ /*background:none !important;*/
}

.tabContent {
    padding: 30px !important;
    background-color: #fff !important;
    padding-bottom: 60px !important;
    min-height: 400px;
}

/*.ui-widget-header, .sfTab{background:none !important;}*/
.ui-dialog .ui-dialog-title, .ui-dialog-title {
    color: #fff !important;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 15px 20px !important;
    font-size: 15px !important;
    border-right: none;
    background-color: rgba(0,0,0,.04);
    border-bottom: solid 4px rgba(0,0,0,.04);
    margin-right: 2px;
}

.ui-corner-top a {
    border-radius: 0 !important;
    color: rgba(0,0,0,.3) !important;
}

.ui-state-active a:link, .ui-state-active a:visited {
    padding: 20px 40px;
    color: #4fd09b !important;
    border-bottom: solid 4px #4fd09b !important;
    background-color: #fff !important;
}

.ui-tabs .ui-tabs-nav li a:hover {
    color: #4fd09b !important;
}

/*.ui-dialog-titlebar-close{display:none;}*/

.ui-button-text:hover {
    color: #000;
}




/*////Registration Page Css////*/

.cssClassCommonBox {
    width: 100%;
}

.regform_wrapper {
    font-family: 'Roboto', sans-serif !important;
    padding: 30px;
    margin-top: 20px;
    background-color: #FFF;
}


.fieldset {
    width: 33%;
    float: left;
    margin-left: 0.3%;
}

.fieldsetSml {
    width: 18.33% !important;
}

.fieldset input[type="radio"] {
    margin: 9px;
}

/*.fieldset:nth-child(3n+3){margin-right:0;}	*/

.divRAAsset, .divRAPermissionSection {
    padding-top: 30px;
}

.docUploadPart {
    width: 100%;
    padding: 0 20px 20px;
    vertical-align: top;
    border: solid 1px #ccc;
    height: 500px;
    overflow: auto;
    clear: both;
    height: auto;
}

    .docUploadPart button, .docUpload button {
        font-size: 10px !important;
        padding-top: 9px;
    }

    .docUploadPart span, .docUpload span, .docUploadPart label, .docUpload label {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 700;
        color: rgba(0,0,0,.4);
    }

    .docUploadPart .sfButtonwrapper, .docUpload .sfButtonwrapper {
        margin-top: 30px;
        padding-left: 0px !important;
        clear: left;
    }

.regform_wrapper .sfButtonwrapper {
    margin-top: 30px;
    padding-left: 30px;
}

.docUploadPart select, .sfButtonwrapper select, .docUploadPart input[type="file"], .sfButtonwrapper input[type="file"] {
    display: inline-block;
    vertical-align: top;
}

.docUploadPart select, .docUpload select {
    width: 69%;
}

.docUploadPart input, .docUpload input[type="file"][type="file"] {
    width: 30%;
}




/*////error msgs////*/
span.sfError, label.sfError {
    color: #fff;
    margin-top: -20px;
    clear: both;
    display: block;
    background-color: #e67086;
    padding: 0 5px;
    font-size: 10px;
    position: relative;
    border-radius: 2px;
}

    label.sfError:before, span.sfError:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -13px;
        left: 6px;
        border-style: solid;
        border-width: 8px;
        border-color: transparent transparent #e67086 transparent;
        z-index: 1;
    }

#sfBodyContent {
    padding-top: 95px;
}


/*////notification msg////*/

#popup_overlay {
    background: rgba(152,157,227,.7) !important;
    opacity: 1 !important;
}

#popup_container {
    border: none;
    padding: 30px 20px !important;
    border-radius: 0 !important;
    background: #fff;
}

#popup_content {
    background-position: 16px 6px !important;
}

#popup_title {
    display: none;
}

#popup_panel {
    text-align: center;
}

#popup_message {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
}

#popup_ok, #popup_cancel {
    border-radius: 37px;
    padding: 10px 25px !important;
}

.divORApprovalProcess {
    margin-bottom: 20px;
}



/*//// Menu Registration////*/

.divPagelist, .divRolePageList {
    width: 49%;
    float: left;
    margin: 2% 0%;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,.3);
    padding: 1px;
    min-height: 401px;
}

.divPagelist {
    float: right;
}

    .divPagelist h2, .divRolePageList h2 {
        margin: 0;
        padding: 20px;
        background-color: #e7ebee;
        font-size: 18px;
    }

.in-gird-search {
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,.04);
}

    .in-gird-search input[type="text"] {
        width: calc(100% - 60px);
        float: left;
        margin-right: 0;
    }


ul.PageList {
    height: 250px !important;
    overflow: auto;
}

ul#RoleList {
    height: 256px !important;
}

#divHierarchySave button {
    margin: 15px;
}



ul.PageList label, ul#RoleList label {
    margin: 15px;
}

ul.pageList li, #HierarchyRole li, #RoleList li {
    font-size: 14px;
    color: rgba(0,0,0,.5);
    padding: 10px;
    border-bottom: solid 1px rgba(0,0,0,.04);
}

    ul.pageList li:last-child {
        border-bottom: none;
    }


#PageList, #rolesPage {
    height: 223px;
    overflow: auto;
    width: 100%;
}

#rolesPage {
    height: 300px;
}

.iAddPage, .iRemoveRole, .iAddRole, .iRemovePage {
    float: right;
    background-color: #4fd09b;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
}

.iRemovePage, .iRemoveRole {
    background-color: #E67086;
}


/*////*/

.bank_action {
    width: 100%;
    margin-top: 40px;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,.3);
    padding: 1px;
    margin-bottom: 30px;
}

    .bank_action .list_search {
        width: 100%;
        background: rgba(0,0,0,.07);
    }

.list_search .in-gird-search {
    width: 50%;
    background: none;
}

.bank_action table {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

    .bank_action table tr {
        border-left: solid 2px #fff;
        border-right: solid 2px #fff;
    }

        .bank_action table tr th {
            padding: 10px;
            background-color: #a6a6a6;
            color: #fff;
            border-left: solid 2px #a6a6a6 !important;
            border-right: solid 2px #a6a6a6 !important;
        }

    .bank_action table thead tr:hover {
    }

    .bank_action table tr td {
        border-bottom: solid 1px rgba(0,0,0,.2);
        padding: 15px 10px;
        border-right: solid 1px rgba(0,0,0,.2);
        text-align: left !important;
    }

    .bank_action table tr th:first-child {
        width: 20px;
    }

.stakeHolderList {
    height: 395px;
    overflow: auto;
}

.bank_action_bottom_info {
    margin-bottom: 20px;
}

    .bank_action_bottom_info label {
        font-weight: 700;
        font-size: 12px;
        color: rgba(0,0,0,.4);
        display: block;
    }

    .bank_action_bottom_info span.sfError {
        width: 200px;
        margin-top: 0px !important;
    }

.no_margin_top {
    margin-top: 0;
}



.divGuaranteeAddWrap .uploadWrapper .fileInput {
    width: 85%;
}



/*.company_info > div .fieldset:nth-child(4n+1), .CompanyAddressInfo > div .fieldset:nth-child(4n+1), .CompanyContactInfo > div .fieldset:nth-child(4n+1){Clear:left;}*/


/*.ui-widget-content{background-color:#fff !important; padding:15px;box-shadow:rgba(0,0,0,.5) 0px 1px 8px;}*/

.ui-datepicker-calendar tr {
    border-left: none;
    border-right: none;
}

    .ui-datepicker-calendar tr:hover {
        border-left: none;
    }

.ui-datepicker {
    background: #fff !important;
    padding: 15px !important;
    box-shadow: rgba(0,0,0,.3) 0px 1px 3px !important;
}

h1, h2, h3, h4 {
    position: relative;
}

.mendetory {
    display: inline-block;
    float: right;
    color: #fff !important;
    font-size: 12px;
    background-color: #E67086;
    padding: 5px;
    border-radius: 2px;
    position: absolute;
    top: 30%;
    right: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
}


/*////StakeHolders Basic info Tab Styling////*/










/*////View stage////*/


/*#divProprietorInfo{padding:0 18px 0px;
		-moz-column-count: 2;
       -moz-column-gap: 40px;
       -webkit-column-count:2;
       -webkit-column-gap: 40px;
	   width:100%;
	   overflow:auto;
	   }*/

.view_stage {
    clear: both;
    -moz-column-count: 3;
    -moz-column-gap: 8px;
    -webkit-column-count: 3;
    -webkit-column-gap: 8px;
    column-count: 3;
    column-gap: 8px;
    margin: 0px auto;
    /*padding: 20px 20px 0 20px;*/
    position: relative;
    width: 100%;
    z-index: 9;
}

    .view_stage div { /*background: rgba(0,0,0, 0.04);*/
        border-left: 1px solid rgba(0,0,0,.12);
        display: inline-block;
        list-style: none;
        margin-bottom: 0px;
        padding: 20px;
        width: 100%;
        margin-left: 15px;
        position: relative;
    }


        /*.view_stage{padding-left:20px;
	   width:100%;
	   margin-bottom:20px;
	   display:block;
	   }*/

        /*.view_stage div{width:48%;padding:30px 30px 15px 30px; margin:0;border-left:solid 1px #ccc;position:relative;margin-bottom:0px;} */





        .view_stage div img {
            width: 100%;
            height: auto;
            margin-bottom: 0;
        }

.btnEditInsuranceInfo {
    margin-top: 20px;
    display: block;
}


.view_stage label {
    display: block;
    font-weight: 300;
    font-size: 14px;
}

.view_stage h3 {
    margin-top: 0 !important;
}

.icon-pinned {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    color: #fff;
    background-color: #F4F4F4;
    top: 20px;
    left: -6px;
    text-align: center;
    font-size: 16px; /*display:none !important;*/
    border: solid 1px rgba(0,0,0,.4);
    box-shadow: inset rgba(255,255,255,.8) 1px -1px 0;
}

    .icon-pinned:before {
        display: none !important;
    }

.sfListTab {
    position: relative;
}

.moreBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 20px !important;
    font-size: 16px !important;
    border-right: medium none;
    background-color: #969696;
    border-bottom: 4px solid #969696;
    margin-right: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    .moreBtn:hover {
        background-color: rgba(0,0,0,.7);
    }

ul#moretabView {
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    background-color: #969696;
    z-index: 99;
}

    ul#moretabView li a {
        display: block;
        padding: 15px;
        color: #fff;
        transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

        ul#moretabView li a:hover {
            background-color: rgba(255,255,255,.2);
        }

.search_icon_btn {
    padding: 0 !important;
}






/*////Loader////*/

#ajaxBusy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    z-index: 9999;
    text-align: center;
    vertical-align: middle;
}

    #ajaxBusy .loaderimg {
        position: absolute;
        top: 44%;
        width: 100%;
        z-index: 99999;
        text-align: center;
    }

.loaderimg img {
    margin-bottom: 20px;
}

.sfLoadingdiv {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8) !important;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    color: 666;
}


.tabContent .sfUploadfile {
    width: 100%;
}

.cssClassHeader h1 label {
    font-size: 30px;
    font-weight: 300;
}

#btnRequestApproval {
    margin-bottom: 20px !important;
}

.uploadify {
    width: 27% !important;
    display: inline-block;
    background-color: #4FD09B;
    color: #fff !important;
    padding: 0 20px;
    border-radius: 37px;
}




.plannedCountrySec > select {
    height: 120px !important;
}

.divAvailableRolesList ul li {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

    .divAvailableRolesList ul li input[type="checkbox"], divAvailableRolesList ul li span {
        float: left;
        margin-top: 0;
        margin-right: 5px;
        color: rgba(0,0,0,.4) !important;
    }





/*////CSS CODE for grid list////*/
#sfDashboard h3 {
    font-size: 16px !important;
    color: #69ccf0;
}

.formHeader h3, .formHeader h3 label {
    padding: 6px;
    background-color: #4FD09B !important;
    color: #fff !important;
    position: relative;
}

#sfDashboard label {
    color: #8b8b8b;
    line-height: 125%;
    word-break: break-word !important;
}

.list_search select, .list_search input[type="text"] {
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
}

.list_search label {
    padding-top: 11px;
}

.mid_width {
    width: 130px !important;
}

#sfDashboard .fieldset select, #sfDashboard .fieldset input[type="text"] {
    border-radius: 2px !important;
}


/*////form element////*/

.sfFormwrapper {
}

.fieldset {
    float: left;
    display: inline-block;
}

.section_wrapper {
    width: 100%;
    padding: 0 20px 20px;
    vertical-align: top;
    border: solid 1px #ccc;
    margin-top: 30px;
    margin-bottom: 0 !important;
    /*overflow:hidden;*/
    display: inline-block;
    /*background-color:rgba(255,255,255,.7)*/
}

.section_wrapperSml {
    margin-top: 4px !important;
}

.regform_wrapper .section_wrapper {
    overflow: hidden;
}

.section_wrapper h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #69CCF0 !important;
    font-size: 16px;
}

.section_wrapperSml h3 {
    color: rgba(0,0,0,.6) !important;
}

.section_wrapper label, .section_wrapper select, .section_wrapper input[type="text"] {
    display: block;
}

.section_wrapper label {
    font-weight: 500;
    font-size: 13px;
}

.section_wrapper select, .section_wrapper input[type="text"] {
    width: 100%;
    height: 37px;
    margin-bottom: 15px !important;
    color: rgba(0,0,0,.5);
}

.section_wrapper:first-child {
    margin-top: 0;
}

.cssClassHeader h3, .cssClassHeader h3 label {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 25px !important;
    color: #fff;
}

    .cssClassHeader h3 label {
        margin-bottom: 0;
    }


.divAddressSame {
    background-color: #ffecf4;
    padding: 15px;
    margin-top: 20px;
}

    .divAddressSame .sfFormlabel {
        line-height: 26px;
        display: block;
    }

    .divAddressSame input[type="checkbox"] {
        margin-right: 15px;
        float: left;
    }

    .divAddressSame input[type="radio"] {
        margin-left: 15px;
    }



/*////buttons adjustment////*/
.sfButtonwrapper {
    margin: 20px 0;
    display: block;
    overflow: hidden;
}


/*////document uploader////*/

.documentUploader {
    background-color: #ececec;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

    .documentUploader select, .documentUploader .sfUploadfile {
        display: inline-block;
        vertical-align: top;
    }

    .documentUploader select {
        width: 69% !important;
        margin-right: 1%;
        margin-bottom: 0;
    }

.sfUploadfile {
    width: 30% !important;
    clear: both;
}

.sfUploadfile {
    background-color: #4fd09b;
    border-radius: 37px;
    padding: 5px 10px;
    color: #fff;
}


.uploadWrapper {
    width: 30%;
    float: right;
}

    .uploadWrapper input[type="file"] {
        width: 100%; /*calc(90% - 45px) !important;*/
        float: left;
    }

    .uploadWrapper .icon-close, .documentListUpdate .icon-close {
        height: 28px;
        width: 28px;
        background-color: #E67086;
        border-radius: 50%;
        float: left;
        margin-left: 10px;
        margin-top: 5px;
        padding-top: 10px;
        padding-left: 10px;
        color: #fff;
        font-size: 9px;
        cursor: pointer;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }

        .uploadWrapper .icon-close:hover, .documentListUpdate .icon-close:hover {
            background-color: #666;
        }



.uploadImage input[type="file"], #flMdPhoto {
    width: 100% !important;
}



/*////Approval Process////*/

.boxWrapper {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 20px;
}

/*.boxWrapper:nth-child(odd){float:left;}
.boxWrapper:nth-child(even){float:right;}*/

.divDataView div.boxWrapper h3 {
    color: rgba(0,0,0,.5) !important;
    margin-top: 0 !important;
    margin-bottom: 5px;
    font-size: 15px;
}

.divDataView .section_wrapper label {
    font-weight: 300 !important;
}

.boxWrapper img {
    width: 50%;
}



#editAdd {
    overflow: hidden;
    display: block;
}

    #editAdd h3 {
        color: #69CCF0 !important;
        margin: 0;
        margin-bottom: 15px;
    }

    #editAdd label {
        font-weight: 300 !important;
    }


#popuprelRejectProcess, #popuprelAcceptProcess {
    width: 30% !important;
    left: 35% !important;
    right: 35% !important;
}

    #popuprelAcceptProcess .sfError, #popuprelRejectProcess .sfError {
        margin-top: 0;
    }

    #popuprelAcceptProcess label, #popuprelRejectProcess label, #popuprelApproveProcess label {
        margin-top: 15px;
        width: 100%;
        font-weight: 500;
    }

    #popuprelAcceptProcess textarea, #popuprelRejectProcess textarea, #popuprelApproveProcess textarea {
        height: 90px;
        width: 100%;
    }

    #popuprelAcceptProcess select,
    #popuprelAcceptProcess textarea,
    #popuprelRejectProcess select,
    #popuprelRejectProcess textarea {
        color: rgba(0,0,0,.5);
    }


.documentListUpdate select {
    width: 60%;
    display: inline-block;
    float: left;
}

.documentListUpdate label {
    width: 30%;
    display: inline-block;
    float: left;
    padding: 10px 0 0 20px;
    line-height: 150%;
}

.documentListUpdate span {
    width: 10%;
    display: inline-block;
    float: right;
}

.docPreview label {
    margin-left: 10px !important;
    display: block;
}

.documentListUpdate > div {
    font-weight: bold;
    color: rgba(0,0,0,.4);
}


.uploadWrapper {
    width: 100%;
    float: left;
}

.fileInput {
    width: 70%;
    float: left;
}

.uploadify {
    width: 100% !important;
    height: 37px !important;
    line-height: 36px;
}

.uploadify-queue-item {
    width: 100% !important;
    display: block;
    margin-bottom: 15px;
    clear: both !important;
}

    .uploadify-queue-item .sfImageGallery {
        width: 100%;
    }

.uploadify-queue {
    display: block;
    overflow: hidden;
}

.icon-close {
    float: right;
}

.docUpload .uploadWrapper {
    width: 30%;
    float: right;
}



.docUploadPart button, .docUpload button {
    font-size: 12px !important;
}


/*////Btn Fixed////*/
.divProcessAction {
    position: relative;
}

    .divProcessAction .btnFixed {
        position: fixed;
        width: 100%;
        float: right;
        top: 0px;
        right: 0;
        background-color: #d9dfeb;
        padding: 8px 40px;
        z-index: 400;
        z-index: 890;
    }


/*////Download popup////*/

.documentListUpdate label {
    cursor: pointer;
}


/*////HideSidePanel////*/

.hidePanel #sfSidepanel, .hidePanel #sfLeftpanel {
    display: none !important;
}

.hidePanel #sfDashboard {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.hidePanel #sfPagetitle, .hidePanel #sfBreadcurm {
    display: inline-block;
    float: left;
    width: 50%;
}

/*////hideSide table////*/

.hidePanel table {
    border: 1px solid #D0D3D6;
    width: 100%;
}

.divDemandListView table thead, #divJobDesc table thead {
    background-color: #E7EBEE;
    padding: 20px 22px !important;
    font-size: 10px !important;
    font-weight: 700;
}


    .divDemandListView table thead tr td, #divJobDesc table thead tr td {
        font-size: 12px !important;
        color: rgba(0,0,0,.6) !important;
    }

.divDemandListView input {
    padding: 2px !important;
}

.divDemandListView table tr td {
    border-right: solid 1px rgba(0,0,0,.05);
}

.borderBtnColSpan {
    border-bottom: solid 1px rgba(0,0,0,.05);
    text-align: center !important;
    font-weight: bold;
}

#divJobDesc table thead tr td:first-child {
    width: 34px !important;
}

.divDemandListView thead tr:hover, #divJobDesc thead tr:hover {
    border: none !important;
    color: #000;
}

.divDemandListView tbody tr, #divJobDesc tbody tr {
    border-bottom: 1px solid #D0D3D6;
}

    .divDemandListView tbody tr td, #divJobDesc tbody tr td {
        padding: 10px !important;
        font-size: 12px !important;
        vertical-align: top !important;
    }

.divImage {
    width: 60%;
    float: left;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 20px;
    height: auto;
}

    .divImage img {
        width: 300px;
    }



input:focus, select:focus {
    outline: none;
}


/*////*/
.all_view_infos button {
    margin-top: 20px;
}



/*////*/

.demandPrepermission {
    padding: 24px;
    padding-bottom: 14px;
    background: rgba(255,255,255,.5);
    border-radius: 3px;
    border-bottom: solid 2px rgba(0,0,0,.1);
    box-shadow: rgba(0,0,0,.1) -1px 1px 8px;
}

.demandList_btns {
    margin-top: 20px;
}

.width11 {
    width: 32% !important;
    float: left;
    display: inline-block;
    margin-right: 2%;
}

    .width11:last-child {
        margin-right: 0 !important;
    }

.width11-50 {
    width: 49% !important;
    float: left;
    display: inline-block;
    margin-right: 2%;
}

    .width11-50:last-child {
        margin-right: 0 !important;
    }


#divListTab {
    background: none !important;
}





/*////*/

.uploadify-button {
    width: auto !important;
    text-align: left !important;
}

.bankCashDeposit .bank_action_bottom_info input {
    min-width: 200px;
}


#lblMdImage {
    margin-bottom: 15px;
}

.fileUpdateDel {
    vertical-align: top;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    border: solid 1px rgba(0,0,0,.3);
    border-radius: 50%;
    padding: 3px 0 0 4px;
}


/*////NewFile upload settings////*/
.ajax-file-upload-statusbar {
    width: 100% !important;
}

.ajax-file-upload-filename, .ajax-file-upload-progress {
    margin: 0 !important;
    width: calc(100% - 27px);
}

.ajax-file-upload-filename {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ajax-file-upload-red {
    margin: 0 !important;
    margin-left: 5px !important;
}

.ajax-file-upload-bar {
    background-color: #69ccf0 !important;
}

.ajax-file-upload-statusbar {
    border: solid 1px #69ccf0 !important;
}

.ajax-file-upload-red {
    padding: 6px 6px !important;
    width: 20px !important;
    text-align: center !important;
}



/*////*/

#txtOtherItems, #txtHouseDetails {
    height: 150px;
    width: 100% !important;
}

    #txtHouseDetails span.sfError {
        margin-top: -10px !important;
    }

#ddlVerifier {
    height: 70px !important;
}



/*////left panel expand////*/

ul.innerPageList {
    background: rgba(0,0,0,.1);
}

    ul.innerPageList li a {
        font-size: 14px;
        text-transform: none !important;
        font-weight: 300 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


.ajax-file-upload-statusbar {
    margin: 0 !important;
}



#sfSidepanel {
    position: static;
}






/*////CSS HACK FOR SAFARI////*/

_::-moz-svg-foreign-content, :root .sfMainContent {
    width: 100%;
    padding-left: 268px;
}

_::-moz-svg-foreign-content, :root #sfDashboard {
    width: 100%;
    float: right;
}

_::-moz-svg-foreign-content, :root select {
    padding: 6px 12px !important;
    text-indent: 6px;
    line-height: 27px;
}

_::-moz-svg-foreign-content, :root .hidePanel {
    width: 100%;
    padding-left: 0px !important;
}

    _::-moz-svg-foreign-content, :root .hidePanel #sfPagetitle {
        margin-left: -1px !important;
    }

    _::-moz-svg-foreign-content, :root .hidePanel #sfBreadcurm {
        margin-right: 0px !important;
    }


_::-moz-svg-foreign-content, :root #sfLeftpanel {
    display: none;
}

_::-moz-svg-foreign-content, :root #sfPagetitle {
    width: 50%;
    margin-left: -6px;
    float: left;
    vertical-align: top;
    display: inline-block;
}

_::-moz-svg-foreign-content, :root #sfBreadcurm {
    width: 50%;
    float: left;
    margin-left: 0px;
    vertical-align: top;
    display: inline-block;
}

_::-moz-svg-foreign-content, :root #sfSidepanel {
    position: static;
    left: 15px;
    top: 180px;
    overflow: auto;
    margin-left: -298px;
}

_::-moz-svg-foreign-content, :root .status__setting {
    margin-left: 0;
    float: none;
}

_::-moz-svg-foreign-content, :root #tabs {
    background: none !important;
}

_::-moz-svg-foreign-content, :root .ajax-file-upload-filename, _::-moz-svg-foreign-content, :root .ajax-file-upload-progress {
    width: 80%;
}

_::-moz-svg-foreign-content, :root .fieldset select {
    line-height: 31px;
}

_::-moz-svg-foreign-content, :root .padd0 {
    padding-left: 0 !important;
}

@media all and (min-width: 1266px) {
    _::-moz-svg-foreign-content, :root #sfPagetitle {
        width: 50%;
        margin-left: -5px;
        float: left;
    }
}

/*////CSS HACK FOR SAFARI ENDS////*/




.cssClassPageNumber input, .cssClassPageNumber select {
    border-radius: 4px !important;
    padding: 8px 10px !important;
}


.tabsContents {
    display: block;
    overflow: hidden;
}



.divDocumentDownload {
    padding: 0px;
}

    .divDocumentDownload .ui-dialog-titlebar {
        padding: 0 !important;
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }

    .divDocumentDownload .divDownloadDialog {
        padding: 15px;
    }

.ui-dialog-title {
    color: rgba(0,0,0,.6) !important;
    font-weight: 500;
}





.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50% !important;
    padding: 6px !important;
}




#popuprelLog {
    width: 30%;
    margin: 150px 35% 0;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0;
    max-height: 290px;
}

    #popuprelLog label {
        display: block;
        width: 100%;
    }

.cssClassPages input {
    text-align: center !important;
}



/*////*/

.ui-datepicker .ui-datepicker-prev {
    top: 18px;
    left: -16px;
}

.ui-datepicker .ui-datepicker-next {
    top: 18px;
    right: -10px;
}

#divRadioIndividual label {
    margin-right: 20px;
    padding: 20px 0;
}

    #divRadioIndividual label input[type="radio"] {
        margin-right: 10px;
    }


.ui-datepicker {
    z-index: 8888 !important;
}

.ui-datepicker-title select {
    padding: 6px !important;
}



.masterlotno {
    display: inline-block;
    color: #4fd09b;
    background: #fff;
    padding: 8px 16px;
    border-radius: 37px;
    border: solid 1px #e2e2e2; /*position:absolute;top:31px;right:31px;*/
}

#divIndividualUserList {
    margin-top: 20px;
}

.divFormWrapper h3 {
    margin-top: 20px !important;
}


.indDocList {
    width: 50%;
}

    .indDocList .uploadWrapper {
        width: 100%;
    }

.demandPrepermission {
    margin-bottom: 10px;
}


/*////*/
.advnc_Search {
    padding: 15px;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.qtr_width {
    width: 140px !important;
}

.advnc_Search label:nth-child(1),
.advnc_Search label:nth-child(2),
.advnc_Search input:nth-child(1),
.advnc_Search input:nth-child(2),
.advnc_Search label:nth-child(3),
.advnc_Search input:nth-child(3) {
    margin-bottom: 20px;
}


.advnc_Search label, .advnc_Search input, .advnc_Search select, .advnc_Search button {
    display: inline-block;
    float: left !important;
}



.advnc_Search span {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

@media all and (min-width: 1400px) {
    .advnc_Search .clarifix {
        display: none;
    }

    .qtr_width {
        width: 125px !important;
    }

    .advnc_Search label:nth-child(1), .advnc_Search label:nth-child(2), .advnc_Search input:nth-child(1), .advnc_Search input:nth-child(2) {
        margin-bottom: 0px;
    }
}


/*////*/

#passport, #lotNo {
    display: inline-block;
    float: left; /*width:38%;*/
    vertical-align: top;
}

    #passport span.sfError, #lotNo span.sfError {
        width: 71%;
        float: left;
        margin-top: 0px;
        margin-left: 81px;
    }

    #lotNo span.sfError {
        margin-left: 50px;
        width: 78%;
    }

.marginTop30 {
    margin-top: 30px;
}

.fNone {
    float: none !important;
}

.fleftChild:nth-child(even) {
    float: left !important;
}


.divModeOfPayment input {
    margin-left: 20px;
    margin-right: 5px;
    color: rgba(0,0,0,.6) !important;
    margin-bottom: 20px;
}

    .divModeOfPayment input:nth-child(1) {
        margin-left: 0;
    }

input.ui-autocomplete-loading {
    background: url('../images/loading.gif') no-repeat right center;
}


.ui-autocomplete {
    min-height: 20px;
    max-height: 300px;
    overflow: auto;
    padding: 15px;
    width: 25% !important;
    box-shadow: rgba(0,0,0,.4) -1px 0 5px;
}

.inputGuide {
    font-size: 10px;
    margin-top: -14px;
    display: inline-block;
    color: rgba(0,0,0,.4);
    margin-bottom: 10px;
}

.input50prcnt {
    width: 40% !important;
    margin-right: 5px;
    display: inline-block !important;
}



/*////////*/
.simpleGridList {
    color: rgba(0,0,0,.5);
    width: 100%;
}

    .simpleGridList tr {
        border-bottom: solid 1px rgba(0,0,0,.05);
    }

    .simpleGridList tbody tr:hover {
        border-left: none !important;
    }

    .simpleGridList tr td {
        text-align: left !important;
    }

.hideshowInput {
    width: 70% !important;
}

.width_20prcnt {
    width: 20% !important;
    float: left;
    display: inline-block;
    margin-right: 2%;
}

.width_50prcnt, .width_70prcnt, .width_53prcnt, .width_45prcnt {
    width: 50% !important;
    float: left;
    display: inline-block;
    margin-right: 2%;
}

.width_53prcnt {
    width: 53%;
}

.width_70prcnt {
    width: 70%;
}

.width_45prcnt {
    width: 45% !important;
}


.smlwidthPop {
    width: 30%;
    left: 35% !important;
    right: 35% !important;
}

    .smlwidthPop input {
        width: 100%;
    }

    .smlwidthPop span.sfError, .smlwidthPop label.sfError {
        margin-top: 0;
    }


/*width mngment inputs*/

.widthmgmt {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.width3 {
    width: 3%;
}

.width5 {
    width: 5%;
}

.width7 {
    width: 7% !important;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}


.width16 {
    width: 16%;
}


.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width33 {
    width: 33.33%;
}

.width40 {
    width: 40% !important;
}

.width48 {
    width: 48% !important;
}

.width50 {
    width: 50% !important;
}

.width60 {
    width: 60% !important;
}

.width70 {
    width: 70% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.width50 {
    width: 50% !important;
}

.width100 {
    width: 100% !important;
    display: block !important;
}

    .width100 label {
        font-size: 11px !important;
    }

.widthAuto {
    width: auto !important;
}



.normalTable table thead {
    background-color: #E7EBEE;
    padding: 20px 22px !important;
    font-size: 10px !important;
    font-weight: 700;
}

    .normalTable table thead tr td {
        font-size: 12px !important;
        color: rgba(0,0,0,.6) !important;
    }

.normalTable input {
    padding: 2px !important;
}

.normalTable table tr td {
    border-right: solid 1px rgba(0,0,0,.05);
}

.borderBtnColSpan {
    border-bottom: solid 1px rgba(0,0,0,.05);
    text-align: center !important;
}

#divJobDesc table thead tr td:first-child {
    width: 34px !important;
}

.normalTable thead tr:hover {
    border: none !important;
    color: #000;
}

.normalTable tbody tr {
    border-bottom: 1px solid #D0D3D6;
}

    .normalTable tbody tr td {
        padding: 10px !important;
        font-size: 12px !important;
        vertical-align: top !important;
    }


.multiTableWrap .simpleGridList {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.multiTableWrap .simpleGridList2 {
    width: 48%;
    float: left;
    margin-right: 2%;
}

    .multiTableWrap .simpleGridList2 table {
        width: 100%;
    }



.docPreview label {
    overflow: hidden;
    padding-left: 0;
    line-height: 45px;
    height: 28px;
}

.profilesMendetory {
    position: static;
    margin-top: -30px;
}


.sfFormlabel img {
    width: 60%;
    margin-right: 10px;
    margin-bottom: 20px;
}


.multiselect {
    height: 150px !important;
}


.divComplaintdtl {
}

    .divComplaintdtl label {
        margin-bottom: 10px;
    }

.complaint_title {
    font-size: 24px;
    font-weight: 300;
}


.divComplaintdtl:nth-child(odd) {
    float: left !important;
}

.divComplaintdtl:nth-child(even) {
    float: left !important;
}

.divComplaintdtl_Wrapper h3 {
    border-bottom: solid 1px rgba(0,0,0,.08);
    padding-bottom: 20px;
}




#actionBtn button {
    margin-left: 5px !important;
}

#txaComplaintDesc {
    width: 100%;
}

#txaComplaintDesc-error {
    margin-top: 0 !important;
}

.complains {
    padding: 15px 20px !important;
    color: rgba(0,0,0,.6);
}




.boxWrapper {
    margin-top: 25px !important;
}

#divIndividualBasicInfoView > h3 {
    display: none;
}

#divTraninngSection .sfButtonwrapper, #divAcademicSection .sfButtonwrapper {
    margin: 0;
    padding: 0;
}

.ui-button:hover {
    color: rgba(0,0,0,1);
}


.divComplaintdtl_Wrapper .boxWrapper {
    margin-top: 0 !important;
}



#divGeneralSetting label,
#divRecruitment label,
#divOrientation label,
#divInsurance label,
#divMedical label,
#divBank label {
    margin-bottom: 20px;
    margin-right: 8px;
    color: rgba(0,0,0,.4);
}


.ui-dialog-buttonset button:nth-child(1) {
    background-color: #69ccf0 !important;
    border: none !important;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
}

.ui-dialog-buttonset button:nth-child(2) {
    background-color: #e67086 !important;
    border: none !important;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
}

    .ui-dialog-buttonset button:nth-child(1):hover, .ui-dialog-buttonset button:nth-child(2):hover {
        background-color: #999 !important;
        color: #fff !important;
    }

.ui-dialog-buttonset span.ui-button-text:hover {
    color: #fff !important;
}

.cssClassPages input[type="text"] {
    border: 1px solid #cccccc !important;
}


.ruleWrapper label {
    display: inline-block;
    vertical-align: middle;
}

.dragdrop {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

    .dragdrop .width20 {
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }

    .dragdrop span.days {
        margin-left: 10px;
        margin-top: 8px;
        color: rgba(0,0,0,.5);
    }

.noOfPage {
    border: solid 1px #ccc;
    background-color: #fff;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
}


#divComplaintInfoWrapper .complains input[type="radio"]:nth-child(2) {
    margin-left: 20px;
}

#radMale0 {
    margin-left: 0 !important;
}

.labelsWrap {
    width: 250px;
    display: inline-block;
}

.widthmgmt #lblDocumentEditImgRow0, .widthmgmt .uploadify {
    display: inline-block;
    float: left;
    width: auto;
}

#lblDocumentEditImgRow0 label {
    max-width: 55%;
}

#lblDocumentEditImgRow0 label, lblDocumentEditImgRow0 a, .widthmgmt .fileUpdateDel {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.widthmgmt .uploadify {
    width: auto !important;
    color: #fff !important;
}

.uploadify a {
    color: #fff !important;
}

.widthmgmt button {
    margin-top: 0px;
}

.icon-delete:before {
    font-size: 11px;
}


.actionIconWrapper a {
    margin: 6px;
}

    .actionIconWrapper a:hover {
        text-decoration: none;
    }

#selectedCountries {
    width: 90% !important;
    padding: 15px;
    height: auto;
    word-break: break-all;
    color: rgba(0,0,0,.5);
    border: solid 1px rgba(0,0,0,.2);
    height: 150px;
    overflow-y: auto !important;
    margin-bottom: 20px;
}

.validation {
    width: 500px;
    position: relative;
}

    .validation input {
        float: right;
    }

    .validation span.sfError {
        position: absolute;
        right: 0px;
        margin-top: -7px;
        z-index: 200;
    }

        .validation span.sfError:before {
            right: 6px !important;
        }



#divIndPassport label,
#divIndCitizenship label,
#divIndSkillDocUpdate label,
#lblCitizenshipDoc label,
#lblIdentityCardDoc label,
#lblPassportDoc label {
    display: inline-block;
    float: left;
    width: auto;
    max-width: 80%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tdCross {
    float: none !important;
    color: #e67086 !important;
}

.tdTick {
    color: #4fd09b !important;
}

    .tdCross span, .tdTick span {
        display: none;
    }

.docManageAdv input[type="text"] {
    width: 242px;
    margin-bottom: 10px !important;
}

.docManageAdv label {
    line-height: 45% !important;
}


/*#divDocTypeWrap, #docCategoryWrap{width:40%;}*/


.uploadWrapper .sfFormlabel {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sfButtonwrapper button {
    display: inline-block;
    margin-right: 5px;
}

#divRenewalDetailInfo label {
    display: block;
}




@media all and (max-width: 1400px) {
    .rowMangmnt {
        padding-top: 15px;
    }
}

.blckTxtarea textarea {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}

.blckTxtarea .sfError {
    margin-top: 0;
}


.divCashDepositFormWrap .bank_action_bottom_info input {
    margin-bottom: 0;
}

.divCashDepositFormWrap .bank_action_bottom_info .sfError {
    width: 100%;
}




.accountPopup label {
    display: block !important;
    margint-bottom: 8px;
}

.accountPopup input,
.accountPopup select,
.accountPopup textarea {
    display: block !important;
    margint-bottom: 15px;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    border: solid 1px #ccc;
}

.accountPopup textarea {
    height: 115px;
    resize: none;
}

.btnAdd {
    margin-top: 25px;
}


.accoutnDivwrappPop {
}

.dInline {
    display: inline-block;
    float: left;
    width: 48%;
    padding: 0 5px;
}

    .dInline span.sfError {
        margin-top: 0;
    }

    .dInline label {
        margin-top: 10px;
    }


.ui-autocomplete {
    z-index: 9999 !important;
}

.accountTab .search_icon_btn {
    display: inline-block;
    float: left;
}


.tabDefContent {
    width: auto;
    padding: 10px;
    background-color: rgba(0,0,0,.04);
    border: solid 1px rgba(0,0,0,.06);
    font-size: 16px;
    color: rgba(0,0,0,.5);
    text-align: center;
}


/*////*/


#btnPaymentInfoContinue {
    background-color: #aeaeb3;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 37px;
    padding: 10px 25px;
    border: solid 1px #9f9fa4;
    margin-top: 20px;
}


.cssClassTablePGList tr:hover {
    border-left: none !important;
}

#btnPaymentInfoContinue, #divPaymentGateway {
    display: inline-block;
    float: left;
}

#btnPayPal, #btneSewa {
    background-color: #f59b6b;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 37px;
    padding: 10px 25px !important;
    border: solid 1px #e79365;
    margin-top: 20px;
    margin-left: 15px;
}


#txaReason {
    width: 100%;
}

#txaReason-error {
    margin-top: 0 !important;
}



/*///notfoundMsg/////*/

#divNoSearchedDataFound {
    padding: 10px;
    margin: 15px 0;
    background-color: rgba(0,0,0,.04);
    border: solid 1px rgba(0,0,0,.08);
    text-align: center;
}

    #divNoSearchedDataFound label {
        margin: 0;
    }


.cssClassViewPerPage select {
    float: none;
}

.regform_wrapper .sfButtonwrapper {
    padding-left: 0;
}

@media screen and (max-width: 1104px) {
    .responsiveTableWrap {
        width: 100%;
        overflow-x: scroll !important;
    }

        .responsiveTableWrap table {
            width: 100%;
        }

    .sfBtn {
        text-align: center !important;
        margin: 4px 0;
    }

    .icon-close {
        float: none !important;
    }
}


@media screen and (max-width: 767px) {

    .fieldset {
        width: 100% !important;
    }

    .mendetory {
        top: -16px !important;
        right: -10px !important;
        font-size: 9px !important;
    }

    .list_search div {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
        float: none !important;
    }

    .list_search label {
        width: 100%;
        display: inline-block !important;
        float: left !important;
        margin-bottom: 5px;
    }

    .list_search input,
    .list_search select,
    .list_search .sfInputbox {
        width: 100% !important;
        display: inline-block !important;
        float: left !important;
    }

    .cssClassPageNumber {
        margin-top: 20px;
    }

        .cssClassPageNumber div {
            margin-bottom: 15px;
        }

    .simpleGridList {
        width: 100% !important;
    }

    table tr td {
        max-width: 120px !important;
    }

    #popuprelLog, .cssPopUpContainer .popupbox {
        width: 96% !important;
        margin: auto 2% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        text-align: left !important;
    }



    #sfDashboard label, .sfBtn {
        width: 98%;
    }

    .search_icon_btn {
        width: 100%;
        border-radius: 37px !important;
        margin-top: 15px;
    }

    .advnc_Search {
        display: block !important;
        overflow: hidden;
        width: 100% !important;
        margin-top: 15px;
    }

    .fLeft {
        display: block;
        overflow: hidden;
    }

    .tabContent {
        padding: 8px !important;
    }

    #btnAddNewPayGateWay, #btnDeletePayMethod {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        text-align: center;
    }

    .btn_red {
        width: 100%;
        text-align: center !important;
    }

    .ui-tabs .ui-tabs-nav li a {
        display: block;
        width: 100%;
    }
}



@media screen and (max-width: 480px) {

    #sfStatus, #sfLogo {
        width: 100% !important;
    }

    .topheader {
        height: 140px !important;
    }

    #sfBodyContent {
        padding-top: 170px !important;
    }

    #sfLogo img {
        width: 74% !important;
    }

    .sfNotification {
        padding-right: 0 !important;
        height: 58px !important;
        border-right: none !important;
    }

    .dashWrapper ul li {
        width: 85px !important;
        max-height: 120px !important;
        height: 120px !important;
    }

        .dashWrapper ul li a {
            font-size: 10px !important;
        }

    .boxWrapper {
        width: 100% !important;
    }

    .icon_holder {
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    .dashWrapper ul li {
        display: inline-table !important;
        float: none !important;
    }
}


.sfInfo {
    color: rgba(0,0,0,.6) !important;
}



.complains input[type="radio"] {
    margin: 0 8px !important;
}

    .complains input[type="radio"]:first-child {
        margin-left: 0 !important;
    }




#divChart {
    width: 48% !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.jqplot-table-legend {
    left: 0 !important;
    bottom: -90px !important;
    width: 5%;
    top: auto !important;
}

.jqplot-grid-canvas, {
    width: 80% !important;
}




#divAgentChangeLog {
    overflow-y: auto;
}

.section_wrapper #txaComplaintDesc-error {
    margin-top: -20px !important;
}


.select2-container {
    float: left !important;
    display: block !important;
    margin-right: 20px;
    border-radius: 37px !important;
    width: 200px !important;
    margin-bottom: 15px;
}

.advnc_Search2 {
    padding: 15px;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}


#ReportDiv {
    overflow-x: auto;
}

.pushdown {
}



/*//// Gient Table ////*/

.divRowWithBorder table thead {
    background-color: rgba(0,0,0,.08);
    font-weight: bold;
}

.divRowWithBorder table tr:hover {
    color: #000;
    border-left: none !important;
    color: rgba(0,0,0,.5);
}

.divRowWithBorder table td {
    border-right: solid 1px rgba(0,0,0,.06);
    border-top: solid 1px rgba(0,0,0,.06);
}

tbody tr {
    border-bottom: solid 1px rgba(0,0,0,.06);
}

.divRowWithBorder tbody .sfEven {
    background-color: #fff !important;
}



.cssListReport {
    padding: 10px 0 0 20px;
}

    .cssListReport li a {
        border-bottom: solid 1px rgba(0,0,0,.07) !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }

.divChartArea {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 40px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
}

    .divChartArea:last-child {
        width: 100%;
    }


    .divChartArea .search_area {
        width: auto;
        margin-bottom: 30px;
    }

.divInnerContAssigned {
    border: none !important;
    min-height: 50px;
    max-height: 150px;
    overflow: auto;
    padding: 0 !important;
    color: #8b8b8b !important;
}


#gdvIndList thead {
    background: rgba(0,0,0,.08);
}

    #gdvIndList thead td {
        padding: 10px 8px;
        font-weight: bold;
        color: rgba(0,0,0,.6);
    }

    #gdvIndList thead tr:hover {
        border: none !important;
        color: rgba(0,0,0,.6);
    }


.reportwrapper {
    clear: both;
    -moz-column-count: 3;
    -moz-column-gap: 8px;
    -webkit-column-count: 3;
    -webkit-column-gap: 8px;
    column-count: 3;
    column-gap: 8px;
    margin: 0px auto;
    /*padding: 20px 20px 0 20px;*/
    position: relative;
    width: 100%;
    z-index: 9;
}

    .reportwrapper .reportgroup {
        border-left: 1px solid rgba(0,0,0,.12);
        display: inline-block;
        list-style: none;
        margin-bottom: 0px;
        padding: 20px;
        width: 100%;
        margin-left: 15px;
        position: relative;
    }

.sfOdd.sfHeaderMatch > td, .sfEven.sfHeaderMatch > td {
    background-color: #e1e1e1;
}

.sfOdd.sfHeaderMatch td.borderBtnColSpan, .sfEven.sfHeaderMatch td.borderBtnColSpan {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center !important;
    font-weight: bold;
}




.stakeStatus {
    float: right;
    display: inline-block;
    width: auto;
}

    .stakeStatus h3 {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px !important;
    }

    .stakeStatus span {
        display: inline-block;
        background-color: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        border: solid 1px rgba(0,0,0,.15);
    }

textarea.sfError, .sfInputbox.sfError {
    color: black;
}

.cssClassPagenotAccesible, .cssClassPageNotFound {
    display: block;
    background-color: #fff;
    width: 40%;
    padding: 40px;
    border-radius: 8px;
    margin: 50px auto;
}

    .cssClassPageNotFound h1, .cssClassPagenotAccesible h1 {
        color: #f00;
    }

.stakeActive {
    background-color: #4fd09b !important;
    border: none !important;
    color: #fff !important;
}

.stakeInActive {
    background-color: #e67086 !important;
    border: none !important;
    color: #fff !important;
}


.sfOdd.sfHeaderMatch > td, .sfEven.sfHeaderMatch > td {
    font-weight: bold;
}

label.sfFormlabel {
    word-wrap: break-word !important;
}

.tdreason {
    width: 50%;
}

.divpie h3 {
    color: black !important;
}

.divpie {
    text-align: center;
}



/* report Form Css */
.divReportBind {
    width: 100% !important;
    min-height: 800px;
}

.slick-header-columns {
    position: absolute !important;
}

#ReportDiv .slick-header {
    height: 40px;
    background-color: rgba(0,0,0,.2);
}

.slick-resizable-handle {
    display: none;
}

.slick-header-column {
    height: 40px !important;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: table-cell !important;
}

.tdTextBoxSmall {
    width: 100%;
}

.btn_print {
    float: right;
}

.hasDatepicker {
    background-color: white !important;
    cursor: pointer !important;
}





/*========== MODAL ==========*/
#fade {
    z-index: 885 !important;
}

.cssNoBodyScroll {
    overflow: hidden;
}

    .cssNoBodyScroll .sf-modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.sf-modal-dialog {
    position: relative;
    width: auto;
    margin: 15px;
}

@media (min-width:768px) {
    .sf-modal-dialog {
        position: relative;
        max-width: 600px;
        margin: 30px auto;
    }
}

@media (min-width:992px) {
    .sf-modal-lg {
        max-width: 900px;
    }
}

.sf-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: .2rem;
    outline: 0;
    /* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.2) !important; */
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3);
}

.sf-modal {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1051 !important;
    overflow: hidden;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-width: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sf-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sf-modal-title {
    margin: 0;
}

.sf-modal-body {
    padding: 15px;
    position: relative;
}

.formClose, .formClose1 {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: #ee4051;
    height: 30px;
    width: 30px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px !important;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.cssStripe {
    background-color: #FFFF00;
}

.dofe-label-highlight {
    font-size: 13pt;
    font-weight: 400;
    background-color: yellow;
    color: black;
}
