﻿body {
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
     }
        body, td {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        -webkit-font-smoothing: antialiased;
        }
        body, th {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight:500;
        }
        select {
            font-family:"Open Sans",Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        }
    .mynavpar>li>a{
        display: flex;
        align-content: center;
        align-items: center;
        flex-grow: 1;
        border-radius: 0;
        min-width: 0%;
        color: rgb(8, 7, 7);
        z-index: 1;
        padding-top: 8px;
        padding-bottom: 8px;
        font-family: 'Open Sans', sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight :normal;
        font-size:13px;
    }
    .mynavpar>li{
        margin-top:  3px;
    }
    .mynavbar ul li:hover, .mynavbar li active {
        background-color: rgba(0,112,210,0.1);
    }
        .mynavbar .navbar-brand {   
            padding: 10px 10px;
        }
            .mynavbar .navbar-brand a {
                color:rgb(8, 7, 7);
            }
        .primaryPalette a{
            background-color:rgba(0,112,210,0.1);
            border-top:solid 3px #0070D2;
            color:rgb(8, 7, 7) !important;
        margin-top:0px;
        }
        .primaryPalette{
            margin-top:0px !important;
        }
        .nav>li>a:focus, .nav>li>a:hover {
            text-decoration: none;
            background-color: inherit
        }
        .mynavbar{
            margin-bottom:0px;
            min-height:40px;
        }
        #header {
            height: auto;
            min-height: 50px;
        }
        #logo a img{
            margin-top:0px
        }
        .bodyDiv{
            background-image: url(images/lightning_blue_background.png),linear-gradient(to top, rgba(160, 180, 206, 0.0) 0, rgba(160, 180, 206, 1));
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top left;
            border-top: 3px solid #0070D2; 
        }
        .bdymaster{
            background:#fff;
            margin-top:2px;
            border-radius: 5px;
            
        }
        .pd-15{
            padding:15px
        }
        .motor .btn1,.btn1{
            color: rgba(27, 82, 151, 1);
            padding-left: 1rem;
            padding-right: 1rem;
            text-align: center;
            vertical-align: middle;
            border: 1px solid rgb(221, 219, 218);
            transition: border .15s linear;
            border-color: rgb(221, 219, 218);
            background-color: rgb(255, 255, 255);
            font-weight:normal;
            cursor:pointer ;
            text-align:center;
        }
        .motor .btn1:hover, .btn1:hover{
            background-color: #1a5196;
            color:rgba(27, 82, 151, 1);
            font-weight:normal;
            color:#ffffff;
        }
        .gradBackgroundLightBlue {
            background: -moz-linear-gradient(#1B5297,#1B5297) !important;
            background: -webkit-linear-gradient(#1B5297,#1B5297) !important;
            background: linear-gradient(#1B5297,#1B5297) !important;
        }
        .todoact>li>a{
        display: flex;
        align-content: center;
        align-items: center;
        flex-grow: 1;
        border-radius: 0;
        min-width: 0%;
        color: red;
        z-index: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: 'Open Sans', sans-serif;
        -webkit-font-smoothing: antialiased;
        font-weight :normal;
        font-size:13px;
    }
        .todoact>li{
        margin-top:  3px;
    }
    .todoact ul li:hover, .todoact li active {
        background-color: rgba(0,112,210,0.1);
    }
        .todoact .navbar-brand {   
            padding: 10px 10px;
        }
            .todoact .navbar-brand a {
                color: rgb(8, 7, 7);
            }
        
        .todoact{
            margin-bottom:0px;
            min-height:20px;
            background-color :transparent ;
        }
        .Grid tr:hover .todoact>li>ul>li>a{
            color:rgb(8, 7, 7) !important;             
        }
        .Grid tr:hover .todoact {
            background-color :transparent !important;          
        }
        .Grid tr:hover .todoact>li>a {
            color :#ffffff !important;          
        }
        .todoact:hover{
             background-color :transparent !important;   
        }
        .todoact .open>a, .todoact .open>a:focus, .todoact .open>a:hover,  .todoact>li>a:hover{
            background-color: transparent !important;
            background: inherit !important;

            border-color: none;
        }
        .todnav{
            min-height: 0px; 
            margin-bottom: 0px;
        }
        .todoact>li>ul>li{
            padding:2px;
        }
         .Grid th{
            font-weight :normal !important;
        }
         
         .formheadline,.main-form .formheadline{
             background-color: rgb(243, 242, 242);
             width:97%;
             padding:3px 8px;
             font-size:1em;
             color:rgb(8, 7, 7) !important;
             margin-left:8px;
             border-radius:5px; 
         }
         .formheadline h3, .main-form .formheadline h3{
             font-size:1.2em;
             color:white!important; 
             font-weight :normal;
         }
         .formheadline2,.main-form .formheadline2{
             background-color: rgb(243, 242, 242);
             width:30%;
             padding:3px 8px !important;
             font-size:1em;
             color:rgb(8, 7, 7) !important;
             margin-left:12px;
             border-radius:5px; 
         }
         .formheadline2 h2{
             font-size:1.2em;
             color:rgb(8, 7, 7) !important; 
             font-weight :normal;
         }

         /*nav*/
         .stepNav {
             margin-top:42px;
         }
         .stepNav li.selected a, .stepNav li.selected a:before{
            background:#1B5297;
            color:#ffffff;
            text-shadow: none;
         }
         .stepNav a, .stepNav a:visited{
             background:#1B5297;
             color:#ffffff;
             text-shadow: none;
         }
         .stepNav a:before{
             background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(27, 82, 151)), to(rgb(27, 82, 151)));
            background-image: -webkit-linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
            background-image: -moz-linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
            background-image: -o-linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
            background-image: linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
            text-shadow: none;
            color:#fff;
         }
         .stepNav a, .stepNav a:hover{
              background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(27, 82, 151,0.7)), to(rgb(27, 82, 151,0.7)));
            background-image: -webkit-linear-gradient(right top, rgb(27, 82, 151,0.7), rgb(27, 82, 151,0.7));
            background-image: -moz-linear-gradient(right top, rgb(27, 82, 151,0.7), rgb(27, 82, 151,0.7));
            background-image: -o-linear-gradient(right top, rgb(27, 82, 151,0.7), rgb(27, 82, 151,0.7));
            background-image: linear-gradient(right top, rgb(27, 82, 151,0.7), rgb(27, 82, 151,0.7));
            text-shadow: none;
            color:#fff;
         }
         .stepNav a:hover::before {
                background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(27, 82, 151)), to(rgb(27, 82, 151)));
                background-image: -webkit-linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
                background-image: -moz-linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
                background-image: -o-linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
                background-image: linear-gradient(right top, rgb(27, 82, 151), rgb(27, 82, 151));
                text-shadow: none;
                color:#fff;
            }
         .btn2{
             background-color:#f3f2f2 !important;
             color:#131313;
             border:solid 1px #ddd;
             cursor:pointer ;
             text-align :center;
         }
         .table_headline{
             width:97%;
             background-color: rgb(243, 242, 242);
         }

        .table_headline h3{
            font-size:14px;
            font-family :Lato;
            color:rgb(8, 7, 7) !important;
            font-weight :normal
        }
        #header{
            background:none;
        }
        .page_details{
            /*display :inherit;*/
        }
        .btn3{
            margin-top:20px
        }

         .modal-content  .select2-container {
        z-index: 999999 !important;
    }   
    .portlet.mgBot-none {
        margin-bottom: 0px;
    }
    .portlet>.portlet-title {
        padding: 0px 0px 0px 15px;
    }
    .list-emails .portlet>.portlet-title {
        min-height: 30px;
    }
    .page-heading {
        font-size: 23px;
        color: #515151;
        float: left;
        margin: 0px;
    }
    .portlet>.portlet-title.quota {
        padding: 12px 0px 30px 15px;
    }
    .portlet>.portlet-title.graphs {
        min-height: 26px;
    }
    .portlet-title.task_views h3.heading_large{
        margin-top: 0px;
        margin-bottom: 3px;
    }
    .portlet>.portlet-title.task_views{
        margin-bottom: 0px;
        min-height: 21px;
    }
    .portlet-title.min-h-22, .min-h-22{
        min-height: 21px;
    }
    .table-scrollable.with-contact-dtl{
        width: 30%;
        float: left;
    }
    .contact_row_width{
        width: 100%;
    }
    #single_contact_view_detail{
        width: 68%;
        background-color: #F9FaFB;
    }
    #single_contact_view_detail #detail-container{
        margin: 10px 20px 20px 20px;
    }
    #single_contact_view_detail #detail-header{
        background-color: #D0D9E2;
        /*background-color: #EFF3F6;*/
        height: 37px;
    }
    #contact-navs{

    }
    ul#contact-navs li{
        float: left;
        list-style: none;
        margin: 3px 3px 0 0px;
    }
    ul#contact-navs li:first-child{
        margin-left: 8px;
    }

    ul#contact-navs #awatar .img-circle{
        width: 30px;
    }
    ul#contact-navs #awatar, ul#contact-navs #contact_me{
        float: left;
    }
    ul#contact-navs #contact_me{
        margin-left: 8px;
        line-height:1.3;
    }
    .contact-tools{
        background-color: #ffffff;
        padding: 6px;
        border-radius: 27px;
        margin-right: 10px !important;
    }
    .contact-tools .fa{
        font-size: 14px;
        color: #4F8ADF;
        width: 1.25em;
        text-align: center;
    }
    .mid-lear{
        width: 1%;
    }
    .table-scrollable.with-contact-dtl .table-scrollable.with-contact-dtl thead, .with-contact-dtl thead tr th {
        background-color: #D0D9E2;
    }
    .table-scrollable.with-contact-dtl .table-striped>tbody>tr:nth-of-type(odd){
        background-color: #FAFBFC;
    }
    .table-scrollable.with-contact-dtl .table-striped>tbody>tr:nth-of-type(even){
        background-color: #EFF3F6;
    }
    .table-scrollable.with-contact-dtl .table-hover>tbody>tr.active_contact{
        background-color: #62A7E0 !important;
    }
    .table-scrollable.with-contact-dtl{
        max-height: 426px;
        overflow: auto;
    }
    #overview #name, #overview #mobile_no, #overview #assigned_to, #overview #alt_mobile_no, #overview #contact_source{
        font-weight: 600;
        text-transform: capitalize;
    }
    #overview #email{
        font-weight: 600;
    }
    .block-content-left{
        font-size: 11px;
        width: 50%;
    }
    #single_contact_view_detail #overview,#single_contact_view_detail #interests, #single_contact_view_detail .task_types{
        margin: 7px 0 10px 0;
        background-color: #ffffff;
        padding: 8px;
        overflow: hidden;
    }
    #single_contact_view_detail .block-heading {
        font-size: 11px;
        font-weight: 600;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 5px;
    }
    #upcomming_container{
        width: 52%;
    }
    .block-content-left{
        font-size: 11px;
        width: 50%;
    }
    #over-view_container{
        width: 100%;
    }
    .block-content-right{
        padding-right: 10px;
        width: 50%;
    }
    .table.custom-table {
        border-collapse: separate;
        border-spacing: 0px 0px;
        background-color: transparent;
    }
    .table-scrollable {
        border: none;
    }
    .table.custom-table {
        border-collapse: separate;
        border-spacing: 0px 0px;
        background-color: transparent;
    }
    .table-scrollable>.table {
        /*width: 100% !important;*/
        margin: 0 !important;
    }
    .sort_order {
        text-decoration: none !important;
        cursor: pointer;
        color: #515151;
    }
    .order_by, .order_by:hover, .order_by:active, .order_by:focus {
        color: #515151;
    }
    .no-order, .no-order:hover, .no-order:active, .no-order:focus {
        color: #515151;
    }
    .table>thead>tr>th {
        border-bottom: none;
    }
    .table.custom-table {
        border-collapse: separate;
        border-spacing: 0px 0px;
        background-color: transparent;
    }
    .table.custom-table thead tr th {
        font-size: 10px;
        font-weight: 300;
        text-transform: uppercase;
        /* text-align: center; */
        /*text-align: left;*/
        color: #1b1e24;
    }
    .table.custom-table td:not(.edit-form) {
        font-size: 10.5px;
        vertical-align: top;
        text-align: left;
        color: #1b1e24;
        padding: 8px 5px;
        padding-top: 11px !important;
        padding-bottom: 4px !important;
    }
    .table.custom-table td.green:not(.edit-form) {
        color: #365b90;
    }
    a:focus, a:hover {
        text-decoration: none;
    }
    .without_order_icon {
        float: none;
        padding: 0;
    }

    .table.custom-table.table-striped.table-hover th {
        font-weight: bold;
        color: #576475;
        font-style: italic;
    }
    .portlet>.portlet-title {
        padding: 0px 0px 0px 15px;
    }
    .portlet>.portlet-title {
        border-bottom: 1px solid #eee;
        padding: 0;
        margin-bottom: 10px;
        margin-top:5px;
        min-height:22px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
    .heading_large {
        color: #363F50!important;
        font-weight: 600;
        padding-left: 2px;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif !important;
    }
    .each-part {
        margin: 5px 0px 13px 0px;
        font-size: 11px;
    }
    div#upcoming-sub, div#upcoming-next, div#upcoming-overdue {
        border-bottom: 1px solid #eeeeee;
        overflow: hidden;
    }
    #overdue-task-cover .upcoming-tasks, #upcoming-task-cover .upcoming-tasks {
        padding: 4px 8px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .btn.green {
        color: #ffffff;
        background-color: #365b90 !important;
        border-color: #365b90 !important;
        border-radius: 6px !important;
        text-transform: capitalize !important;
        outline: 0!important;
        box-shadow: none!important;
        line-height: 1.44;
        min-width: 120px;
        line-height: 1.44;
        padding: 8px;
        font-size: 12px;
    }
    .gap-25{
        height:25px;
    }
    .modal-dialog .form-control {
        border: 1px solid #cccccc;
        min-height: 29px;
        height: 29px;
        padding:2px 6px;
    }
    .modal-dialog .form-control {
        border-radius: 0;
        width: 100%;
        border-radius: 0;
        width: 100% !important;
    }
     .form-control{
        margin-bottom:8px;
    }
    .modal-dialog label{
        font-size:12px;
        margin-bottom:1px;
        font-weight:400 ;
    }
    .modal, .modal-open {
        overflow-y: auto!important;
    }
    .bold{
        font-weight:700 !important;
    }

    .modalBackground{
        overflow-y: auto;
    }
    .modal-body{
        max-height: 400px;
        overflow-y: auto;
    }
    .h3conatct{
        font-size: 14px;
        font-weight: 600;
    }
    .modal-dialog label{
        
    }
  .mynavpar>li>a.blink {
        color: red;
    }
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black overlay */
    z-index: 9999; /* Ensure the overlay appears on top of other content */
    display: none; /* Initially hide the overlay */
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}