﻿body {
}

.dealtab_header {
    background: url("../Images/stage-arrow.png") no-repeat scroll 100% 0 / 20px 100%, rgba(0, 0, 0, 0) linear-gradient(#ffffff, #f3f5f6) repeat scroll 0 0 / 50%;
    border-right: 1px solid #c2c8cd;
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    margin-left: -15px;
    overflow: hidden;
    padding-left: 6%;
    vertical-align: middle;
    width: 111%;
    box-decoration-break: clone;
    line-height: 50px;
}


.dealtab_header_price {
    font-size: 14px;
    color: red;
}

.Main_DealPanel {
    min-width: 20%;
    border-top: thin solid #c2c8cd;
    float: left;
    height: 520px;
}


.border-left {
    border-left: 1px solid #c2c8cd;
    min-height: 100%;
}

.border-top-bottom {
    border: thin solid rgb(170,170,170);
}

.gray-back {
    background-color: rgb(200,200,200);
    cursor: move;
}

.droppable {
    width: 100%;
}

.field-validation-error {
    color: red;
}
/* Top-Bottom border with black backgroung */
.back-top-bottom-border-black {
    background-color: rgb(240,240,240);
    border-top: thin solid #c2c8cd;
    border-bottom: thin solid #c2c8cd;
}

input[type="text"], input[type="email"], .select {
    font-size: 10pt;
    border-radius: 2px;
    border: 1px solid #888e94;
    font-family: "OpenSans",Arial,sans-serif;
    color: #3d4145;
    white-space: normal;
    word-wrap: normal;
    height: 29px;
    box-sizing: border-box;
    line-height: 16px;
    background: #888e94 none repeat scroll 0 0;
}


.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    min-width: 200px;
}


.table-border {
    border: thin solid #ddd;
}

/* Set default cursor style when open popover */

.popover {
    cursor: default;
    max-width: 333px;
}

input.typeahead, input.tt-query, input.tt-hint {
    min-width: 243px;
}

#loading-indicator {
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: white;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 50;
}

/* Customize modal popup header */

.modal-header {
    background-color: #f3f5f6;
    border-bottom: 1px solid #c2c8cd;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 10px;
}

/* Customize tooltip width content wise */

.tooltip-inner {
    max-width: 350px;
}

/* Customize stages panel */

.panel-body {
    padding: 17px 15px 10px 16px;
}

/* Remove outline */
.outline-none {
    outline: none;
}

/* Deal drop zone footer slider */
.footrow {
    display:none;
    position:relative;
    bottom:0px;
    margin:0;
    background-color: white;
    padding:10px 20px;
    -webkit-box-shadow: 0px -4px 13px rgb(170,170,170);
    -moz-box-shadow:    0px -4px 13px rgb(170,170,170);
    box-shadow:         0px -4px 13px rgb(170,170,170);

}

.deal_delete_panel, .deal_won_panel, .deal_lost_panel, .deal_pipeline_panel {
    border-radius: 5px;
    padding:4px 0px;
    border:0px;
    background-clip:padding-box;
}

.deal_delete_panel {
    background-color: #e0e4e7;
    border:2px inset #e0e4e7;
}

.deal_lost_panel {
    background-color: #e84646;
    color:white;
    border:2px inset #e84646;
}
.deal_won_panel{
    background-color: #43c35e;
    color:white;
    border:2px inset #43c35e;
}
.deal_pipeline_panel
{
    background-color: #e0e4e7;
    color:rgba(0, 0, 0, 0.5);
    border:2px inset #e0e4e7;
}

.ul-deal
{
    width:100%;
    list-style-type: none;
    margin:0px;
    height:100%;
}
.li-deal
{
    margin:0px;
    width:100%;
}

.ModalBackOpa {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.modal-footer {
    -webkit-border-bottom-left-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-bottom-left-radius: 10px !important;
    -moz-border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.modal-header {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
/*.modal-header {
    -webkit-border-bottom-left-radius: 8px !important;
    -webkit-border-bottom-right-radius: 8px !important;
    -moz-border-bottom-left-radius: 8px !important;
    -moz-border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}*/