html {
  font-size: 14px;
}

.filterActive {
    background-color: #5CB74D !important;
    color: #5CB74D !important;
    /* background-color: rgba(77, 151, 183, 0.1882352941) !important;
                        color: #5CB74D !important; */
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.k-header {
    background-color: #e0e7f1;
}

/*#region General*/
.logRegDiv {
    background-color: #262D35;
}

.buttonStyle {
    background-color: transparent;
    width: 10px;
    color: grey;
    border: none;
    padding-right: 20px;
}
.textAlignRight {
    text-align: end;
}

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

/*#endregion*/

/*#region Pipeline*/

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.cardHeaderMin{
    min-height: 75px !important;
}

.alignRight {
    text-align: end;
    padding-right: 5px;
}

.alignCenter {
    text-align: center;
}

.k-fab, .k-fab-solid-primary {
    background-color: #435675 !important;
    border: none;
}

.deal {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0, 0, 0, 5px;
    padding: 0;
    border-block: solid;
    border-block-color: #435675;
    border-radius: 5px;
    margin: 5px 0px;
    padding-left: 15px;
    padding-top: 10px;
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 59%);
}

.dealWon {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0, 0, 0, 5px;
    padding: 0;
    border-block: solid;
    border-block-color: #afedaf;
    border-radius: 5px;
    margin: 5px 0px;
    padding-left: 15px;
    padding-top: 10px;
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 59%);
}

.dealLost {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0, 0, 0, 5px;
    padding: 0;
    border-block: solid;
    border-block-color: #FC6060;
    border-radius: 5px;
    margin: 5px 0px;
    padding-left: 15px;
    padding-top: 10px;
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 59%);
}

/*#endregion*/

/*#region DealDetails*/

.tLayout {
    align-content: center;
    width: 100%;
}

.k-selected {
    background-color: #18355c !important;
    border-color: #18355c !important;
}

.k-progressbar-value {
    background-color: #18355c !important;
    border-color: #18355c !important;
}

.k-step-indicator {
    background-color: #FF7F50 !important;
    border-color: #FF7F50 !important;
}

.k-link {
    color: #18355c !important;
}

.newButton {
    background-color: #18355c !important;
    color: white !important;
}

.newButton:hover {
    background-color: #224d85 !important;
    color: white !important;
}

.journalDisplay {
    float: left !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 0, 0, 0, 5px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    border-block: solid !important;
    border-block-color: #435675 !important;
    margin: 5px 0px !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /*background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 59%) !important;*/
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 59%) !important;
}

.textAlignRight {
    text-align: end;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.template-wrapper {
    display: flex;
    flex-direction: row;
    height: 180px;
    width: 300px;
    border: none !important;
}

.selectItem {
    color: black !important;
}

.selectItem:hover {
    cursor: pointer;
}

.card-header {
    height: 40px;
}

/*#endregion*/

/*#region ModalStyling*/
.modalHeaderStyle {
    background: #435675 !important;
    color: white !important;
}
.modal-header {
    background: #435675 !important;
    color: white;
}
.wonHeader {
    background: #9CEF9C !important;
}
.lostHeader {
    background: #FD6868 !important;
}
/*Modal Styling End*/

/*Loading Panel Modal Styles Start*/
.modalBackgorund{
    background-color: transparent !important;
}
/*#endregion*/

/*#region BoostrapOverrides*/
.btn-primary {
    background-color: #18355c !important;
    border: none !important;
}
/*#endregion*/

/*#region TelerikControlsOverrides*/
.k-grid-edit-command {
    background-color: #FF7F50 !important;
    border: none !important;
}

.k-grid-edit-command:hover {
    background-color: #ffbaa1 !important;
    border: none !important;
}

.k-grid-save-command {
    background-color: #FF7F50 !important;
    border: none !important;
}

.k-grid-save-command:hover {
    background-color: #ffbaa1 !important;
    border: none !important;
}

.k-grid-cancel-command {
    background-color: #ff5252 !important;
    border: none !important;
    color: white !important;
}
.k-grid-cancel-command:hover {
    background-color: #ff8c8c !important;
    border: none !important;
    color: white !important;
}
.k-selected {
    background-color: #FF7F50 !important;
    border: none !important;
}

.k-window-titlebar {
    background: #FF7F50 !important;
    color: white;
}

.k-window {
    border: none !important;
}

.k-button-solid-primary {
    background: #FF7F50 !important;
    color: white;
    border: none !important;
}

/*#endregion*/

/*#region HtmlSliders*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 10px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #FF7F50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #FF7F50;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*#endregion*/

/*#region EngageTextBox*/

.engageTextBoxContainer {
    display: flex;
    width: 100%;
    background-color: #7D7C83;
    border-radius: 5px;
}

.engageTextBox{
    flex: 1;
    border-radius: 5px !important;
}

.engageTextBoxWithButton {
    flex: 1;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.engageTextBoxButton {
    padding: 8px 15px;
    background-color: #FF7F50;
    color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.engageTextBoxButton:hover {
    background-color: #f7ad92;
}

/*#endregion*/

/*#region DisplayHide*/

.areaHide {
    display: none;
}

.areaShow{
    display: block;
    animation: fade_in_show 0.5s;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

/*#endregion*/

/*#region QuotePage */
.productsList {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 5px;
    float: left;
    height: auto;
    transition: .3s ease;
    padding: 10px 3px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px #aaaaaa;
}

.search-container {
    display: flex;
    width: 100%;
    background-color: #7D7C83;
    border: 1px solid white;
    border-radius: 3px;
    padding: 1px;
}
/*#endregion */



