body
{
    background-color: #fafafa;
    font-family: Arial,sans-serif;
    min-width: 320px;
}

p, a, a:link, a:visited, a:hover, h1, h2, h3, h4, h5, h6, li
{
    color: #606060;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 1.4em;
}

h2
{
    font-size: 1.2em;
}

h6
{
    font-size: .7em;
    font-weight: 100;
}

a, a:link, a:visited
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a.button, a.button:link, a.button:visited, .button
{
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    display: block;
    background-color: #00205b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    -webkit-font-smoothing: antialiased;
}

a.button:hover, a.button:link:hover, a.button:visited:hover, .button:hover
{
    background-color: #005eb8;
    outline: 0;
}

.rmpLogo-image
{
    background: transparent url(images/rmplogo.png) top center no-repeat;
    background-size: auto;
    background-size: auto 32px;
    width: 75px;
    height: 34px;
    display: block;
}

.rmpFullLogo-image
{
    background: transparent url(images/reisslogo.jpg) top center no-repeat;
    background-size: auto;
    width: 173px;
    height: 78px;
    display: block;
}

a:hover
{
    text-decoration: none;
}

hr
{
    border-top: 1px solid #eaeced;
}

.rmpLogo
{
    margin: 0 auto 20px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.login, .forgot
{
    margin: 0 auto;
    width: 460px;
    postion: relative;
}

.fullBox
{
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    postion: relative;
}

.fullBoxContainer
{
    position: relative;
    margin: auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.fullBoxContainerBorder
{
    margin: 0 auto;
    padding: 21px;
    border: 1px solid #eaeced;
    overflow: hidden;
}

.fullBoxContainerBorder p, .fullBoxContainerBorder h1,
{
    margin: unset;
}

.fullBoxContainerRow
{
    padding-bottom: 10px;
}

.contentContainer
{
    position: relative;
    margin: auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.contentContainerBorder
{
    margin: 120px auto 0;
    padding: 42px 42px 36px;
    border: 1px solid #eaeced;
    overflow: hidden;
}

.testFinishButtonContainer
{
    margin: 0px;
    padding: 42px 42px 36px;
    border: none;
    overflow: hidden;
}

.textInput input, .textInput textarea
{
    height: 44px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #9da3a6;
    background: #fff;
    background-clip: border-box;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    direction: ltr;
}

.textInput input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) 
{
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: border .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: border .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: border .2s ease-in-out,background-color .2s ease-in-out;
    transition: border .2s ease-in-out,background-color .2s ease-in-out;
}

.fieldWrapper 
{
    position: relative;
    z-index: 2;
    width: 100%;
}

.textInput .fieldWrapper::before 
{
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.loginRow
{
    padding-bottom: 21px;
}

.centerText
{
    text-align: center;
}

.clearfix:: after
{
    clear: both;
}

.subtleText
{
    color: #686868;
}

.footerTextSize
{
    font-size: .7em;
    font-weight: 100;
}

.footerTextColor
{
    color: #686868;
}

.inputError
{
    color: red;
    font-size: 1em;
    font-weight: 600;
    margin: 10px;
}

.newsPrompt
{
    color: #005eb8;
    font-size: 1em;
    font-weight: 600;
    margin: 10px;
}

.hideElement
{
    display: none;
}

.titleText
{
    font-size: 1.2em;
    font-weight: 400;
}

.menuBar
{
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #eaeced;
}

.menuContent
{
    margin: 0px auto;
    padding: 0px;

}

.menuIcon
{
    float: left;
    margin-right: 20px;
    border: 1px dotted transparent;
}

a.menuIcon:hover
{
    border: 1px dotted #eaeced;
}

.menuLogout
{
    float: right;
}

.menuIconLogo
{
    background: transparent url(images/icon-rmp.png) top center no-repeat;
    width: 71px;
    height: 32px;
    display: block;
}

.menuIconImage
{
    width: 32px;
    height: 32px;
    display: block;
}

.menuIconDashboard
{
    background: transparent url(images/parts/-32x32Home.png) top center no-repeat;
}

.menuIconEdit
{
    background: transparent url(images/edit.png) top center no-repeat;
}

.menuIconCreateAccount
{
    background: transparent url(images/icon-create.png) top center no-repeat;
}

.menuIconLogout
{
    background: transparent url(images/icon-logout.png) top center no-repeat;
}

.menuIconHub
{
    background: transparent url(images/icon-hub.png) top center no-repeat;
}

.subMenu
{
    float: left;
    margin-right: 5px;
}

.menuIconEditAccount
{
    background: transparent url(images/icon-edit.png) top center no-repeat;
}

.menuIconAddTests
{
    background: transparent url(images/parts/-32x32assign-test.png) top center no-repeat;
}

.menuIconEmail
{
    background: transparent url(images/icon-email.png) top center no-repeat;
}

.menuIconGroups
{
    background: transparent url(images/parts/-32x32groups.png) top center no-repeat;
}

.menuIconAddToGroup
{
    background: transparent url(images/icon-addtogroup.png) top center no-repeat;
}

.menuIconPdf
{
    background: transparent url(images/icon-pdf.png) top center no-repeat;
}

.menuIconCopyLink
{
    background: transparent url(images/parts/copy-link-v2.png) top center no-repeat;
}

.menuIconAddMembers
{
    background: transparent url(images/parts/-add.png) top center no-repeat;
}

.menuIconRemoveMembers
{
    background: transparent url(images/parts/-remove.png) top center no-repeat;
}

.menuIconTakersGroups
{
    background: transparent url(images/icon-takersgroups.png) top center no-repeat;
}

.menuIconOpenGroup
{
    background: transparent url(images/icon-opengroup.png) top center no-repeat;
}

.menuIconGroupMembers
{
    background: transparent url(images/icon-groupmembers.png) top center no-repeat;
}

.menuIconRemove
{
    background: transparent url(images/parts/-32x32Trash.png) top center no-repeat;
}

.menuIconMasterViewUser
{
    background: transparent url(images/icon-viewuser.png) top center no-repeat;
}

.menuIconPanelSettings
{
    background: transparent url(images/parts/-32x32settings.png) top center no-repeat;
}

.menuIconPurchase
{
    background: transparent url(images/parts/-32x32PurchaseTests.png) top center no-repeat;
}

.menuIconActiveTests
{
    background: transparent url(images/icon-active.png) top center no-repeat;
}


.iconImage
{
    width: 32px;
    height: 32px;
    display: block;
}

.iconDashboard
{
    background: transparent url(images/icon-dashboard.png) top center no-repeat;
}

.iconFirst
{
    background: transparent url(images/icon-first.png) top center no-repeat;
}

.iconPrevious
{
    background: transparent url(images/icon-previous.png) top center no-repeat;
}

.iconNext
{
    background: transparent url(images/icon-next.png) top center no-repeat;
}

.iconLast
{
    background: transparent url(images/icon-last.png) top center no-repeat;
}

.iconSearch
{
    background: transparent url(images/icon-search.png) top center no-repeat;
    margin-left:10px;
    margin-top: 2px;
}

.screenIcon
{
    width: 64px;
    height: 64px;
    float: right;
    margin: 0px 0px 10px 10px;
}

.screenIconDashboard
{
    background: transparent url(images/icon-dashboard-large.png) top center no-repeat;
}

.screenIconAdminMenu
{
    background: transparent url(images/icon-userlist-large.png) top center no-repeat;
}

.screenIconEditUser
{
    background: transparent url(images/icon-edit-large.png) top center no-repeat;
}

.screenIconCreateUser
{
    background: transparent url(images/icon-create-large.png) top center no-repeat;
}

.screenIconAddTests
{
    background: transparent url(images/icon-addtests-large.png) top center no-repeat;
}

.screenIconEmail
{
    background: transparent url(images/icon-email-large.png) top center no-repeat;
}

.screenIconMasterDashboard
{
    background: transparent url(images/icon-dashboard-large.png) top center no-repeat;
}

.screenIconMasterViewUser
{
    background: transparent url(images/icon-viewuser-large.png) top center no-repeat;
}

.screenIconAcceptance
{
    background: transparent url(images/icon-acceptance-large.png) top center no-repeat;
}

.screenIconBeauty
{
    background: transparent url(images/icon-beauty-large.png) top center no-repeat;
}

.screenIconCuriosity
{
    background: transparent url(images/icon-curiosity-large.png) top center no-repeat;
}

.screenIconEating
{
    background: transparent url(images/icon-eating-large.png) top center no-repeat;
}

.screenIconFamily
{
    background: transparent url(images/icon-family-large.png) top center no-repeat;
}

.screenIconHonor
{
    background: transparent url(images/icon-honor-large.png) top center no-repeat;
}

.screenIconIdealism
{
    background: transparent url(images/icon-idealism-large.png) top center no-repeat;
}

.screenIconIndependence
{
    background: transparent url(images/icon-independence-large.png) top center no-repeat;
}

.screenIconPower
{
    background: transparent url(images/icon-power-large.png) top center no-repeat;
}

.screenIconOrder
{
    background: transparent url(images/icon-order-large.png) top center no-repeat;
}

.screenIconPhysicalActivity
{
    background: transparent url(images/icon-physical_activity-large.png) top center no-repeat;
}

.screenIconRomance
{
    background: transparent url(images/icon-romance-large.png) top center no-repeat;
}

.screenIconSaving
{
    background: transparent url(images/icon-saving-large.png) top center no-repeat;
}

.screenIconSocialContact
{
    background: transparent url(images/icon-social_contact-large.png) top center no-repeat;
}

.screenIconStatus
{
    background: transparent url(images/icon-status-large.png) top center no-repeat;
}

.screenIconTranquility
{
    background: transparent url(images/icon-tranquility-large.png) top center no-repeat;
}

.screenIconVengeance
{
    background: transparent url(images/icon-vengeance-large.png) top center no-repeat;
}

.screenIconGroups
{
    background: transparent url(images/icon-groups-large.png) top center no-repeat;
}

.screenIconAddToGroup
{
    background: transparent url(images/icon-addtogroup-large.png) top center no-repeat;
}

.screenIconPdf
{
    background: transparent url(images/icon-pdf-large.png) top center no-repeat;
}

.screenIconTakersGroups
{
    background: transparent url(images/icon-takersgroups-large.png) top center no-repeat;
}

.screenIconOpenGroup
{
    background: transparent url(images/icon-opengroup-large.png) top center no-repeat;
}

.screenIconGroupMembers
{
    background: transparent url(images/icon-groupmembers-large.png) top center no-repeat;
}

.screenIconRemove
{
    background: transparent url(images/icon-remove-large.png) top center no-repeat;
}

.screenIconPanelSettings
{
    background: transparent url(images/icon-panelsettings.png) top center no-repeat;
}

.toolTip
{
    background: transparent url(images/tooltip.png) top center no-repeat;
    width: 16px;
    height: 16px;
    margin: 2px;
    float:right;
}

.showPassword
{
    background: transparent url(images/show.png) top center no-repeat;
    width: 32px;
    height: 32px;
    margin: 2px;
    float:right;
}

.hidePassword
{
    background: transparent url(images/hide.png) top center no-repeat;
    width: 32px;
    height: 32px;
    margin: 2px;
    float:right;
}

#padding
{
    height:20px;
    clear:both;
}

#menuPadding
{
    height:50px;
    clear:both;
}

div.psuedoTable
{
    font-weight: 400;
    border: 1px solid #1C6EA4;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.divTable.psuedoTable .divTableCell, .divTable.psuedoTable .divTableHead
{
    border: 1px solid #AAAAAA;
    padding: 10px 10px;
}

.divTable.psuedoTable .divTableBody .divTableCell
{
    vertical-align: middle;
    font-size: 1em;
    color: #404040;
}

.divTable.psuedoTable .divTableRow:nth-child(even)
{
    background: #D0E4F5;
}

.divTable.psuedoTable .divTableHeading
{
    background: #00205b;
    background: -moz-linear-gradient(top, #009cde 0%, #005eb8 66%, #00205b 100%);
    background: -webkit-linear-gradient(top, #009cde 0%, #005eb8 66%, #00205b 100%);
    background: linear-gradient(to bottom, #009cde 0%, #005eb8 66%, #00205b 100%);
    border-bottom: 2px solid #444444;
}

.divTable.psuedoTable .divTableHeading .divTableHead
{
    font-size: 1em;
    font-weight: 600;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
}

.divTable.psuedoTable .divTableHeading .divTableHead:first-child 
{
    border-left: none;
}

.divTableHeading
{
    text-align:center;
}



.psuedoTable .tableFootStyle 
{
    font-size: 1em;
    font-weight: 400;
    color: #FFFFFF;
    background: #D0E4F5;
}

.psuedoTable .tableFootStyle 
{
    font-size: .7em;
}

.psuedoTable .tableFootStyle .links
{
    text-align: right;
}

.psuedoTable .tableFootStyle .links a
{
    display: inline-block;
    background: #00205b;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
    text-decoration:none;
}

.psuedoTable.outerTableFooter 
{
    border-top: none;
}

.psuedoTable.outerTableFooter .tableFootStyle
{
    padding: 10px;
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTable a
{
    color: #404040;
    font-size: 1em;
    font-weight: 600;
}

.divTableHead a
{
    color: white;
    font-size: 1em;
    font-weight: 600;
}

.submitButton
{
    padding: 5px 15px;
    font-size: inherit;
    background: #00205b;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #00205b;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.submitButton:hover 
{
    background: #005eb8;
    border: solid 1px #1c9ad6;
    text-decoration: none;
}

.select-css 
{
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #686868;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('selectarrow.png'),
     linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
/*
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring; 
	color: #686868;
	outline: none;
} 
*/

.select-css option {
	font-weight:normal;
}

@media (max-width: 460px)
{
    .login
    {
        width: 100%;
        margin: 0px;
    }
}

.testRow
{
    width: 100%;
    border-bottom: 1px dotted #00205b;
    background-color: #fafafa;
}

.testRow:nth-child(even)
{
    background-color: #eaeced;
}

.testQuestion
{
    float: left;
    width: 44%;
}

.testAnswer
{
    float: left;
    text-align: center;
    width: 8%;
}

.testHeader
{
    color: #686868;
    font-size: .6em;
    font-weight: 200;
    vertical-align: bottom;
    line-height: 1em;
}

.testContent
{
    vertical-align: middle;
}

/* The Modal (background) */
.modal 
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content 
{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

/* The Close Button */
.close 
{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus 
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

ul.leaders 
{
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

ul.leaders li:before
{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
}

ul.leaders span:first-child 
{
    padding-right: 0.33em;
    background: white;
}

ul.leaders span + span 
{
    float: right;
    padding-left: 0.33em;
    background: white;
}

.selector
{
    border: none;
    height: 26px;
    width: 100%;
    background-color: transparent;
    font-size: 1em;
    font-weight: 400;
    color: #777;
}

.tabBox
{
/*    border: 1px solid #c0c0c0; 
    border-top: none; */
}

.roundTab
{
/*    border-top-left-radius: 25px; */
    border-top-right-radius: 25px;
    border-left: 1px solid #c0c0c0; 
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

#character-counter-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 auto;
    padding: 3rem;
    width: 60%;
}

.textarea {
    display: block;
    width: -webkit-fill-available;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 1.2em;
}

.textarea:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

#character-counter {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}
.text-warning {
    color: #fb8500;
}
.text-danger {
    color: #d90429;
}

.groupHeader
{
    font-weight: 100;
    font-size: .75em;
    color:#666666;
    text-align:center;
}

.groupMember
{
    font-weight: 100;
    font-size: .75em;
    color:#666666;
    text-align:left;
}

.hoverTip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }
  
  .hoverTip .hoverTiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
  }
  
  .hoverTip .hoverTiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  
  .hoverTip:hover .hoverTiptext {
    visibility: visible;
  }
  
  .clearSearch
  {
    margin-left: -21px !important;
    margin-top: 5px !important;
/*    position: absolute; */
  }

.gap
{
    margin: auto;
    width: 50% !important;
    height: 20px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.closeModal
{
    text-decoration: none !important;
}

.isDisabled 
{
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.graphHeader
{
    border: 1px solid rgb(0,101,189);
    background-color: rgb(0,101,189);
    width:75%;
    margin:auto;
}

.graphRow
{
    border: 1px solid #b0b0b0 !important;
    border-top: none !important;
    width:75%;
    margin:auto;
    overflow:hidden;
    padding: 0px;
}

.graphBottom
{
    border-top: 1px solid #b0b0b0 !important;
    width:75%;
    margin:auto;
    overflow:hidden;
    padding: 0px;
}

.graphText
{
    font-size: 75%;
}


/* Toggle Button */
.cm-toggle {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 10px;
}


/* To create surface of toggle button */
.cm-toggle:after {
	content: '';
	width: 36px;
	height: 16px;
	display: inline-block;
	background:  rgba(196, 195, 195, 0.55);
	border-radius: 18px;
	clear: both;
}


/* Contents before checkbox to create toggle handle */
.cm-toggle:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


/* Shift the handle to left on check event */
.cm-toggle:checked:before {
	left: 20px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* Background color when toggle button will be active */
.cm-toggle:checked:after {
	background: rgb(128,128,128);;
}

/* Transition for smoothness */
.cm-toggle,
.cm-toggle:before,
.cm-toggle:after,
.cm-toggle:checked:before,
.cm-toggle:checked:after {
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
}

.displayOptionsStyle
{
    font-size: .75em;
    line-height: .40em;
}


.assignSheet
{
    width:100%;
    margin:auto;
    height: 148px !important;
    overflow-y:scroll;
    color:#222;
    border-style:solid;
    border-width:1px;
    border-color:#444444;
}

.assignSuffix
{
    background-color:white;
    color:#222;
}

.assignText
{
    font-size: .90em;
    width:100%;
}

.groupDesireText
{
    font-size: .6vw;
    font-weight: bold;
}

.colorCells
{
    padding: 0px;
}

.colorTable
{
    border-collapse: collapse;
}

 /* Customize the label (the container) */
 .containerCell {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .containerCell input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmarkCell {
    position: absolute;
    top: 0;
    left: 10;
    height: 15px;
    width: 15px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .containerCell:hover input ~ .checkmarkCell {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containerCell input:checked ~ .checkmarkCell {
    background-color: #808080;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmarkCell:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .containerCell input:checked ~ .checkmarkCell:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containerCell .checkmarkCell:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } 

.menuIconViewReports
{
    background: transparent url(/master/images/parts/viewReportsIcon.png) top center no-repeat;
}
