/* CSS Document */

/*---------------Copyright 2011 Idaho Surveying and Rating Bureau, Inc.-----------------*/

p {
    margin: 5px 0px 10px 0px;
}

input {
    margin-right: 5px;
}

.clear {
    clear: both;
}

.Overflow {
    overflow: hidden;
    margin-bottom: 3px;
}

    .Overflow div {
        float: left;
    }

        .Overflow div:first-child {
            *padding-top: 2px;
        }

a,
.CustomButton_Spanlrg .a {
    color: #306ec1;
    text-decoration: underline;
}

    a:hover, a:active,
    .CustomButton_Spanlrg .a:hover,
    .CustomButton_Spanlrg .a:active {
        color: #333399;
        text-decoration: underline;
    }

    .CustomButton_Spanlrg .a,
    .CustomButton_Spanlrg .a:hover,
    .CustomButton_Spanlrg .a:active {
        font-size: 12px;
    }

.a,
.a:hover,
.a:active {
    border: none;
    background: none;
    cursor: pointer;
}

.a {
    color: #fff;
    text-decoration: underline;
}

    .a:hover,
    .a:active {
        color: #e3e5e7;
        text-decoration: underline;
    }

.SortBox,
.SelectBox {
    padding: 10px 0px;
}

.SelectBox {
    white-space: nowrap;
}

.RLALinkWrapper {
    margin: 3px 0px 0px 85px;
    font-size: small;
}

.spacer {
    border-bottom: 1px solid #b4cae8;
    margin: 20px 0px;
}

.ColorKeyWrapper {
    margin: 20px 0px 20px 0px;
}

.Blue,
.Yellow,
.Orange,
.Red {
    width: 10px;
    height: 10px;
    float: left;
    margin: 3px 3px 0px 10px;
    display: block;
    border: 1px solid #666;
}

.Blue,
.BlueHighlight,
body .BlueContent {
    background-color: #ccffff;
}

.Red,
.RedHighlight,
body .RedContent {
    background-color: #fcd8d7;
}

.Yellow,
.YellowHighlight,
body .YellowContent {
    background-color: #ffffcc;
}

.Orange,
.OrangeHighlight,
body .OrangeContent {
    background-color: #ffcc00;
}

div.BlueContent,
div.RedContent,
div.YellowContent,
div.OrangeContent {
    border: 1px solid #666;
}

div.OrangeContent {
    border-left-width: 0;
}

div.YellowContent {
    border-right-width: 0;
}

/*.ChangeSet{
		border-collapse: separate;
		border-spacing: 0;
		border-width: 0;
		*border-collapse: collapse;
	}
		
	.ChangeSet td{
		*position:relative;
	}
		
	.ChangeSet .BlueContent td,
	.ChangeSet .RedContent td,
	.ChangeSet .YellowContent td,
	.ChangeSet .OrangeContent td{
		border-style: solid;
		border-color: #666;
	}
		
	.ChangeSet .BlueContent td:first-child,
	.ChangeSet .RedContent td:first-child,
	.ChangeSet .YellowContent td:first-child,
	.ChangeSet .OrangeContent td:first-child {
		border-left-width: 1px;
	}
		
	.ChangeSet .BlueContent td:last-child,
	.ChangeSet .RedContent td:last-child,
	.ChangeSet .YellowContent td:last-child,
	.ChangeSet .OrangeContent td:last-child {
	 	border-right-width: 1px;
	}

	.ChangeSet .BlueContent td,
	.ChangeSet .RedContent td {
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
		
	.ChangeSet .YellowContent td{
		border-top-width: 1px;
	}
	.ChangeSet .OrangeContent td {
		border-bottom-width: 1px;
	}*/

.Up,
.Down {
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    margin: 4px 5px 0px 0px;
}

.Up {
    background: url(../Images/Up.png) top left no-repeat;
}

.Down {
    background: url(../Images/Down.png) top left no-repeat;
}

.Note,
.Files {
    float: left;
    display: block;
    width: 20px;
    height: 19px;
    margin-right: 5px;
}

.Note {
    background: url(../Images/TakeNote_icon.png) top left no-repeat;
}

.Files {
    background: url(../Images/File_icon.png) top left no-repeat;
}


.FileInfoWrapper .Note,
.FileInfoWrapper .Files {
    float: right;
    margin-right: 0px;
}

ul {
    margin-left: 20px;
}

.AltUL {
    margin-left: 40px;
}

    ul li,
    .AltUL li {
        padding-bottom: 3px;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 0px 3px;
    border-bottom: 1px solid #b4cae8;
}

td {
    padding: 3px;
    vertical-align: top;
}

.TableWrapper,
.CheckboxListWrapper {
    border: 1px solid #b4cae8;
}

.CheckboxListWrapper {
    padding: 0px 5px;
    background-color: #ffffff;
    overflow: auto;
    width: 265px;
    height: 300px; /*--Need this for IE--*/
}

.AddEditMode {
    border-bottom: 1px solid #b4cae8;
    border-top: 1px solid #b4cae8;
    background: #f2f6fc;
    padding: 5px;
}

.AddEditModeLinkWrapper {
    margin-top: 15px;
}

.Instructions,
.Example {
    font-size: 11px;
}

.Instructions {
    margin-bottom: 10px;
}

.Example {
    color: #666;
}

.ResutlsWrapper {
    margin: 20px 0px;
    font-style: italic;
}

.GridColumnLeftBorder {
    float: left;
    border-right: 1px solid #0099CC;
    padding: 0px 40px 20px 0px;
}

.GridColumnDiv {
    float: left;
    padding: 0px 20px 0px 40px;
}

.AlteredItemColumn {
    font-size: 12px;
}

.W1Table {
    margin: 3px auto;
}

    .W1Table th {
        border-bottom: 1px solid #b4cae8;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        border-right: 1px solid #b4cae8;
        border-top: 1px solid #b4cae8;
    }

    .W1Table td {
        padding: 0px 10px 3px 10px;
        border-bottom: 1px solid #b4cae8;
        border-right: 1px solid #b4cae8;
    }

.Validator,
.Invalid,
.Required,
.TitleInlineWrapper .TitleH1 .Required {
    color: #CC0000;
    font-size: 12px;
}

.bottomBtns {
    margin-top: 20px;
}

.TopButton {
    margin-bottom: 5px;
}

.AltItemTemp,
.ItemTemp {
    padding-right: 10px;
    width: 100%;
    vertical-align: top;
}

.AltItemTemp,
.AltColumn {
    background-color: #f2f4f6;
}

.SearchFilterWrapper {
    background-color: #f2f6fc;
    border: 1px solid #d2e5fc;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.LocationSearchFilter {
    width: 675px;
    float: left;
}

.SearchFilter div,
.SearchFilter span {
    float: left;
    margin: 0px 10px 5px 0px;
}

div.OR_img {
    background: url(../Images/OR.gif) top left no-repeat;
    width: 94px;
    height: 40px;
    clear: both;
}

.GeneralInfoWrapper {
    border: 1px solid #dfdfe2;
    padding: 5px;
    float: left;
    margin: 0px 20px 20px 0px;
    height: 145px;
    width: 450px;
}

    .GeneralInfoWrapper ul {
        margin: 10px 0px 0px 20px;
    }

    .GeneralInfoWrapper li {
        padding-bottom: 3px;
        list-style-image: url(../images/arrow_gray.gif);
    }

.HelpBox {
    border: 1px dotted #335e96;
    padding: 5px;
    width: 430px;
    height: 145px;
    float: right;
}

    .HelpBox ul {
        margin: 0px 0px 10px 20px;
        width: 127px;
        float: left;
    }

.LocationList ul {
    margin: 0px 0px 10px 20px;
}

.HelpBox li,
.LocationList li {
    padding-bottom: 3px;
    list-style-image: url(../images/arrow_blue.gif);
}

.HelpBox div {
    font-size: 12px;
    color: #CC0000;
    text-align: center;
    float: left;
    width: 270px;
    padding-left: 10px;
}

.FormWrapper {
    padding: 5px;
    border: 1px solid #dfdfe2;
}

    .FormWrapper .left {
        float: left;
        margin-right: 75px;
    }

    .FormWrapper .right {
        float: left;
    }

.Price {
    text-align: right;
    padding-left: 20px;
}

.ContentLoginWrapper {
    margin: 20px auto;
    padding: 5px;
    width: 400px;
    background-color: #F2F6FC;
    border: 1px solid #D2E5FC;
}

.InnerContentLoginWrapper {
    background-color: #F2F6FC;
    border: 5px solid #ffffff;
    padding: 10px;
}

.AdminImpersinateContainer,
.AddLocationBtnCotainer,
.CreateRLAContainer {
    width: 300px;
    float: right;
}

.AddLocationBtnCotainer,
.CreateRLAContainer {
    text-align: right;
    margin-right: 17px;
}

.AddLocationBtnCotainer {
    width: 135px;
}

.SideBySidButtons {
    display: inline-block;
    margin: 15px 0px;
    overflow: hidden;
}

    .SideBySidButtons a {
        float: left;
        margin-right: 10px;
    }

.OccCodeWrapper div {
    float: left;
    width: 215px;
    margin: 5px;
}

.OccCodeWrapper span {
    width: 50px;
}

.CustomButton,
.CustomButton:hover,
.CustomButton:active {
    background-color: #ababab;
    padding: 3px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: center;
    border: 1px solid #a7a7a7;
    -webkit-text-shadow: 1px 1px 0px #878686;
    text-shadow: 1px 1px 0px #878686;
    cursor: pointer;
}

    .CustomButton:hover,
    .CustomButton:active {
        background-color: #bebebe;
        border: 1px solid #a7a7a7;
    }

    .CustomButton.Fix {
        display: inline;
    }

.CustomButton_Spanlrg {
    background-color: #F2F6FC;
    border: 1px solid #D2E5FC;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    width: 250px;
    float: left;
    margin: 0px 8px 20px 8px;
}

    .CustomButton_Spanlrg span {
        font-size: 14px;
    }

.LeftColumn_directions,
.RightColumn_directions {
    float: left;
}

.LeftColumn_directions {
    width: 450px;
}

.RightColumn_directions {
    width: 375px;
    border-left: 1px solid #09C;
    padding: 0px 0px 20px 95px;
}

.DuplicateWrapper {
    border-top: 1px solid #b4cae8;
    padding: 5px;
    width: 675px;
}

    .DuplicateWrapper div {
        padding-right: 5px;
    }

    .DuplicateWrapper span {
        float: left;
        font-weight: bold;
    }

h1 {
    font-size: 30px;
    color: #333399;
    margin-bottom: 15px;
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 1px;
    font-weight: normal;
}

    h1 span,
    .TitleInlineWrapper .TitleH1 span,
    h2 span,
    h3 span {
        font-size: 12px;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-left: 5px;
    }

.TitleInlineWrapper {
    display: inline;
}

    .TitleInlineWrapper .TitleH1 {
        float: left;
        font-size: 30px;
        margin-bottom: 15px;
        color: #333399;
        font-family: "Times New Roman", Times, serif;
    }

    .TitleInlineWrapper .TitleMiscSpan {
        float: right;
        color: #000000;
    }

.FileInfoWrapper {
    float: left;
    width: 300px;
    padding: 5px;
}

h2, .h2 {
    font-size: 20px;
    margin: 15px 0px 5px 0px;
    color: #304fc1;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    margin: 10px 0px 5px 0px;
    color: #6071b0;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

.AltH2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #304fc1;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}

/*--Telerik Styles--*/

div.RadWindow a.rwIcon {
    background: url('../images/favicon.ico') no-repeat center;
}

div.TelerikModalOverlay {
    z-index: 3999 !important;
}

.RadWindow td.rwLoading {
    background: url(../Images/loading.gif) no-repeat !important;
    background-position: center center !important;
}

div.RadWindow {
    z-index: 4000 !important;
}

table td.reContentCell {
    height: 175px !important;
}

/*.ScrollTable .FixedHeaderContainer th,
.ScrollTable .FixColumn td,
.ScrollTable .ScrollAreaTable td{
	width:100px;
}*/

.PClassList {
    list-style: none;
    overflow: auto;
    margin-left: 0px;
}

    .PClassList li {
        float: left;
        width: 25px;
    }

    .PClassList input,
    .PClassList label {
        display: block;
    }

.InputWrapper input {
    margin-right: 0px;
}

.LoadingModal {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #cccccc;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    position: absolute;
    background-position: center center;
    z-index: 4000;
    display: none;
}

.LoadingImg {
    height: 100%;
    width: 100%;
    background: url(../Images/loading.gif) no-repeat;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    position: fixed;
    background-position: top right;
    z-index: 4000;
    display: none;
}

.LoadingError {
    height: 130px;
    width: 175px;
    background-color: #FFA;
    position: fixed;
    background-position: top right;
    z-index: 4000;
    display: none;
    border-bottom: 1px solid #333399;
    border-left: 1px solid #333399;
    cursor: default;
}

    .LoadingError .Overflow {
        padding-left: 5px;
        font-weight: bold;
        background-color: #E6E6E4;
    }

.ErrorMessage, .FullError {
    margin: 0 5px 5px 5px;
}

.FullError {
    display: none;
}

.errClose {
    width: 15px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.definition {
    border-bottom: 1px dotted;
}

.DocTable th,
.DocTable td,
.ElemTable th,
.ElemTable td {
    padding-right: 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #339;
}

.DocTable th,
.ElemTable th,
.ElemTable td {
    border-bottom-width: 1px;
}

.ElemTable th {
    border-top-width: 1px;
}

.DocTable th:first-child,
.DocTable td:first-child {
    border-left-width: 0;
    font-weight: bold;
}

.DocTable th:last-child,
.DocTable td:last-child {
    padding-right: 0;
    border-right-width: 0;
}

.Strong {
    font-weight: bold;
}

.ElemTable .ChildCell {
    border-width: 0 1px;
}

.ElemTable .EmptyCell {
    border-width: 1px 0;
}

.ElemTable .EmptyLeft {
    border-left-width: 0;
}

.ElemTable .EmptyRight {
    border-right-width: 0;
}

.DocTable td:first-child,
.DocTable td:last-child,
.FormattedCode {
    font-family: Consolas,monospace;
}

    .FormattedCode div {
        float: none;
        margin: 2px 0;
    }

h2.h2 {
    font-size: 25px;
}

h3.h3 {
    font-size: 20px;
}

.ADisabled,
.ADisabled:hover {
    color: #000;
    text-decoration: none;
}

.quoteWindowSpacing div {
    padding: 5px 10px;
}

.mergeButton {
    margin-top: 35px;
    color: #fff !important;
    font-size: .875em;
}

.vr {
    border-right: 1px solid #dedede;
    padding: 0 5px;
}

.info {
    color: #555;
}

/*-- Bootstrap Column Plugin --*/

.ui-accordion .ui-accordion-content {
    padding: 1em !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: table;
}

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

@media (min-width: 980px) {

    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6 {
        float: left;
    }
}

.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666666666667%;
}

.col-lg-4 {
    width: 33.33333333333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.666666666666664%;
}
