@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome/fontawesome.eot');
    src: url('../fonts/fontawesome/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome.woff') format('woff'), url('../fonts/fontawesome/fontawesome.ttf') format('truetype'), url('../fonts/fontawesome/fontawesome.svg#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}


TH {
    background-color: #1B3765;
    color: #FFF;
    border: 1px solid #1B3765;
    padding: 5px 10px;
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.1);*/
}

TD {
    padding: 5px 2px;
    text-align: left;
}

.headerGrid {
    background-color: #4b6c9e;
    color: #FFF;
}

a, a:visited, a:active {
    text-decoration: none;
    color: #1B3765;
}

    a:hover {
        /*color: #669A16;*/
        text-decoration: none;
    }

#doc3 {
    min-height: 100% !important;
    margin: 0px auto -30px !important;
}

/*#logo 
{
    margin: 0px auto;
	width: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}*/

.logo {
    padding: 10px;
    float: left;
    margin-bottom: -20px;
}

    .logo img {
        margin-right: 7px;
    }

#logon {
    float: right;
    padding-right: 10px;
    clear: both;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: right;
}


#nav {
    background-color: #1B3765;
    clear: both;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

.NAVLogin {
    display: none !important;
}

#nav a {
    text-decoration: none;
    color: #FFFFFF;
}

#nav ul {
    display: inline-block;
    z-index: 999;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#nav li {
    background-color: #1B3765;
    float: left;
    border-left: 1px solid white;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    #nav li:hover {
        background-color: #5790e9;
    }

        #nav li:hover a {
            color: #FFFFFF;
        }

    #nav li ul {
        display: none;
    }

    #nav li:hover ul {
        position: absolute;
        display: block;
    }

    #nav li a {
        color: #ffffff;
        display: block;
        padding: 13px;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        #nav li a:hover {
            color: #FFFFFF !important;
        }

    #nav li ul li {
        background-color: #1B3765;
        float: none;
        border-left: none;
    }

        #nav li ul li:hover {
            background-color: #5790e9;
        }

        #nav li ul li a {
            color: #FFFFFF !important;
            font-size: 11px;
            font-weight: normal;
            padding: 6px;
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            #nav li ul li a:hover {
                color: #FFFFFF !important;
            }

#bd {
    clear: both;
    padding: 20px;
}

    #bd #search {
        background-image: url(http://www.icondosmanila.com/images/searchbg.png);
        float: left;
        height: 270px;
        width: 198px;
    }

        #bd #search dl {
            padding-left: 15px;
            padding-top: 45px;
        }

        #bd #search dt {
            float: left;
            font-size: 95%;
            font-weight: bold;
            width: 68px;
        }

        #bd #search dd {
            padding-bottom: 10px;
        }

        #bd #search input {
            width: 100px;
        }

            #bd #search input.small {
                width: 36px;
            }

        #bd #search select {
            width: 100px;
        }

        #bd #search input.chkbx {
            width: 20px;
        }

#push {
    height: 30px;
}

#ft {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 0px;
}

#srcform h1 {
    left: -5000px;
    display: none;
}

#propertyMap {
    height: 400px;
    width: 400px;
}


/*--Tabs Styling--*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px; /*--Subtract 1px from the height of the unordered list--*/
        line-height: 31px; /*--Vertically aligns the text within the tab--*/
        border: 1px solid #999;
        border-left: none;
        margin-bottom: -1px; /*--Pull the list item down 1px--*/
        overflow: hidden;
        position: relative;
        background: #e0e0e0;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #000;
            display: block;
            font-size: 1.2em;
            padding: 0 20px;
            border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
            outline: none;
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            ul.tabs li a:hover {
                background: #ccc;
            }

html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not 

listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its 

content--*/
}

.tab_container {
    /*border: 1px solid #999;*/
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_content {
    padding: 20px;
    font-size: 1.2em;
    min-height: 300px;
    width: 100%;
    min-width: 350px;
}

    .tab_content dt {
        color: Navy;
        float: left;
        font-family: "Segoe UI",Arial;
        font-size: 12px;
        width: 100px;
        padding-top: 5px;
    }

    .tab_content dd {
        padding-bottom: 3px;
        min-height: 22px;
    }

    .tab_content input {
        font-family: Calibri,Arial;
        font-size: 12px;
        width: 250px;
        font-size: 12px;
        width: 250px;
        padding: 3px;
        margin-bottom: 10px;
    }

/*--Building ID Drop Down--*/
input.buildingID {
    float: right;
    border: 0 none;
    color: Navy;
    width: 20px;
}

.tab_content .check input {
    font-family: Calibri,Arial;
    font-size: 12px;
    width: 10px;
}

.tab_content select {
    font-family: Calibri,Arial;
    font-size: 12px;
    width: 260px;
    padding: 3px;
    margin-bottom: 10px;
}

.tab_content textarea {
    font-family: Calibri,Arial;
    font-size: 12px;
    width: 250px;
    min-height: 90px;
    padding: 3px;
    margin-bottom: 10px;
}

.databox {
    float: left;
    width: 400px;
}


/*--File Menu Styling--*/

.fileMenu {
    float: right;
}

    .fileMenu li {
        float: left;
        padding: 5px;
    }

    .fileMenu .save a {
        color: Red;
    }

/*--Search Range--*/

#searchRange {
    border: 1px solid #D0E9F0;
    background: #f6f6f6;
    padding: 5px 9px;
}

    #searchRange h3 {
        background-image: url("/images/kmc_icons.png");
        background-position: -44px -44px;
        background-repeat: no-repeat;
        margin: 0 0 4px 0;
        padding: 5px 0px 2px 23px;
        font-weight: bold;
        font-size: 1em;
    }

    #searchRange ul {
        background-color: #FFFFFF;
        border: 1px solid #D0e9f0;
        padding: 3px;
    }

#resultsCount {
    padding: 10px 0px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
}

.rpttoolbar {
    background-color: #A8B7BA;
    height: 20px;
    margin: 10px 5px 10px 5px;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
}

.btnNext {
    background-image: url("/images/search_icons.png");
    background-position: -7px -274px;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    height: 23px;
    width: 23px;
    border-style: none;
}

.btnBack {
    background-image: url("/images/search_icons.png");
    background-position: -6px -159px;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    height: 23px;
    width: 23px;
    border-style: none;
}

.propertyBox {
    min-height: 87px;
    border: 1px solid #aaa;
    margin: 10px 5px 10px 5px;
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    background-color: white;
}

    .propertyBox #upper {
        min-height: 100px;
    }

.photocontainer {
    float: left;
    border: 1px solid rgba(108,117,120,0.2);
    padding: 3px 3px 3px 3px;
}

.primarydetail {
    float: left;
    padding: 3px 0 0 10px;
    /*width: 470px;*/
}

    .primarydetail .fn {
        float: none;
    }

        .primarydetail .fn a {
            font-weight: bold;
            font-size: 16px;
            color: #1B3765;
            text-decoration: none;
        }

            .primarydetail .fn a:hover {
                /*color:#669A16;*/
            }

    .primarydetail .priceBox {
        margin: 5px 0 0 0;
        font-weight: bold;
        font-size: 14px;
        float: none;
    }

    .primarydetail .locality {
        color: #333;
        font-size: 12px;
        float: none;
        margin: 3px 0 0 0;
    }

        .primarydetail .locality .locality-container a {
            /*color:#139FD4;*/
            text-decoration: none;
        }

            .primarydetail .locality .locality-container a:hover {
                /*color:#669A16;*/
            }

    .primarydetail .property-type {
        color: #777;
        margin: 3px 0 0 0;
    }

.propertyBox #lower {
    min-height: 60px;
    border: 1px solid rgba(108,117,120,0.2);
    padding: 5px 3px 5px 3px;
    color: #555;
}

.propertyBox .description {
    font-size: 12px;
    padding: 0 0 3px 3px;
}

.propertyBox a:active, a:hover {
    /*color:#669a16;*/
    text-decoration: underline;
}

.pagination {
}

    .pagination a {
        padding: 5px;
    }

    .pagination span {
        padding: 5px;
    }

#progressbar {
    margin-bottom: 10px;
    width: 90%;
}


div#map {
    height: 400px;
    border: 1px solid #e0e0e0;
    margin: 10px 10px 0 10px;
    /*display:none;*/
}

div.jHtmlArea {
    display: inline block;
    float: left;
    width: 257px;
    margin-bottom: 10px;
}

    div.jHtmlArea iframe {
        width: 257px !important;
    }

    div.jHtmlArea div {
        padding: 0px;
        margin: 0px;
    }

iframe {
    border: 1px solid #d2d2d0;
}

div#progress {
    text-align: center !important;
    z-index: 1000;
    position: absolute;
    top: 30%;
    left: 55%;
}

#hd {
    margin: 0px auto;
    /*background: transparent url("http://kmcmaggroup.com/media/184496/horizontal-banner-1.png") 0px 15px no-repeat;*/
}

#LoginTable {
    margin: auto;
}

    #LoginTable td {
        padding-bottom: 5px;
    }

#Loginbox {
    padding: 100px 30px 30px 30px;
    margin: 0px auto;
    /*box-shadow: 0px 5px 10px grey;*/
    width: 370px;
    /*background: #F2F2F2 url("http://kmcmaggroup.com/media/184496/horizontal-banner-1.png") 0px 0px no-repeat;*/
}

#MainContent_txt_username, #MainContent_txt_password {
    background: white url(/images/search_icons.png) no-repeat;
    padding-left: 23px;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 0 5px rgba(0, 0, 0, 0.4);*/
    border: 1px solid dimgray;
}

#MainContent_txt_username {
    background-position: -440px -253px;
}

#MainContent_txt_password {
    background-position: -440px -279px;
}

#MainContent_btn_login {
    background-color: #5790e9;
    color: white;
    margin-top: 10px;
    height: 25px;
    width: 80px;
    border: 0px solid #1A1919;
    font-weight: bolder;
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.1);*/
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#MainContent_txt_username:focus, #MainContent_txt_password:focus {
    outline: none;
}

.insert-button {
    color: white !important;
}

.opportunity {
    padding: 12px;
    font-size: 18px;
}

.go_txt {
    float: left;
    margin: 10px 15px 0px 0px;
}

#MainContent_tbl td {
    padding: 10px 10px;
}

.chkOR {
    float: left;
    width: 30px !important;
    padding: 5px;
}

    .chkOR input {
        float: left;
        width: 30px !important;
        padding: 10px;
    }

#form1:after {
    clear: both;
}

#search-control, .search-results {
    float: left;
    display: block;
}

#search-control {
    width: 285px;
}

.search-results {
    width: 675px;
}

    #search-control:after, .search-results:after {
        clear: both;
    }

#resultsCount {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
}

.rpttoolbar {
    float: left;
    display: inline;
    width: 635px;
    background-color: #d1d5d5;
    height: 20px;
    margin: 10px 0 10px 10px;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
}

.btnNext, .btnBack {
    background-image: url("/images/search_icons.png");
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    height: 23px;
    width: 23px;
    border-style: none;
}

.btnNext {
    background-position: -7px -274px;
}

.btnBack {
    background-position: -6px -159px;
}

.propertyBox {
    min-height: 87px;
    border: 1px solid #aaa;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    background-color: white;
}

    .propertyBox .upper {
        min-height: 90px;
        margin: 5px 0;
    }

.photocontainer {
    float: left;
    display: inline;
    border: 1px solid rgba(108,117,120,0.2);
    padding: 3px;
}

.primarydetail {
    float: left;
    display: inline;
    padding: 0 0 0 10px;
    width: 515px;
}

    .primarydetail .fn {
        float: none;
    }

        .primarydetail .fn a {
            font-weight: bold;
            font-size: 16px;
            color: #1b3765;
            text-decoration: none;
        }

    .primarydetail .priceBox {
        font-weight: bold;
        font-size: 14px;
        float: none;
    }

    .primarydetail .locality {
        color: #3a3a3a;
        float: none;
        margin: 3px 0 0 0;
    }

        .primarydetail .locality .locality-container a, .showmap, .pagination a {
            color: #1b3765;
            text-decoration: none;
        }

    .primarydetail .property-type {
        color: #7f7f7f;
        margin: 3px 0 0 0;
        font-size: 11px;
    }

.propertyBox .description {
    padding: 0 0 3px 3px;
}

.propertyBox a:active, a:hover {
    text-decoration: underline;
}

.pagination a, .pagination span {
    padding: 5px;
}

.pagination span {
    font-weight: bold;
}

#map {
    height: 400px;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 10px;
}

    #map table {
        padding: 0;
        margin: 0;
    }

    #map img {
        padding-right: 20px;
    }

iframe {
    border: 1px solid #d2d2d0;
}

div#progress {
    text-align: center !important;
    z-index: 1000;
    position: absolute;
    top: 30%;
    left: 55%;
}

#lblSearchResultsMessage {
    font-size: 25px;
    font-weight: bold;
}

#A1, #btnShowGenMaps {
    float: right;
    display: block;
    margin: 6px 6px 0 0;
}

    #A1 img, #btnShowGenMaps img {
        margin-right: 5px;
    }

#chkPropertyTypes label, #chkListingType label {
    font-size: 13px;
}

.showmap {
    float: right;
    display: inline;
}

.requiredStar {
    color: red;
}

.latestListing {
    float: right;
    margin-top: 70px;
    width: 200px;
}

#MasterPropertyIdTextBox {
    display: none;
}

.peso {
    position: absolute;
    padding: 4px;
}

.pricebox {
    padding-left: 35px !important;
    width: 220px !important;
}

#probSlider {
    width: 199px;
    margin-top: 7px;
    margin-left: 159px;
}

    #probSlider a {
        font-size: 13px;
        height: 19px;
        width: 22px;
        text-align: center;
        padding-top: 2px;
    }

        #probSlider a:hover {
            text-decoration: none;
        }

#probAmount {
    width: 35px;
    margin-top: -20px;
    margin-left: 100px;
    position: absolute;
}

#TextBoxProbability {
    display: none;
}

#BodyContent_fvLeads * {
    text-align: left;
}

#BodyContent_fvLeads h2 {
    font-size: 30px;
    text-align: center;
}

#BodyContent_fvLeads_Label1 {
    display: inline-table;
    width: 150px;
}

#BodyContent_fvLeads .title {
    padding: 5px;
    font-weight: bold;
    min-width: 170px;
    display: inline-block;
}

#InsertButton, #MainContent_btnSearch, #MainContent_ButtonView, #btnUpload, #btnDefaultIMG, #btnDeleteIMG, .insert-button, #btnReassign, #MainContent_fvEmployee_UpdateButton, #MainContent_fvEmployee_UpdateCancelButton, #UpdateCancelButton, #InsertCancelButton, #MainContent_cmd_search, #MainContent_cmd_email, #MainContent_cmd_clear, #MainContent_cmd_print, #Create, #UpdateButton, #NewButton, #MainContent_go_btn, .completed, .btnQualified, .lead-button, #btnVerify, #btnUnpublish {
    float: left;
    padding: 5px 10px;
    background-color: #5790E9;
    color: white;
    border: 0px solid #1A1919;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: auto !important;
    font-weight: bolder;
    /*box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.3), inset 0 -2px 2px rgba(255, 255, 255, 0.1);*/
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    #btnReassign:hover, #MainContent_btnSearch:hover, #MainContent_ButtonView:hover, #btnUpload:hover, #btnDefaultIMG:hover, #btnDeleteIMG:hover, #MainContent_btn_login:hover, #InsertButton:hover, #MainContent_fvEmployee_UpdateCancelButton:hover, #MainContent_fvEmployee_UpdateButton:hover, #UpdateCancelButton:hover, #InsertCancelButton:hover, #MainContent_cmd_search:hover, #MainContent_cmd_email:hover, #MainContent_cmd_clear:hover, #MainContent_cmd_print:hover, #Create:hover, #UpdateButton:hover, #NewButton:hover, #MainContent_go_btn:hover, .completed:hover, .btnQualified:hover, .lead-button:hover, #btnVerify:hover, #btnUnpublish:hover {
        text-decoration: none;
        color: white !important;
        background-color: #3a3a3a;
    }

    #btnReassign:active, #MainContent_btnSearch:active, #MainContent_ButtonView:active, #btnUpload:active, #btnDefaultIMG:active, #btnDeleteIMG:active, #MainContent_btn_login:active, #InsertButton:active, #MainContent_fvEmployee_UpdateCancelButton:active, #MainContent_fvEmployee_UpdateButton:active, #UpdateCancelButton:active, #InsertCancelButton:active, #MainContent_cmd_search:active, #MainContent_cmd_email:active, #MainContent_cmd_clear:active, #MainContent_cmd_print:active, #Create:active, #UpdateButton:active, #NewButton:active, #MainContent_go_btn:active, .completed:active, .btnQualified:active, .lead-button:active, #btnVerify:active, #btnUnpublish:active {
        text-decoration: none;
        color: white;
        background-color: #000000;
    }

.lead-button {
    padding: 5px 10px !important;
}

#btnBackHistory {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    background: #f9df19;
    color: #3a3a3a !important;
    height: 17px;
}

    #btnBackHistory:hover {
        background: #3a3a3a;
        color: #ffffff !important;
    }

#footprintAC {
    float: left;
    margin-right: 10px;
}

.commercial-contact {
    background-position: -448px -128px !important;
    float: right !important;
    margin: 10px 55px 10px 10px !important;
}

.qc_input {
    position: relative;
    margin-bottom: 10px;
}

.qc_bID, .qc_owner, .qc_tenant {
    width: 300px;
    margin-bottom: 10px;
}

.qc_owner {
    width: 250px !important;
    padding: 5px;
    margin-left: 25px;
}

.qc_unit, .qc_floor {
    width: 100px;
}

.qc_updatebutton {
    float: none;
    margin-left: 30px;
}

#quickCommercialBox {
    width: 380px;
    margin: 10px 80px;
    position: relative;
}

.validate-error {
    background-color: #f9ff1b;
    border: solid 1px Red;
}

.activityBox {
    padding: 10px;
    min-height: 60px;
    font-size: 13px;
    line-height: 25px;
    color: #555555;
}

    .activityBox a {
        color: #1B3765 !important;
    }

    .activityBox:nth-child(even) {
        background-color: #e2e2e2;
        color: black !important;
    }

        .activityBox:nth-child(even) a {
            color: black !important;
        }

    .activityBox p {
        width: 800px;
    }

    .activityBox .rptSpanTitle {
        font-size: 16px;
    }

    .activityBox .rptSpanContact, .activityBox .rptSpanDetails {
        font-weight: bold;
    }

    .activityBox .rptSpanEmployee {
        float: right;
        font-weight: bold;
        text-align: right;
    }

.chartbox {
    position: relative;
    margin: 10px;
    width: 30%;
    float: left;
    cursor: pointer;
}

.btnChart {
    position: absolute;
    bottom: 60px;
    background: #1B3765;
    padding: 10px;
    color: white;
    /*text-decoration: blink !important;*/
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.chartbox:hover .btnChart {
    background: white;
    color: #1B3765;
    bottom: 100px;
}

.chartbox img {
    box-shadow: 0px 2px 5px #1B3765;
    width: 300px;
}

.progress-label {
    float: left;
    margin-left: 50%;
    margin-top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

#NewBuildingBox, #OldBuildingBox {
    float: left;
    width: 40%;
    padding: 10px;
    color: black;
    font-weight: bolder;
}

    #NewBuildingBox input, #OldBuildingBox input {
        width: 70%;
    }

#NewBuildingBox {
    background: rgba(0, 255, 0, 0.3);
}

#OldBuildingBox {
    background: rgba(255, 0, 0, 0.3);
}

#mergebuttonbox {
    display: block;
}

    #mergebuttonbox #btnCompare {
        display: block;
    }

    #mergebuttonbox #btnMerge {
        display: block;
    }

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    50% {
        color: red;
    }

    to {
        color: white;
    }
}

@-moz-keyframes blinker {
    from {
        opacity: 1.0;
    }

    50% {
        color: red;
    }

    to {
        color: white;
    }
}

@-o-keyframes blinker {
    from {
        opacity: 1.0;
    }

    50% {
        color: red;
    }

    to {
        color: white;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    50% {
        color: red;
    }

    to {
        color: white;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0px);
    }

    99% {
        opacity: 0;
        -webkit-transform: translateY(10px) translateX(10px);
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        -moz-transform: translateY(0px) translateX(0px);
    }

    99% {
        opacity: 0;
        -moz-transform: translateY(10px) translateX(10px);
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        -o-transform: translateY(0px) translateX(0px);
    }

    99% {
        opacity: 0;
        -o-transform: translateY(10px) translateX(10px);
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        -ms-transform: translateY(0px) translateX(0px);
    }

    99% {
        opacity: 0;
        -ms-transform: translateY(10px) translateX(10px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        transform: translateY(0px) translateX(0px);
    }

    99% {
        opacity: 0;
        transform: translateY(30px) translateX(10px);
    }

    100% {
        opacity: 0;
    }
}

.notification {
    display: block;
    font-size: 20px;
    font-weight: bolder;
    color: red;
    position: absolute;
    width: 350px;
    height: 30px;
    right: 5px;
    top: 80px;
    -webkit-animation: fadeOut 8s linear forwards;
    -moz-animation: fadeOut 8s linear forwards;
    -o-animation: fadeOut 8s linear forwards;
    -ms-animation: fadeOut 8s linear forwards;
    animation: fadeOut 8s linear forwards;
}

.css3-blink {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 3s;
    -moz-animation-name: blinker;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 3s;
    -o-animation-name: blinker;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    -o-animation-duration: 3s;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}

.imagelist-row {
    padding: 20px;
}

    .imagelist-row:nth-child(even) {
        background: rgba(020,020,020,.1);
    }

#Management-List a {
    display: block;
    background: #5790E9;
    color: white;
    width: 20%;
    height: 30px;
    float: left;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: bolder;
    /*box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(0, 0, 0, 0.3), inset 0 -2px 2px rgba(255, 255, 255, 0.1);*/
}

    #Management-List a:hover {
        background: #3a3a3a;
        color: white !important;
        text-decoration: none;
    }

.gvTable {
    border: 1px solid #CFCFCF;
}

    .gvTable tr, .gvTable td {
        transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -webkit-transition: background .1s ease-in-out;
        -ms-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
    }

        .gvTable tr:hover, .yellow {
            background: #f9df19;
            color: black;
            border: 1px solid #f9df19;
        }

.redDead {
    background: rgba(250,0,0,0.2);
    color: black;
    border: 1px solid rgba(250,0,0,0.1);
}

    .redDead a {
        color: black;
    }

.gvTable td:hover {
    color: rgba(0, 0, 0, 1);
}

    .gvTable td:hover a, .gvTable td:hover a:hover {
        color: rgba(0, 0, 0, 1) !important;
    }

#dashboard {
    display: block;
    background: #e2e2e2;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}

#DBForecast {
    width: 59%;
}

#DBPyramid {
    width: 29%;
}

#DBTopOpportunities {
    width: 49%;
    min-height: 375px;
}

#DBLeaderBoard {
    width: 19%;
    min-height: 710px;
}

#DBRevenue {
    width: 19%;
}

.dbLink span {
    float: right;
}

.dbLink, .dbLink:hover {
    display: block;
    padding: 10px;
    color: white !important;
    text-decoration: none;
}

    .dbLink:hover {
        background: #1A1919 !important;
    }

.dbHeader {
    display: block;
    background: #5790e9;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.dbContent {
    display: block;
    background: #ffffff;
    padding: 10px;
    min-height: 270px;
}

.dbBox {
    display: block;
    background: #ffffff;
    margin-top: 10px;
    margin-left: 1%;
    float: left;
}

.requiredField {
    color: red;
}

#leadSearchBox table {
    width: 100%;
}

#leadSearchBox input {
    font-size: 18px;
    margin-bottom: 6px;
}

#MainContent_btnSearch {
    font-size: 16px;
    float: none;
    margin-left: 10px;
}

#leadSearchBox tr {
    width: 200px;
    float: left;
}

#gvProperties tr .hoverDescription {
    display: none;
}

#gvProperties tr:hover .hoverDescription {
    display: block;
    position: absolute;
    padding: 10px 10px;
    margin: 10px 50px;
    background: white;
    border: 1px solid black;
}

.btnAddNote {
    background: #1B3765;
    margin: -2px 10px -2px -2px;
}

.LeadNote {
    background: rgba(255,255,0,0.7);
    padding: 2px;
    height: 27px;
}

.realestatetab .databox {
    width: 290px;
}

.realestatetab input {
    width: 150px;
}

.PropertyMainList {
}

.PropertyInnerList {
    padding-left: 40px;
}

.PropertyMainList li {
    display: block;
    height: 220px;
}

.PropertyInnerList li {
    height: 0px;
}

.PropertyMainList li a {
    display: block;
    background: #3a3a3a;
    color: white;
    height: 30px;
    float: none;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: bolder;
    clear: both;
    margin-top: 0px;
}

.PropertyInnerList li a {
    display: block;
    background: #5790E9;
    color: white;
    width: 20%;
    height: 45px;
    float: left;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: bolder;
    clear: none;
    margin-right: 0px;
    margin-top: 0px;
}

.PropertyMainList li a:hover {
    background: #5790E9;
    color: white !important;
    text-decoration: none;
}

.PropertyInnerList li a:hover {
    background: #3a3a3a;
    color: white !important;
    text-decoration: none;
}

.PropertyMainList li a span {
    font-size: 12px;
    clear: both;
    margin-top: 0px;
    font-weight: normal;
}

.PropertyInnerList li a span {
    display: none;
    font-size: 10px;
    clear: both;
    margin-top: 0px;
    font-weight: normal;
}

.PropertyInnerList li a:hover span {
    display: block;
}

.dynamicListBox {
    width: 600px;
}

    .dynamicListBox dt {
        clear: both;
    }

.dynamicList li {
    float: left;
    padding: 5px 10px;
    background: grey;
    color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .dynamicList li a {
        color: white;
        margin-left: 10px;
        text-decoration: none;
        cursor: pointer;
    }

#StackingPlanTable {
}

    #StackingPlanTable tr {
    }

    #StackingPlanTable td {
    }

        #StackingPlanTable td input {
        }

        #StackingPlanTable td select {
        }

.spPropertyID {
}

.spFloor input {
    width: 20px;
}

.spUnit {
}


.spPropertyStatus select {
    width: 90px;
}


.spRentableSQM input {
    width: 70px;
}


.spBaseRent input {
    width: 70px;
}

.spAvailableDate input {
    width: 80px;
}

.spTenantName input {
    width: 150px;
}

.spOwnerName input {
    width: 150px;
}

.spPremiseType select {
    width: 120px;
}

.spQuickAdd {
}

.recentBuilding {
    margin-top: 0px;
    padding-top: 0px;
}

.EmailBox {
    background: rgba(0,0,0,0.1);
    padding: 20px;
    margin: 10px 0px;
}

.EmailTitle {
    font-weight: bold;
}

.TagBox {
    padding: 20px;
    background: #5790E9;
}

    .TagBox input {
        padding: 10px;
    }

.hide {
    display: none;
}

/***********************************************************************************/
/**#property-search-result #rblSearchView input[type="radio"] ~ label**/
#property-search input[type="radio"] ~ label:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

#property-search-result #rblSearchView tr:nth-child(1) input[type="radio"] ~ label:before {
    content: "\f00a";
}

#property-search-result #rblSearchView tr:nth-child(2) input[type="radio"] ~ label:before {
    content: "\f00b";
}

#property-search-result #rblSearchView tr:nth-child(3) input[type="radio"] ~ label:before {
    content: "\2738";
}

.clear {
    clear: both;
}

#property-search {
    width: 100%;
    margin: 0px auto;
}

#property-search-menu {
}

    #property-search-menu #chkListingType {
    }

    #property-search-menu #chkPropertyType {
    }

        #property-search-menu #chkListingType tr, #property-search-menu #chkPropertyType tr {
            float: left;
        }

    #property-search-menu input[type="checkbox"] {
        display: none;
    }

        #property-search-menu input[type="checkbox"] + label {
            background-color: #fafafa;
            border: 1px solid #cacece;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
            padding: 3px 5px;
            display: inline-block;
            position: relative;
            cursor: pointer;
            margin: 5px 5px;
        }

            #property-search-menu input[type="checkbox"] + label:active, .mini-search #pType input[type="checkbox"]:checked + label:active {
                box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
            }

        #property-search-menu input[type="checkbox"]:checked + label {
            background-color: #1b3765;
            color: #fff;
            border: 1px solid #adb8c0;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        }

    #property-search-menu input[type="submit"], #property-search-menu select, #property-search-menu input[type="text"] {
        padding: 5px;
    }

    #property-search-menu dt {
        float: left;
        padding: 15px;
        font-size: 15px;
        min-width: 85px;
    }

    #property-search-menu #txtKeyword {
        width: 100%;
    }

    #property-search-menu dd {
        float: left;
    }

    #property-search-menu dl {
        clear: both;
    }

#property-search-result {
    clear: both;
}

    #property-search-result #rblSearchView {
        width: 100%;
    }

        #property-search-result #rblSearchView tr {
            width: 31%;
            float: left;
        }

            #property-search-result #rblSearchView tr td {
                width: 100%;
                display: block;
                position: relative;
                font-size: 25px;
            }

#property-search-menu #rblPropertyTypes {
    width: 100%;
}

    #property-search-menu #rblPropertyTypes tr {
        width: 31%;
        float: left;
    }

        #property-search-menu #rblPropertyTypes tr td {
            width: 100%;
            display: block;
            position: relative;
            font-size: 18px;
        }

#property-search input[type="radio"] {
    display: none;
    width: 100%;
}

#property-search label {
    background: #eee;
    padding: 10px 50%;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
}

#property-search input[type="radio"]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

#property-search-result ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    #property-search-result ul li {
        margin: 0px;
        background: none;
        color: #1b3765;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

        #property-search-result ul li:hover {
            color: white !important;
            background: #1b3765;
        }

            #property-search-result ul li:hover h3 {
                color: white !important;
            }

#property-search-result * {
}

#property-search-result-map {
}

#property-search-result-map {
}

.property-box-image {
}

.property-box-info {
}

.property-box-title {
    font-size: 15px;
    margin: 5px 0px;
    font-variant: normal;
    font-weight: bold;
    color: #1b3765;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.property-box-address {
}

.property-box-type {
}

.property-box-area {
}

.property-box-price {
}
/*************************************/
.property-search-result-grid {
    background: rgba(250,0,0,0.0);
    display: block;
    position: relative;
}

    .property-search-result-grid ul li {
        display: block;
        position: relative;
        float: left;
        width: 30%;
        padding: 10px;
    }

        .property-search-result-grid ul li .property-box-image {
            text-align: center;
        }

        .property-search-result-grid ul li .property-box-info {
            text-align: center;
        }

        .property-search-result-grid ul li .property-box-title {
        }

        .property-search-result-grid ul li .property-box-address {
            font-size: 12px;
            clear: both;
        }

        .property-search-result-grid ul li .property-box-type {
            font-size: 12px;
        }

        .property-search-result-grid ul li .property-box-area {
            font-size: 12px;
        }

        .property-search-result-grid ul li .property-box-price {
            font-size: 12px;
        }

            .property-search-result-grid ul li .property-box-area:before, .property-search-result-grid ul li .property-box-price:before {
                content: '| ';
            }
/*****************************************************************************************/
.property-search-result-list {
    clear: both;
}

    .property-search-result-list ul li {
        width: 100%;
        clear: both;
    }

        .property-search-result-list ul li .property-box-image {
            float: left;
            text-align: center;
            width: 150px;
            padding: 10px;
        }

        .property-search-result-list ul li .property-box-info {
            float: left;
            text-align: left;
            width: 650px;
            padding: 10px;
        }

        .property-search-result-list ul li .property-box-title {
        }

        .property-search-result-list ul li .property-box-address {
        }

        .property-search-result-list ul li .property-box-type {
        }

        .property-search-result-list ul li .property-box-area {
        }

        .property-search-result-list ul li .property-box-price {
        }

#txtKeyword, #txtKeyword:focus {
    border: 0px solid red;
    background: none;
    outline: none;
}

#keywordBox {
    padding: 10px;
    width: 85%;
    border: 1px solid grey;
}

    #keywordBox .dynamicList li {
        margin: 10px 10px 0px 0px;
        padding: 5px 10px;
        font-size: 13px;
    }

#map-search-options {
    background: rgba(255,255,255,0.8);
    width: 95%;
    min-height: 100px;
    display: block;
    position: fixed;
    z-index: 1000;
    padding: 10px;
    bottom: 10px;
    margin: 10px 2%;
    box-shadow: 0px 0px 5px whitesmoke;
    border: 1px solid rgba(255,255,255,0.7);
}

.map-search-options-column {
    float: left;
    margin-right: 50px;
}

#map_canvas div {
    /*background: rgba(250, 250, 250, 0.2) !important;*/
}

.map-infowindow {
    background: rgba(250, 250, 250, 0.5) !important;
    background-color: rgba(250, 250, 250, 0.5) !important;
    min-width: 100px;
    min-height: 30px;
    font-weight: bold !important;
}

    .map-infowindow a {
        font-weight: bold !important;
    }

#propertyInfo {
    background: rgba(255,255,255,0.8);
    width: 30%;
    min-height: 200px;
    position: fixed;
    z-index: 1000;
    padding: 10px;
    top: 10px;
    right: 10px;
    margin: 20px 20px;
    box-shadow: 0px 0px 5px whitesmoke;
    border: 1px solid rgba(255,255,255,0.7);
}

#propertyInfo-BuildingName {
    color: #1B3765 !important;
    font-size: 16px !important;
    margin: 0px;
    padding: 5px 0px;
}

#propertyInfo-infobox span, #propertyInfo-infobox p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: none !important;
}

#propertyInfo-close {
    background: red;
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

    #propertyInfo-close:hover {
        color: black;
    }

#propertyInfo-imagebox {
    text-align: center;
}

/*** Star Rating ***/

.rating {
    cursor: pointer;
    margin: 2em;
    clear: both;
    display: block;
}

    .rating:after {
        content: '.';
        display: block;
        height: 0;
        width: 0;
        clear: both;
        visibility: hidden;
    }

.cancel,
.star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

    .cancel,
    .cancel a {
        background: url(delete.gif) no-repeat 0 -16px;
    }

    .star,
    .star a {
        background: url(star.gif) no-repeat 0 0px;
    }

        .cancel a,
        .star a {
            display: block;
            width: 100%;
            height: 100%;
            background-position: 0 0px;
        }

div.rating div.on a {
    background-position: 0 -16px;
}

div.rating div.hover a,
div.rating div a:hover {
    background-position: 0 -32px;
}

#iChart {
    width: 100% !important;
}

#ClosedDealsReport #search-parameters dl dt, #ClosedDealsReport #search-parameters dl dd {
    float: left;
    margin: 0px 10px;
}

#ClosedDealsReport #search-parameters dl dt {
    padding: 10px;
}

    #ClosedDealsReport #search-parameters dl dt *, #ClosedDealsReport #search-parameters dl dd * {
        padding: 5px;
    }

#removeMP {
    float: right;
    position: absolute;
    margin: -41px 4px 4px 340px;
    padding: 7px 7px 7px;
    background: #5790e9;
    font-weight: bolder;
}

    #removeMP:hover {
        background: red;
        color: black !important;
        text-decoration: none;
    }

.company-form {
    width: 100%;
}

#fileList, #linkList {
    list-style: none;
    width: 100%;
}

    #fileList li, #linkList li {
        list-style: none;
        width: 100%;
        padding: 15px 10px 10px;
        border-bottom: 1px solid #DDD;
        background-repeat: no-repeat;
        background-position: 30px 30px;
    }

        #fileList li .filename, #linkList li .filename {
            width: 750px !important;
            padding: 15px 50px 10px 50px;
            display: block;
            float: left;
        }

            #fileList li .filename span, #linkList li .filename span {
                float: right;
            }

        #fileList li input[type="submit"], #linkList li input[type="submit"], #MainContent_fvCompany_LinkUploader_btnAddLink {
            border: none;
            border-radius: 0px;
            background-color: #5790e9;
            color: white;
            width: 100px;
            cursor: pointer;
            padding: 10px 10px;
        }

            #fileList li input[type="submit"]:hover, #linkList li input[type="submit"]:hover, #MainContent_fvCompany_LinkUploader_btnAddLink:hover {
                background-color: #3a3a3a;
            }



/*********** FILE TYPES ICON *************/

.link {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/link-icon.png");
}

.pdf, .mp3 {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/pdf-icon.png");
}

.png, .jpg, .jpeg, .bmp, .gif, .tiff, .tif {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/image-file-icon.png");
}

.xls, .xlt, .xlm, .xlsx, .xlsm, .xltx, .xltm, .xlsb, .xla, .xlam, .xll, .xlw {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/excel-icon.png");
}

.ppt, .pot, .pps, .pptx, .pptm, .potx, .potm, .ppam, .ppsx, .ppsm, .sldx, .sldm {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/ppt-icon.png");
}

.doc, .dot, .docx, .docm, .dotx, .dotm {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/word-icon.png");
}

.zip, .rar, .tar {
    background-image: url("//c.kmcmaggroup.com/pictures/2014/compressed-file-icon.png");
}

/***********************/
