﻿/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

.roboto {
    font-family: Roboto;
}

.btn {
    margin-right: 15px !important;
    background: #006de4;
    color: #FFF;
    text-transform: uppercase;
}

    .btn:hover {
        background: #ffa500;
        border: solid 1px #ffa500;
    }

.mandatory {
    display: inline;
    color: red;
}

.btn {
    -ms-user-select: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}

.yellow {
    background-color: #ffffae;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.modal {
    overflow: auto !important;
}

.tbl-no-padd th {
    padding: 2px 0px !important;
}

.tbl-no-padd td {
    padding: 2px 0px !important;
}

.option-color-green {
    color: green;
}

.option-color-red {
    color: red;
}

.option-color-blue {
    color: blue;
}

.select-icon-able {
    'Open Sans', sans-serify: 'FontAwesome', 'Source Sans Pro', 'Open Sans', sans-serif;
}

section.content {
    background-color: #f3f3f3;
    margin: 53px 0 0 0;
}

.form-control {
    height: 30px;
    padding: 4px 5px;
}

.content-wrapper {
    background-color: #f3f3f3;
}

.flame img {
    height: 22px;
    display: inline;
}

.box-active {
    color: #FFF;
    font-size: 13px !important;
    background-color: #26a69a;
}

a.red {
    color: red !important;
}

.box-green:hover {
    background-color: #ffa500;
}

.box-red:hover {
    background-color: #ffa500;
}

.box-orange:hover {
    background-color: #ffa500;
}

.box-blue:hover {
    background-color: #ffa500;
}

.box-hot:hover {
    background-color: #ffa500;
}

.box-active:hover {
    background-color: #ffa500;
}

.box-green {
    color: #FFF;
    font-size: 13px !important;
    background-color: #26a69a;
}

.box-red {
    color: #FFF;
    font-size: 13px !important;
    background-color: #ec407a;
}

.box-orange {
    color: #FFF;
    font-size: 13px !important;
    background-color: #29b6f6;
}

.box-blue {
    color: #FFF;
    font-size: 13px !important;
    background-color: #66bb6a;
}

.box-hot {
    color: #FFF;
    font-size: 13px !important;
    background-color: #5867dd;
}

table tbody tr.odd td {
    /*background: #f7f7f7;*/
}

tr.new-lead, tr.pending {
    background: #ffceb7;
}

tr.follow-up {
    background: rgba(236, 64, 122, 0.5);
    color: #FFF;
}

tr.converted {
    background: #19dd91;
    color: #FFF;
}

tr.closed {
    background: #dd1941;
    color: #FFF;
}

tr.in-process {
    background: rgba(255, 165, 0, 0.5);
    color: #FFF;
}

tr.tr-selected {
    background: #FFFFFF;
    color: #000;
}

.dt-button {
    margin-right: 10px !important;
    background-color: #1683d8;
    color: white;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1683d8;
}

    .dt-button:hover {
        background-color: #ffa500;
        border: 1px solid #ffa500;
    }

table th {
    background: #1683d8;
    color: #FFF;
    vertical-align: middle !important;
}

table tr td {
    font-size: 13px;
}

.with-padding td {
    padding: 5px !important;
}

.btn-danger {
    background-color: #d9534f !important;
}


.box-menu-container:hover .box-menu {
    display: block;
}

.box-menu {
    display: none;
    position: absolute;
    list-style: none;
    line-height: 30px;
    background: #66bb6a;
    width: 120px;
    padding-left: 10px;
    z-index: 999;
}

    .box-menu a {
        color: #fff;
    }

    .box-menu li {
        float: left;
    }

.box-inner-menu {
    display: none;
    position: absolute;
    margin-left: -11px;
    top: 30px;
    list-style: none;
    background-color: #ec407a;
    /* padding-left: 18px; */
    width: 121px;
}


    .box-inner-menu li {
        border-top: 1px solid #fff;
        width: 121px;
        padding-left: 18px;
        left: -40px;
        position: relative;
    }
        .box-inner-menu li:hover {
            background: #ffa500;
        }

.box-menu-li-2 {
    position: absolute;
    left: 120px;
    width: 130px;
    background: #29b6f6;
    color: #fff !important;
    padding-left: 18px;
    border-left: 1px solid #fff;
}

.box-menu-li:hover > .box-inner-menu {
    display: block;
}

.border-left-light-grey {
    border-left: 1px solid #ddd;
}

.border-right-light-grey {
    border-right: 1px solid #ddd;
}

.border-bottom-light-grey {
    border-bottom: 1px solid #ddd;
}

.padd-t-b-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.orange-border-2 {
    border: 2px solid #ffa500 !important;
}

.box-header {
    background-image: linear-gradient(to bottom right, #005cad, #0092ff) !important;
}

.font-w-900 {
    font-weight: 900;
}

.font-size-22 {
    font-size: 22px;
}

.padd-t-20 {
    padding-top: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
    cursor: pointer !important;
    background-color: #1683d8 !important;
    border: 1px solid #1683d8 !important;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: orange;
    color: #fff;
}

.nav > li > a:hover {
    color: #fff;
    background: #1683d8;
}

.nav-tabs > li > a:hover {
    border-color: #1683d8 #1683d8 #1683d8;
}

.padd-b-20 {
    padding-bottom: 20px;
}
.border-light-grey-all {
    border: 1px solid #ddd;
}
.bg-light-grey {
    background: #e8e8e8;
}
.padd-10{
    padding:10px;
}
.padd-0{
    padding:0!important;
}
.mar-t-0{
    margin-top:0!important;
}
.mar-t-b-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.mar-t-20{
    margin-top:20px;
}
.width-49-per{
    width:49%!important;
}
.mar-b-20{
    margin-bottom:20px;
}
.pad-l-20{
    padding-left:20px;
}