﻿/********* FROM NEW CSS *************/
@font-face {
    font-family: 'Conv_Helvetica-Condensed';
    src: url('../fonts/Helvetica-Condensed.eot');
    src: local('☺'), url('../fonts/Helvetica-Condensed.woff') format('woff'), url('../fonts/Helvetica-Condensed.ttf') format('truetype'), url('../fonts/Helvetica-Condensed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Helvetica-Condensed-Bold';
    src: url('../fonts/Helvetica-Condensed-Bold.eot');
    src: local('☺'), url('../fonts/Helvetica-Condensed-Bold.woff') format('woff'), url('../fonts/Helvetica-Condensed-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Condensed-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* new style - date 22.09.2013 */

@font-face {
    font-family: 'Conv_LucidaGrande';
    src: url('../fonts/LucidaGrande.eot');
    src: local('☺'), url('../fonts/LucidaGrande.woff') format('woff'), url('../fonts/LucidaGrande.ttf') format('truetype'), url('../fonts/LucidaGrande.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #4b4b4b;
}

    a:hover {
        color: #717171;
    }
/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0082C4;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
}

/* floating */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

/* text aligments */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.hidden, .hidden.RadButton {
    display: none;
}

body {
    background-image: url(../images/css/body.png);
    background-repeat: repeat-x;
    background-color: #1c668F !important;
}

#wrapper {
    width: 100%;
    background-image: url(../images/css/body.png);
    background-repeat: repeat-x;
}

#page {
    min-width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    font: normal 12px/14px "Trebuchet MS", Arial, sans-serif;
    text-decoration: none;
    background-color: #f0f0f0;
    padding: 0 26px 0 26px;
    display: table; /*shrink-wrap*/
}

#container {
    display: block;
    min-height: 500px;
    background-color: white;
    border: thin solid #d9d9d9;
    padding: 22px 22px 0 22px;
    margin: 0 0 33px 0;
    -webkit-box-shadow: #d9d9d9 1px 0 1px;
    -moz-box-shadow: #d9d9d9 1px 0 1px;
    box-shadow: #d9d9d9 1px 0 1px;
}

.WarningBar {
    background-color: Red;
    color: White;
    font-size: x-large;
    text-align: center;
    width: 100%;
}

    .WarningBar td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

/* start header */
#header {
    display: inline-block;
    height: 65px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #header #logo {
        float: left;
        padding-bottom: 8px;
    }

.rightblock {
    float: right;
    min-width: 400px;
    display: block;
}

.toppart-1 {
    display: block;
    height: 23px;
    min-width: 395px;
    position: relative;
    right: 10px;
}

#header .toppart-2 {
    display: block;
    min-height: 50px;
    min-width: 395px;
    top: 17px;
    right: 10px;
    text-align: right;
    font-family: "conv_helvetica-condensed-bold", Arial, sans-serif;
    color: #acaeb1;
    vertical-align: top;
}

#header .welcome {
    font-size: 24px;
    font-weight: bold;
    min-width: 150px;
    text-transform: uppercase;
    padding-bottom: 0.5em;
}

#header .profile {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#header .profile a {
    color: #164d73;
    text-decoration: none;
    padding-left: 0.5em;
}

.user {
    color: #555454;
    font-size: 12px;
    font-family: Myriad Pro;
    font-weight: normal;
    min-width: 150px;
    float: right;
}

    .user img {
        float: left;
        margin: -5px 12px 0 12px;
    }

a.sign-in {
    border: thin solid #bfbfbf;
    padding: 10px 0 0 0;
    text-align: center;
    min-width: 95px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #d7d7d7 0 1px 1px;
    -moz-box-shadow: #d7d7d7 0 1px 1px;
    box-shadow: #d7d7d7 0 1px 1px;
    background: #F9F9F9;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#e0e9ee));
    background: -webkit-linear-gradient(#F9F9F9, #e0e9ee);
    background: -moz-linear-gradient(#F9F9F9, #e0e9ee);
    background: -ms-linear-gradient(#F9F9F9, #e0e9ee);
    background: -o-linear-gradient(#F9F9F9, #e0e9ee);
    background: linear-gradient(#F9F9F9, #e0e9ee);
    -pie-background: linear-gradient(#F9F9F9, #e0e9ee);
    behavior: url(PIE.htc);
    height: 21px;
    text-align: center;
    border: thin solid #bfbfbf;
    text-decoration: none;
    color: #717171;
    font-size: 15px;
    float: right;
    position: relative;
    right: 8px;
}

    a.sign-in img {
        float: left;
        margin: -9px 1px 1px 2px;
    }

/* start footer */

#footer {
    width: 100%;
    top: 0;
    border-top: 1px solid #6B6B6B;
    background: linear-gradient(#ACAEB1, #4B4B4B) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ACAEB1', endColorstr='#4B4B4B') !important; /*For IE7-8-9*/
    color: #FFF;
    font: bold 12px/18px "Trebuchet MS", Arial, sans-serif;
    text-decoration: none;
    display: table; /*shrink-wrap*/
    height: 30px;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 5px;
}

    #footer div.inner {
        padding-top: 10px;
        padding-right: 25px;
    }

#wrapper #footer span {
    color: #FFF;
}
/* start content */

.Button {
    font: normal 13px 'Trebuchet MS',sans-serif;
    font-weight: bold;
    display: inline-block;
    background-color: #0099cc;
    color: white;
    text-align: center;
    border: 1px solid silver;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.Button:hover {
    color: white;
}

/********* END: FROM NEW CSS *************/

.Title {
    /*font-size: medium;
	font-weight: bold;*/
    color: #0099cc;
    font: 24px/24px 'conv_helvetica-condensed-bold';
    margin: 0 0 15px;
    padding: 17px 0 6px;
    text-transform: uppercase;
}

.Title .sub-title {
    display: inline-block;
}

.Title .sub-title.warranty-type {
    color: black;
    margin-left: 50px;
}

.subTitle {
    border: none;
    border-top: 1px solid #d0d0d0;
    margin: 10px 3px 3px 3px;
    font: normal 16px "conv_helvetica-condensed-bold", Arial, sans-serif;
    color: #0099cc;
    text-transform: uppercase;
}

td.TitlePrintable {
    /*font-size: medium;
	font-weight: bold;
	color: #0099cc;*/
    color: #0082C4;
    font: 24px/24px 'conv_helvetica-condensed-bold';
    margin: 0 0 15px;
    padding: 17px 0 6px;
    text-transform: uppercase;
}

td.Footer {
    border-top: solid 1px #999999;
    text-align: right;
    font-size: 10px;
    font-size: 10px;
    color: #999999;
}



.align-top {
    vertical-align: top;
}

td.RowHeaderLeft {
    text-align: left;
    font: 13px 'Conv_LucidaGrande';
    color: #666;
}

td.Label {
    font-weight: 700;
    text-align: right;
}

td.LabelLeft {
    font-weight: 700;
    text-align: left;
}

td.RequiredLabel {
    font-weight: 700;
    text-align: right;
    color: Red;
}

td.SectionTitle {
    font-weight: bold;
    text-decoration: underline;
}

td.SectionTitleNoUnderline {
    /*font-weight: bold;
	font-size: 12px;*/
    color: #4b4b4b;
    font: normal 16px "conv_helvetica-condensed-bold", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

td.SectionTitleLightBackground {
    background-color: #E4E4E4;
    font-weight: bold;
    font-size: 12px;
}

td.LightBackground {
    background-color: #E4E4E4;
}

td.DarkBackground {
    background-color: #B0C4DF;
}

td.HeaderBackground {
    background-color: #0099cc;
}

table.DataEntry {
    min-width: 900px;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .11);
}

    table.DataEntry td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    table.DataEntry tr {
        padding: 5px;
    }


    table.DataEntry td.RowHeader {
        text-align: right;
        font: 13px 'Conv_LucidaGrande';
        color: #666;
        display: block;
        padding: 5px;
    }

    table.DataEntry td.RowHeaderLeft {
        text-align: left;
        font: 13px 'Conv_LucidaGrande';
        color: #666;
    }

.RowHeader {
    text-align: right;
    font: 13px 'Conv_LucidaGrande';
    color: #666;
    /*display: block;*/
    padding: 5px;
}

.RowHeaderLeft {
    text-align: left;
    font: 13px 'Conv_LucidaGrande';
    color: #666;
}

td.DataEntry input[type="text"],
td.DataEntry input[type="password"] {
    width: 300px;
    font-size: 13px;
}

td.DataEntry textarea {
    width: 830px;
    height: 112px;
    resize: none;
    font-size: 13px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

td.DataEntry select {
    font-size: 13px;
}

td.DataEntry .required {
    color: #c00;
}

td.DataEntry .note {
    padding: 0 0 0 10px;
    font: 12px 'Conv_LucidaGrande';
    color: #666;
}

td.DataEntry .label-input {
    display: inline-block;
    *display: inline;
    *margin-left: -1px;
    *zoom: 1;
    padding: 0 15px 0 0;
    line-height: 16px;
}


tr.LightBackground {
    background-color: #E4E4E4;
}

tr.LightBackgroundBold {
    background-color: #E4E4E4;
    font-weight: 700;
}

tr.DarkBackground {
    background-color: #B0C4DF;
}

tr.DarkBackgroundBold {
    background-color: #B0C4DF;
    font-weight: 700;
}

tr.HeaderBackground {
    background-color: #0099cc;
}



table.Listing {
    border: solid 1px #B0C4DF;
    width: 1000px;
}



.ErrorMessage {
    color: Red;
    font-weight: bold;
    text-transform: none;
}

.DataGrid {
    border: solid 1px #B0C4DF;
}

.DataGridHeader {
    font-size: 12px;
    text-decoration: none;
    background-color: #B0C4DF;
}

.DataGridFooter {
    background-color: #B0C4DF;
    border-top: solid 1px black;
}

.DataGridRow {
    background-color: White;
}

.DataGridAltRow {
    background-color: #E4E4E4;
}

.RedItem {
    color: Red;
    font-weight: bold;
}

.BlackItem {
    color: Black;
}

#progressBackgroundFilter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: absolute;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
}


fieldset {
    border: none;
    border-top: 1px solid #d0d0d0;
    margin: 10px 3px 3px 3px;
}

legend {
    font: normal 16px "conv_helvetica-condensed-bold", Arial, sans-serif;
    color: #0099cc;
    text-transform: uppercase;
}

td.IntroductionText {
    background-color: LightYellow;
    border: solid 1px silver;
}

table.IntroductionText {
    background-color: LightYellow;
    border: solid 1px silver;
}

.CompanyManagement input {
    font-size: 10px;
}

.Watermark {
    color: gray;
}

.StrengthBar1 {
    color: Red;
    font-weight: bold;
    font-size: 10px;
}

.StrengthBar2 {
    color: Blue;
    font-weight: bold;
    font-size: 10px;
}

.StrengthBar3 {
    color: Green;
    font-weight: bold;
    font-size: 10px;
}

.BlueTitle {
    color: #0099cc;
    font-weight: bold;
    font-size: 14px;
}

div#messages {
    width: 500px;
}

#messages ul {
    list-style: none outside none;
    margin: 0 0 0.5em;
    padding: 0;
}

    #messages ul li {
        border: 2px solid #DDDDDD;
        border-radius: 5px 5px 5px 5px;
        color: #222222;
        display: block;
        margin: 0.75em 0;
        min-height: 14px;
        padding: 10px;
    }

    #messages ul.Success li {
        background-color: #E6EFC2;
        border-color: #C6D880;
        color: #529214;
    }

    #messages ul.Notice li {
        background-color: #FFF6BF;
        border-color: #FFD324;
        color: #817134;
    }

    #messages ul.Error li {
        background-color: #FBE3E4;
        border-color: #FBC2C4;
        color: #D12F19;
    }

/*---------------------------------------------------respns design*/
@media screen and (min-width:480px) and (max-width:800px) {
    /* Target landscape smartphones, portrait tablets, narrow desktops

  */
}

@media screen and (max-width:479px) {
    /* Target portrait smartphones */
}

/* def-form */
.def-form {
    padding: 0 45px 0 30px;
}

    .def-form h2 {
        font: 24px/24px 'conv_helvetica-condensed-bold';
        color: #0082c4;
        text-transform: uppercase;
        padding: 17px 0 6px;
        margin: 0 0 15px;
        border-bottom: 1px solid #e9e9e9;
    }

    .def-form .fieldset {
        border: none;
        border-top: 1px solid #d0d0d0;
        margin: 10px 3px 3px 3px;
    }

    .def-form .legend {
        /*font-size: small;
	font-weight: bold;*/
        font: normal 16px "conv_helvetica-condensed-bold", Arial, sans-serif;
        color: #0099cc;
        text-transform: uppercase;
    }

.def-pos {
    list-style: none;
    padding: 0 0 8px;
}

    .def-pos li {
        padding: 0 0 13px;
    }

    .def-pos label {
        display: block;
        color: #666;
        padding: 7px 0 3px 5px;
    }

    .def-pos input[type="text"],
    .def-pos input[type="password"] {
        font-size: 14px;
    }

    .def-pos textarea {
        width: 630px;
        height: 112px;
        resize: none;
        font-size: 14px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        overflow: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .def-pos select {
        font-size: 13px;
    }

    .def-pos .required {
        color: #c00;
    }

    .def-pos .note {
        padding: 0 0 0 10px;
        font: 12px 'Conv_LucidaGrande';
        color: #666;
    }

    .def-pos .label-input {
        display: inline-block;
        *display: inline;
        *margin-left: -1px;
        *zoom: 1;
        padding: 0 15px 0 0;
        line-height: 16px;
    }

.def-rad {
    list-style: none;
    padding: 0 0 8px;
}

    .def-rad li {
        padding: 0 0 13px;
    }

    .def-rad label {
        padding: 7px 0 3px 5px;
    }

    .def-rad input[type="text"],
    .def-rad input[type="password"] {
        font-size: 14px;
    }

    .def-rad textarea {
        width: 630px;
        height: 112px;
        resize: none;
        font-size: 14px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        overflow: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .def-rad select {
        font-size: 13px;
    }

    .def-rad .required {
        color: #c00;
    }

    .def-rad .note {
        padding: 0 0 0 10px;
        font: 12px 'Conv_LucidaGrande';
        color: #666;
    }

    .def-rad .label-input {
        display: inline-block;
        *display: inline;
        *margin-left: -1px;
        *zoom: 1;
        padding: 0 15px 0 0;
        line-height: 16px;
    }

/* LISTING OPTIONS */
.listingTypeSelection {
    padding: 0 0 11px 0;
    *overflow: visible;
    *height: 1%;
    overflow: hidden;
}

    .listingTypeSelection p {
        height: 34px;
        float: left;
        padding: 0 7px 0 0;
        color: #ababaa;
        font-family: 'Conv_Helvetica-Condensed-Bold';
        font-size: 15px;
        line-height: 34px;
    }

    .listingTypeSelection ul {
        float: left;
        overflow: hidden;
        *overflow: visible;
        *height: 1%;
        list-style: none;
        padding: 2px 1px 0;
        height: 30px;
        background: #e9e9e9 url("../images/listing-type-nav-bg.gif") repeat-x;
        border: 1px solid #cdcdcd;
        border-color: #cdcdcd #dcdcdc #d2d2d2;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: relative;
    }

        .listingTypeSelection ul li {
            float: left;
            height: 30px;
            padding: 0 1px 0 0;
            background: url("../images/listing-type-nav-sep-bg.gif") 100% 0 no-repeat;
        }

.styles-items-nav ul li.last {
    background: none;
    padding-right: 0;
}

.listingTypeSelection .gridView,
.listingTypeSelection .detailView {
    background: url("../images/listing-type.png") no-repeat;
    width: 29px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

    .listingTypeSelection .detailView:hover,
    .listingTypeSelection .current .detailView {
        background-position: 0 -30px;
    }

.listingTypeSelection .gridView {
    background-position: -30px 0;
}

    .listingTypeSelection .gridView:hover,
    .listingTypeSelection .current .gridView {
        background-position: -30px -30px;
    }


/* LISTING VIEWS */

.repeater {
    /*padding: 4px 17px 0 26px;*/
    width: 1050px;
}

    .repeater ul.item {
        list-style: none;
        padding-left: 0;
    }

        .repeater ul.item > li {
            border: 1px solid #d9d9d9;
            margin: 0 0 31px;
            background: #f9f9f9;
            background: -moz-linear-gradient(top, #f9f9f9 0, #e0e9ef 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #e0e9ef));
            background: -webkit-linear-gradient(top, #f9f9f9 0, #e0e9ef 100%);
            background: -o-linear-gradient(top, #f9f9f9 0, #e0e9ef 100%);
            background: -ms-linear-gradient(top, #f9f9f9 0, #e0e9ef 100%);
            background: linear-gradient(to bottom, #f9f9f9 0, #e0e9ef 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e0e9ef', GradientType=0);
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            position: relative;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, .11);
            /*height: 250px;*/
            overflow: auto;
        }

    .repeater ul li .itemDetail {
        border-top: 1px solid #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 7px 0 20px 20px;
        position: relative;
        *overflow: visible;
        *height: 1%;
    }

    .repeater .item .head {
        color: #164d73;
        font-size: 24px;
        line-height: normal;
        padding: 0 0 1px;
        font-family: 'conv_helvetica-condensed-bold';
    }

    .repeater .item .location {
        font-size: 20px;
        color: #a2a2a2;
        padding: 0 0 12px;
        width: 540px;
    }

    .repeater .buttons {
        list-style: none;
        position: absolute;
        top: 125px;
        right: 15px;
    }

    .repeater .button {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        *margin-left: -1px;
        height: 31px;
        min-width: 140px;
        padding: 0 5px;
        text-transform: uppercase;
        color: #164a6f;
        text-shadow: 0 1px 0 #fff;
        text-decoration: none;
        border: 1px solid #dadada;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 1px 2px 1px #ced7dc;
        text-align: center;
        background: url("../images/btn-bg.jpg") repeat-x;
        font-size: 14px;
        line-height: 31px;
        position: relative;
        cursor: pointer;
        font-family: 'Conv_Helvetica-Condensed-Bold';
        margin: 5px;
    }


    .repeater .button:hover {
        opacity: .7;
    }

    .repeater .btn-place {
        float: left;
        width: 100px;
        height: 61px;
    }

    .repeater .detailTop {
        list-style: none;
        position: absolute;
        top: 45px;
        right: 0;
        width: 380px;
    }

    .repeater .detailTop li {
        float: left;
        width: 175px;
        padding: 0 5px 0 10px;
        font-size: 13px;
        line-height: 20px;
        color: #747474;
    }

    .repeater .detail {
        list-style: none;
        width: 520px;
        overflow: hidden;
        *overflow: visible;
        *height: 1%;
        padding: 0 0 8px;
        min-height: 80px;
    }

    .repeater .detail li {
        float: left;
        width: 250px;
        padding: 0 10px 0 0;
        font-size: 14px;
        line-height: 21px;
        color: #333;
    }

    .repeater .detail li.left {
        width: 250px;
    }

    .repeater .color-blue {
        color: #164d73;
    }

    .repeater .item .color-blue {
        color: #5885a4;
    }

    .repeater .item .notes {
        clear: both;
        width: 662px;
        float: left;
        padding-bottom: 5px;
    }

    .repeater .item .notes strong.title {
        color: #4b4b4b;
        font-size: 14px;
        font-weight: normal;
        display: block;
    }

.company-contact .company-contact-address {
    padding-bottom: 0.5em;
}

.opportunity-new,
.opportunity-status-icon {
    color: #fff;
    padding: .2em .4em;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}

.opportunity-new {
    font-weight: bold;
    background-color: #ffd700;
    color: #000;
}

.opportunity-detail .opportunity-detail-item .head,
.opportunity-detail .opportunity-detail-item .detail,
.opportunity-detail .opportunity-detail-item .notes {
    width: 645px;
}

.opportunity-detail ul li.opportunity-detail-item .itemDetail {
    padding: 1em;
}

.opportunity-detail ul.item li.opportunity-detail-item {
    margin-bottom: 1em;
}

.opportunity-detail label,
.opportunity-detail .detailTop span {
    display: inline-block;
    font-weight: bold;
}

.opportunity-detail .opportunity-detail-item .location {
    width: auto;
    padding: 0;
}

.opportunity-detail .opportunity-detail-item .detailTop,
.opportunity-detail .opportunity-detail-item .detail {
    top: 0;
    padding-top: 1em;
    padding-right: 0;
    float: none;
    display: inline-block;
}

.opportunity-detail .opportunity-detail-item .opportunity-contact li {
    width: 300px;
}

.opportunity-detail .opportunity-detail-item .detailTop {
    padding-right: 1em;
    padding-left: 0;
    width: 250px;
}

    .opportunity-detail .opportunity-detail-item .detailTop li {
        width: 100%;
        padding: 0;
    }

    .opportunity-detail .opportunity-detail-item .detailTop .button {
        width: 240px;
        padding: .1em;
        margin: .2em;
        font-size: 1em;
        height: 1.4em;
        line-height: 1.4em;
    }

.opportunity-detail .icons .opportunity-icon {
    font-size: 70%;
}

.opportunity-detail .opportunity-detail-item .head {
    padding-bottom: 0;
}

    .opportunity-detail .opportunity-detail-item .head .icons {
        float: left;
        margin-right: .5em;
    }

    .opportunity-detail .opportunity-detail-item .head .head-inner {
        float: left;
    }

    .opportunity-detail .opportunity-detail-item .head .project-name {
        display: inline-block;
        font-size: 18px;
    }

    .opportunity-detail .opportunity-detail-item .head .header-sub {
        display: block;
        font-size: 14px;
    }

.opportunity-detail .opportunity-detail-item .notes {
    /* the item height is determined by the stuff on the left - make sure it's tall enough to fit the stuff on the right */
    min-height: 3.5em;
}

.opportunityDropDownValidation {
    padding-left:10px;
    color: red;
    font-size:16px;
    /*font-family: Verdana, Tahoma, Arial;*/
    font-weight:bold;
}

#filter-groups .group .group-item label {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    width: 10em;
}

.projectNameGridColumn {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-column {
    vertical-align: top;
}

.admin-column .admin-module {
    margin-bottom: 20px;
}

.admin-column .admin-module h3 {
    font-size: 175%;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
}

.admin-column .admin-module .admin-link {
    display: block;
    margin: 3px;
}

.tbReadOnly {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit;
}

.system-builder-popup .popup-body {
    height: 90%;
}

.system-builder-popup .popup-footer, .system-builder-popup .popup-header {
    height: 5%;
}
.system-builder-background {
    background: rgba(50, 50, 50, 0.5);
}

input[readonly], input.disabled, select.disabled {
    background-color: #F0F0F0 !important;
    color: #303030 !important;
}