/* BEGIN Open Sans Font Import 
@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular-webfont.svg#Open Sans Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* End Open Sans Font Import */

/*body content starts*/
.wrapper{
    /*position: inherit!important;*/
}
.custom-banner{
    width: 100%;
    min-height: 100px;
    max-height: 250px;
    overflow: hidden;
}
.custom-header{
    background: #ffffff;
    /*font-size: 0;*/
}
.custom-header .navbar-custom-menu {
    height: 65px;
    padding: 20px 9px;    
}
.custom-header .navbar-static-top .navbar-custom-menu {
    /*height: 65px;*/
    padding: 10px 9px;    
}
.custom-header .navbar-custom-menu ul li a{
    padding: 0;
}
.custom-header .navbar-custom-menu ul li a:hover, .custom-header .navbar-custom-menu ul li a:focus{
    background: transparent;
}
.custom-header .navbar-custom-menu > .navbar-nav > li {
    margin: 0px!important;
}
.custom-header  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu{
    top: 40px;
}
.main-sidebar, .left-side {
    padding-top: 0px!important;
}
.img-main-logo{
    max-width: 100%;
    max-height: 65px;
    padding: 5px;			
}	
.img-fb-main-logo{
    max-width: 100%;
    max-height: 65px;
    margin: 15px 0;
    padding: 5px;
}
.icon-change-pwd{
    font-size: 20px !important;
    vertical-align: middle;
    color: #888888;
    margin-right: 10px;
}
.fa-power-off{
    vertical-align: middle;
    font-size: 20px !important;
    color: #DA635D;
    margin-right: 10px;
}
h2.page-heading{
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;	
    margin: 0;
    padding: 15px 0;
    display: inline-block;
}
.promote-process{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.promote-process a{
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;	
    color: #333333;
    padding: 0;
    margin: 20px 0;
    display: inline-block;
    text-decoration: none;
}
.promote-process a:hover{
    text-decoration: none;
    color: #e67e22;
}
.powered-by{
    position: absolute;
    right: 15px;
    font-weight: bold;
	top: 50%;
    transform: translateY(-50%);
}
.img-pwb-logo{
    /*width: 35px;*/	
}

/*body {
    font-family: 'Open Sans Regular', sans-serif, Helvetica;
    font-size: 13px;
    color: #333333;
    overflow: hidden!important;
    position:relative;
}*/
body.modal-open {
    overflow: hidden!important;
    -webkit-overflow-scrolling: touch;
}
.control-fullwidth{
    /*	width: 100%!important;*/
}

input{
    -webkit-overflow-scrolling: auto!important;
    -webkit-transition: unset!important;
    transition: unset!important;
}
.custom-popover{
    font-family: inherit;
    background:#ffffff;
    z-index: 9999999;
    width:auto;
    max-width: 400px;
    border-width: 2px;
}
.custom-popover h4 {
    white-space: normal!important;
}
.fb-popover {    
    width:300px;
    max-width: 500px;
    left: 0 !important;
}
.fb-popover .arrow {
    left: 15% !important;
}
/*body content ends*/
select:not([multiple]){
    /*background: url(../../images/icons/icon_select_arrow.png) no-repeat calc(100% - 5px) center!important;
    background-size: 15px 15px!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;  
    -ms-appearance: none!important;	
    -o-appearance: none!important;
    appearance: none!important;
    text-indent: 0.01px!important;
    text-overflow: ""!important;*/
}
select[multiple], select[size]{
	background: none!important;	
	padding:2px 0px 2px 2px  !important;
	height: 70px;
	box-sizing: border-box;
	/*text-indent:12px;*/
}
/*select[multiple] option, select[size] option{
	padding: 2px 12px;
	box-sizing: border-box;
}*/
select.input-sm{
    line-height: normal;
}
/*select::-ms-expand{
  display:none;
}*/
.login_page {
    background-color: #fff;
    color: #808080;
}

.login-content {
    margin-top: 13%;
}

.login-input {
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    /* color: #BFBFBF; */
    background-color: #fff;
    background-image: none;
    border: 1px solid #BFBFBF;
    border-radius: 0px;
}

.login-btn {
    background-color: #0BA6CB;
    color: #fff;
}

input::-webkit-input-placeholder {
    /* color: #BFBFBF !important ; */
}

input:-moz-placeholder { /* Firefox 18- */
    /* color: #BFBFBF !important ; */
}

input::-moz-placeholder { /* Firefox 19+ */
    /* color: #BFBFBF !important ; */
}

input:-ms-input-placeholder {
    /* color: #BFBFBF !important ; */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
     color: #dddddd !important;
}

.borderleft {
    border-left: 1px solid #BFBFBF;
}

.utilites a {
    color: #2E75B6;
}

.utilites a:hover {
    text-decoration: none;
}
.modal-content{
    overflow:hidden;
}

.logo-name {
    margin-top: 20%;
}

.logo-name h1 {
    color: #0BA6CB;
    font-size: 72px;
    font-family: inherit;
    text-align: center;
}

.instruction-text {
    margin-top: 10%;
}

.social_icons {
    padding-right: 0;
    text-align: right;
}

.nopadding-left {
    padding-left: 0px !important;
}

.error {
    color: #ff3939 !important;
    font-weight: normal;
    font-size: 12px;
}

.user-info-div2 {
    max-height: 170px;
    overflow-y: auto;
}


.tab-form {
    min-height: 45px;
}

.hrclass {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}


.margin-right {
    margin-right: 10px;
}

.form-label {
    margin-top: 5px;
}



/*06/09/2016*/



.page-header {
    margin-top: 15%;
    height: 150px;
    background-color: #00b0f0;
    color: #fff;
}

.page-name h1 {
    margin-top: 5%;
}

.setting-checkbox {
    border: 1px solid #ccc;
    padding: 0px 40px 0 40px;
    margin: 20px 0 10px 0px;
}

.logo-img {
    width: 340px;
    padding-top: 5px;
}

.action-icons i {
    margin-right: .75em !important;
}

.action-icons {
    color: #8A8F92 !important;
    text-decoration: none;
}

.action-icons:hover {
    color: #00B0F0 !important;
    text-decoration: none;
}

.hiddenRow {
    padding: 0 !important;
}

.heading-pannel {
    border-left: 5px solid #00B0F0 !important;
    background-color: #F2F2F2;
    height: 65px;
}

.care_btn {
    background-color: #00B0F0 !important;
    color: #fff !important;
    border-color: #00B0F0 !important;
}

.table-heading {
    background-color: #d9d9d9;
    margin-bottom: 0px;
}

.filter-method {
    padding-left: 10px;
    padding-right: 10px;
}

.heading-pannel h2 {
    font-size: 22px;
    margin-top: 0px;
}

.menu-panel {
    background-color: #E7EBEE;
    margin-bottom: 0;
    border: none;
}

.menu-panel .panel-body {
    padding-top: 5px;
    padding-bottom: 0px;
}

.action-menu {
    right: 0;
    left: inherit;
}

.action-menu li {
    border-bottom: 1px solid #D9D9D9;
    padding: 5px;
}

.action-menu li:last-child {
    border-bottom: none;
}

.left-padding {
    padding-left: 30px;
}

.paddingleft7 {
    padding-left: 6px;
}

.glyphicon-lock, .fa-unlock-alt {
    color: #567892;
}

.inactive-icon {
    color: #d7d7d7;
}

.title-margin-top {
    margin-top: 5px;
}

.left-content {
    border: 1px solid #D9D9D9;
    background-color: #F2F2F2;
}

.right-content {
    border: 1px solid #D9D9D9;
    background-color: #F2F2F2;
    padding-bottom: 20px;
}

.right-content hr {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #BFBFBF;
}

.right-content h4 {
    margin-top: 20px;
    font-size: 20px;
}

#exTab1 {
    margin: 10px 10px 10px 10px;
}

#exTab1 .tab-content {
    border: 1px solid #BFBFBF;
    background-color: #fff;
    padding: 30px 0px 30px 50px;
}

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

#exTab1 ul.nav.nav-pills li {
    border-right: 1px solid #BFBFBF;
    /* margin-bottom: 3px; */
}

#exTab1 ul.nav.nav-pills li:last-child {
    border-right: 0px;
    /* margin-bottom: 3px; */
}

#exTab1 ul.nav.nav-pills li a {
    padding: 8px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #00b0f0;
}

.basic-textfield {
    height: 45px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"]{
    /* display: none; */
}
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.control-label {    
    text-align: left !important;
    font-weight: bold;    
}
.treeview-content {
    background-color: #fff;
    border: 1px solid #D9D9D9;
}
.treeview-content .form-group {
    margin-top: 20px;
}
.borderless td, .borderless th {
    border: none !important;
}
.settings {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    padding: 15px 0px;
}
.button-margin {
    margin-left: 35px;
    margin-bottom: 20px;
}
.save-btn {
    background-color: #313541;
    color: #fff;
    padding: 6px 20px;
}
.save-btn:hover {
    background-color: #fff;
    color: #313541;
    padding: 6px 20px;
}
.reset-btn {
    margin-left: 5px;    
}

.permission-checkboxes {
    padding-left: 30px;
}

.groub-btn {
    background-color: #7F7F7F;
    color: #fff;
    border-radius: 0px !important;
}

.individual-btn {
    background-color: #00B0F0;
    color: #fff;
    margin-right: -5px;
    border-radius: 0px !important;
}

.table-history {
    border: 1px solid #D9D9D9;
    background-color: #F2F2F2;
}

#stagging-table thead {
    background-color: #D9D9D9;
}

#stagging-table tbody tr:nth-child(even) {
    background-color: #FFF;
}

#stagging-table tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
}

#page-content-area {
    width: 95%;
}

#add-textarea {
    cursor: pointer;

}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.stylish-input-group {
    width: 50%;
    margin: 25px 0px 14px 50px;
}

.addcontent {
    border-bottom: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    margin-top: 15px;
}

.deletecontent {
    border-bottom: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    margin-top: 15px;
}



.remove_field {
    padding-top: 20px;
    padding-right: 20px;
}

.permission-class {
    padding: 0px !important;
}
.content-class {
    background-color: #f2f2f2 !important;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

.input-group {
    padding-left: 5px;
}

.input-group-addon {
    /*width: 5px !important;*/
    text-align: left !important;
}

.modal-delete {
    background-color: #0BA6CB;
    color: #fff;
}

.modal-cancel {
    background-color: #C00000;
    color: #fff;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

ul.sidebar-menu li:last-child {
    border-bottom: none;
}


ul.menu-sidebar li:last-child {
    border-bottom: none;
}

.dropdown-header {
    padding: 3px 10px;
    font-style: italic;
}

/*li.favorites a i.fa {
    color: #fec017;
}*/

a.thumbnail {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.thumbnail p {
    margin: 0;
    font-size: 20px;
}

.pinned {
    /*color: #FEC017;*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*.tree-fav-menu {
    display: block !important;
}*/
/*form builder tabs*/


/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
    background-color: #00B0F0;
}

.tab-menu > .navbar-nav > li,
.tabs-right > .navbar-nav > li {
    float: none;
}

.tab-menu > .navbar-nav > li > a,
.tabs-right > .navbar-nav > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tab-menu > .navbar-nav {
    float: left;
    margin-right: 19px;
    background-color: #364150;
    min-width: 100%;
}

.tab-menu > .navbar-nav > li > a {
    margin-right: -1px;
    border-radius: 0;
    color: #b8c7ce;
}

.tab-menu > .navbar-nav > li > a:hover,
.tab-menu > .navbar-nav > li > a:focus {
    background-color: #00B0F0;
    color: #fff;
}

.tab-menu > .navbar-nav .active > a,
.tab-menu > .navbar-nav .active > a:hover,
.tab-menu > .navbar-nav .active > a:focus {
    background-color: #00B0F0;
    color: #fff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.right-contentarea h3 {
    font-size: 16px;
    font-weight: normal;

}

.right-contentarea h3.grid_title_inline {
    display: inline-block;
}


/*.fileds:hover {
    background-color: #00B0F0;
    color: #fff;
}*/

ul.field-list li {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
}

.fileds {
    /*background-color: #2B3643;*/
    padding: 5px;
    margin: 2px;
    height: 65px;
}

.field-list {
    padding: 0px;
    margin-bottom: 0px;
}

.field-list h5 {
    font-size: 10px;
}

.page-title {
    margin-bottom: 2px;
}

.tab-content {
    margin-top: 15px;
}



.inline-textfield {
    width: 100% !important;
}
/*create form builder*/
.create-right {
    padding-left: 5px;
    padding-right: 5px;
    /* margin-bottom: -99999px;
     padding-bottom: 100020px;*/
}

.create-left {
    padding: 0;
    /*background: #364150;
    color: #BFBFBF;*/
    /* margin-bottom: -99999px;
     padding-bottom: 100020px;*/
}

.toggle.btn {
    float: right;
}

.right-contentarea {
    /*background-color: #fff;
    border: 1px solid #d9d9d9;*/
    padding: 10px;
    position:relative;
    /*margin-bottom: -99999px;
    padding-bottom: 100050px;*/
}


.content-publish {
    /*text-align: right;
    position: absolute;*/
    /* height: 81px; */
    /*width: 100%;*/
    /*padding: 15px;*/
}

#basic-fields .col-md-12, #global-fields .col-md-12, #shared-fields .col-md-12, #advance-fields .col-md-12, #water-marks .col-md-12, #background-img .col-md-12 {
    padding: 0px;
}

.cancel-btn {
    background-color: #67809F;    
    color: #fff;
    border-radius: 0px !important;
}

.cancel-btn:hover {
    color: #FFF;
    background-color: #5e7591;
}

.preview-btn {
    /*background-color: #f3c200;
    
    color: #fff;*/
    margin-right: 5px;    
}

.tbl-btn-add{
     color: #fff;
     background: #578ebe!important;
}
.tbl-btn-cancel{
    background-color: #dadada;
}
.tbl-btn-add:hover{
    background-color: #4e81ad;
}
.add-btn {
    /*background-color: #578EBE;
    
    color: #fff;*/
    border-radius: 0 !important;    
}

/*.add-btn:hover {
    color: #FFF;
    background-color: #4a79a2;
}*/

.pub-btn {
    /*background-color: #1BBC9B;
   
    color: #fff;*/     
}

/*.pub-btn:hover {
    background-color: #158f76;
    color: #fff;
}*/


.content-btn {
    padding: 5px 15px;
    border-radius: 0px;
    min-width: 80px;
}


#add-form-setting {
    bottom: 0;
    position: absolute;
    padding: 10px;
    text-align: center;
    width: 100%;
    /*color: #fff;
    background: #00B0F0;*/
}

.formbuilder-model-footer {
    text-align: center;
}

.modal-form .control-label {
    padding-top: 6px;
}
/*----------*/

/* remove outer padding */
.main .row {
    padding: 0px;
    margin: 0px;
}

/*Remove rounded coners*/

nav.sidebar.navbar {
    border-radius: 0px;
}

nav.sidebar, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

/* Add gap to nav and right windows.*/
.main {
    padding: 10px 10px 0 10px;
}

/* .....NavBar: Icon only with coloring/layout.....*/

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate {
    opacity: 1;
}
/* section{
                padding-left: 15px;
        } */

.sidebar-collapse .content {
    padding-left: 3px;
}
/* Reset Tab Content Styles Start */

.fading-side-menu.affix {
    top: 11.5px;
    width: 270px;
}
.fading-side-menu{
	width: auto!important;
}
/* Reset Property Panel Tab Content Styles Start */
#form-tabs {
    border: 0;
}

#form-tabs .affix {
    position: relative !important;
}


.content-header .nav-tabs {
    /*background: transparent;*/
    border: 0;
    border-radius: 0;
}

.content-header .nav-tabs > li {
    /*background: transparent;
   
    border-top: 1px solid #e7ebee;*/
    margin: 0;
}

.content-header .nav-tabs > li.active > a, .content-header .nav-tabs > li.active > a:focus, .content-header .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.content-header .nav-tabs > li > a {
    border: none;
    /*color: #282C37;*/
    cursor: pointer;
    margin: 0;
}

.content-header .nav-tabs > li.active > a, .content-header .nav-tabs > li > a:hover {
    border: none;
    /*color: #282C37 !important;*/
    border-radius: 0px;
}

.content-header .nav-tabs > li > a::after {
    content: "";
    /*background: #0BA6CB;*/
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.content-header .nav-tabs > li.active > a::after, .content-header .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    /*background: #21527d;
    color: #fff;*/
}

#form-tabs .tab-pane {
    padding: 5px 0;
}

#form-tabs .tab-content {
    margin: 0;
    padding: 0 5px;
}

#tabs-form-details {
    cursor: not-allowed;
}

.form-disabled {
    background: rgba(255,255,255,0.1) !important;
    cursor: not-allowed !important;
    overflow: hidden;
    /*padding: 5px;*/
    border-radius: 2px;
    z-index: 99999;
    position: relative;
    pointer-events: none;
}

.form-disabled h3, .form-disabled ul, .form-disabled li, .form-disabled li *, .form-disabled .ui-accordion, .form-disabled .ui-accordion-content {
    background: transparent !important;
}

#accordion-disabled .ui-state-active .ui-icon, #accordion-disabled .ui-button:active .ui-icon, #accordion-disabled .ui-icon, #accordion-disabled .ui-widget-content .ui-icon {
    background: transparent;
}

#accordion-disabled h3, #accordion h3 {
    font-size: 16px;
    font-weight: bold;
    /*background: #2b3643;*/
    margin: 1px 0;
    outline: none;
    border: 0;
}

#accordion-disabled .ui-accordion .ui-accordion-content, #accordion .ui-accordion-content {
    padding-top: 0px !important;
	min-height: 250px;
}

#accordion .row, #accordion .column, #accordion-disabled .row, #accordion-disabled .column {
    padding: 0;
}

#accordion .field-list, #accordion-disabled .field-list {
    margin: 0;
}


#accordion-disabled li {
    color: #bfbfbf;
}

#accordion-disabled .ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    border: 1px solid transparent;
    background: transparent;
    padding: 0 !important;
    margin-top: -2px;
}
/* Reset Tab Content Styles End */


/*Property Tab Starts here*/
/*.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        color: #555;
    cursor: default;
    background-color: #fff;
    border:none;
    border-bottom: 1px solid #fec017;

}
.nav-tabs>li.active>a{
    border:none;
      border-bottom: 2px solid #fec017;
}
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus{
    background-color:rgba(222, 184, 135, 0) !important;
}
.nav-tabs > li > a:hover {
    border-color: rgba(222, 184, 135, 0);
    border-bottom: 2px solid #fec017;

}*/


.panel-heading .nav-tabs {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.panel-heading .nav-tabs > li {
    background: transparent;
    margin: 0;
}

.panel-heading .nav-tabs > li.active > a, .panel-heading .nav-tabs > li.active > a:focus, .panel-heading .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.panel-heading .nav-tabs > li > a {
    border: none;
    /*color: #6d6d6d;
    border-bottom: 1px solid #acaeb3;*/
    cursor: pointer;
    margin: 0;
    font-size: 15px;
}

.panel-heading .nav-tabs > li.active > a, .panel-heading .nav-tabs > li > a:hover {
    /*color: #333 !important;
    background: transparent;*/
    font-size: 15px;
}

.panel-heading .nav-tabs > li > a::after {
    content: "";
    /*background: #FEC017;*/
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.panel-heading .nav-tabs > li.active > a::after, #form-tabs .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.close {
    opacity: unset;
    color: #fff;
}

.close:focus, .close:hover {
    opacity: unset;
    color: #fff;
}

/*Modal Header color across the application */
/*.modal-header {
    background-color: #364150;
    color: #fff;
}*/

/* Bootstrap Datatable Formatting Start */
.dataTable .fa {
    font-size: 16px!important;
}
.form-control{
    font-size: inherit;
}
.search-input .form-control {
    width: 100%;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\f0dc";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
.selected {
    background: rgba(254,192,23,0.2) !important;
}
.pagination {
    border: none;
}
.pagination li a {
    /*border-left: none !important;        */
}
.pagination li:first-child a {
    /*border-left: none !important;*/
}
.action-col {
    margin: 0 auto;
    text-align: center;
}
.action-col a {
    font-size: 16px;
    margin: 0 5px;
}

/* Bootstrap Datatable Formatting End */

/* Button control alignment starts here -----> */
.btn-center {
    float: none;
    margin: 0 auto;
}

.btn-left {
    float: left;
}

.btn-right {
    float: right;
}
/* Button control alignment ends here -----< */

.bootbox-close-button {
    color: #fff !important;
}

.content-header{
    z-index: 0;
    height: 40px;
}
/* Footer Style Overrides Start */
.main-footer {
    position: fixed;
    /*position: absolute;*/
    z-index:9999999;
    bottom: 0;
    width: 100%;
    background: #E7EBEE!important;
}
/* Footer Style Overrides End */

/* UI Alignment Fixes Start */

/*.content{
    min-height:auto!important;
}
.content-wrapper, .right-side{
    overflow:hidden;
    padding:15px 0;
}*/
/* UI Alignment Fixes End */
.form-horizontal .checkbox, .form-horizontal .radio{
    min-height: 14px;
}
.checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio]{
    margin: 2px 0 0 -20px;
}
.checkbox-inline, .radio-inline {
    position: static !important;
}
.content-wrapper-master, .main-footer-master {
    margin-left: auto !important;
}

.main-footer-master {
    padding-top: 45px !important;
}

/* Style for "Back" button in Form Design Board starts here ----> */
.back-btn {
    /*background-color: #5bc0de;
    
    color: #fff;*/
    border-radius: 0 !important;
}


/* Style for "Back" button in Form Design Board ends here ----< */

/* Style for dragging control element starts here ----> */
.draggingControl {
    background-color: #D3D3D3 !important;
    /*background-color:#00a7e1 !important;*/
    color: #000 !important;
    /*min-width: 80px;*/
    z-index: 9999;
}

/* Style for dragging control element ends here ----< */

.showEditIcon {
    display: inline-block !important;
}

.hideEditIcon {
    display: none !important;
}

.editIcon {
    padding-left: 5px !important;
}

.editIconDropdown {
    padding-left: 5px !important;
    position: absolute;
    right: -10px;
    top: 40px;
    cursor:pointer;
}

#fbUserForm .new-column-ele {
    display: none;
}

.bootbox-yes-btn {
    background-color: #578EBE;
    color: #fff !important;
    min-width: 60px;
}

.bootbox-yes-btn:hover {
    background-color: #3d668a;
    color: #fff !important;
    min-width: 60px;
}

.table-bordered > tbody > tr > td {
    padding: 6px 10px;

}



/* bootstrap datatable hover and select  Design*/

/*.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: rgba(10, 143, 191, 0.46) !important;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #b5f59b !important;
}*/

.cp-hidden{
    visibility:hidden;
} 
.nopadding{
    padding: 0;
}

.default-btn {
    background-color: #578EBE;
    color: #fff;
    border-radius: 0 !important;    
}
.change_pwd{
    padding: 0 !important;
    margin: 0px;
    text-decoration: underline;
}
/* Button control alignment starts here -----> */

/* For Horizontal Alignment */
.custom-btn-center {
    /*float: none;*/
    margin: 0 auto;
    text-align:center;
}

.custom-btn-left {
    /*float: left;*/
    text-align:left;
}

.custom-btn-right {
    /*float: right;*/
    text-align:right;
}

/* For Vertical Alignment */
.custom-btn-top {
    display:none;
}

.custom-btn-bottom {
    visibility:hidden;
}
/* Button control alignment ends here -----< */

/*hand cursor*/
.hand-cursor {
    cursor: pointer;
}
/*asterik color red for required fields*/
.mandatory {
    color: #FF0000;
    font-weight: bold;
}


/* fix for service portal data table paginations */

/*#ProcessListDataTable_paginate .pagination, 
#SubmittedProcessListDataTable_paginate .pagination, 
#ApprovalListDataTable_paginate .pagination, 
#display_tkt_paginate .pagination {
  border: 1px solid #ccc;
  border-radius: 15px;
  bottom: -50px;
  box-shadow: 0 8px 9px -9px #000;
  display: none;
  margin: 10px 0; 
  position: absolute;
  right: 20px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}


#ProcessListDataTable_paginate .pagination li a, 
#SubmittedProcessListDataTable_paginate .pagination li a, 
#ApprovalListDataTable_paginate .pagination li a, 
#display_tkt_paginate .pagination li a {
  border-right: 2px solid #dedede;
  color: #999;
  font-size: 16px;
  padding: 3px 15px;
}


#ProcessListDataTable_paginate .pagination li:last-child a, 
#SubmittedProcessListDataTable_paginate .pagination li:last-child a, 
#ApprovalListDataTable_paginate .pagination li:last-child a, 
#display_tkt_paginate .pagination li:last-child a {
  border: 0 none;
  border-radius: 0;
}


#ProcessListDataTable_paginate .pagination li a:hover, 
#SubmittedProcessListDataTable_paginate .pagination li a:hover, 
#ApprovalListDataTable_paginate .pagination li a:hover, 
#display_tkt_paginate .pagination li a:hover {
  background: #93A4B7;
  border-radius: 0;
  color: #ffffff;
}


#ProcessListDataTable_paginate .pagination li:first-child a:hover, 
#SubmittedProcessListDataTable_paginate .pagination li:first-child a:hover, 
#ApprovalListDataTable_paginate .pagination li:first-child a:hover, 
#display_tkt_paginate .pagination li:first-child a:hover{
  background: #93A4B7;
  border-radius: 15px 0 0 15px !important;
}


#ProcessListDataTable_paginate .pagination li:last-child a:hover, 
#SubmittedProcessListDataTable_paginate .pagination li:last-child a:hover, 
#ApprovalListDataTable_paginate .pagination li:last-child a:hover, 
#display_tkt_paginate .pagination li:last-child a:hover {
  background: #93A4B7;
  border-radius: 0 15px 15px 0 !important;
}


#SubmittedProcessListDataTable_wrapper:hover #SubmittedProcessListDataTable_paginate ul{
    bottom: -5px;
    display: block;
}
#ProcessListDataTable_wrapper:hover #ProcessListDataTable_paginate ul{
    bottom: -5px;
    display: block;
}
#ApprovalListDataTable_wrapper:hover #ApprovalListDataTable_paginate ul{
    bottom: -5px;
    display: block;
}

#display_tkt_wrapper:hover #display_tkt_paginate ul{
    bottom: -5px;
    display: block;
}
*/

.dataTable_tickets{
    margin-top:20px;
}

.loader-wrapper  .img-loader{
    left: 50%;
    position: absolute;
    top: 50%;
    width: 85px;
    transform: translateX(-50%) translateY(-50%);
}

//Grid table buttons style
.tbl-btn-add{
    background: #578EBE!important;
    color: #ffffff;
}
.tbl-btn-add:hover{
    background: #4e81ad!important;
}
.tbl-btn-del{
    background: #ca7d7d!important;
    color: #ffffff;
}
.tbl-btn-del:hover{
    background: #b76b6b!important;
}
.tbl-btn-cancel{
    background: #dddddd!important;
    color: #333333
}
.tbl-btn-cancel:hover{
    background: #cccccc!important;
}
.sidebar-toggle, .sidebar-toggle:hover,.sidebar-toggle:active,.sidebar-toggle:focus {
    color:#fff;
}


.ajax-loader-wrapper {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;    
    z-index: 99999999;
}
.ajax-loader-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    color: #488DD8;
}
.icon-user, .icon-user-sm {
    width: 25px;
    /*border: 1px solid #cccccc;
    border-radius: 50%;*/
    margin-right: 5px;
}
.icon-user-sm{
    width: 25px;
}
li.nav-icon-clock {
    padding-top: 22px;
    font-size: 12px;
}
.navbar-right{
    margin-right: 0;
}
.navbar-custom-menu .nav .open>a{
    background: none;
}
.navbar-custom-menu .logged-user{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}
.user-dropdown{
	white-space: nowrap;
}
.user-menu-wrapper{
	width: auto;
	float: right;
}
.navbar-custom-menu .logged-user, .navbar-custom-menu .caret{
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
}
.navbar-custom-menu > .navbar-nav > li{
    margin: 5px 15px 0 0!important
}
.navbar-custom-menu ul.dropdown-menu {
    border: 0px solid #dddddd!important;
    border-top: 0; 
    padding: 0;	
    z-index: 10000;
}
.navbar-custom-menu ul li a{
    padding:15px 0;
}
.navbar-custom-menu ul.dropdown-menu li a{
    padding: 5px 10px!important;
    text-align: left;
    color: #000000;
    font-weight: normal;
    font-size: 13px;	
    vertical-align: middle;
    text-decoration: none;
}
.dropdown-menu > .divider {
    background-color: #e1e1e1!important;
    margin: 5px 0;
}
.navbar-custom-menu ul.dropdown-menu li a:hover{
    background: #e1e1e1;
    color: #000000;
    text-decoration: none;
}

.show-user-list{
    padding: 0 10px;
}
.modal-dialog{
    margin: 35px auto 30px auto;
}
.modal{
    z-index: 1900!important;
}
.modal-dialog-small{
    max-width: 300px;
    margin: 20px auto;
}
.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    webkit-transform: rotate(270deg)!important;
    -ms-transform: rotate(270deg)!important;
    -o-transform: rotate(270deg)!important;
    transform: rotate(270deg)!important;
}
.sidebar-menu li.active > a > .fa-angle-left, .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    webkit-transform: rotate(-270deg)!important;
    -ms-transform: rotate(-270deg)!important;
    -o-transform: rotate(-270deg)!important;
    transform: rotate(-270deg)!important;
}

#lock-page-orientation{
    position:absolute; 
    top:0; 
    left:0; 
    text-align:center; 
    background:white; 
    width:100%; 
    height:100%; 
    display:none;
    z-index: 100000;	
}
#lock-page-orientation p{
    position:absolute; 
    top:50%; 
    left:50%; 
    text-align:center; 			
    z-index: 100000;
    transform: translateX(-50%) translateY(-50%);
}

.GroupControlWrapper {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;    
}

/* Custom Tab Styles Start */
.cust-tab-wrapper{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-top: 0px solid #dedede;
    border-bottom: 1px solid #dedede;
}

/* Custome Tab Type 1 Start */
.cust-tab-t1{
    float: left;
    border-right: 1px solid #dedede;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #dedede;
    padding: 15px 20px;
    text-decoration: none;
    color: inherit;
}
.cust-tab-t1:hover, .cust-tab-t1-active{
    text-decoration: none!important;
    color: inherit;
    outline: none;    
    border-bottom: 3px solid transparent;
}
.cust-tab-t1-active.cust-tab-t1-disabled{    
    background: inherit;
}
.cust-tab-t1-disabled{
    pointer-events: none;
    background: #eeeeee;
}
/* Custome Tab Type 1 End */

/* Custome Tab Type 2 Start */
.cust-tab-t2{
    float: left;
    border-right: 1px solid #dedede;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #dedede;
    padding: 15px 20px;
    text-decoration: none;
    color: inherit;
}
.cust-tab-t2:hover{
    text-decoration: none;
    color: inherit;
    outline: none;    
    border-bottom: 3px solid transparent;
}
.cust-tab-t2-active{    
    color: #ffffff;
}
.cust-tab-t2-disabled{
    pointer-events: none;    
    opacity: 0.5;
}
/* Custome Tab Type 2 End */

/* Custome Tab Type 3 Start */
.cust-tab-t3{
    float: left;
    border-right: 1px solid #dedede;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #dedede;
    padding: 15px 20px;
    text-decoration: none;
    color: inherit;
}
.cust-tab-t3:hover, .cust-tab-t3-active{
    text-decoration: none;
    color: inherit;
    outline: none;
    border-top: 3px solid transparent;
}
.cust-tab-t3-active.cust-tab-t3-disabled{    
    background: inherit;
}
.cust-tab-t3-disabled{
    pointer-events: none;
    background: #eeeeee;
}
/* Custome Tab Type 3 End */

/* Custome Tab Type 4 Start */
.cust-tab-t4{
    float: left;
    border-right: 1px solid #dedede;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #dedede;    
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
}
.cust-tab-t4:hover, .cust-tab-t4-active{
    text-decoration: none;
    color: inherit;
    outline: none;
    border-bottom: 3px solid transparent;
    background: #ffffff;
}
.cust-tab-t4-disabled{
    pointer-events: none;    
    color: #ffffff;
    opacity: 0.5;
}
/* Custome Tab Type 4 End */

/* Custome Tab Type 5 Start */
.cust-tab-t5{
    float: left;
    border-right: 1px solid #dedede;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #dedede;    
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
}
.cust-tab-t5:hover, .cust-tab-t5-active{
    text-decoration: none;
    color: inherit;
    outline: none;    
    border-top: 3px solid transparent;
    background: #ffffff;
}
.cust-tab-t5-disabled{
    pointer-events: none;    
    color: #ffffff;
    opacity: 0.5;
}
/* Custome Tab Type 5 End */

/* Custome Tab Type 6 Start */
.cust-tab-t6{    
    padding: 12px 15px;
    display: inline-block;
    transform: skewX(-25deg);
    color: inherit;
}
.cust-tab-t6.cust-tab-t6-active, .cust-tab-t6:hover, .cust-tab-t6:focus{    
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.cust-tab-t6-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.cust-tab-t6 .slanted-text{
    transform: skewX(27deg);
    display: inline-block;
}
/*.cust-tab-t6:first-child {
    margin-left: 12px;
}

.cust-tab-t6:last-child {
    margin-right: 12px;
}*/

/* Custome Tab Type 6 End */

/* Custome Tab Type 7 Start */

.cust-tab-wrapper.cust-tab7-wrapper {
    padding: 5px 5px 0 5px;    
}
.cust-tab-t7-round, .cust-tab-t7-flat{
    display: inline-block;
    padding: 10px 15px;            
    color: #ffffff;
    margin-right:3px;
}
.cust-tab-t7-round{
    border-radius: 5px 5px 0 0;      
}
.cust-tab-t7-flat{
    border-radius: 0;      
}
.cust-tab-t7-round:hover, .cust-tab-t7-round:active, .cust-tab-t7-round:focus, .cust-tab-t7-round.cust-tab-t7-round-active, .cust-tab-t7-flat:hover, .cust-tab-t7-flat:active, .cust-tab-t7-flat:focus, .cust-tab-t7-flat.cust-tab-t7-flat-active{
    background: #ffffff;
    color: #000000;
    opacity: 1;
    outline: none;
    text-decoration: none;
}
.cust-tab-t7-round.cust-tab-t7-round-disabled, .cust-tab-t7-flat.cust-tab-t7-flat-disabled{
    pointer-events: none;
    opacity: 0.5;
    outline: none;
}

/* Custome Tab Type 7 End */

/* Custom Tab Styles End */

/*Styles for tree view starts here*/
.expand-tree{
    font-size:10px;
    color:#777777;
    padding-right:5px;
    margin-left:-18px;
}
.child{
    margin-left:1px;
}

.grpElement_link,.grpElement_link:hover{
    color:blue;
    text-decoration:underline;
}

.grpElement_link:active{
    color:red;
    text-decoration:underline;
}
.checkbox-container{
    padding-left:15px;
}
.checkbox-container .checkbox-container {
    padding-left: 0;
}
/*Styles for tree view ends here*/

.form-control-inline, .content-btn-inline{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-control-inline{
    margin-right: 5px;
    padding: 6px 20px 6px 12px;
}
.main-footer p, .main-footer h5 {        
    padding: 0 115px;
	line-height: 18px;
    margin:0 !important;
}
/* Media Queries Start */
@media only screen and (min-width: 700px) {
    .GroupControlWrapper {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .GroupControlWrapper {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .GroupControlWrapper {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1100px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 992px) {
    .borderleft {
        border-left: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .borderleft {
        border-left: none;
    }

    .logo-name h1 {
        font-size: 40px;
    }

    .social_icons {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 361px) and (max-width: 420px) {
    .borderleft {
        border-left: none;
    }

    .logo-name h1 {
        font-size: 45px;
    }

    .social_icons {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 421px) and (max-width: 480px) {
    .borderleft {
        border-left: none;
    }

    .logo-name h1 {
        font-size: 58px;
    }

    .social_icons {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
}
/*toggle below tab resolution*/
/*small/medium side display*/
@media (min-width: 768px) {

    /*Allow main to be next to Nav*/
    .main {
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 40px;
        float: right;
    }

    /*lets nav bar to be showed on mouseover*/
    nav.sidebar:hover + .main {
        margin-left: 200px;
    }

    /*Center Brand*/
    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a {
        padding-right: 13px;
    }

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child {
        border-top: 1px #e5e5e5 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li {
        border-bottom: 1px #e5e5e5 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    /*gives sidebar width/height*/
    nav.sidebar {
        width: 200px;
        height: 100%;
        margin-left: -160px;
        float: left;
        z-index: 8000;
        margin-bottom: 0px;
    }

    /*give sidebar 100% width;*/
    nav.sidebar li {
        width: 100%;
    }

    /* Move nav to full on mouse over*/
    nav.sidebar:hover {
        margin-left: 0px;
    }
    /*for hiden things when navbar hidden*/
    .forAnimate {
        opacity: 0;
    }
    .sidebar-toggle-mobile, .sidebar-toggle.sidebar-toggle-mobile {
        display: none;
    }	
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {

    /*Allow main to be next to Nav*/
    .main {
        width: calc(100% - 200px); /*keeps 100% minus nav size*/
        margin-left: 200px;
    }

    /*Show all nav*/
    nav.sidebar {
        margin-left: 0px;
        float: left;
    }
    /*Show hidden items on nav*/
    nav.sidebar .forAnimate {
        opacity: 1;
    }
}
@media only screen and (max-width:767px) {
    .main-header {
        background: #ffffff;
        text-align: center;
    }
    .main-footer {
        font-size: 8px!important;
        padding: 5px!important;
    }    
    .custom-header .navbar-custom-menu{
        height: auto;
        padding: 5px;
    }
    .sidebar-toggle.sidebar-toggle-mobile {
        color: #00B0F0 !important;
        margin: 8px 0;
    }
    .logo{
        margin: 0 auto;
        text-align: center;
    }
    .img-main-logo{
        max-height: 45px;
    }
    .sidebar-toggle-mobile{
        margin: 5px 0 5px 10px!important
    }
    .navbar-custom-menu .logged-user, .navbar-custom-menu .caret{
        font-size: 10px;
    }
    .sidebar-toggle.sidebar-toggle-mobile:hover {
        background: #00B0F0 !important;
        color: #ffffff !important;
    }

    .main-header .logo {
        float: none;
        width: 230px !important;
        /*margin: 0 auto;*/
    }

    .main-header .navbar{
        margin-left: 300px;
    }
    .custom-banner{
        /*	display: none;*/
    }
    .drop-zone-wrap{
        width: 100%!important;
    }
    .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
        -webkit-transform: translate(0px, 0)!important;
        -ms-transform: translate(0px, 0)!important;
        -o-transform: translate(0px, 0)!important;
        transform: translate(0px, 0)!important;
    }	
    .table-responsive, .popUpContent .table-responsive{
        border: 0!important;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 768px){
    .logo-name .img-responsive {
        max-width: 400px;
    }
}
@media only screen and (max-width: 991px){
    .custom-right-nav{
		margin-left: unset!important;
	}
}
/* Safari only overrides Start */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .IOSColCountFix{
        overflow: hidden;
    }
    select[multiple], select[size] {
        -webkit-appearance: none;
        appearnce: none;
        height: 100px;
        width: 100%;
        overflow-y: auto;
    }
}
/* Safari only overrides End */

.align-tab-Left{
    float:left;

}
.align-tab-Right{
    float:right;

}


/* fix for modal box z-index priority do not override this z-index */
.modal-backdrop {
    z-index: 1820;
    background-color: rgba(0,0,0,0.5);
}

.fade
{
	opacity:1 !important;
}
/*pre loader */

.loading-overlay-content {
    text-transform: uppercase;
    /*font-size: 1.25em;*/
    font-weight: 700;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.loading-overlay-content .fa, .fa-circle-o-notch{
	font-size: 40px!important;
}
.loading-overlay.loading-theme-light {
    background-color: #fff;
    color: #000;
    position: fixed;
    z-index: 99999999999999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.remove-pointer-events {
    pointer-events:none;
}

.custom-header .navbar-custom-menu ul li a.change_pwd {
    /*    margin: 0 15px;*/
}

/* SSP Menu Caption Font Size Increase */
.menu-exp label {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

/*
.menu-exp span {
     margin-top: 2px;
}
*/

.sidebar-menu li a {
    font-size: 15px !important;
}
/**************************************/



/* Application mobile primary menu bar  */
.sidebar-toggle-mobile, .sidebar-toggle-mobile:hover, .sidebar-toggle-mobile:focus, .sidebar-toggle-mobile:active{
    margin: 20px 0 0 20px;
    background: #999999;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 3px;
}

@media only screen and (min-width: 768px){
    .sidebar-toggle-mobile{
        display: none;
    }
}
@media (max-width: 767px){
    .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
        -webkit-transform: translate(0px, 0)!important;
        -ms-transform: translate(0px, 0)!important;
        -o-transform: translate(0px, 0)!important;
        transform: translate(0px, 0)!important;
    }
	.user-menu-wrapper{		
		float: none;
	}
}
@media only screen and (max-width: 500px){
	.powered-by {
		position: unset;         
		transform: none;
		margin: 5px auto;
	}
	.main-footer p, .main-footer h5 {
		padding: 10px;
		display: block;
	}
	.navbar-custom-menu .logged-user{
		max-width: 150px;
	}
}
/* SSP Menu Caption Font Size Increase */
.menu-exp label {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

/*
.menu-exp span {
     margin-top: 2px;
}
*/

.sidebar-menu li a {
    font-size: 15px !important;
    padding-right: 35px!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-menu li a .fa {
    width: 15px!important;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: left;
}

/**************************************/

/* Dashboard Classic Menu Card Styles Start */
.card-content-wrapper {
    display: block;
    color: #ffffff;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    cursor:pointer;
}
.card-content-wrapper-round {
    border-radius: 5px;
}
.img-card-icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
	 display: inline-block;
}
.card-proc-caption {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}
.card-heading {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
	width:100%;
}
.card-content, .card-content a {
    color: #ffffff;
    text-decoration: none;
}
.navigation-row {
    margin-bottom:15px;
}

#fixText {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0 !important;
    right: 0;
    opacity: 0;
}
/* Dashboard Classic Menu Card Styles End */


/* Location Control Changes */
.locationinfolabel {
    margin: 0px;
    padding: 0 0 2px 0;
}
.userinfotable {
    border-collapse:separate !important;
    border-spacing:1px;
}
.userinfocontrolmargin {
    margin-bottom: 2px !important;
	color:inherit !important;
}

.ui-datepicker .ui-datepicker-title select {
    margin: 1px 3px;
    padding: 0px 5px;
}
/*When three text controls are used in the design board and first one is fully expanded, the edit menu of last control hides behind scroll.*/

.drop-zone.ui-droppable.ui-droppable-disabled.col-lg-1.col-md-1.col-sm-1.col-xs-1:last-child .field-option.showedit {
    left: unset !important;
    right:0px !important;
}

/*Fix for issue -palceholder color also changed to error messgae color(red)*/
input.error.form-control{color:#555 !important;}
.sidebar-collapse .sidebar-toggle{
    opacity: 0.2;
}
.sidebar-collapse .sidebar-toggle:hover{
    opacity: 1;
}
/* Classic Dash */
.card-content-wrapper.card-content-wrapper-np {
    background-image: url('../../Images/np-ribbon.png');
	background-position: right top;
	background-repeat: no-repeat;
}
.card-content-wrapper.card-content-wrapper-np  .card-content, .card-content-wrapper.card-content-wrapper-np  .card-content a{
    color: #ffffff!important;
}

label, .control-label {
	word-wrap: normal!important;
	word-break: normal!important;
}
.search-help-text{
    font-family: Arial!important;
    font-size: 15px!important;
    font-weight: normal !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    background: #fbf9ee !important;
    border: 1px solid #fcefa1 !important;    
}

.custom-alert-red{
    text-align: left !important;    
    font-family: Arial!important;
    font-weight: bold !important;
    color: #ff0000 !important;
    margin: 0px !important;
    font-size: 15px!important;
}

.row-selected{
	background-color:#d9edf7 !important;
}

div#ui-datepicker-div {
    top: auto !important;
    left: auto !important;
	z-index: 10 !important;
}

.ui-datepicker-trigger{
	display:none !important;
}

/*Fix for Location-Info Height Issue */
figure.effect-zoe {
    min-height: auto !important;
    height: auto !important;
}
.custom-info-icon {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}
.right-addon input {
    padding-right: 0px !important;
}
.right-addon>input {
    padding-right: 30px;
}

/* 
    code commented - fix for the issue 
    Form Builder - Manager Process - on clicking of Update button, the process updated message is overlapping with line in the alert popup. 
    This issue occurs for other message windows in the Form Builder hence the float:left code commented after discussing with UI team.
*/
/*
.bootbox .modal-body>.bootbox-body {
    float: left;
}
*/
/* LocationInfo customized styles for AutoComplete starts here ----> */
.custom-combobox {
    position: relative!important;
}
.custom-combobox .form-control{
	background: transparent!important;
	border-color: #ccc!important;
	border-radius: 5px 0 0 5px;
	border-right: 0px;
	color: inherit!important;
	padding: 2px 10px !important;
	width: calc(100% - 35px)!important;
	float: left;
	height: 34px!important;
}
.custom-combobox .ui-widget.ui-widget-content{
    border-top: 0px;
}
.custom-combobox .tooltip{
    /*white-space: nowrap;*/
}
.btn.custom-combobox-toggle{
	width: 35px!important;
	padding: 12px 7px !important;
	height: 34px!important;
	border: 1px solid #2A5488;
	border-radius: 0 5px 5px 0;
    background: #2A5488;
    font-weight: normal!important;
    color: #FFF!important;
	float: left;
}

.ui-front, .ui-autocomplete, .ui-autocomplete.ui-menu-item-wrapper {
    z-index:1000;
    background:#ffffff;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:150px;
}
.ui-menu-item-wrapper {
    padding: 1px 10px!important;
}
.ui-menu-item-wrapper.ui-state-active{
    margin: 0!important;
}
.user-info-div1 table td, .user-info-div2 table td {
    vertical-align:top;
}

.location-info-tooltip.tooltip-inner {
    background-color: #ffffff;
    color:#000000;
}

/* LocationInfo customized styles for AutoComplete ends here ----< */

/*Button Icon Implementation*/
.button-image-container {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
}

.button-image-content-wrapper {
    display: inline-block;
    margin: 10px 10px;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
    width: 50%;
}

    .button-image-content-wrapper.image-button-wrapper {
        height: 200px;
        width: 200px;
    }

        .button-image-content-wrapper.image-button-wrapper img {
            height: 100%;
            width: 100%;
        }

img.button-image {
    width: 18px;
    height: 18px;
}

img.button-image-right {
    margin-left: 10px;
}

img.button-image-left {
    margin-right: 10px;
}
/*Button Icon Implementation*/

.custom-combobox>a.btn.custom-combobox-toggle {
    position: absolute;
}

.custom-combobox>.error {
    float: left;
}
/* Right Naviagtion style overides start */
.custom-right-nav{		
	border-top: 1px solid #d9d9d9;
	margin-left: -15px;
	padding: 0px;
}	
.rightnav-linked-process-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.rightnav-linked-process-list li{
	text-transform: capitalize;	
	/*padding: 10px 15px;*/
	border-bottom: 1px solid #404040;
	border-left: 3px solid transparent;
}
.rightnav-linked-process-list li:hover{
	border-left: 3px solid #cccccc;
	background: #364150;
}
.rightnav-linked-process-list li a{
	color: #b8c7ce;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}
.rightnav-linked-process-list li a:hover, .rightnav-linked-process-list li:hover a{
	color: #ffffff;
	text-decoration: none;
}	
.linked-list-icon{
	display: iniline-block;
	margin-right: 10px;
}
/* Right Naviagtion style overides end */
/*Added By SivaranjaniR*/
/*Fix for ScrollBar*/
.slimScrollBar {
    width: 10px !important;
}
.slimScrollBar{
/*height:120px !important;*/
opacity:1 !important;
background:#a1a59c !important;
}
/*End*/

.expandselect {
    overflow-y :auto; 
    overflow-x:hidden; 
    position:absolute;
    /*width: 97%;*/
}
/*For Menu scrollbar Flickering*/
.sidebar-menu{
	  transform: translateZ(0);
}


/*Changes For Grid*/
.dataTables_length, .dataTables_filter, .dataTables_paginate, .dataTables_info {
    margin-top: 10px;
}
#designContainer .dataTables_scrollHeadInner {
    background: #6e8099;
    color: #ffffff;
    height: 36px!important;
}

/*Fix for the issue:unable to click on Individual tabs. All tabs are getting highlighted when the user clicks any one.(Multi Level tab only) */
label:focus, .control-label:focus {
    outline: none;
}
/* Multi select drop down implementation starts here*/

.custom-selectBox {
    position: relative;
    padding: 5px;
    border: 1px solid #dddeee;
    /*max-height: 100px;
    overflow: hidden;
    overflow-y: auto;*/
    /*background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_arrow_drop_down_48px-32.png) no-repeat right top;*/
    min-height: 34px;
}

.custom-selectBox::after {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 8px;
}

.selectWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.selectOptions {
    display: none;
    border: 1px #dddddd solid;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    max-height: 125px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    background: white;
    z-index: 999;
    width: 100%;
}

    .selectOptions label {
        display: block;
        padding: 2px 10px;
    }

        .selectOptions label:hover {
            background-color: #003359;
            color: #fff;
        }

    .selectOptions input[type="checkbox"] {
        /*position: absolute;
  left: 10px;*/
        float: left;
    }

.cust-sel-val {
    padding: 5px 12px;
    margin: 0 5px 0px 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
}

.close-cust-sel {
    display: inline-block;
    margin: 0;
    /* border: 1px solid #dedede; */
    /* background: #777777; */
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    padding: 0px 5px;
    cursor: pointer;
    color: #777;
    vertical-align: middle;
}



/* Multi select drop down implementation ends here*/

.no-padding {
	padding: 0;
}
label[for="ccAddress1"] {
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	#fbUserForm .drop-zone {
		width: 100%;
	}
}

.ui-datepicker select {
    padding: 4px 6px !important;
}

#designContainer .form-group label{
	margin-bottom:0.5rem;
}
div[data-type="Address"] .form-control, div[data-type="CreditCard"] .form-control{
	margin-bottom:1rem;
}
.radio-inline input[type="radio"] {
    margin-right: 0.5rem;
    margin-bottom: 2px;
}
label.cust-sel-label {
    padding-left: 30px;
    position: relative;
}
label.cust-sel-label input[type="checkbox"] {
    position: absolute;
    top: 2px;
}
#designContainer > .row{
	margin-left:0;
	margin-right:0;
}
.custom-contentarea{
	padding:15px 20px;
}

.select_position_right select.form-control{
	min-width:250px;
	margin-bottom:0.5rem;
	padding:2px 10px !important;
}

div[data-type="file"] .file-row div{
	display:inline-block;
}
div[data-type="file"] .file-row .btn-file-download{
	margin-right:16px;
    border: none;
    background: transparent;
	position: relative;
    top: 2px;
}
.ui-autocomplete .ui-menu-item{
	display:block;
}
.position_right ul, .position_bottom ul{
	margin:0;
}
.newhdnElementId .select-position-right + div > div > div{
	position:relative;
}
.newhdnElementId .select-position-right + div > div > div input[type="checkbox"] {
    margin-left: 0 !important;
    left: 0;
}

.select_position_right + div {
	 width: 250px;
    display: inline-block;
}
.select_position_right + div div{
	padding:0px 5px;
}
.select_position_right + div div ul{
	margin:0px !important;
}
select.select_position_bottom {
	display: inline-block !important;
    width: 250px !important;
}
select.select_position_bottom + label{
	display: inline !important;
    vertical-align: top;
    position: relative;
    top: -28px;
}
select.select_position_bottom ~ div.position_bottom{
	right: 136px;
    vertical-align: top;
    display: inline-block !important;
    width: 250px;
    position: relative;
}
#designContainer  .row{
	width:100%;
}


.popUpModal .modal-body{
	max-height:300px !important;
}
.modal-body .padding-lr-25{
	padding:0;
}
.modal-dialog {
    margin: 35px auto 0px auto;
}

.col-xs-6 {
    display: inline-block;
    width: 49% !important;
}

.form-group .input-group {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.form-group .input-group .input-group-addon {
    background: #e9ecef;
    padding: 0.375rem .75rem;
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: 4px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-group .input-group input {
    position: static;
    margin: 6px 0 0 0 !important;
	    -webkit-appearance: radio;
}
.form-group .input-group input[type=radio]:checked:before{
	display:none;
}
.custom-combobox{
	margin-top:0.5rem;
}
.select_position_right select.form-control{
	margin-bottom:0;
}
.checkbox-container{
	padding-left:0;
}
select.select_position_bottom ~ div.position_bottom{
	min-width:275px;
	width:100% !important;
	right:0;
}
select.select_position_bottom{
	min-width:275px;
	width:100% !important;
}
select.select_position_bottom + label{
	top:0;
}
.select_position_right + div{
	width:100%;
}

.btn{
	border-radius:0;
}

#PageContent ul.pagination{
	list-style: none !important;
    margin: 10px 0px !important;
}

#PageContent ul.pagination li.paginate_button{
	display: inline-block !important;
    padding: 0px;
    margin: 0px;
}

#PageContent ul.pagination li.paginate_button a{

    background-color: #fdfcfc ;
    border: 1px solid #ddd !important;
    color: #9f1d52;
    padding: 10px;
	opacity:1;
}
#PageContent ul.pagination li.paginate_button.active a{
background-color: #9f1d52;
    border: 1px solid #ddd !important;
    color: #fff;
    padding: 10px;
	opacity:1;

}

.radio-inline input[type="radio"]{
	display:inline-block !important;
}

label.cust-sel-label input[type="checkbox"]{
	left:25px
}