/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 May 2018, 10:29:34 PM
    Author     : USS1
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

h3 {
    font-family: 'Roboto', sans-serif;
}

.business-report-header {
    color:#d35656;
}
.business-report-sections {
    padding-top:8px;
    font-family: 'Roboto', sans-serif;
    font-size:12pt;
}

.business-report-summary-section  {
    margin-top:25px;
}

.business_contact_details {
    font-size:10pt;
}
.business_contact_details i {
    margin-right:5px;
}


.business_contact_details_header {
    font-size:10pt ;
}


.business_contact_us_popup {
    position:absolute;
    top:100px;
    left:40%;
    background-color:red;
    height:300px;
    height:300px;
}

.dialog_background {
    height:100%;
    width:100%;
    position:absolute;
    background-color:#ccc;
    top:0px;
    left:0px;
    z-index:999999;
    opacity:0.5;
}


.dialog {
    position:absolute;
    background-color:#fff;
    top:65px;
    left:500px;
    z-index:9999999;
    border:solid 1px #777575;
    border-radius: 15px;    
}

.dialog-header {
    padding-top:19px;
    padding-bottom:14px;
    font-size:12pt;
    font-weight:bold;
    color:#afa5a5;
    padding-left:6px;
    border-bottom:solid 1px #BAB6B6;
    padding-right:15px;
    padding-left:15px;
}

.dialog-header-closex {
    float:right;    
    
}

.dialog-header-closex button {
    border:0px;
    background-color: #fff;
    font-size:16pt;
    font-weight:bold;
    color:#8e8b8b;
    margin-top:-6px;
}

.dialog-header-closex button:hover {
    cursor:pointer;
}



.dialog-buttons {
    text-align:right;
    border-top:solid 1px #BAB6B6;
    padding-top:9px;
    padding-bottom:9px;
    padding-right:15px;
    padding-left:15px;
}

.dialog-buttons .edit-btn {
    margin:6px;
}

.dialog-buttons .cancel-btn {
    display: inline-block;
    background: #db8383;
    color: #fff;
        -webkit-user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    min-width: 4em;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    min-width: 88px;
    padding:6px;   
    font-weight:bold;
}
    
.dialog-body {
    padding-top:18px;
    padding-bottom:18px;
    padding-left:18px;
    padding-right:18px;
}

.abb-minimize {
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    padding-left:65%;
}

.input-table {
    border:solid 1px #ccc;
}

.input-table tr td {
    border:solid 1px #ccc;
    font-size:10pt;
}

.input-table td.cell-label {
    background-color:#e5e5e5 !important;
    padding-left:8px;
    padding-right:12px;
}

.input-table input,textarea.cell-control {
    background-color:#fff !important;
}

.dialog .btn {
    margin-left:8px;
}