textarea
{
    height: 500px;
    resize: none;
    overflow-y: auto;
    line-height: 19px;
}

.btn-multi-select
{
    width: 100%;
}

/* http://cssdeck.com/labs/css-checkbox-styles */
.checkbox1 {
	width: 18px;	
	position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkbox1-old
{
    width: 18px;
    display: inline-block;
}

.checkbox1 label {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	width: 16px;
	height: 17px;
    left: 0px;
	background-color: #fff;
    border: 1px solid #60aee4;
    margin-top: 4px;
}

.checkbox1 label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 2px solid #464E55;
    border-top: none;
    border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*Twitter Typeahead*/
.twitter-typeahead {
    width: 100%;
    position: relative;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    height: 30px;
    /*font-size: 13px;*/
    position: absolute;
    top: 0px;
    left: 0px;
}
.twitter-typeahead .tt-hint {
    color:#a1a1a1;
    z-index: 1;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-top: 6px;
    border-radius: 0px;
    border-color: #daecfd;
    width: 100%;
    padding-left: 0px;
}
.twitter-typeahead .tt-query {
    z-index: 2;
}

.tt-dropdown-menu {
    min-width: 248px;
    margin-top: 0px;
    font-size: 13px;
    text-align: left;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 2px 0px 2px 12px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}
/*Twitter Typeahead*/

.btn-sm, .btn-xs
{
    font-size: 13px;
}

/*http://stackoverflow.com/questions/15741884/how-to-change-label-color-of-disabled-checkbox-in-asp-net*/
input[type="checkbox"]
{
    margin-top: 4px; /*added for IE*/
}

input[type="checkbox"]:disabled+label
{
    background-color: #f2f2f2;
    border-color: #ebebeb;
}

.checkbox1 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.checkbox-lbl-actual
{
    cursor: pointer;
    padding-left: 3px;
    max-width: 90%;
}

.combobox-header
{   
    font-weight: normal;
    text-align: left;
    display: inline-block;
    font-size: 13px;
}

.combobox-header-blank
{
    font-style: italic;
    color: #adadad;
    font-size: 12px;
}

.dropdown-toggle .caret
{
    position: relative;
    top: 0px;
    right: 6px;
}

.dropdown-toggle
{
    overflow: hidden;
}

.secondary-label
{
    padding: 30px 0px 20px 13px;
}

.secondary-label label
{
    font-weight: bold;
    font-size: 15px;
}

.form-control-error, .dropdown-toggle-error
{
  border-radius: 3px;
  border: 1px solid #ff4d2d !important;
  -webkit-box-shadow: none; 
          box-shadow: none;
}

.form-control-error:hover, .dropdown-toggle-error:hover
{
  border-radius: 3px;
  border: 1px solid #ff4d2d !important;
  -webkit-box-shadow: none; 
          box-shadow: none;
}

.span-required
{
    font-size: 11px;
    color: red;
    margin-left: 2px;
}

.app-menu
{
    margin: 8px 0px 0px 20px; 
    width: 950px; 
    text-align: right;
}

.app-menu div
{
    display: inline-block;
    margin-left: 10px;
}

.app-menu a
{
    color: #333333;
}  

#link-logout:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.multiselect
{
    text-align: left;
}

.multiselect-container li
{
    margin-top: 2px;
}

.multiselect-container .checkbox
{
    margin: 0px;
    cursor: pointer;
}

.multiselect-container input[type="checkbox"]
{
    margin-top: 2px;
}

.lnk-lbl
{
    font-size: 13px;
    font-style: italic;
    color: #9a9999;
    font-weight: normal;
}

.lnk-lbl:hover
{
    color: #848484;
    text-decoration: underline;
}

.badge-success
{
    background-color: #468847;
}

.badge-important 
{
    background-color: #b94a48;
}

.badge 
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.ab-view a, .ab-view a:hover
{
    color: blue;
}

.ab-view a:hover
{
    text-decoration: underline;
}

.ab-view-content
{
    /*min-height: 50px;*/
    margin-top: 40px;
}

.ab-header
{
    width:600px;
}

.ab-sec-view
{
    position: relative;
}

.ab-sec-upload-info
{
    font-size: 16px;
    display: inline-block;
    margin: 9px 0px 0px 3px;
    vertical-align: top;
    display: none;
}

.ab-view-count-bubble
{
    display: inline-block;
    padding: 8px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #1c6ca3;
    width: 38px;
    text-align: center;
    position: absolute;
    top: -6px;
    vertical-align: top;
    background-color: white;
}

.ab-view-count-bubble-active
{
    border: solid 1px #1bff64;
    background-color: #1bff64;
    color: white;
}

.ab-view-count-bubble-err
{
    border-color: red !important;
    color: red;
    background: white !important;
}

.ab-sec-view-content
{
    display: inline-block;
    margin: 0px 0px 30px 60px;
    width: 650px;
}

.ab-sec-lbl-container
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.ab-sec-view-bubble-connector
{
    position: absolute;
    height: 100%;
    width: 1px;
    background: #60aee4;
    left: 18px;
    z-index: 0;
}

.ab-sec-lbl
{
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 20px;
    text-align: justify;
}

.ab-sec-instruct
{
    padding-bottom: 10px;
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    overflow: auto;
    padding-right: 20px;
}

.ab-sec-rbgm-table
{
    border-color: #569ee8;
    border-style: solid;
}

.ab-sec-rbgm-table td, .ab-sec-rbgm-table th
{
    padding: 8px;
}

.ab-sec-input
{
    padding-bottom: 5px;
}

.ab-sec-dd
{
    padding-bottom: 5px;
}

.ab-sec-text-editor
{
    min-height: 110px;
    max-height: 500px;
}

.ab-sec-htm-editor
{
    height: 400px !important;
}

.ab-sec-textarea
{
    min-height: 25px;
    max-height: 500px;
}

.ab-dis-header
{
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    color: #978b8b;
    font-style: italic;
    font-size: 13px;
}

.ab-sec-dis
{
    margin: 0px 0px 15px 0px;
}

.ab-sec-dis-header
{
    font-weight: bold;
}

.ab-sec-dis-content
{
    
}

.ab-sec-dis a, .ab-sec-dis a:hover
{
    color: #1674af;
}

.ab-sec-score-invalid
{
    color: #888;
    font-size: 13px;
    margin: 5px 0px 0px 0px;
}

.ab-sec-chars-remaining, .ab-sec-words-remaining
{
    color: #888;
    font-size: 13px;
    text-align: right;
    margin-top: 3px;
}

.ab-sec-dg-list-header
{
    font-weight: bold;
    text-align: left;
}

.ab-sec-dg-list-header, .ab-sec-dg-list-item
{
    font-size: 0px;
}

.ab-sec-dg-list-header div
{
    padding-left: 10px;
    font-size: 13px;
}

.ab-sec-dg-list-header div, .ab-sec-dg-list-item  div
{
    display: inline-block;
    width: 187px;
    margin: 0px;
    vertical-align: top;
}

.ab-sec-dg-list-item
{
    height: 30px;
    position: relative;
}

.ab-sec-dg-list-item .form-control, .ab-sec-dg-list-item .dropdown-toggle
{
    border-radius: 0px;
    border-bottom: none;
    border-right: none;
    border-color: #569ee8;
}

.ab-sec-dg-list-item .form-control:focus
{
    border-top: solid 2px #57a5db;
    border-left: solid 2px #57a5db;
    border-bottom: solid 1px #57a5db;
    border-right: solid 1px #57a5db;
}

.ab-sec-dg-list-preview
{
    margin-top: 5px;
}

.ab-sec-coauth-preview
{
    margin: 20px 0px 0px 0px;
    background-color: #fcffa3;
    padding: 15px;
    line-height: 25px;
}

.ab-sec-coauth-present, .ab-sec-dg-row-count, .ab-sec-coauth-order
{
    border-top: solid 1px #257AD1;
    border-left: solid 1px #257AD1;
    background-color: #6FAAE7;
    text-align: center;
    padding-top: 5px;
    height: 30px;
}

.ab-sec-coauth-order
{
    width: 55px !important;
}

.ab-sec-coauth-present
{
    width: 65px !important;
}

.ab-sec-coauth-search-instruc
{
    margin: 0px 0px 8px 5px;
    color: #257AD1;
}

.ab-sec-dg-row-count
{
    width: 30px !important;
    color: white;
    font-size: 14px;
}

.ab-sec-dg-seq-arrow
{
  cursor: pointer;
}

.ab-sec-dg-seq-arrow-up, .ab-sec-dg-seq-arrow-down
{
  vertical-align: middle
}

.ab-sec-dg-seq-arrow-up
{
    margin: 0px 2px 0px 0px;
}

.ab-sec-dg-lbl
{
    margin: 9px 0px 5px 0px;    
}

.ab-sec-dg-compl-lbl, .ab-sec-dg-lbl-txt
{
    font-weight: bold;
    font-size: 13px;
}

.ab-sec-dg-remove
{
    font-size: 13px;
    font-style: italic;
    color: #737373;
    width: 30px !important;
    position: absolute;
    padding: 7px 0px 0px 0px;
    cursor: pointer;
    right: 0px;
    top: 0px;
}

.ab-sec-validation-instruct-lbl
{
    font-size: 13px;
    margin-top: 5px;
    color: #5c5c5c;
    line-height: 15px;
}

.ab-sec-rbg-multi-container
{
    margin: 2px 0px 12px 19px;
    display: none;
}

.ab-sec-rbg-list .radio
{
    margin-bottom: 0px;
}

.ab-sec-fup-remove
{
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
}

.ab-sec-fup-remove:hover, .ab-sec-dg-remove:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.ab-sec-fup-size
{
    margin: 5px;
    color: #4d4d4d;
}

.ab-sec-lnk-preview
{
    margin: 5px 0px 0px 1px;
}

/************************** scrollbar start *****************************************/
/** {
    scrollbar-base-color: white;
    scrollbar-track-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-arrow-color: #757778;
    scrollbar-shadow-color: #bec1c4;
    scrollbar-highlight-color: #bec1c4;
}
*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #313131;
    border: solid 3px #FFFFFF;
    border-radius: 15px;
}

::-webkit-scrollbar-track-piece {
    background-color: white;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment
{
    height: 0px; width: 0px; display: none;
}
/************************** scrollbar end *****************************************/

#div-bg-disable
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 15000;
    display: none;
}

.lds-ring
{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div
{
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 8px;
    border: 6px solid gray;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: gray transparent transparent transparent;
}

.lds-ring div:nth-child(1)
{
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2)
{
animation-delay: -0.3s;
}

.lds-ring div:nth-child(3)
{
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

.loading-text
{
    margin-top: 20%;
    text-align: center;
    font-size: 15px;
}

#div-bg-disable .lds-ring
{
    position: ABSOLUTE;
    top: 45%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.dropdown-toggle-placeHolder
{
    color: #9b9a9a;
    font-size: 13px;
    font-style: italic;
}

.app-header-menu
{
    display: inline-block;
    padding: 13px 0px 13px 10px;
    vertical-align: top;
    color: #f7f7f7;
    font-size: 15px;
    cursor: pointer;
}

.home-icon
{
    padding: 10px 14px 10px 13px;
    border-radius: 21px;
    display: inline-block;
    margin: 2px 0px 0px 7px;
    background-color: #919191;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 3px white;
    vertical-align: top;
}

.home-icon:hover
{
    background-color: #e3e3e3;
}

.app-header-conf-name
{
    display: inline-block;
    text-align: center;
    color: white;
    position: absolute;
    right: 0px;
}

.app-header-conf-name img
{
    opacity: 1;
}

.usearch-name
{
    font-size: 13px;
    font-weight: bold;
}

.usearch-email, .usearch-aff
{
    font-style: italic;
    font-size: 13px;
    margin-bottom: 8px;
}

.modal
{
    outline: none;
    overflow: auto;
}

.modal-body
{
    padding: 20px 20px 15px 20px;
}

.modal-header-lbl
{
    color: #23659E;
    font-weight: bold;
    font-size: 15px;
}

.modal-header-lbl div
{
    display: inline-block;
}

.modal-dialog
{
    width: 550px;
    position: absolute;
    padding: 0px;
    top: 50%;
    left: 50%;
    margin-left: -275px;
}

.modal-content
{
   border-radius: 4px;
}

.modal-message
{
    margin: 15px 0px 15px 0px;
    min-height: 40px;
}

.close
{
    position: absolute;
    right: 12px;
    top: 4px;
    font-size: 30px;
    font-weight: 100;
    opacity: 1;
}

.modal-action .btn
{
    margin-left: 5px;
}

.dropdown-menu
{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 590px;
}

.datepicker-dropdown
{
    overflow: hidden;
}

.metaport-copyrights
{
    text-align: center;
    font-size: smaller;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    background-color: white;
    display: none;
}

#app-loading
{
    position: fixed;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
}

.cbxfilter-item
{
    margin: 5px 0px 5px 0px;
    width: 100%;
}

.cbxfilter-item label
{
    width: 90%;
}

.cbxfilter-item .checkbox1
{
    margin-top: 2px;
    vertical-align: top;
}

.cbxfilter-title
{
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
}

.cbxfilter-select-all
{
    margin-left: 7px;
    cursor: pointer;
}

.cbxfilter-select-all:hover
{
    text-decoration: underline;
}

.no-items-label 
{
    padding-top: 20px;
    font-size: 15px;
    color: #707070;
    text-align: center;
}

.button-file-upload
{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.button-file-upload-disabled, .button-file-upload-disabled:hover
{
    background-color: #e8e8e8;
    border-color: #ebebeb;
    cursor: default;
    color: #2e2e2e;
}

.file-upload
{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ab-sec-cap-each-word
{
    color: #3721ce;
    margin: 7px 0px 0px 3px;
    float: left;
    font-size: 13px;
    cursor: pointer;
}

.ab-sec-cap-each-word:hover
{
    text-decoration: underline;
}

.ab-sec-cap-each-word-instruct
{
    float: left;
    font-size: 13px;
    margin-top: 7px
}

.datepicker
{
    z-index: 10000 !important;
}

.typeahead-search-icon
{
	position: absolute;
	z-index: 15;
	top: 8px;
	right: 15Px;
	color: rgb(134, 122, 122);
}

.view-print-all-submissions
{
    display: inline-block;
    cursor: pointer;
}

.view-print-all-submissions span
{
    vertical-align: top;
    padding: 0px 9px;
    display: inline-block;
}

.view-print-all-submissions span:hover
{
    text-decoration: underline;
}

.icon-rv-download-docs
{
    width: 22px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../../../images/icons/documents.png");
}

.view-print-all-submissions:hover .icon-rv-download-docs
{
    background-image: url("../../../images/icons/documents_selected.png");
}

.icon-rv-download-docs:hover
{
    background-image: url("../../../images/icons/documents_selected.png");
}

.icon-rv-download-docs-white
{
    width: 22px;
    height: 28px;
    display: inline-block;
    background-image: url("../../../images/icons/documents_white.png");
}

.view-print-all-submissions:hover .icon-rv-download-docs-white
{
    background-image: url("../../../images/icons/documents_selected_white.png");
}

.icon-rv-download-docs-white:hover
{
    background-image: url("../../../images/icons/documents_selected_white.png");
}

.ab-sec-chk-list
{
    margin: 15px 2px;
}

.ab-sec-checkbox
{
    margin-bottom: 10px;
}

.help-span
{
    font-size: 13px;
	font-style: italic;
	color: #7b7a7a;
}

.disable-block 
{
    background-color: hsl(0, 100%, 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.9;
    z-index: 100;
}

.send-email-modal-dialog
{
    width: 1000px;
    margin-left: -500px;
}

.send-email-input
{
    width: 690px;
    padding: 10px 0px 0px 0px;
    display: inline-block;
}

.send-email-input input
{
    display:  inline-block;
    margin-left: 20px;
    width: 600px;
}

.send-email-input label
{
    width: 50px;
    text-align: right;
}

.send-email-btn-container
{
    display: inline-block;
    vertical-align: top;
    margin-top: 51px;
}

.send-email-message
{
    margin-top: 25px;
    overflow-y: auto;
}

#send-email-attachments
{
    margin-left: 20px;
    display: inline-block;
}

#send-email-attachments div
{
    display: inline-block;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
}

#send-email-attachments div:hover
{
    text-decoration: underline;
}

#send-email .modal-content
{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    opacity: 0;
}

#send-email .modal-content-show
{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

#txt-send-email-to-address[disabled], #txt-send-email-subject[disabled]
{
    border-width: 0px;
    padding-top: 2px;
    background-color: transparent;
    color: #383838;
}

.search-highlight
{
    color: #6b6bff;
    font-weight: bold;
    background-color: #ff0;
}

.search-busy-cursor
{
    position: absolute;
    top: 5px;
    z-index: 1000;
    right: 10px;
    background-color: white;
}

.search-busy-cursor img
{
    height: 20px;
}

.participant-disp-email
{
  font-weight: normal;
  color: #6B6B6B;
}

.participant-disp-name
{
    text-align: left;
    display: none;
    margin-top: 10px;
    background-color: #DAE4FF;
    padding: 8px 0px 8px 10px;
    border-radius: 6px;
    border: solid 1px #D2CBFF;
    position: relative;
    width: 100%;
}

.participant-disp-name span:first-child
{
    line-height: 20px;
    color: black;
}

.participant-remove
{
  cursor: pointer;
  font-size: 13px;
  color: #3721CE;
  display: inline-block;
  margin-left: 8px;
  position: absolute;
  top: 7px;
  right: 14px;
}

.participant-remove:hover
{
    text-decoration: underline;
}

.icon-envelope
{
    background-image: url("../../../images/icons/envelope.png");
    margin-top: 14px;
    cursor: pointer;
    width: 28px;
    height: 18px;
}

.icon-envelope:hover
{
    background-image: url("../../../images/icons/envelope_selected.png");    
}

.multiselect .caret
{
    position: absolute;
    top: 11px;
    right: 10px;
}

.multiselect
{
    min-height: 30px;
}

.multiselect-group
{
    padding: 5px 15px;
    text-align: center;
    background-color: #D7D7D7;
    margin: 0px 0px 6px 0px !important;
    box-shadow: 1px 0px 5px #6B6B6B;
}

.multiselect-container .multiselect-group:not(:first-child)
{
    margin-top: 5px!important;
}

.multiselect-group label
{
    font-weight: bold;
}

.ab-sec-dropdown-grp-lbl
{
    padding: 5px 30px 5px 10px;
    font-weight: bold;
    text-decoration: underline;
    margin: 8px 0px 0px 0px;
}

.ab-sec-rbgm-table th
{
    min-width: 70px;
    text-align: center;
}

.table-header-div
{
	position: absolute;  
	overflow: hidden; 
	height: 30px;
}

.table-item-div
{
	position: absolute;
	overflow: auto;
}

.table-header-row
{
    padding-left: 6px;
}

.table-item-row
{
    display: block;
    padding: 3px 0px 11px 6px;
}

.table-header
{
	display: inline-block;
    padding-top: 5px;
    text-align: left;
    font-weight: bold;
    margin-right: 20px;
    font-size: 13px;
}

.table-item
{    
    white-space: nowrap; 
	display: inline-block;
	vertical-align: top;
    margin: 5px 20px 0px 0px;
}

.table-item, .table-header
{
    width: 150px;
    text-overflow: ellipsis; 
    overflow: hidden;
    white-space: nowrap;
}

/*************************** abstract display *******************/
.rv-order-row
{
    margin: 0px;
    padding: 8px 0px 12px 23px;
}

.rvo-col11
{
    font-weight: bold;
}

.rvo-col11 span
{
    font-weight: normal;
}

.rvo-col12
{
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
    margin-bottom: 5px
}

.rvo-count
{
    float: left;
    display: inline-block;
    margin-top: 9px;
}

.rvo-arrow
{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    vertical-align: top;
    border-left: 10px solid #04ff55;
    margin: 2px 5px 0px 0px;
}

.rv-order-row table
{
    margin-top: 2px;
    border-color: #8ea4c1;
    border: none;
    max-width: 100%;
    display: inline-block;
}

.rv-order-row th
{
    font-size: 13px;
    background-color: #c2dcff;
}

.rv-order-row tbody
{
    border-color: #bebebe;
}

.rv-order-row th
{
    padding: 5px 8px;
}

.rv-order-row td
{
    padding: 8px;
}
/*************************************************************/


/******* member category selection ***/
.cr-acc-mcat-btn
{
    border: solid 1px #79bdf3;
    margin: 0px 5px 7px 0px;
    padding: 10px 15px;
    display: inline-block;
    background-color: #e9f8ff;
    cursor: pointer;
}

.cr-acc-mcat-btn:hover
{
    border: solid 1px #1886dc;
    background-color: #92dcfc;
}

.cr-acc-mcat-btn-selected, .cr-acc-mcat-btn-selected:hover
{
    border: solid 1px #1371bb;
    background-color: #298db9;
    color: white
}

.cr-acc-mcat-btn .glyphicon
{
    margin: 0px 6px 0px 0px;
    vertical-align: top;
    font-size: 17px;
    display: none;
}

.cr-acc-mcat-btn-selected .glyphicon
{
    display: inline-block;
}
/******* member category selection end *****/

#designation-sorting {
    padding: 0;
}
#designation-sorting li
{
    float: left;
    margin-right: 10px;
    background-color: #0077b3;
    color: #fff;
    border-radius: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
    cursor: move;
    list-style: none;
}