﻿/*White background for navbar*/
.navbar-white {
    background-color: #ffffff;
    border-color: rgb(231, 231, 231);
}

/*Login Box*/
.loginbox
{
    width: 400px;
    left: 50%;
    top: 50%;
    margin: 100px auto;
    color: #fffefe;
}

/*************************************************************************************************************************************************/
/*Small Screens and lower resolution*/
@media (min-width: 768px)
{
    body
    {
        /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   Changed per customer specifications*/
        font-family: Arial, AvenirMedium !important;
        font-size: 10px;
        line-height: 10px;
        color: #666666;
        background-color: #ffffff;
        padding: 0px 20px 0px 20px !important;
        margin-left: 00px !important;
        margin-right: 10px !important;
    }

    .sidecolumn{
        width: 9% !important;
    }

    .dailycolumn{
        width:13% !important;
    }
   .headerbar-left
{
    display: block;
    font-size: 10px;
    margin: 14px 10px 10px 10px;
    text-align: left;
    white-space: nowrap;
}

    .headerbar-left a
    {
       
        margin-left: 1px;
        margin-right: 13px;
        padding: 12px 3px;
        text-decoration: none;
    }

      .headerbar-left a.username
        {
            background: none;
            margin-left: 1px;
            margin-right: 3px;
            padding: 0;
            text-decoration: none;
            color: #ebeaea;
        }
.headerbar
{
    display: block;
    font-size: 10px;
    margin: 14px 10px 10px 10px;
    text-align: right;
    white-space: nowrap;
}

.organization-header
{
    display: block;
    font-size: 16px;
    margin: 14px 10px 10px 10px;
    
    white-space: nowrap;
}

    .headerbar a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 13px;
        padding: 12px 3px;
        text-decoration: none;
    }

        .headerbar a.username
        {
            background: none;
            margin-left: 10px;
            margin-right: 3px;
            padding: 0;
            text-decoration: none;
            color: #ebeaea;
        }

        .menu-toggle {
            font-size: 10px !important;
        }

    .wide
    {
        width: 700px;
        max-width: 700px;
    }

    .modal-content
    {
        position: relative;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: 0px none;
        box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        width: auto;
        min-width: 600px;
        max-width: 700px;
    }

    .modal-body
    {
        overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 600px;
        height: auto;
        /*max-width: 600px;*/
        width: auto;
        min-width: 600px;
        padding: 0px 25px 15px 25px;
    }

    .modal-body-inner
    {
        overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 600px;
        height: auto !important;
        max-width: 600px;
        width: auto;
        padding: 0px 25px 15px 25px;
    }

    .campaignlogo
    {
        max-height: 100px !important;
        max-width: 100px !important;
    }

    .searchTable > tbody > tr > td
    {
        line-height: 11px;
        font-size: 10px;
        padding: 2px 4px 2px 4px;
        text-align: left;
    }

    .searchTable .resultType
    {
        font-size: 11px;
        font-weight: bolder;
    }



    .compressed > tbody > tr > td
    {
        line-height: 10px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .compressed > thead > tr > th
    {
        line-height: 10px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center !important;
        background-color: #6d94bf;
        color: #e3e3e3;
    }



    .uncompressed > tbody > tr > td
    {
        line-height: 12px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .uncompressed > thead > tr > th
    {
        line-height: 12px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center !important;
        /*background-color: #6d94bf;
    color: #e3e3e3;*/
    }

    .sp-modal-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        float: left;
        padding: 10px 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .sp-submodal-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .modaltitle
    {
        align-items: center;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 10px;
        font-weight: bold;
        line-height: 10px;
        color: #dddddd;
    }


     .emailheader
    {
        align-items: center;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 10px;
        font-weight: bold;
        line-height: 10px;
        color: #dddddd;
    }
    .well-sidebar
{
    min-height: 20px;
    padding: 2px 2px 2px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-color: rgb(220, 220, 220);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
}

    .sidebar
    {
        width: 90%;
        margin: 0 auto;
        float: left;
        padding: 0px 0px;
        font-size: 9px;
        line-height: 9px;
        color: #000000;
    }

    .sidebar-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 10px;
        /*font-weight: bold;*/
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .sidebar-header
    {
        /*width: 100%;*/
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 9px;
        /*font-weight: bold;*/
        line-height: 9px;
        color: #000000;
    }

    .sidebar-report {
         width: 100%;
        margin: 0 auto;
        text-align: left !important;
        padding: 10px 10px 10px 10px;
        font-size: 9px;
        font-weight: bold;
        line-height: 9px;
         color: #373636;
        width: 200px;
    }

      .sidebar-report-header {
         width: 100%;
        margin: 0 auto;
         text-align: left !important;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 9px;
       color: #a2a1a1;
          width: 200px;
    }

    .modal-title
    {
        font-weight: bold;
        font-size: 12px;
        padding: 3px 3px 3px 3px;
    }

    .spheader
    {
        padding-left: 5px;
        width: 100%;
        margin: 0 auto;
        font-size: 10px;
        color: #dddddd;
    }

    .sp_typeahead,
    .tt-query,
    .tt-hint
    {
        width: 200px;
        height: 26px;
        padding: 8px 32px 8px 23px !important;
        font-size: 12px;
        line-height: 16px;
        border: 0px solid #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        outline: none;
        background: transparent url(/Images/magnifying_glass.png) no-repeat scroll left center;
        margin: 5px;
        max-width: 200px;
        padding-left: 12px;

    }

    .modal_typeahead,
    .tt-query,
    .tt-hint
    {
        width: 200px;
        height: 26px;
        padding: 8px 32px 8px 23px !important;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #edf0f0 !important;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        outline: none;
        background: transparent url(/Images/magnifying_glass.png) no-repeat scroll left center;
        background-color: #ffffff;
        margin: 5px;
        max-width: 200px;
        padding-left: 12px;

    }

    .modal-dropdown
    {
        width: 230px;
        height: 26px;
        padding: 2px 32px 2px 23px !important;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #edf0f0 !important;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        outline: none;
        
        background-color: #ffffff;
        margin: 5px;
        max-width: 230px;
        padding-left: 12px;

    }


    .entity_name
    {
        margin: 0px 20px 5px;
        padding: 3px 0px;
        border-bottom: 1px solid rgb(204, 204, 204);
        color: #000000;
        font-size: 12px;
        font-style: italic;
    }



    .tt-hint
    {
        color: #999;
    }

    .tt-dropdown-menu
    {
        width: 350px;
        margin-top: 12px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .tt-suggestion
    {
        padding: 3px 20px;
        font-size: 18px;
        line-height: 24px;
    }

        .tt-suggestion a
        {
            color: #000000;
            font-size: 9px !important;
            height: 10px !important;
            line-height: 10px;
            text-decoration: none;
        }

            .tt-suggestion a:hover
            {
                color: #fff5ee!important;
                font-size: 9px !important;
                height: 10px !important;
                line-height: 10px !important;
                text-decoration: none !important;
            }
}

/*************************************************************************************************************************************************/
/*Medium resolution
    example 1024x768
    */
@media (min-width: 992px)
{
    body
    {
        /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   Changed per customer specifications*/
        font-family: Arial, AvenirMedium !important;
        font-size: 10px;
        line-height: 12px;
        color: #666666;
        background-color: #ffffff;
        padding: 0px 20px 0px 20px !important;
        margin-left: 00px !important;
        margin-right: 10px !important;
    }

       .headerbar-left
{
    display: block;
    font-size: 12px;
    margin: 14px 10px 10px 10px;
    text-align: left;
    white-space: nowrap;
}
.headerbar
{
    display: block;
    font-size: 12px;
    margin: 14px 10px 10px 10px;
    text-align: right;
    white-space: nowrap;
}

    .headerbar a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 13px;
        padding: 12px 3px;
        text-decoration: none;
    }

        .headerbar a.username
        {
            background: none;
            margin-left: 10px;
            margin-right: 3px;
            padding: 0;
            text-decoration: none;
            color: #ebeaea;
        }

        .menu-toggle {
            font-size: 12px !important;
        }


    .wide
    {
        width: 800px;
        max-width: 800px;
    }

    .modal-content
    {
        position: relative;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: 0px none;
        box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        width: auto;
        min-width: 600px;
        max-width: 900px;
    }

    .campaignlogo
    {
        max-height: 125px !important;
        max-width: 125px !important;
    }

    .searchTable > tbody > tr > td
    {
        line-height: 10px;
        font-size: 10px;
        padding: 2px 4px 2px 4px;
        text-align: left;
    }

    .searchTable .resultType
    {
        font-size: 11px;
        font-weight: bolder;
    }

    .modal-body
    {
        overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 700px;
        height: auto;
        /*max-width: 700px;*/
        width: auto;
        min-width: 600px;
        padding: 0px 25px 15px 25px;
    }

    .modal-body-inner
    {
        overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 700px;
        height: auto !important;
        max-width: 700px;
        width: auto;
        padding: 0px 25px 15px 25px;
    }

    .compressed > tbody > tr > td
    {
        line-height: 10px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .compressed > thead > tr > th
    {
        line-height: 10px;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
        text-align: center !important;
        background-color: #6d94bf;
        color: #e3e3e3;
    }



    .uncompressed > tbody > tr > td
    {
        line-height: 14px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .uncompressed > thead > tr > th
    {
        line-height: 16px;
        font-size: 10px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        text-align: center !important;
        /*background-color: #6d94bf;
    color: #e3e3e3;*/
    }

    .sp-modal-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        float: left;
        padding: 10px 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .sp-submodal-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .modaltitle
    {
        align-items: center;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 12px;
        color: #dddddd;
    }

    .sidebar
    {
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 0px 0px;
        font-size: 10px;
        line-height: 10px;
        color: #000000;
    }

    .sidebar-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 12px;
        /*font-weight: bold;*/
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .sidebar-header
    {
        /*width: 100%;*/
        margin: 0 auto;
        float: left;
        padding: 5px 5px;
        font-size: 10px;
        /*font-weight: bold;*/
        line-height: 10px;
        color: #000000;
    }

    .modal-title
    {
        font-weight: bold;
        font-size: 14px;
        padding: 3px 3px 3px 3px;
    }

    .spheader
    {
        padding-left: 5px;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        color: #dddddd;
    }

    .sp_typeahead,
    .tt-query,
    .tt-hint
    {
        width: 210px;
        height: 30px;
        padding: 8px 32px 8px 23px !important;
        font-size: 12px;
        line-height: 18px;
        border: 0px solid #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        outline: none;
        background: transparent url(/Images/magnifying_glass.png) no-repeat scroll left center;
        margin: 5px;
        max-width: 230px;
        padding-left: 16px;
    }


    .entity_name
    {
        margin: 0px 20px 5px;
        padding: 3px 0px;
        border-bottom: 1px solid rgb(204, 204, 204);
        color: #000000;
        font-size: 14px;
        font-style: italic;
    }



    .tt-hint
    {
        color: #999;
    }

    .tt-dropdown-menu
    {
        width: 400px;
        margin-top: 10px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .tt-suggestion
    {
        padding: 3px 20px;
        font-size: 16px;
        line-height: 20px;
    }

        .tt-suggestion a
        {
            color: #000000;
            font-size: 10px !important;
            height: 10px !important;
            line-height: 10px;
            text-decoration: none;
        }

            .tt-suggestion a:hover
            {
                color: #fff5ee!important;
                font-size: 10px !important;
                height: 10px !important;
                line-height: 10px !important;
                text-decoration: none !important;
            }
}


/*************************************************************************************************************************************************/
/*Wide Screen Resolution*/
@media (min-width: 1200px)
{
    body
    {
        /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   Changed per customer specifications*/
        font-family: Arial, AvenirMedium !important;
        font-size: 10px;
        line-height: 12px;
        color: #666666;
        background-color: #ffffff;
        padding: 0px 20px 0px 20px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

       .headerbar-left
{
    display: block;
    font-size: 14px;
    margin: 14px 10px 10px 10px;
    text-align: left;
    white-space: nowrap;
}
    
.headerbar
{
    display: block;
    font-size: 14px;
    margin: 14px 10px 10px 10px;
    text-align: right;
    white-space: nowrap;
}

    .headerbar a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 13px;
        padding: 12px 3px;
        text-decoration: none;
    }

        .headerbar a.username
        {
            background: none;
            margin-left: 10px;
            margin-right: 3px;
            padding: 0;
            text-decoration: none;
            color: #ebeaea;
        }

        .menu-toggle {
            font-size: 14px !important;
        }


    .wide
    {
        width: 1100px;
        max-width: 1100px;
    }

    .modal-content
    {
        position: relative;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: 0px none;
        box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        width: auto;
        min-width: 1024px;
        max-width: 1200px;
    }

    .campaignlogo
    {
        max-height: 150px !important;
        max-width: 150px !important;
    }

    .searchTable > tbody > tr > td
    {
        line-height: 11px;
        font-size: 11px;
        padding: 2px 4px 2px 4px;
        text-align: left;
    }

    .searchTable .resultType
    {
        font-size: 13px;
        font-weight: bolder;
    }

    .modal-body
    {
        overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 900px;
        height: auto;
        /*max-width: 900px;*/
        width: auto;
        min-width: 700px;
        padding: 0px 25px 15px 25px;
    }

    .modal-body-inner
    {
        overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 900px;
        height: auto !important;
        max-width: 900px;
        width: auto;
        padding: 0px 25px 15px 25px;
    }

    .compressed > tbody > tr > td
    {
        line-height: 12px;
        font-size: 12px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .compressed > thead > tr > th
    {
        line-height: 12px;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 2px 2px 2px;
        text-align: center !important;
        background-color: #6d94bf;
        color: #e3e3e3;
    }



    .uncompressed > tbody > tr > td
    {
        line-height: 14px;
        font-size: 12px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .uncompressed > thead > tr > th
    {
        line-height: 16px;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        text-align: center !important;
        /*background-color: #6d94bf;
    color: #e3e3e3;*/
    }

    .sp-modal-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        float: left;
        padding: 10px 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .sp-submodal-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .modaltitle
    {
        align-items: center;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 12px;
        color: #dddddd;
    }

    .sidebar
    {
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 0px 0px;
        font-size: 10px;
        line-height: 12px;
        color: #000000;
    }

    .sidebar-title
    {
        text-align: left;
        font-family: Arial;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 14px;
        /*font-weight: bold;*/
        line-height: 12px;
        border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
        filter: none;
    }

    .sidebar-header
    {
        /*width: 100%;*/
        margin: 0 auto;
        float: left;
        padding: 10px 10px;
        font-size: 12px;
        /*font-weight: bold;*/
        line-height: 12px;
        color: #000000;
    }

    .modal-title
    {
        font-weight: bold;
        font-size: 16px;
        padding: 3px 3px 3px 3px;
    }

    .spheader
    {
        padding-left: 5px;
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        color: #dddddd;
    }

    .sp_typeahead,
    .tt-query,
    .tt-hint
    {
        width: 230px;
        height: 34px;
        padding: 8px 32px 8px 23px !important;
        font-size: 12px;
        line-height: 10px;
        border: 0px solid #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        outline: none;
        background: transparent url(/Images/magnifying_glass.png) no-repeat scroll left center;
        margin: 5px;
        max-width: 230px;
        padding-left: 16px;
    }


    .entity_name
    {
        margin: 0px 20px 5px;
        padding: 3px 0px;
        border-bottom: 1px solid rgb(204, 204, 204);
        color: #000000;
        font-size: 16px;
        font-style: italic;
    }



    .tt-hint
    {
        color: #999;
    }

    .tt-dropdown-menu
    {
        width: 422px;
        margin-top: 12px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .tt-suggestion
    {
        padding: 3px 20px;
        font-size: 14px;
        line-height: 14px;
    }

        .tt-suggestion a
        {
            color: #000000;
            font-size: 12px !important;
            height: 14px !important;
            line-height: 12px;
            text-decoration: none;
        }

            .tt-suggestion a:hover
            {
                color: #fff5ee!important;
                font-size: 16px !important;
                height: 16px !important;
                line-height: 16px !important;
                text-decoration: none !important;
            }
}
/************************************************************************************************************************************************/
.menucollapse
{
    border: 10px #0081c2;
    padding-left: 100px;
}

#bodycontent
{
    border-left: 10px #0081c2 !important;
    padding-left: 1px;
}

.displayDiv
{
    height: auto;
    max-height: 100px;
    padding-left: 20px;
    border: 10px #446e9b;
    border-left: 10px #446e9b;
    overflow-x: hidden;
    overflow-y: auto;
}

.selectDiv
{
    align-content: center;
    height: 120px;
    max-height: 100px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 4px;
        margin-bottom: 05px;
    margin-right: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;*/
        border-bottom: 1px solid #e5e5e5;
    overflow-x: hidden;
    overflow-y: auto;
}
.report-selectDiv-sm
{
    align-content: center;
    height: 120px;
    max-height: 120px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 4px;
        margin-bottom: 05px;
    margin-right: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border-bottom: 1px solid #e5e5e5;*/
    overflow-x: hidden;
    overflow-y: auto;
}
.show_full_page {
    width: 95% !important;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}

.report-selectDiv-med
{
    align-content: center;
    height: 150px;
    max-height: 150px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 4px;
        margin-bottom: 00px;
    margin-right: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border-bottom: 1px solid #e5e5e5;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.report-selectDiv
{
    align-content: center;
    height: 200px;
    max-height: 200px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 4px;
        margin-bottom: 05px;
    margin-right: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;*/
        border-bottom: 1px solid #e5e5e5;
    overflow-x: hidden;
    overflow-y: auto;
}


    .displayDiv .col-md-2
    {
        padding: 2px 1px 2px 1px !important;
    }

    .displayDiv .col-md-3
    {
        padding: 2px 1px 2px 1px !important;
    }

    .displayDiv .bordered {
        z-index: 5000;
         border-radius: 4px;
        margin-bottom: 10px;
        color: #dddddd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
        background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
        background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
        background-repeat: no-repeat;
        border: 1px solid #345578;
        

    }

/* Campaign Logo */
.campaignlogo img
{
    max-width: 100%;
    height: auto;
    width: auto; /* ie8 */
}



.required label:after
{
    content: "*";
    display: block;
    position: absolute;
    right: -.6em;
    top: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: Arial, AvenirMedium !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/*.panel
{
    margin-bottom: 20px;
    padding-right: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}*/

.col-lg-body
{
    text-align: left;
    margin: 0 0px 0 6px;
    align-content: center;
}

.col-lg-body > .row {
    padding: 0px 0px 0px 0px;
}

.tabs-left > .nav-tabs
{
    border-bottom: 0;
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}


    .tabs-left > .nav-tabs > li,
    .tabs-right > .nav-tabs > li
    {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a,
        .tabs-right > .nav-tabs > li > a
        {
            min-width: 74px;
            margin-right: 0;
            margin-bottom: 3px;
        }



        .tabs-left > .nav-tabs > li > a
        {
            margin-right: -1px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

            .tabs-left > .nav-tabs > li > a:hover,
            .tabs-left > .nav-tabs > li > a:focus
            {
                border-color: #eeeeee #dddddd #eeeeee #eeeeee;
            }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus
    {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.pagination ul
{
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    position: relative;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px;
}

.form-control
{
    display: block;
    width: 100%;
    height: 25px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.mini-form-control
{
    display: block;
    width: 100%;
    height: 20px;
    padding: 2px 6px 2px 6px;
    font-size: 10px;
    line-height: 1;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .mini-form-control:focus
    {
        border-color: rgb(102, 175, 233);
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }
/* Dropdown menu with nested elements*/

.dropup, .dropdown
{
    position: relative;
}

.dropdown-toggle
{
    *margin-bottom: -3px;
    background-color: transparent;
}

    .dropdown-toggle:active, .open .dropdown-toggle
    {
        outline: 0;
    }

.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret
{
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right
    {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider
    {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .dropdown-menu > li > a
    {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 14px;
        color: #333333;
        white-space: nowrap;
        font-size: 11px;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a
        {
            text-decoration: none;
            color: #ffffff;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
            background-image: -o-linear-gradient(top, #0088cc, #0077b3);
            background-image: linear-gradient(to bottom, #0088cc, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
    {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus
    {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus
        {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: default;
        }

.open
{
    *z-index: 1000;
}

    .open > .dropdown-menu
    {
        display: block;
    }

.dropdown-backdrop
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu
{
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret
{
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu
{
    position: relative;
}

    .dropdown-submenu > .dropdown-menu
    {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu
    {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu
{
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after
{
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left
{
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu
    {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown .dropdown-menu .nav-header
{
    padding-left: 20px;
    padding-right: 20px;
}
/* End Dropdown menu with nested elements*/


/* Sidebar Menu*/

#toggle
{
    display: block;
    padding: 1px;
    margin: 10px auto;
    text-align: center;
    /*width:30ex;*/
}



#fullsidebar
{
    width: 25%;
    overflow: hidden;
    /*  margin:10px;
    border:1px solid #666;
    background:#efefef;
    opacity:1;*/
}

    #fullsidebar .col-md-3
    {
        padding-left: 19px;
        padding-right: 1px;
        margin-left: 100px;
    }

    #fullsidebar .inner
    {
        padding: 1px;
        margin-left: 5px;
        overflow: auto;
    }

    #bodycontent {
        width: 73%;
    }
#bodycontent .col-lg-9
{
    padding-left: 1px;
}

#bodycontent .col-lg-12
{
    /* padding-left: 100px;*/
}

.body-inner
{
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px 50px 50px -10px;
    display: block;
    float: left;
}

.sidebar-toggle
{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #cccccc;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.inner {
    align-items: center;
    
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 10px 50px;
  font-size: 12px;
  line-height: 12px;
  color: #dddddd;
}*/















#modalPath
{
    display: none;
}




.sp-modal-title-row
{
    margin: 1px -15px 5px;
}

.modalContent
{
    padding: 0px 1px 1px 1px;
}




.sidebar-row
{
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.sidebar-center
{
    text-align: center;
}



.nobackdrop
{
    opacity: 0 !important;
}





.autoModal.modal .modal-body
{
    max-height: 900px;
    height: 900px;
    width: 800px;
}

.loginbox
{
    width: 400px;
    left: 50%;
    top: 50%;
    margin: 100px auto;
    color: #fffefe;
}



/* End Sidebar Menu*/

/* Modals*/
.datepicker
{
    z-index: 1151;
}


#loading
{
    display: none;
    position: absolute;
    z-index: 2000;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
   
}

.bottomtabs
{
    padding: 19px 20px 20px;
    margin-top: 150px;
    text-align: right;
    border-top: 1px solid rgb(229, 229, 229);
}

.row
{
    margin-bottom: 5px;
}

#loadingDiv
{
    display: none;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: transparent;
    opacity: .1;
}

button.close
{
    padding: 0px;
    cursor: pointer;
    background: none repeat scroll 0% 0% transparent;
    border: 0px none;
    color: #ffffff;
}
/* End Modals*/

/*Twitter typeahead*/



.tt-suggestion.tt-is-under-cursor
{
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p
{
    margin: 0;
}

.navbar-center-right
{
    float: right;
    text-align: center;
}

/*End Twitter typeahead*/


/* Custom nav bar css*/
.navbar-inverse
{
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
    background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -moz-linear-gradient(top, #6d94bf, #446e9b 50%, #3e648d);
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-repeat: no-repeat;
    border: 1px solid #345578;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
    filter: none;
}

    .navbar-inverse .navbar-nav > li > a
    {
        color: #e5e3e3;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li > a:after, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:before, .navbar-inverse .navbar-nav > li > a:default
        {
            color: rgb(255, 255, 255);
            background-color: transparent !important;
        }

/* End custom navbar css*/

@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 6.10
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button
{
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}

    .fileinput-button input
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle
{
    margin-bottom: 5px;
}

.files .progress
{
    width: 200px;
}

.progress-animated .bar
{
    background: url(../../Content/Images/progressbar.gif) !important;
    filter: none;
}

.fileupload-loading
{
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../../Content/Images/loading.gif) center no-repeat;
    display: none;
}

.fileupload-processing .fileupload-loading
{
    display: block;
}

/* Fix for IE 6: */
* html .fileinput-button
{
    line-height: 24px;
    margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button
{
    padding: 2px 15px;
    margin: 1px 0 0 0;
}

@media (max-width: 767px)
{
    .files .btn span
    {
        display: none;
    }

    .files .preview *
    {
        width: 40px;
    }

    .files .name *
    {
        width: 80px;
        display: inline-block;
        word-wrap: break-word;
    }

    .files .progress
    {
        width: 20px;
    }

    .files .delete
    {
        width: 60px;
    }
}

/*!
 * jQuery UI Progressbar 1.9.1
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar
{
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value
    {
        margin: -1px;
        height: 100%;
    }

.progress .bar
{
    float: left;
    width: 0px;
    height: 100%;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(14, 144, 210);
    background-image: linear-gradient(to bottom, rgb(20, 155, 223), rgb(4, 128, 190));
    background-repeat: repeat-x;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
    -moz-box-sizing: border-box;
    transition: width 0.6s ease 0s;
}

.centered > tbody > tr > td
    {
        line-height: 10px;
        font-size: 10px;
        padding: 2px 2px 2px 2px;
        text-align: center;
    }

    .centered > thead > tr > th
    {
        line-height: 12px;
        font-size: 12px;
        padding: 2px 2px 2px 2px;
        text-align: center !important;
        background-color: #6d94bf;
        color: #e3e3e3;
    }

    .centeredheader
{
    padding: 0px 2px 15px;
    margin-top: 0px;
    text-align: center !important;

    /*border-bottom: 1px solid #e5e5e5;*/
}
    .centeredimage {
        align-content: center !important;
        padding-left: 50%;
    }
    .btn-wide {
        width: 160px;
    }

    .results {
        margin-top: 10px;
    }
/* Search Table*/

/* Sub modal*/

.submodal
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .submodal.fade .submodal-dialog
    {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .submodal.in .submodal-dialog
    {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.submodal-dialog
{
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.submodal-content
{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    width: auto;
    min-width: 400px;
    max-width: 600px;
}


.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #fbf9f9;
}

    .modal-backdrop.fade
    {
        opacity: 0.0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in
    {
        opacity: 0.0;
        filter: alpha(opacity=50);
    }


.submodal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #fbf9f9;
}

    .submodal-backdrop.fade
    {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .submodal-backdrop.in
    {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.submodal-header
{
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .submodal-header .close
    {
        margin-top: -2px;
    }

.submodal-title
{
    margin: 0;
    line-height: 1.428571429;
}

.submodal-body
{
    /*position: relative;
    padding: 20px;*/

     overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 600px;
        height: auto;
        /*max-width: 400px;*/
        width: auto;
        min-width: 400px;
        padding: 0px 25px 15px 25px;
}

.submodal-footer
{
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .submodal-footer:before,
    .submodal-footer:after
    {
        display: table;
        content: " ";
    }

    .submodal-footer:after
    {
        clear: both;
    }

    .submodal-footer:before,
    .submodal-footer:after
    {
        display: table;
        content: " ";
    }

    .submodal-footer:after
    {
        clear: both;
    }

    .submodal-footer .btn + .btn
    {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .submodal-footer .btn-group .btn + .btn
    {
        margin-left: -1px;
    }

    .submodal-footer .btn-block + .btn-block
    {
        margin-left: 0;
    }

@media screen and (min-width: 768px)
{
    .submodal-dialog
    {
        width: 600px;
        margin: 30px auto;
    }

    .submodal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

/*@media screen and (min-width: 992px)
{
    .submodal-dialog
    {
        width: 800px;
        margin: 30px 250px;
    }

    .submodal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .submodal-body

{
    /*position: relative;
    padding: 20px;*/

     /*overflow-y: no-display;
        margin-top: 40px;
        margin-bottom: 40px;
        max-height: 600px;
        height: auto;
        max-width: 500px;
        width: auto;
        min-width: 500px;
        padding: 0px 25px 15px 25px;
}

    .submodal-content
{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    width: auto;
    min-width: 510px;
    max-width: 510px;
}


}*/

@media (min-width: 992px) 
    {
    .navspacer-left-300
{
    padding-left: 40px;
}

     #fullsidebar
{
      
    overflow: hidden;
    /*  margin:10px;
    border:1px solid #666;
    background:#efefef;
    opacity:1;*/
}

    #fullsidebar .col-md-3
    {
        padding-left: 10px;
        padding-right: 1px;
        margin-left: 10px;
    }

    #fullsidebar .inner
    {
        padding: 0px;
        margin-left: 0px;
        overflow: hidden;
    }

    #bodycontent {
        width: 73%;
    }

}

@media (min-width: 1200px) 
    {
    .navspacer-left-300
{
    padding-left: 100px;
}

}

@media (min-width: 1300px) 
    {
    .navspacer-left-300
{
    padding-left: 150px;
}

}

@media (min-width: 1800px) 
    {
    .navspacer-left-300
{
    padding-left: 255px;
}

}

.modal-button {
    height: 14px;
    width: 14px;
}

.modal-icon {
    height: 12px;
    width: 12px;
}

.light {
    color: #cccccc;
}

.navbar {
    margin-bottom: 02px;
}

@media (min-width: 1800px)
{
    .modal-dialog
    {
        left: 25% !important;
        margin: 30px !important;
    }

    .modal-dialog-report {
    left: 15% !important;
    margin: 30px;
    position: relative;
    z-index: 1050;



}
     /*#reportTable {
        max-width: 1300px !important;
    }*/
     .submodal-dialog
    {
         left: 20%;
        width: 800px;
        margin: 70px 250px;
    }


}

@media (min-width: 922px)
{
    .modal-dialog-report
    {
        left: 0% !important;
        margin: 30px;
        position: relative;
        z-index: 1050;
    }

    #reportTable {
        max-width: 100% !important;
    }
}

.modal-footer {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}

.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

.well-custom {
min-height: 20px;
padding: 2px;
    margin: 2px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well-custom .centeredheader {
padding: 0px 2px 35px;
margin-top: 0px;
text-align: center;
border-bottom: 1px solid #e5e5e5;
}

.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
color: inherit;
}

h4, .h4 {
font-size: 14px;
}

.report {
    width: 100% !important;
}
.nav-tabs-custom {
    border-bottom: 1px solid #ddd;
    
}
.nav-tabs-custom > li{ position: relative;
    float: left;
    margin-bottom: -2px;
    display: block;
   
}
.nav-tabs-custom > li.active,
.nav-tabs-custom > li.active > a,
        .nav-tabs-custom > li.active > a:hover,
        .nav-tabs-custom > li.active > a:focus {
          color: #555555;
          cursor: default;
          /*background-color: #d1cfcf;*/
          border: 1px solid #dddddd;
        
    border-bottom: 0px;
          border-bottom-color: #ccc;
          } 

.loader {
    
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../Content/Images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}