﻿
/*---------------------------------------------------- 	Menu------------------------------------------------------*/
.restmenuwrap {
    /*box-shadow:inset 0 0 0 16px #fff,inset 0 0 0 17px #cc580c,inset 0 0 0 18px #fff,inset 0 0 0 19px #cc580c,inset 0 0 0 20px #fff,inset 0 0 0 21px #cc580c,0 4px 20px rgba(0,0,0,0.1);*/
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    pointer-events: auto;
    background-color: #F5F5F5;
    height: 720px;
}

    .restmenuwrap h5 {
        margin: 0;
        font-size: 14px;
    }

    .restmenuwrap .rm-thumb {
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        margin: 0 20px 0 0;
        box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.1);
        border-radius: 50%;
    }

.restmenuwrap {
    padding: 20px 40px 20px 40px;
}

.restitem {
    margin-top: 10px;
    margin-bottom: 10px;
}

.restIndented {
    margin-left: 20px;
}

.restitem a {
color:darkslategrey;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
}

.restitem a:hover {
    color: blue;
    text-decoration: underline;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.restitem a:focus {
    color: blue;
    text-decoration: underline;
}

.restitem a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.restitem a:visited {
    text-decoration: underline;
}

.restitem p {
margin-top: 10px;
margin-bottom: 0px;
}

.restmenuwrap h3.maincat {
    margin: 0 0 20px 0;
    font-size: 19px;
    padding-bottom: 10px;
    color: #cc580c;
    border-bottom: 4px double #cc580c;
}

.divbr {
    height: 10px;
}

.divnewline {
    height: 2px;
}


.style2 {
    width: 0px;
}

.style3 {
    width: 375px;
}

.contrast {
    background-color: #07519C;
}

.formbgcolor {
    background-color: #DCE1E6;
}

.Error {
    font-family: 'Arial';
    font-size: 10pt;
    color: Red;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}

/* Styles from the application prior to changing the website look & feel */
.uppercase {
    text-transform: uppercase;
}

.ReadOnlyTextBox {
    border-color: Gray;
    border-style: solid;
    border-width: 1px;
    color: Gray;
}

.textinfo {
    color: #ffffff;
    font-family: Verdana;
    Font-Size: 8pt;
    position:relative;
    top:-18px;
    right:23px;
}

a.textinfo:hover {
    color: #ffffff;
    font-family: Verdana;
    Font-Size: 8pt;
     position:relative;
    top:-18px;
     right:23px;
}

a.textinfo:visited {
    color: #ffffff;
    font-family: Verdana;
    Font-Size: 8pt;
     position:relative;
    top:-18px;
     right:23px;
}


.ContentHeader {	
    font-weight:bold;
    font-size:16pt;
}

.ContentHeaderSub {	
    font-weight:bold;
    font-size:12pt;
}

input[type="radio"] {
    margin-left: 0px;
}
input[type=radio], input[type=checkbox] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.sectiontitle {
    font-weight: bold;
    font-size: 16pt;
    color: #ffffff;
}
.alignCenter {
    text-align: center;

}
h3, .ms-rteElement-h3, .ms-rteElement-H3, .ms-rteElement-H3B {
    font-size: 2.2rem;
    color: #174e92;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;       
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    margin: 0;
    padding: 0
}
.col-wid {
    width:10%;
}
.col-wid12 {
    width:12%;
}
.divmin{
    min-height:400px;
}
.divleft{
    left:-15px;
}
.divleft10 {
    left:-10px;
}

.divleft8{
    left:8px;
}
.textdanger {
	color: red;
}
.divright{
    left:15px;
}
.divbox {
    border-left: 0px solid #f62c25 !important;
    border-right: 0px solid #f62c25 !important;
    border-top: 0px solid #f62c25 !important;
    border-bottom: 0px solid #f62c25 !important;
    width:283px;
}


.notaryGrid a {
    color: grey;
    text-decoration: underline;
}

.notaryGrid a:active {
    color: black;
    background: white;
}

.notaryGrid th
{
  padding-left: 5px; 
}

/* ------------------ styles for grid view pagination ---------------------- */ 
.gridpager, .gridpager td {
    text-align: left;
    color: Green;
    font-weight: bold;
    text-decoration: none;
    border: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 15px;
}

.gridpager a {
    color: grey;
    font-weight: normal;
}

.modalBackground
{
      background-color: Gray;
      filter:alpha(opacity=50);
      opacity:0.7;
}

.modalPopup
{
    background: #ffffdd;
    border:solid 3px black;
    width: 800px;
    height: 550px;
    position:fixed;
    top:10%;
    left:10px;
    padding: 15px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
      
}

.h3pop {
    font-family: Verdana; 
    font-weight: bold;
}
