/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
header,
footer,
nav,
section {
    display: block;
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 12px;
    /*height:12px! important;*/
    max-height: 50px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    /*font-weight: bold;
    color: #f00;*/
}

.validation-summary-valid {
    display: none;
}

.dob {
    display: inline-block;
    padding: 0 5px;
}

    .dob:first-child {
        padding-left: 0;
        width: 100px;
    }

    .dob .k-widget.k-dropdown {
        width: auto;
    }

    .dob .k-dropdown {
        width: 100% !important;
    }

.k-dropdown-full, .k-widget.k-dropdown-full {
    width: 100% !important;
    background: none;
}

    .k-dropdown-full.k-state-border-up .k-dropdown-wrap.k-state-focused, .k-dropdown-full.k-state-border-down .k-dropdown-wrap.k-state-focused {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset !important;
    }

.k-dropdown-wrap.k-state-default {
    background: #fff !important;
}

.k-dropdown-wrap {
    border-radius: 3px !important;
}

.k-datepicker-full {
    width: 100% !important;
}

    .k-datepicker-full .k-picker-wrap {
        border-radius: 2px !important;
    }

        .k-datepicker-full .k-picker-wrap .k-select {
            background: #fff;
        }

.k-picker-wrap .k-input,
.k-dropdown-wrap .k-input {
    padding-top: 0.4em !important;
    padding-bottom: 0.4em !important;
}

.k-picker-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
    border: 1px solid #e5e5e5 !important;
}

.k-state-default > .k-select {
    border-color: #e5e5e5 !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .form-custom .control-label {
        text-align: left !important;
    }
}

.requiredClass::after {
    color: red;
    content: '*';
}

.requiredButton::after {
    color: red;
    content: ' *';
    height: 16px;
    width: 16px;
}
/* styles for validation helpers */
/*input[required]::after { content: ' *'; color: red; }

.field-validation-error+input::before {
    border: 1px solid red !important;
}*/

.k-invalid {
    content: "";
    border: 1px solid #f00 !important;
}

.control-label .required {
    color: #232323 !important;
}
/* Start, css for loader*/

.load-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.load-panel {
    position: relative;
    display: table;
    margin: 20% auto auto auto;
    z-index: 99;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQIW2NkYGDwAWIUwEgDQQBZOAGCf1ZqCQAAAABJRU5ErkJggg==') repeat;
    border-radius: 50%;
    /* background:#fff;
    box-shadow:0 0 20px -3px #fff;*/
    padding: 10px;
}

.load-area .fade {
    opacity: 0.6;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*Start, this is for responsive grid content*/

.k-desc-panel .k-description {
    display: block;
}

.k-desc-panel .k-description-toggle {
    display: none;
    color: #320887;
    text-decoration: underline;
}

    .k-desc-panel .k-description-toggle:hover {
        text-decoration: none;
    }

.page-boxed .page-header.navbar .page-logo {
    vertical-align: middle;
}

.page-header.navbar .page-logo .logo-default {
    margin: 3px 0 0 0;
}

.page-header.navbar.navbar-fixed-top {
    z-index: 99999 !important;
}

.modal {
    z-index: 99999 !important;
}

@media screen and (max-width: 767px) {
    .k-desc-panel .k-description {
        display: none;
    }

    .k-desc-panel .k-description-toggle {
        display: block;
    }
}
/*End, this is for responsive grid content*/

.dropdown-validation-error {
    border: 1px solid red !important;
}
/*add red border*/

.k-widget > span.k-invalid,
input.k-invalid {
    border: 1px solid red !important;
}
/*Footable plugin CSS*/

.footable-toggle {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #999;
    padding-right: 3px;
    cursor: pointer;
    display: none;
}

    .footable-toggle:before {
        content: "\f067";
    }

.footable-detail-show .footable-toggle:before {
    content: "\f068";
}

.footable-row-detail-row {
    margin: 10px 0 0;
    display: table-row;
}

    .footable-row-detail-row .footable-row-detail-name,
    .footable-row-detail-row .footable-row-detail-value {
        display: table-cell;
    }

    .footable-row-detail-row .footable-row-detail-name {
        padding-right: 5px;
        min-width: 70px;
        font-weight: bold;
    }

table.footable,
table.footable th,
table.footable td {
    border: 1px solid #c5c5c5 !important;
    border-collapse: collapse;
    font-size: 12px !important;
}

.footable th {
    background: rgb(243, 243, 243);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(243, 243, 243) 0%, rgb(227, 227, 227) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(243, 243, 243)), color-stop(100%, rgb(227, 227, 227)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(243, 243, 243) 0%, rgb(227, 227, 227) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(243, 243, 243) 0%, rgb(227, 227, 227) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(243, 243, 243) 0%, rgb(227, 227, 227) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgb(243, 243, 243) 0%, rgb(227, 227, 227) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e3e3e3', GradientType=0);
}

table.footable td {
    background-color: #ffffff;
}

.oe-container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

.oe-header.page-header {
    height: auto;
}

    .oe-header.page-header .page-header-inner {
        background: #fff;
    }

    .oe-header.page-header .address.pull-right {
        margin-right: 20px;
        padding-top: 5px;
    }

.text-white {
    color: #fff;
}

.oe-header.page-header.navbar .page-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}


@media (min-width: 768px) and (max-width: 1023px) {
    .oe-container {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }
}


@media screen and (max-width: 767px) {
    .footable-toggle {
        display: inline-block;
    }
    /*#divMcafreescript {
        text-align: center;
        margin-top: 10px;
    }*/
    .modal {
        padding: 0 !important;
    }

    .divMain .control-label {
        padding-left: 0;
        padding-right: 0;
    }

    .center-table .btn-group {
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .oe-container {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 481px) {
    .oe-header.page-header .address.pull-right {
        margin-right: 0px;
        text-align: center;
        float: none !important;
    }

    .oe-header.page-header .top-menu {
        width: 100%;
        background: none !important;
    }
}

.k-animation-container {
    z-index: 99999 !important;
}

.control-label .required.asterisk {
    color: #e02222 !important;
}

.asterisk:after {
    content: "";
    position: static;
    display: none;
}

.wrapword {
    /*word-break:break-all;*/
    word-wrap: break-word;
}

.center-table {
    display: table;
    margin: auto;
}
/*.divColumn50 {
    min-height: 50px;
}*/
#divMcafreescript img {
   width: auto;
   height:56px;
}
[id*="DigiCertClickID_"] img {
    width: auto !important;
    height: 55px;
}

.theme-dark .tabbable-line > .nav-tabs > li > a {
    color: #fff;
}

.theme-dark .tabbable-line > .nav-tabs > li.open, .theme-dark .tabbable-line > .nav-tabs > li:hover, .theme-dark .tabbable-line > .nav-tabs > li.open a, .theme-dark .tabbable-line > .nav-tabs > li:hover a {
    color: #fff;
}

.theme-dark .tabbable-line > .nav-tabs > li.active > a {
    color: #333;
}

.theme-dark .tabbable-line > .nav-tabs > li.active:hover a {
    color: #fff;
}

.progress {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    border-radius: 30px !important;
}
/*.low-index {
    position:relative;
    z-index:9;
}*/

.icheck-inline > label {
    margin-left: 0;
    margin-right: 15px;
}

.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: none;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #555;
}

.k-list-container {
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22) !important;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
}

.k-item.k-state-hover, .k-item.k-state-hover:hover {
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    color: #555 !important;
    background-image: none;
}

.k-popup .k-list .k-item {
    cursor: pointer !important;
    border-radius: 0 !important;
}

.k-dropdown-wrap.k-state-focused {
    box-shadow: none !important;
}

.k-dropdown-wrap.k-state-default {
    background-color: #e6e6e6 !important;
    border-color: #ccc !important;
    color: #666666 !important;
}
/*Footer*/
.copyright-section {
    font-size: 12px;
    background: #000;
    color: #7f7f7f;
    float: left;
    width: 100%;
    padding-top: 12px;
}

.footer-btm h6 {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.footer-logo {
    margin-top: 10px;
    text-align: center;
}

.copyright-section a {
    color: #7f7f7f;
}

.footer-logo img {
    width: 130px;
    border-radius: 3px;
    padding: 2px;
    margin: 0 5px;
    display: inline-block;
    background-color: #fff;
}

.footer-btm {
    text-align: center;
    padding: 15px;
}

.oeTag {
    float: right;
    font-size: 14px;
    color: #eee;
    margin: 13px 15px 0px 0px;
}

.menu-toggler.responsive-toggler {
    display: none !important;
}

.daterangepicker .ranges {
    clear: both !important;
    width: auto !important;
    float: none !important;
}

    .daterangepicker .ranges input[type=text] {
        width: 100% !important;
    }

.daterangepicker.dropdown-menu, .modal-open .daterangepicker {
    z-index: 99999 !important;
}

.xs-link {
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .webname {
       min-width:110px;
       max-width:110px;
    }
    .hiddendescription .k-link {
        display:none!important;
    }
}


/* For term and condtion checkbox start*/

    /* Customize the label (the container) */
._containerCB {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default checkbox */
._containerCB input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
._checkmarkCB {
  position: absolute;
  top: 0;
  left: 0;
  background:#fff;
  height: 22px;
  width: 22px;border: 2px solid #73716e; 
}
._checkmarkCB {
    height: 22px;
    width: 22px;
}
/* On mouse-over, add a grey background color */
._containerCB:hover input ~ ._checkmarkCB {
  /*background-color: #ccc;*/
  border: 2px solid #73716E;
  
}

/* When the checkbox is checked, add a blue background */
._containerCB input:checked ~ ._checkmarkCB {
  background-color: #73716E;  
  border: 2px solid #73716E;
}

/* Create the checkmark/indicator (hidden when not checked) */
._checkmarkCB:after {
    content: "";
    position: absolute;
    display: none;
    
}
.icheckbox_square-grey {
    background-position: -24px 0;
}
/* Show the checkmark when checked */
._containerCB input:checked ~ ._checkmarkCB:after {
  display: block;
}

/* Style the checkmark/indicator */
._containerCB ._checkmarkCB:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: 1px solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
 


/* For term and condtion checkbox end*/





 


/*form custom check box color-profile Gender selection*/

.genderdiv label { 
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.genderdiv label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius:50%;
  background-color: #fff;
      border: 2px solid #73716e
}

 

/* When the checkbox is checked, add a blue background */
.genderdiv label input:checked ~ .checkmark {
 background-image: url('images/checked.png');background-position: center;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.genderdiv label input:checked ~ .checkmark:after {
  display: block;
}
 
@media (max-width:767px ) {
    .form-group .control-label label {padding-left:15px;}

}
