﻿body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f3f3f4;
    font-size:13px;
}

.hide {
    display:none;
}
/* Set padding to keep content from hitting the edges */
.body-content, .admin-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    text-align: left;
}
.dl-horizontal dt {
    width:140px;
}
.dl-horizontal dd {
    margin-left: 150px;
}
a:hover {
    text-decoration:none;
}
/* Set width on the form input elements since they're 100% wide by default */
.body-content input,
.body-content select,
.body-content textarea {
    max-width: 280px;
}

.admin-content form {
    max-width:1200px;
}

select {
    height:30px;
}
.spanTitle {
    font-size:2em;
}

.titleRow {
    margin-top:10px;
    margin-left:12px;
}

/* Override BootStrap default colors */
.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #18a689;
        border-color: #18a689;        
    }

.btn-view-image-hide {display:none;}

.form-control {
    max-width: 800px;
}

.text-danger {
    color:#ed5565;
}
.RedColor {
    color:red;
}
.OrangeColor {
    color:orange;
}
.YellowColor {
    color:yellow;
}
.GreenColor {
    color:green;
}
.RedColorCircle {    
    margin-left:3px;
    margin-right:3px;    
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: red;
}
.OrangeColorCircle {    
    margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: #DA8864;
}
.YellowColorCircle {
    margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: #F7B84F;
    text-align:center;
    color:#fff;
}
.LightYellowColorCircle {
        margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: #ffff56;
    text-align:center;
    color:#666;
}
.LightGreenColorCircle {    
    margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background-color:lightgreen;
    text-align:center;
    color:#fff;
}
.GreenColorCircle {    
    margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: green;
}
.SGreenColorCircle {    
    margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: linear-gradient(90deg, green 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 0), #ccc;
    background-size:5px auto;
}
.GrayColorCircle {    
    margin-left:3px;
    margin-right:3px;
    display: inline-block;
    top: 0px;
    width: 18px;
    position: relative;
    height: 20px;
    background: gray;
}
.ratingColumn {
        font-size: 9px!important;
    word-break: break-all;
    white-space: pre!important;
    line-height: 9px;
}
.wordwrap {
    white-space:normal !important;
    text-overflow:initial !important;    

}
.productNameColumn {
    font-size:12px !important;
    line-height:13px;
    white-space:normal !important;
    text-overflow:initial !important;    
}
/* auto complete*/
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.topbar {
    background-color:#fff;
    border-bottom: 2px solid #e7eaec;
    border-top: 2px solid #1ab394;
}
    .topbar h1 {
        font-weight: 100;
        color: #676a6c;
        padding-left:10px;
        font-size: 24px;
        margin-top:10px;
    }
.row-block {
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    margin: 10px 0px 10px 0px;
    border-top: 2px solid #eee;
}
.page-title-block {
    background:#fff;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    border-bottom: 1px solid #e7eaec;
}
    .page-title-block h1 {
        font-weight: 100;
        color: #676a6c;
        font-size: 24px;
    }
.triangle-deal-flow {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background-color:#4473c5;
    padding-top:20px;
    color:#fff;
}
    .triangle-deal-flow .dealPercentage {
        color:#333;
    }
.triangle-deal-approval {
    -webkit-clip-path: polygon(15% 0, 85% 0, 70% 100%, 30% 100%);
    clip-path: polygon(15% 0, 85% 0, 70% 100%, 30% 100%);
    background-color:#ffc000;
    padding-top:20px;
    color:#333;    
}
.triangle-deal-closed {
    -webkit-clip-path: polygon(30% 0, 70% 0, 50% 100%, 50% 100%);
    clip-path: polygon(30% 0, 70% 0, 50% 100%, 50% 100%);
    background-color:#70ad46;
    height:200px;
    padding-top:15px;
    color:#333;
}
.login-background {
    height:100vh;
    background-image:url(Image/bg-login.jpg);
    background-size:cover;
}
.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
    .login-container .login-container-inner {
        padding:40px;
        background-color:rgba(47,64,80,0.9);
        text-align:center;
        color:#fff;
    }
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-back-icon {
    position:relative;
    bottom:4px;
    display:inline-block;
    margin-left:10px;
}
.pagination {
    margin: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1ab394;
    border-color: #1ab394;
}

.saleFunnel {
        background-size: cover;
        color: black;
        min-height: 635px;
        text-align: center;
    }


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor:pointer;
    background-color:#f0f0f0 !important;
}



.title-highlight {
    color: #333;
}
.nodata {
    background-color: #ffdddd !important;
    background-image: none !important;
}

.noasin {
    background-color: #ffdddd !important;
    background-image: none !important;
}

.slick-custom-editor {
    z-index: 10000;
    position: absolute;
    background: white;
    padding: 5px;
    border: 3px solid gray;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.slick-custom-textarea {
    background: white;
    width: 250px;
    height: 80px;
    border: 0;
    outline: 0
}


.col-lg-11x, .col-lg-1x {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


@media (min-width: 1200px) {
    .col-lg-11x, .col-lg-1x {
        float: left;
    }

    .col-lg-11x {
        width: 90% !important;
    }

    .col-lg-1x {
        width: 10% !important;
    }
}

.theme-toggle-light {
    display: none;
}

.theme-toggle-dark {
    display: initial;
}

