﻿
.form-container-custom .col-lg-1, .form-container-custom .col-lg-11 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.form-container-custom .col-lg-2, .form-container-custom .col-lg-10 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.form-container-custom .col-lg-3, .form-container-custom .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.form-container-custom .col-lg-4, .form-container-custom .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.form-container-custom .form-group {
    margin-bottom: 0;
}



.media-container {
    width: 100%;
    margin: auto;
    border: 1px solid #ced4da;
    min-height: 55px;
    border-radius: 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' ><text x='10' y='30' fill='grey' font-size='14'>*Click on attach button to attach media</text></svg>");
}
/*.media-container:after {
    content: "Click on Attach button to attach file";
    position: relative;
    top: -12px;
    left: 10px;
}*/
.media-container img {
    width: 100%;
}



.tab-all-primary a.active {
    background: #258ABE !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(33, 30, 99, 0.6);
    border-radius: 0 !important;
    color: #fff !important;
}


div.header strong {
    font-size: 16px;
    color: #353c48 !important;
    font-weight: 600
}

.selected-row {
    background: #DEEBFF !important;
}

.input-group-addon-custom {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.character-left {
    color: #999;
}

.pointer {
    cursor: pointer;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #1C2631;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
}

.company-info {
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    padding: 12px;
    margin: 35px;
}

.company-info .dropdown-toggle {
    color: #258ABE;
    font-weight: 600
}

.user-info {
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

.user-info li {
    padding: 10px 40px;
    border: 1px solid #e0e0e0;
    margin: 5px 40px;
    box-shadow: 0px 0px 8px #00000029;
    font-size: 14px;
}

.user-info li a {
    color: #212529
}

.radio-custom input {
    visibility: hidden;
}

.radio-custom input[type="radio"]:checked + span {
    background: #117EC3;
    color: white;
    padding-left: 5px;
    height: 27px;
}

.radio-custom input[type="radio"]:not(:checked) + span {
    padding-left: 5px;
}

.radio-custom span::before {
    visibility: hidden;
}

.radio-custom span::after {
    visibility: hidden;
}

#leftsidebar li .badge {
    border-radius: 50%;
    border: 1px solid var(--blue);
    width: 25px;
    color: white;
    margin: 0;
    float: right;
}

.dropdown-menu li a {
    cursor: pointer;
}

.required:after {
    content: " *";
    color: #dc3545;
}

a[role="button"] {
    cursor: pointer;
    color: #414244;
}
   /* a[role="button"] i {
        position: relative;
        font-size: 20px;
        padding: 2px;
    }*/


.textarea-custom {
    height: 50px;
    min-height: 5em;
    max-height: 50vh;
    line-height: normal;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    color: #495057;
    font-size: 13px;
}

.textarea-custom:focus {
    outline: none;
    border: 2px solid #26a69a;
}

.button-icon {
    font-size: 14px !important;
}

.hidden {
    display: none;
}


a.btn:not(.tblActnBtn) {
    padding-top: 8px
}

.validation-message {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 0 0 5px;
    color: #dc3545 !important;
}





/* Dropdown Menu Custom Small */
/* ||||||||||||||||||||||||||||||||||||||| */
.dropdown-sm-custom{
    position:relative;
}
dropdown-sm-custom .dropdown-toggle i {
    font-size: 20px;
    color: #999;
}
.dropdown-menu-sm {
    display: none;
    position: absolute;
    text-align: left;
    background: #fff;
    color: black;
    box-shadow: 0 5px 15px 2px rgba(64, 70, 74, 0.2) !important;
    border-radius: 8px;
    padding: 5px;
}

.dropdown-menu-sm .ddm-hover li a:hover, .dropdown-menu-sm .ddm-hover li button:hover {
    background: rgba(0, 0, 0, 0.075) !important;
}
.dropdown-menu-sm .ddm-list {
   margin-bottom:0;
}
.dropdown-menu-sm .ddm-list li {
    display: inline;
    padding: 5px 0px !important;
}


.dropdown-menu-sm .ddm-list:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.headerBtn, .headerActnBtn {
    color: #505f79;
    background: rgba(0, 0, 0, 0.075);
    border: none;
    box-shadow: none !important;
    height: 34px;
    line-height: 1;
    text-transform: initial;
}
a.headerActnBtn {
    padding-top: 7px;
}
.headerBtn {
    font-weight: 600;
    padding-top: 10px !important;
}
.headerActnBtn i {
    font-size: 18px;
}
.headerActnBtn:hover, .headerBtn:hover {
    background: rgba(0, 0, 0, 0.075);
    color: #505f79;
}
.headerActnBtn:focus, .headerBtn:focus {
    background: var(--primary);
    color: #fff;
}