/*
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 : 14 May, 2014, 2:49:34 PM
    Author     : krishna
*/

body{
    background: url(../images/site-background-pattern-07.jpg) repeat;
}

.container {
    background: white;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.container.login-form-container {
    width: 340px;
    margin-top: 170px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #ddd;
    -moz-box-shadow: 0 0 2px 2px #ddd;
    -webkit-box-shadow: 0 0 2px 2px #ddd;
}

.container.login-form-container form a {
    float: right;
    margin-top: 10px;
}

.container.login-form-container form .alert {
    padding: 5px;
    width: 100px;
    float: right;
    position: fixed;
    margin-left: 80px;
}

.container .logo-container {
    padding: 20px 0 10px 10px;;
}

.container .content .userComments p, .container .content .userComments .commentBox {
    border-radius: 3px;
    padding: 15px;
    margin: 20px 10px;
    line-height: 2em;
}

.container .content .homefilter.form-inline .form-group .form-control {
    max-width: 200px;
    margin-right: 10px;
}

.container .content .leadDetail .form-group .table tr td .form-control {
    max-width: 400px;
    width:100%;
}

.container .content .leadDetail .form-group .table tr td input[type="text"].form-control {
    max-width: 400px;
    width: 100%;
}

.container .content .keywordList tr td.clickable {
    cursor: pointer;
}

.container .content .exportLeads {
    font-size: 0.8em;
}

/* Fix issue with devices with uncommon bootstrap breakpoints (eg. Nexus 7) */
.exportLeadsWrap {
    overflow-x: auto;
}

.container .content .updateUserDetails .form-group {
    max-width: 250px;
}

.container .content .leadDetail .form-group .table tr td textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

.container .content .modal .modal-dialog .modal-content .modal-body .messageClient .form-group textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.container .content .updateUserDetails .form-group .newPassword {
    height: 35px;
}

.container .content .updateUserDetails .form-group .alert {
    padding: 5px;
    width: 110px;
    position: fixed;
    margin-left: 90px;
}

.container .footer {
    padding-bottom: 10px;
    color: #9d9d9d;
}

.move-down-checkbox {
    margin-top: 10px;
}

.clear{
    clear: both;
}

.child_row{
    padding-top: 10px;
}
.leads_top_filter .form-group label,.leads_top_filter .form-group{
    width: 100%;
}
.leads_top_filter .form-group select.form-control,.leads_top_filter .form-group input.form-control {
    width: 100%;
}
.container .content .homefilter.form-inline .leads_top_filter .form-group .form-control {
    max-width: 100%;
}
.leads_date{
    width: 95px;
}
#followUpDate{
    background-color: #fff;
    cursor: text;
}
.green{
    color: #0C0;
}
.red{
    color: #F00;
}
.big-icon{
    font-size: 20px;
}
table.leadsTable .big-icon{
    margin-left: 12px;
}
table.leadsTable th.permissions{
    width: 5%;
}
.manageNewLeadNoticesTable td, table.manageNewLeadNoticesTable th {
    vertical-align: middle!important;
}
.manageNewLeadNoticesTable {
    background-color: #f8f8f8;
}
.commentAction{
    cursor:pointer;
    color:black;
    font-weight:bold;
    padding-left:10px;
}
.labelInput {
    max-width:400px;
    width:100%;
    display:inline-block;
    vertical-align:middle;
    background-color:#eee;
    opacity: 1;
    height:34px;
    padding:6px 12px;
    font-size: 14px;
    line-height:1.42857143;
    color:#555;
    border: 1px solid #ccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor:not-allowed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.commentLink, .messageLink {
    margin: 10px;
    padding:5px;
}
.popover-content {
    word-wrap: break-word;
}
.privacy_policy {
    font-size: 10px;
}
.top_space {
    margin-top: 10px;
}
.export_date {
    width: 80px;
}
.form-group.lead_update {
    width: 100%;
}
.lead_update_table tr td:last-child {
    word-break: break-word;
    width: 80%;
}
.userComments .comment {
    word-break: break-word;
}
.LI_input {
    margin-left: 10px;
}
@media(max-width: 767px) {
    .lead_message {
        width: 80%;
        white-space: normal !important;
    }
}
.full_width {
    width: 100%;
}
.overflow-table {
    width: 100%;
    overflow: scroll;
}
.highlight-row {
    color: red;
    background: antiquewhite !important;
}
.bottom_space {
    margin-bottom: 30px;
}
.error-text {
    color:red;
}

.restrict-cursor {
    cursor: not-allowed;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.slider-range {
    border:0;
    color:#f6931f;
    font-weight:bold;
}
.table-striped>tbody>tr:nth-child(odd)>td.spam,
.table-striped>tbody>tr:nth-child(odd)>th.spam,
.table-bordered>tbody>tr>td.spam {
    background-color: #deb8b8 !important;
}

.text-spam {
    color: #ad7979 !important;
}

.multiselect-native-select {
    display: block;
}

.multiselect-container.dropdown-menu{
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}

.multiselect-container.dropdown-menu > li:not(.multiselect-group) {
    margin-left: 5%;
}

.multiselect-group .caret {
    margin-right: 20px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#999;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.mr-12 {
    margin-right:12px;
}
.p-4 {
    padding:4px !important;
}
.mw-180 {
    min-width:180px;
}
.star-icon:hover{
    cursor:pointer;
}
.fa-star {
    color : red;
}
.max-w-10 {
    max-width: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.nda_check {
    margin: 0 8px;
}

.container.custom_container .custom_date {
    width: 80px !important;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .container.custom_container {
        width: 90%;
    }
}