﻿/* Styles for basic forms
-----------------------------------------------------------*/


a {
    color: #623875;
    text-decoration: underline;
}

a:hover {
    color: #0C1436;
    text-decoration: underline;
}

a:active {
    color: #0C1436;
    text-decoration: underline;
}

a:disabled {
    color: #CEC1D4;
    text-decoration: underline;
}

a:focus {
    color: #0671E0;
    text-decoration: underline;
}

.headerLink {
    color: #b8bdcc;
}

a.headerLink:hover {
    color: #f0f3f5;
}

.textgrey {
    color: #aaaaaa;
}

.intro-paragraph
{
    font-size: 15px;
    line-height: 20px;
    width: 480px;
    margin: 10px 0;
}
.help-paragraph
{
    margin:10px 0;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    border-radius: 6px;
    border: 1px solid #B4B6C1;
}


textarea:hover {
    border: 1px solid #DBACF5;
}

textarea:focus {
    border: 1px solid #DBACF5;
    outline: none;
}

textarea:active {
    border: 1px solid #DBACF5;
    outline: none;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}

.hand-cursor
{
    cursor: pointer;
    cursor: hand;
}

.no-padding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-left-padding
{
    padding-left: 0px !important;
}

.standard-padding
{
    padding: 10px !important;
}

.error
{
    color: red;    
}
.rightfloat
{
    float: right;
}

.center
{
    text-align: center;
}

.leftfloat
{
    float: left;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.handover {
    cursor: pointer;
}

.blockCenter
{
    display: block;
    margin:0 auto;
}

.main h2 {
    font-size: 2.3em;
    font-weight: 500;
   /* padding-top: 10px;*/
    margin-bottom: 20px;
    margin-top: 7px;
    /*font-family: "Open sans";*/
}

.main h4
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.blackLine {
    margin: 0;
    height: 0;
    border-top: 2px solid #B4B6C1;
    clear: both;
}

.error
{
    color: #bf2626;
}

.ok
{
    color: #bf2626;
}

.ok-green {
    color: #577A1B;
}

.loading {
    display: block;
    background-image: url(/admin/Content/Img/Main/Loading.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: none;
    margin-top: 0.2em;
}

.loading-wrapper 
{
    display: inline-block;
    width:40px;
    height:40px;
    vertical-align:middle;
}

.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.right a
{
    text-align: right;
}

.clear {
    clear: both;
}

ul {
    margin-left: 2em;
}

.light {
    font-weight: 200;
}

.no-border {
    border: 0;
}

.no-bottom-border {
    border-bottom: 0px none !important;
}

.error-pane {
    float: left;
    display: block;
}

.error-pane-center {
    margin: auto;
    width: 50%;
    display: block;
}

.changes-saved-ok {
    background: url('/admin/Content/Img/Main/OkIcon.png') 0 center no-repeat;
    height: 1.5em;
    padding: 0.25em 0 0 22px;
    display: block;
}
.error-text-generic {
    background: url('/admin/Content/Img/Main/CancelIcon.png') 0 center no-repeat;
    height: 1.5em;
    padding: 0.25em 0 0 22px;
    color: #bf2626;
    display: block;
}
.error-text-generic-red {
    background: url('/admin/Content/Img/Main/CancelIcon_Hover.png') 0 center no-repeat;
    height: 1.5em;
    padding: 0.25em 0 0 22px;
    color: #bf2626;
    display: block;
}
.disabled {
    color: #aaa;
}

.vMargin {
    margin: 1em 0;
}

.labelfieldblock {
    display: inline-block;
    float: left;
    margin: 1em;
    width: 15em;
    height: 5em;
}

.doublelabelfieldblock {
    display: inline-block;
    float: left;
    margin: 1em;
    width: 30em;
    height: 5em;
}

.spacing {
    clear: both;
    height: 2em;
}

.emaillabelfieldblock {
    display: inline-block;
    float: left;
    margin: 1em;
    width: 32em;
    height: 5em;
}

.emaillabelfieldblock input {
    width: 100%;
}

.labelfieldblock input, .labelfieldblock select {
    width: 100%;
}

input[type="text"], input[type="password"], select
{
    padding: 2px;
}

.hidden 
{
    visibility: hidden;
}

.nowrap 
{
    white-space: nowrap;
}

::-ms-clear {
    display: none;
}

.red {
    color: red;
}

.purple {
    color: #623875;
}

.white {
    color: white;
}

.align-right-sort {
    padding-right: 13px;
}

.fontQuickSand {
    font-family: "Poppins";
}


/** customized fontawesome style*/
.fa-trash-alt:hover, .fa-plus:hover, .fa-edit:hover {
    /*color: #4d4d4d;*/
}

.fa-trash-alt, .fa-plus, .fa-edit {
    /*cursor: pointer;
    color: #4e64ca;*/
}

.fa-exclamation-triangle{
    color: red;
}

a.fa-edit {
    /*text-decoration: none;*/
}
/** end fontawesome style*/


select {
    border-radius: 6px;
}

select:hover {
  border: 1px solid #DBACF5;
}

select:focus {
    outline: none;
    border-color: #9b59b6; /* Purple border */
    box-shadow: 0 0 0 2px rgba(155, 89, 182, 0.2); /* Purple glow */
}

select option:checked {
    background-color: #DBACF5; /* Purple highlight */
}

input[type="text"], input[type="password"] {
    border-radius: 6px;
    border: 1px solid #B4B6C1;
}

input[type="text"]:hover, input[type="password"]:hover {
    border: 1px solid #DBACF5;
}

input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #DBACF5;
    outline: none;
}

input[type="text"]:active, input[type="password"]:active {
    border: 1px solid #DBACF5;
    outline: none;
}