/* here you can put your own css to customize and override the theme */

.p-0 {
    padding:0!important;
}
.left {
    float: left !important;
}

.row {
    margin: 0px !important;
}

.has-switch span {
    width: auto !important;
}

.popover-title {
    width: 100%;
    padding-bottom: 20px;
}

.fc-event {
    border-radius: 3px !important;
    border: 1px solid rgb(18, 55, 235) !important;
    font-size: 11px !important;
}

.current-event {
    border: 3px solid #000 !important;
}


.portlet.calendar .fc-event {
    background-color: #ff6a00;
}

.portlet.calendar .fc-event-title {
}

.fc-event-title {
    margin-left: 5px;
}

    .fc-event-title a {
        color: #fff;
        text-decoration: underline;
    }

        .fc-event-title a:hover {
            text-decoration: none;
        }

.sales-persons-list {
    margin: 0 0 5px 190px !important;
}


.fc-header-title {
    margin-top: -40px;
}

    .fc-header-title h2 {
        font-weight: bold !important;
        color: #fff !important;
    }

.fc-sun {
    /*visibility:hidden;
    display:none;*/
}

.fc-view-agendaDay .fc-event-inner {
    line-height: 1.20 !important;
}

.show {
    visibility: visible;
}

.hide {
    visibility: hidden;
}

.no-padleft {
    padding-left: 0 !important;
}

.no-padright {
    padding-right: 0 !important;
}

.form-group .row {
    margin-bottom: 10px !important;
}


.lead-jobnotes td {
    border: none !important;
}

.lead-jobnotes .note {
    margin-bottom: 0 !important;
    padding: 5px 15px !important;
}


    .lead-jobnotes .note .block {
        padding: 0;
    }

    .lead-jobnotes .note p {
        margin-bottom: 0;
    }


.gvPagination table {
    float: right;
}

.gvPagination tbody td {
    border: 1px solid #ccc;
    background: #efefef;
    color: #666;
    padding: 2px 8px;
}

    .gvPagination tbody td a {
        text-decoration: none;
    }

    .gvPagination tbody td:hover {
        background: rgb(18, 55, 235);
        color: #aaa;
    }

        .gvPagination tbody td:hover a {
            color: #fff;
        }

.table > thead > tr > th {
    vertical-align: top !important;
}

.Validator {
    color: red;
}


.input-group-addon {
    background-color: #fff !important;
}

.dvOverLay {
    position: absolute;
    top: 0px;
    left: 0px;
    Width: 100%;
    height: 100%;
    _height: 100%;
    background-color: #808080;
    background-position: center 400px;
    z-index: 9999;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

.table-striped > thead > tr > th {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 13px;
}

.splitShift {
    background-color: #ffe5e5!important;
}

.holidayShift {
    background-color: #efefef;
}

/* ajax overlay */

/* ajax overlay */
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 3px #ddd solid;
    border-top: 2px #2e93e6 solid;
    border-radius: 50% !important;
    animation: sp-anime 0.8s infinite linear;
    display: inline-block;
}

#cancel-request {
    display: block;
    margin-top: 100px;
    margin-left: -45px;
    border-radius: 20px !important;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.table-borderless th, .table-borderless tr, .table-borderless td {
    border: 0 !important;
}


ul.select2-choices {
    padding-right: 30px !important;
}

    ul.select2-choices:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 15px;
        transform: translateY(-50%);
        border-top: 5px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.fc-event .fc-content {    
    font-size: 16px;
}

.portlet.box > .portlet-title {    
    padding: 0px 10px;
}
.header .navbar-nav {    
    margin-top: 3px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle {
    padding-top: 4px;
}