﻿

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* MAIN  */
body   
{

    font-size: 1.50em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.page
{
    width: 100%;    
    background-color: #fff;
    margin: 20px auto 0px auto;    
}


.header
{

}

.header h1
{
    font-weight: 700;
    font-size: 2em;
}


.title
{
    display: block;
    float: left;
    text-align: left;
    margin-left:8px;
    margin-bottom:15px;
    width: auto;
}



.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    height:100%;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */





div.FormContainer {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 40px;
    border-radius: 5px;
    min-height: 500px;
    text-align: center;
    position: relative;
    overflow: visible;
    box-shadow: 10px 10px 5px grey;
}


div.Reset {
    height: 12px;
    min-height: 12px;
    font-size: 10px;
    text-align: right;
    margin-right: 15px;
    color: #696969;
}

div.AnswerButton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 40%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.8em;
    font-size: 2.6vw;
    border-radius: 5px;
}
div.AnswerButton:hover 
{
    cursor:pointer;
}

.FormError {
    border-radius: 8px;
    padding: 8px;
    font-size:16px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

div.MessageText {
    font-size: 14px;
    color: #696969;
    margin-left:5%;
    margin-right:5%;
}

div.MessageText.Confirm {
    color: #12ba1d;
    font-weight:bold;
    font-size: 0.8em;
}

div.ContactMeForm {
    border: 1px solid #efefef;
    border-radius:8px;
    padding:10px;
}

label {
    cursor: pointer;
    padding-left: 12px;
}

.RadioBTN
{
    font-size:14px;
    cursor:pointer;
}



.ListBox {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #bbb;
    padding: 5px;
    outline: none;
    border-radius: 5px;
}








/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  PM LAW   */


div.FormContainer.PML {
    border: 2px solid #005b70;
    background-color: #fefefe;
    color: #fc5b1e;
}

div.AnswerButton.PML {
    background-color: #e6ebec;
    border: 1px solid #005b70;
    color: #005b70;
}
div.AnswerButton.PML:hover 
{
    background-color:#d9e3e5;
}
.FormError.PML {
    color: red;
    /*background-color: #ffe5e5;*/
    border: 1px solid red;
}

.ListBox.PML {
    color: #005b70;
}
.ListBox.PML:focus {
    background-color: #fdfeff;
}

.RadioBTN.PML
{
    color:#696969;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */




/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  DJMP  */


div.FormContainer.DJMP {
    border: 2px solid #005b70;
    background-color: #fefefe;
    color: #18519c;
}

div.AnswerButton.DJMP {
    background-color: #e6ebec;
    border: 1px solid #005b70;
    color: #005b70;
}

    div.AnswerButton.DJMP:hover {
        background-color: #d9e3e5;
    }

.FormError.DJMP {
    color: red;
    /*background-color: #ffe5e5;*/
    border: 1px solid red;
}

.ListBox.DJMP {
    color: #005b70;
}

    .ListBox.DJMP:focus {
        background-color: #fdfeff;
    }

.RadioBTN.DJMP {
    color: #696969;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */






/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  UNIONLINE SCOTLAND  */


div.FormContainer.ULS {
    border: 2px solid #b61d5c;
    background-color: #fefefe;
    color: #b61d5c;
}

div.AnswerButton.ULS {
    background-color: #b61d5c;
    border: 1px solid #005b70;
    color: #FFF;
}

    div.AnswerButton.ULS:hover {
        background-color: #d06c96;
    }

.FormError.ULS {
    color: red;
    /*background-color: #ffe5e5;*/
    border: 1px solid red;
}

.ListBox.ULS {
    color: #005b70;
}

    .ListBox.ULS:focus {
        background-color: #fdfeff;
    }

.RadioBTN.ULS {
    color: #696969;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */






/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  UNIONLINE (MAIN)  */


div.FormContainer.TUL {
    border: 2px solid #b61d5c;
    background-color: #fefefe;
    color: #b61d5c;
}

div.AnswerButton.TUL {
    background-color: #b61d5c;
    border: 1px solid #005b70;
    color: #FFF;
}

    div.AnswerButton.TUL:hover {
        background-color: #d06c96;
    }

.FormError.TUL {
    color: red;
    /*background-color: #ffe5e5;*/
    border: 1px solid red;
}

.ListBox.TUL {
    color: #005b70;
}

    .ListBox.TUL:focus {
        background-color: #fdfeff;
    }

.RadioBTN.TUL {
    color: #696969;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */











.button {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 12px;
  padding: 8px;
  width: 120px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  border-radius:3px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}


.button:hover {
    background-color:#C0C0C0;
}










/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Buttons */
.button2              { display: inline-block; outline: none; cursor: pointer;
	                      text-indent:30px; text-decoration: none; text-align:left; padding-top:7px; 
	                      border:1px solid #dedede; line-height:18px;
	                      width:110px;
	                      background-color:#F5F5F5;
	                      font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	                      font-weight:600; font-size:14px;
	                   	  height: 30px;
	                   	  border-radius: .5em; }
.button2:hover           { text-decoration: none; }
.button2:active          { position: relative; top: 1px; }

.btnSubmit              { color:green;                           
                          background-image:url(../Images/tick.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnSubmit:hover        { background-color:#bff6bf; }
.btnSubmit:active       { background-color:#bff6bf; }

.btnCancel              { color:#5558d1; 
                          background-image:url(../Images/blue-cross.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnCancel:hover        { background-color:#cdceff; }
.btnCancel:active       { background-color:#cdceff; }
/* ------------------------------------------------------------------------------------------------------------------------------ */








/* ------------------------------------------------------------------------------------------------------------------------------ */
/* INPUT */
input.SearchTextBox 
{
    width:205px;
    font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px;
    border:0px; vertical-align:top;
    height:15px;
    padding-left:0px;
    color:#808080;
}
input.SearchTextBox:focus
{
    background-color:#fff;    
}


input[type=text],input[type=password]
{
    font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px;
    border-radius:5px;
    height:25px;
    border: 1px solid #ccc;
    padding-left:5px;
    color: #696969;
}
textarea
{
    font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px;
    border-radius:5px;
    border: 1px solid #ccc;
    padding-left:5px;
    color: #696969;    
}
input:focus,textarea:focus 
{
   background-color:#fffec3;   
}
.ReadOnly
{
   background-color:#e1e1e1;
}


.ListBoxFormat1
{
    width:450px;
    height:500px;
    background-color:#fffef6;
    font-size:15px;
}

input.FilterTextBox
{
    font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px;
    border:1px solid #ccc;
    height:16px;
    padding-left:2px;
    color:#808080;
    margin-top:8px;
}
input.FilterTextBox:focus
{
   background-color:#f2ffff;    
   color:#553eff;
   font-weight:600; 
}
.FilterTextBoxEmpty
{
    color:#C0C0C0;   
    font-style:italic; 
}

/* ------------------------------------------------------------------------------------------------------------------------------ */






/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  MISC   */

.clear
{
    clear: both;
}


.failureNotification
{
    font-weight:700;
    color: Red;
}

.confirmationNotification
{
    font-size: 1.2em;
    color: Green;
}

.headerNotification
{
    font-size:1.5em;
    color:fuchsia;
}

.fadedNotification 
{
    color:#C0C0C0;
}

.Center
{
    text-align:center; 
}

.Right
{
    text-align:right; 
}

.NoBold
{
    font-weight:normal;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  DOCUMENT MODAL WINDOWS  */
div.MessageContainer 
{
    display:none;
    width:350px;
    height:200px;
    background-color:#FFF;
    border-radius:20px; 
    border: 4px solid #656ca2;
    text-align:center;
    padding:20px;
    font-weight:600;
    font-size:15px;    
}
div.ModalTitle
{
    font-size:25px;
    font-weight:600;
    margin-bottom:20px;
    color:#656ca2;
}
div.ViewLogContainer 
{
    display:none;
    width:650px;
    height:500px;
    background-color:#FFF;
    border-radius:20px; 
    border: 4px solid #656ca2;
    padding:20px;
    font-weight:600;   
    overflow:hidden;
}
.ViewLogLink
{
    text-align:right;
    font-size:12px;
    cursor:pointer;
}
div.LogEntries
{
    height:450px;
    overflow:auto;  
}
div.LogEntryContainer
{
    margin-top:10px;
    border-bottom:1px solid #C0C0C0;
    width:97%;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;    
}
div.LogEntryTitle
{
    font-weight:600;
    width:110px;
    display:inline-block;
    margin-right:20px;
    vertical-align:top;
}
div.LogEntryDetail
{
    font-weight:400;
    font-style:italic;    
    display:inline-block;
    width:480px;
}

div.SavedBar { 
    height: 50px; 
    position: fixed; 
    bottom:0%;       
    background-color: #2edb53; 
    opacity: 0.9;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color:#FFF;
    font-size:25px;
    line-height:40px;
    width:84%;
    display:none;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */

