/* WEB HELP form styles */

#descriptions label {
	color: #000;
}
#descriptions label {
    font-family: 'helvetica-light', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
}

#webhelp .radio, #webhelp .checkbox {
    font-size: inherit;
}

#descriptions input[type="file"] {
/*     font-size: 12px;
    display: block; */
}

#descriptions div.mce-tinymce {
    margin-bottom: 15px;
}

#descriptions .panel .btn {
	margin-bottom: 12px;
}

#descriptions .entry > hr {
    margin: 16px;
}

#descriptions .popover-content, #descriptions .popover-title {
    color: #000000;
}
#descriptions .popover-content {
    font-weight: normal;
}

.mce-content-body p,
.mce-content-body ol, 
.mce-content-body ul, 
.mce-content-body li,
.mce-content-body {
	font-size: 14px;
}

.modalBtns {
	margin-bottom: 15px;
}

.btn-gray {
    color: #ffffff;
    background-color: #999;
    border-color: #999;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #ffffff;
  background-color: #566168;
  border-color: #566168;
}

.redText{
    color: #C10435;
}
a {
    cursor: pointer;
}
.spinner-modal{
    background-clip: padding-box;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #be1e2d;
    outline: 0 none;
    position: relative;
    text-align: center;
}
