.right10{
    margin-right: 10px !important;
}

.captializetxt{
    text-transform: capitalize;
}

.displaylineblock{
    display: inline-block;
}
.fixright100{
    margin-top:10px;
    margin-right: 20px;
}
.fileiconwrapper{
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 1px 1px #d6d6d6;
    -moz-box-shadow: 0 1px 1px #d6d6d6;
    -webkit-box-shadow: 0 1px 1px #d6d6d6;
    -o-box-shadow: 0 1px 1px #d6d6d6;
    -ms-box-shadow: 0 1px 1px #d6d6d6;
}

.graycolor{
    color:#666;
}

.stripcolor{
    background-color: #eeeeee !important;
}

.underline_txt{
    text-decoration: underline !important;
}

.nomargin{
    margin:0px;
}
.file-upload-btn {
    /*padding: 8px !important;*/
    border-radius: 0;
    background: #fff;
}

.green {
    color: #065842;
}

.file-upload-btn:hover{
    background: #fff;
}

#upload-file-selector{
    display: none;
}

#boco_phone_ext{
    width:15% !important;
    display: inline-block;
}

.bodcommitee .chosen-select{
    width: 100%;
}

.ui-widget-content{
    background: #fff !important;
}

.admin_custom_filter_label{
    margin: 4px 4px 4px 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
}

.wp-editor-area{
    border:none !important;
}

#wp-meet_description-wrap{
    width: 95%;
}

#wp-user_address-wrap{
    width:95%;
}

.margintop10{
    margin-top:10px;
}

.red-star{
    /*color: #f00000;*/
}

.admin-wrapper, .admin-div-in{
    padding-top: 10px;
    background-color: #fff;
    width:100%;
    float:left;
    height:auto;
    font-size:16px;
    color:#656565;
    margin-bottom: 10px;
}
.inner-wrapper{
    display:block;
    height:auto;
    margin-left:110px;
    font-size:16px;
    color:#656565;
}
.inner-wrapper-lft{
    width:50%;
    float:left;
    margin-bottom:25px;
}
.inner-lft, inner-rht{
    width:45%;
    float:left;
    font-weight:bold;
}
.inner-rht{
    font-size:14px;
    font-weight:normal;
}
.inner-img-warpper{
    width:100px;
    height:100px;
    float:left;
    padding-left:10px;
}
.inner-img-brd{
    border:1px solid #d6d6d6;
    text-align:center;
    line-height:140px;
    width:90px;
    height:90px;
}
.bold{
    font-weight:bold;
    font-style:italic;
}
.italic{
    font-style:italic;
}

.tree-multiselect{display: none;}
.notification-info{display: none;}
#treeview-selectable{display: none;}
div.tree-multiselect input[type=checkbox]{
    /*display: run-in !important;*/
}

/*loader css*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(images/ui-icons_555555_256x240.png);
    background-position: -96px -128px;
}
.email_error{color:#a94442;padding:5px;}

.cap-letter{
    text-transform:uppercase;
}
.padding10{padding: 10px;}
a.view-more {
    color: #50a147;
    text-decoration: none;
}
.ui-widget-content a{color:#50a147 !important;}

.loading {
    position: fixed;
    z-index: 2000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.error{color:#D54E21;}
.success{color:#64B448;}
.striketextRed{ text-decoration: line-through !important; background-color:#ffcccc;}
.striketextGreen{ text-decoration: none !important; background-color:#ccffcc;}
.striketextYellow{ text-decoration: none !important; background-color:#fdfd01;}