@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=fallback');


body {
    margin: 0;
    width: 100%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px; /*was 14px*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    /*height: 100%; footer issues*/
    color: #353535;
    height:auto;
}

* :not([type=checkbox]) {
    outline: 0 !important;
}
@charset "UTF-8";

/*-----------------------------------------------------------------*/
/*------------------------RESET------------------------------------*/
/*-----------------------------------------------------------------*/
input[type="image"] {
    padding: 0;
    border: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
    -webkit-appearance: none;
}

    input[type=submit]:hover,
    input[type=button]:hover,
    button:hover, 
    input[type="file"]::file-selector-button:hover,
    select:hover {
        cursor: pointer;
    }

img {
    border-style: none;
    /*vertical-align: top;*/
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

input,
textarea,
select {
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #333333;
    font-size: 16px;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header,
footer,
article,
section,
nav,
figure,
aside {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

input[type=text], input[type=password], input[type=email], input[type=file], input[type=submit], textarea {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    white-space: normal;
   
}

/*-----------------------------------------------------------------*/
/*__________________________GENERAL CSS ELEMENTS__________________________________________________________*/
/* We need a full height on the html and body tags so it gets pulled into the child divs*/
/* This is to make sure that any images that have a link on them don't have that very ugly border*/
a img {
    border: none;
}
A:link, A:visited
{
   /* text-decoration: none;
    color: #4c79d2;*/
}
A:active, A:hover
{
   /* text-decoration: none;
    color: #000000;*/
}
a.project_link
{
   text-decoration:underline;
       background-color: #fef0d6;
	color:#585867;
	padding:.1em;
	border:solid 1px #fce3b6;
       
}
/*__________________________MAIN PAGE LAYOUT ELEMENTS__________________________________________________________*/
/* This section of the css contains the main page layout divs which are 
1)content layout which is the whole white container and has 3 sub divs 
	1) masthead -this is the header section - this is in the topbar.ascx file
	2) menu - this is the menu bar and the page title- this is in the topbar.ascx file
	3) main -this is the main page content - this is in the regular pages since it's the content of the page*/

/* This is the main white box container that holds the content layout - if you adjust the width here you need to adjust the width of the child divs so that it adds up to 70em - the auto margin and text align centers the white box and the height ensures the layout if the page content is too small*/
html {
    /*height:100%; */
    position: relative;
    min-height: 100%;
}
body 
{
  
}
#page_layout {
  	
}

#content_layout {
    display:flex;
    flex-direction:column;
   /* top: 0px;
    left: 0px;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 40px;*/
}

/* =login
--------------------------------------------------------------------------
*/
/*login page styles*/
#login_content
{
	float:left;
	padding:0em;
	text-align: left;
	background-color: #ffffff;
	width: 30em;
	height:25em;

}
body.login {
    top: 0px;
    left: 0px;
    max-width: 1280px;
    height: 800px;
    margin: auto;
    /* UI Properties */
    background: transparent url('graphics/backgrounds-for-CATTS-login.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
    opacity: 1;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

#login_logo {
    margin: auto;
    max-width: 185px;
    margin-top: 66px;
    text-align: center;
}

#login {
    float: left;
    width: 420px;
    padding: 1em 0em 0em 0em;
    color: #6699cc;
    font-size: 1em;
    list-style-type: none;
}

.formw {
    display: flex;
    text-align: center;
    width: 425px;
    /*border: solid 1px red;*/
    padding: 8px 0px 8px 0px;
}

    .formw:first-child {
        padding: 26px 0px 8px 0px;
    }
 
.login_button {
    width: 410px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 4px;
    color: #FFFFFF;
    height: 50px;
    border-radius: 4px;
    border: none;
    font-size: 27px;
    background-color: #d09b2c;
}
    .login_button:hover {
        background-color: #ac8122;
    }

.login_textbox {
    width: 250px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 0px 0px 0px 16px;
    color: #A1A1A1;
    height: 40px;
    border-radius: 4px;
    border: none;
    font-size: 20px;
}
.login_label {
    color: white;
    font-size: 20px;
    width: 130px;
    padding-top: 6px;
    padding-right: 12px;
    text-align: right;
}
.login_content {
    margin: auto;
    max-width: 425px;
    
}

.login_heading {
    /* Layout Properties */
    /* UI Properties */
    text-align: center;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 40px;
}

/*_____________________HEADER CONTENT ELEMENTS__________________________________________________________________*/
/* This is the TOPBAR header section and all the elements in it*/

.topbar {
    /*  top:0;
    width:100%;
    min-width:800px;
    z-index:1;
    background-color:#ffffff;*/
    /*this makes the topbar fixed position*/
    position: fixed;
    height:254px;
    width: 100%;
    background-color: white;
    z-index: 99;
    
}
#masthead {
    background-color: #005484;
   /* margin: auto;
    border-top: solid 1px #005484;
    max-width: 1920px;*/
}
/* This is the logo div for placement */
.left_ui {
    float: left;
    margin-top: 30px;
    margin-left: 48px;
    
}
.right_ui {
    float: right;
    width: 431px;
    margin-top: 16px;
    margin-right: 48px;
    background-color: #005484;
    margin-bottom: 14px;
   
}
/* This is the logo - changing the width will resize it if you want*/
#logo
{
	border: none;
	width: 8em;
}

/* This is the div for the logged in user - i don't know if we are putting this in or not - it's float right so it should be right aligned*/
#logon {
    float: left;
    font-size: 18px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    width: 431px;
    height: 32px;
}
/*this is the div for the welcome user text*/
#username{
display:inline-block;
margin-top:4px;
}
/* This is the div for the log off link - i don't know if we are putting this in or not  */
#logoff {
    margin-left: 18px;
    float: right;
    display: inline-block;
    width: 96px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #FFFFFF;
    height: 32px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    background-color: #d09b2c;
}
    #logoff:hover {
        background-color: #ac8122;
    }
.logoff_text {
    display: block;
    margin: 5px 0px 5px 0px;
     color: #ffffff;
}

/* This is the div for the search box it needs to clear so it will be on the next line */
.search_bar {
    float: right;
    clear: both;
    width: 431px;
    padding-top: 15px;
    margin-left: 48px;
}
#search {
   
    float: left;
    clear: both;
    width:399px;
}
/* This is the div for the go search button  */
#go_button {
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 0px 6px 6px 0px;
    background-color: #d09b2c;
    
}
    #go_button:hover {
        background-color: #ac8122;
    }
.search_icon {
  
   padding:5px;
    
}
.search_title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.searchbarbutton {
    color: #80AAC3;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px 0px 0px 0px;
    border: none;
    background-color: #005484;
    height: 27px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

    .searchbarbutton:hover {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        border-radius: 6px 6px 0px 0px;
        border: none;
        background-color: #d09b2c;
        font-family: 'Source Sans Pro', sans-serif;
    }
.search_clicked {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 6px 6px 0px 0px;
    border: none;
    background-color: #ac8122;
    font-family: 'Source Sans Pro', sans-serif;
}
   .search_clicked:hover {
        background-color: #ac8122;
    }

.search_box {
    width: 399px;
    border-radius: 6px;
    background-color: #ffffff;
    border: none;
    padding: 0px 0px 0px 10px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    height:32px;
    color:#A1A1A1;
}

/*____________________________MENU ELEMENTS___________________________________________________________*/
/* This is the div for the topbar menu section and all the elements in it */

#menu {
   /* margin-top: 140px;*/
    padding-left: 48px;
  /*  height: 35px;*/
  display:block;
  clear:both;
     background-color: #003663;
}

#nav
{
   /* line-height:35px;*/

}
ul#nav_bar {
 
}

    ul#nav_bar li {
        display: inline-block;
        font-size: 18px;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        padding: 0px;
        margin-right: 32px;
        color: #FFFFFF;
        line-height: 35px;
        
    }
       
      ul#nav_bar li a {
            color: #FFFFFF;
            opacity: 0.7;
        }
        ul#nav_bar li a:hover {
                padding-bottom: 2px;
                border-bottom: solid 5px #D09B2C;
                color: #FFFFFF;
                opacity: 1;
            }

        ul#nav_bar li a.selected {
                padding-bottom: 2px;
                border-bottom: solid 5px #D09B2C;
                opacity: 1;
            }
            
/* this is the company client prospect tabs used on the clients.aspx page */
#client_button_bar
{
   /* float:left;*/
   }
ul#button_bar{   
    width:470px;
   list-style: none;   
   
}

    ul#button_bar li  {
        display: inline-block;
       
        border-radius: 6px 6px 0px 0px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
        
        line-height: 32px;
        text-align:center;
        color: #AAAAAA;
        background: transparent linear-gradient(180deg, #F3F3F3 0%, #D0D0D0 100%) 0% 0% no-repeat padding-box;
    }

#button_bar li a {
    display: inline-block;
    color: #AAAAAA;
    border-radius: 6px 6px 0px 0px;
    line-height: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

#button_bar a:hover {
    background-color: #005486;
    color:#ffffff;
}
#btn_clients a.selected {
    background-color: #005486;
    color: #FFFFFF;
}
#btn_prospects a.selected {
    background-color: #005486;
    color: #FFFFFF;
}
#btn_companies a.selected {
    background-color: #005486;
    color: #FFFFFF;
}
/*this is the page header section where we list the title of the page */
#page_header {
    /*margin-right: 48px;*/
    /*margin-top:22px;*/
   /* display:flex;
    flex-direction:column;*/
    /*width:100%;*/
   /* margin-right:48px;*/
    /*min-width: 700px;*/ /*these min and max are 700 and 1440 minus a 48px margin left*/
    /*max-width: 1440px;*/
    /* margin-bottom:17px;*/
    /*overflow:hidden;*/
}
    #page_header h1 {
        margin-left: 48px;
        font-size: 26px;
        color: #005486;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0px;
        
    }
/*topbar quicklinks - these don't appear on every page*/
.quicklinks_group {
    /* padding: 0px 0px 0px 0px;*/
    display: flex;
    flex-direction:row;
    /*border:1px solid red;*/
    width:100%;
    min-width:700px;
    max-width:1440px;
    
}
.quicklinks_sidebar {
    display: flex;
    flex-direction: row;
}
.quicklinks_sidebar_content {
    width: 225px;
    height: auto;
    margin-left: 48px;
    margin-right: 48px;
    /*border: 1px solid green;*/
}
.quicklinks_bar {
    display: block;
    float: left;
    /*border: 1px solid purple;*/
    width:100%;
    width: calc(100% - 321px);
    line-height: 32px;
    background-color: #F3F3F3;
    border-radius: 6px 6px 0px 0px;
    margin-right: 48px;
}
.quicklinks {
    /* padding: 0px 0px 0px 0px;*/
    display:block;
    float:left;
   
    
    text-align: left;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    color: #d0d0d0;
    padding-left: 16px;
}

    .quicklinks a:link {
        color: #005486;
    }

    .quicklinks a:hover {
        color: #003663;
    }

    .quicklinks a:visited {
        color: #005486;
    }

.anchor a {
  position: absolute;
  left: 0px;
  top: -250px; /*play with this number to change where this jumps to on the page - it should be a little more than the margin-top item on main class*/
}

.anchor {
  position: relative;
  float:left;
  clear:both;

}


.anchor .target-label {
  position: absolute;
  left: 0px;
  /* anchor offset + header height + header padding + header margins */
  top: 0px;
  margin: 0;
}
/*this is the arrow > that we use in different directions*/
.arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom:1px;
}

.heading_2 a:link{
    color:#d09b2c;
}
/*.heading_1 a:link {
    color:#d09b2c;
}*/
.heading_1_company a:link {
    color:#d09b2c;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom:4px;
    
}

/*_____________________________PAGE LAYOUT ELEMENTS__________________________________________________________*/
/* This is the div for the main body section and all the elements in it. In the main section there are 4 divs
Main
	1)content_left - this holds the sidebar - this is in the sidebar.ascx file
	3)content_right - this is the main cointent of the pages
	4)footer -  - this is in the bottombar.ascx file
*/
/*this is the main body section - see above for a long explanation*/


#main {
    display: flex;
   flex-direction:row;

    /*float: left;*/
   /* clear: both;
   
    height: auto;*/
    min-width:700px;
    max-width:1440px;
   /*position:absolute;*/
   /*top:260px;*/
  /*  margin-right:48px;*/
    background-color: #ffffff;
    margin-top:254px;
  /*  margin: auto;*/
   /*width:100%; 
    max-width: 1920px; */
   margin-bottom:80px;
}


/*this is the content left section */
/*.spacer {
    float:left;
    width:48px;
    display:block;
    height:100%; 
}*/
#content_left {
    order:1;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    transition: 0.5s;
    transition-timing-function: ease;
    width: 0px;
    height: 0px;
   
}

/*this is the content right section */
#content_right {
   /* float: left;
    display: block;*/
    background-color: #ffffff;
    width:100%;
    order:2;
    width: calc(100% - 321px);
    min-height: 300px;
  
    /*padding: 0px 48px 48px 0px;*/
    margin-top: 0px;
    margin-right:48px;
    display:flex;
    flex-direction:column;
}
/*.container {
    display:flex;
    flex-direction:column;
  
}*/

/*_______________________________SIDEBAR CONTENT ELEMENTS________________________________________________________*/
.sidebar_container {
    display:flex;
    flex-direction:column;
}
#sidebar_box {
    order:1;
    background-color: #F3F3F3;
    text-align: left;
     float: left;
    clear: both;
    display: block;
    width: 225px;
    min-height:272px;
    margin-bottom:36px;
    
   
}

.closebtn {
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    font-size: 25px;
    float: right;
    clear: both;
    color: #003663;
    display: block;
    transition: 0.5s;
    transition-timing-function: ease;
}

    .closebtn:hover {
        color: #005484;
    }


/*this is the bullet text in the sidebar box- see above*/
#sidebar_box li {
    margin-left: 30px;
   
    font-size: 14px;
    color: #333333;
}

#sidebar_box a:link {
    color: #333333;
}
#sidebar_box a:hover {
    color: #005484;
}

#sidebar_box a:visited {
    color: #333333;
}
/*this is the heading text in the sidebar box- see above*/
p.sidebar_heading {
    padding: 8px 8px 0px 16px;
    text-transform:uppercase;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 600;
    color: #005486;
}
/*this is the div for the create drop down - i don't know if we will need this but it has it's own div in case it's different*/
.create_box {
    width: 209px;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    margin: 8px;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position:right 8px center;
    background-repeat:no-repeat;
    background-color: #FFFFFF;
    padding: 4px 9px 4px 9px;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 600;
    color: #005486;
}


/*____________________________MAIN BODY CONTENT ELEMENTS___________________________________________________________*/
/*the next styles are for the main content on the right - the boxes, the styles in tables, in between the boxes, buttons etc.*/
/*this is the div for the space in between tables in case we want something nice and uniform*/

.box_spacer
{
	height:32px;
    display:block;
    float:left;
    width:100%;
}
/*-----------HOME.aspx PAGE ELEMENTS - this page is different from the others-------------------*/
.content_box_home
{
    float:left;
    width:100%;
	 background-color: #ffffff;
	 text-align: left;
	padding:0px 0px 36px 0px;
	
}
.content_box_heading_home {
    float: left;
    display: block;
    width: 100%;
    background-color: #005486;
    color: #FFFFFF;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 32px;
}

.box_type_home {
    display: inline-block;
    background-color: #003663;
    float: left;
    padding: 0px 8px 0px 16px;
}
.box_username_home {
    display: inline-block;
    float: left;
    padding: 0px 8px 0px 8px;
}
.box_view_home {
    display: inline-block;
    float: right;
    padding: 0px 0px 0px 8px;
    text-transform:uppercase;
}
/*----------------HOME PAGE TABLES-----------------*/
table.content_table_home {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
   /* border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;*/
    background-color: #FFFFFF;
    clear: both;
}

.content_table_home {
    border: none;
}
    /* override for home page - the home page has a different style a bit for the tableheader only*/
    .content_table_home th {
        background-color: #f3f3f3;
        color: #005486;
        border-bottom: none;
        padding: 6px 8px 6px 8px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        border-right: 2px solid #FFFFFF;
    }

    /*home page only different alternate background color on each row*/

    .content_table_home tr:nth-child(even) {
        background: #ffffff;
    }

    .content_table_home tr:nth-child(odd) {
        background: #F3F3F3;
    }
    .content_table_home td {
        padding: 6px 8px 6px 8px;
        font-size: 16px;
        border-right: 2px solid #FFFFFF;
    }
    .content_table_home tr td:last-child {
        width: 210px;
        color: #D0D0D0;
    }
    .content_table_home .date_header {
        color: #005486;
        font-weight:600;
    }
    /*this is the navy box header for almost every page on the site*/
    .content_box_data {
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* FireFox requires the -moz- prefix */
        float: left;
        display: block;
        width: 100%;
        background-color: #005486;
        color: #FFFFFF;
        font-weight: 600;
        font-family: 'Source Sans Pro';
        font-size: 18px;
        line-height: 52px;
        border: 1px solid #005486;
        border-radius: 6px 6px 0px 0px;
        /* margin-top:32px;*/
    }
    /*this is the override for when there are quicklinks above the navy box in which case the top corners should be square*/
.content_box_data.top_square {
    border-radius:0px;
}
/*.box_type, .content_box_heading {
    display: inline-block;
    background-color: #003663;
    float: left;
    padding: 0px 8px 0px 16px;
}

.box_username {
    display: inline-block;
    float: left;
    padding: 0px 8px 0px 8px;
}

.box_view {
    display: inline-block;
    float: right;
    padding: 0px 0px 0px 8px;
    text-transform: uppercase;
}
*/
 /*special style for the box only on the clients page where the top left of the box should not be rounded*/
    .content_box_data.clients {
        border-radius: 0px 6px 0px 0px;
    }
   
    .data_box_type {
    display: inline-block;
    background-color: #005486;
    float: left;
    padding: 0px 8px 0px 0px;
    text-transform:uppercase;
    margin-left:16px;
}
/*this is the search bar inside the navy box header*/
.data_search_box {
    display: inline-block;
    float: left;
    padding: 0px 0px 0px 16px;
    width: 331px;
    border-radius: 6px;
    background-color: #ffffff;
    border: none;
    margin:10px 0px 10px 64px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    height: 32px;
    color: #A1A1A1;
}
/*override for a smaller search box (note panels etc)*/
.data_search_box.small {
    width:250px;
}
    /*These styles are used for lining up items in the content_table box (for example in reports home page)*/
    .heading_1 {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        color: #005486;
        font-weight: 600;
        font-size: 18px;
        margin: 26px 16px 16px 16px;
        font-family: 'Source Sans Pro', Arial, sans-serif;
    }

.tasks_top_row {
  
    text-align: left;
    text-transform: uppercase;
    color: #005486;
    font-weight:600;
    font-size: 18px;
    
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.heading_2 {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    color: #005486;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 16px 16px 48px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.report_fields .heading_2 {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    color: #005486;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 16px 16px 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.body_text {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    /*color: #005486;*/
    font-weight: 400;
    font-size: 18px;
    margin: 0px 16px 16px 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.content_table ul.list_1 {
    list-style-type: none;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 0px 16px 16px 48px;
}
    .content_table ul.list_1 li {
        margin-bottom: 16px;
    }
.content_table ul.list_1_bullet {
   
    
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 0px 16px 16px 48px;
}

    .content_table ul.list_1_bullet li {
        margin-bottom: 16px;
        list-style-type: square;
    }
.content_table_fields ul.list_1 {
    list-style-type: none;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 0px 16px 16px 0px;
}

.content_table_fields ul.list_1 li {
        margin-bottom: 16px;
    }
.content_table_fields ul.list_2 {
    list-style-type: none;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 16px 16px 16px 32px;
}

   /* .content_table_fields ul.list_2 li {
        margin-bottom: 16px;
    }*/
.checkbox_1 {
    list-style-type: none;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 0px 16px 16px 16px;
}
.checkbox_2 {
    list-style-type: none;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 0px 16px 16px 32px;
}


/* this is for the add_client etc buttons that are in the blue background next to the heading used in the main pages*/
.content_box_img
{
  	float:right;
  	width:10em;
  	margin:0;
  	display:inline;
  	padding-top:1em;
  	  	
}
/*this is the general style for the right side data container boxes */
table.content_table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
    /*border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;*/
    background-color: #FFFFFF;
    clear: both;
        
}
.content_table td {
    padding: 5px 8px 3px 0px;
    font-size: 16px;
}

.content_table tr th:first-child, .content_table tr td:first-child {
    padding: 5px 0px 3px 16px;
}

a.sortcol:link {
    /*color:#c8c8d0;
font-weight:bold;*/
}

.sortcol > img {
    
    margin-left: 4px;
    width: 12px;
    margin-bottom: 1px;
}

.content_table td {
    padding-top: 8px;
    padding-bottom: 8px;
}

    .content_table td.label_col {
        /*width:16em;*/
        width: 175px;
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
        /*   padding: 8px 0px 8px 8px;*/
        /* border-bottom: 1px solid #f1f1f3;*/
        /* color:#dfdfe3;*/
        color: #333333;
        vertical-align: top;
    }



/*NEW/EDIT TASK and NEW/EDIT EVENT pages*/
.content_table_tasks {
    width: 100%;
    border-spacing: 0px;
    border: 0px;
    /*border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;*/
    background-color: #ffffff;
    clear: both;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 32px;
}
    /*table fields for tasks and events new/edit pages*/
   

    .content_table_tasks td.label_col {
        /*width:16em;*/ 
        width: 175px;
        text-align: left;
        padding-right: 16px;
        /*   padding: 8px 0px 8px 8px;*/
        /* border-bottom: 1px solid #f1f1f3;*/
        /* color:#dfdfe3;*/
        color: #333333;
        vertical-align: top;
    }
    .content_table_tasks td.label_col_left, .content_table_fields td.label_col_left {
        width: 150px;
        text-align: left;
        padding-right: 16px;
        color: #333333;
        vertical-align: top;
    }
        .content_table_tasks td {
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 16px;
    }

    .content_table_tasks ul.list_1 {
        list-style-type: none;
        margin: 0px 0px 0px 0px;
    }

        .content_table_tasks ul.list_1 li {
            margin-bottom: 16px;
        }

    .content_table_tasks ul.list_2 {
        list-style-type: none;
        margin: 16px 0px 0px 20px;
    }

        .content_table_tasks ul.list_2 li {
            margin-bottom: 16px;
        }

    .content_table_tasks ul.list_3 {
        list-style-type: none;
        margin: 16px 0px 0px 40px;
    }

        .content_table_tasks ul.list_3 li {
            margin-bottom: 16px;
        }
    .content_table_tasks ul.list_4 {
        list-style-type: none;
        margin: 16px 0px 0px 60px;
    }

        .content_table_tasks ul.list_4 li {
            margin-bottom: 16px;
        }
/*COMPANY/CASE/CONTACT NEW/EDIT/VIEW pages this border box goes around the table data*/
.border_box {
   /* display: block;
    float: left;*/
   display:flex;
   flex-direction:column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-top: none;
    /*width: 100%;*/
    margin-bottom: 32px;
    border-radius: 0px 0px 6px 6px;
   
}
/*override for when the border_box ends in a square on the bottom - this  is for when there is  a greay button bar right after it*/
.border_box.square {
    border-radius:0px;
    margin-bottom:0px;
}
/*Right side container for the clients/contacts/cases page listing all the clients/contacts/cases/prospects/other*/
table.content_table_data_list {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    border: 2px solid #FFFFFF;
    border-collapse: collapse;
    background-color: #ffffff;
    clear: both;
    /*this margin is in case the table has no data*/
    margin-bottom:32px;
    
}
/*alternate shading on data rows for odd/even rows*/
.content_table_data_list tr:nth-child(even) {
    background: #ffffff;
}

.content_table_data_list tr:nth-child(odd) {
    background: #F3F3F3;
}
/*this is the style for the  HEADER rows - */
.content_table_data_list th {
    text-align: left;
    padding: 6px 8px 6px 8px;
    margin: 0px;
    background-color: #D0D0D0;
    color: #005486;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    /*border-right: 2px solid #FFFFFF;*/
    border: 2px solid #FFFFFF;
    vertical-align:top;
}
.content_table_data_list td {
    padding: 6px 8px 6px 8px;
    font-size: 16px;
    /*border-right: 2px solid #FFFFFF;*/
    border: 2px solid #FFFFFF;
    vertical-align:top;
}
/*override for followup table needs smaller font to fit*/
.content_table_data_list.followup_page td {
    font-size:16px;
}
    /*customize/override the width of the last row per page - the default is 210px*/
    .content_table_data_list tr td:last-child {
    width: 210px;
    color: #D0D0D0;
}
.content_table_data_list.clients_page tr td:last-child {
    width: 120px;
    color: #D0D0D0;
}
.content_table_data_list.followup_page tr td:last-child {
    width: 70px;
    color: #D0D0D0;
    font-size:16px;
    
}
.content_table_data_list.followup_page tr td:first-child {
  word-wrap:break-word;
    font-size: 16px;
}
.content_table_data_list.contacts_page tr td:last-child {
    width: 210px;
    color: #D0D0D0;
}

/*don't change the color and width if the last column is a regular data column (only do this for action columns)*/
.content_table_data_list tr td.not-action-column:last-child {
    color: inherit;
    width: auto;
}  

/*table fields for companies/cases/contacts new/edit/view pages*/
    .content_table_fields {
   
    table-layout: fixed;
    width: 100%; /*i commented this out bec of tables going over margins - check all pages*/
    border-spacing: 0px;
    border: 0px;
    background-color: #ffffff;
    clear: both;
    /*padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;*/
    color: #333333;
    font-size: 16px;
    margin-bottom: 32px;
    border-collapse: collapse;
}

/*table fields for companies/cases/contacts new/edit pages*/

    .content_table_fields td.label_col {
        /*width:16em;*/
        width: 156px;
        /*text-align: right; Scharone thinks it looks funny aligned right*/
        text-align: left;
        color: #333333;
        vertical-align: top;
        padding-left: 16px;
    }
    .content_table_fields td.label_col_wide {
        /*width:16em;*/
        width: 200px;
        /*text-align: right; Scharone thinks it looks funny aligned right*/
        text-align: left;
        color: #333333;
        vertical-align: top;
        padding-left: 16px;
    }
    .content_table_fields td {
        vertical-align: top;
        
        padding-bottom: 8px;
        padding-top: 8px;
        padding-left: 0px;
        padding-right: 8px;
        /*border: 1px solid blue;*/
    }
    .content_table_fields td.wide {
     
        padding-top: 0px;
     
        /*    border: 1px solid red;*/
    }
.content_table_fields tr{

/*border-bottom: 1px solid #f3f3f3;*/
}
    .content_table_fields tr:hover {
     /*   background-color: #f3f3f3;*/
    }
    .content_table_fields tr:last-child {
        border-bottom: none;
    }
    .content_table_fields tr:first-child {
        border-bottom: none;
    }
    .content_table_fields td:first-child {
        padding-left:16px;
    } 

    /*for report criteria first empty column*/
    .content_table_fields td.label_col_first {
        /*width:16em;*/
        width: 6px;
        /*text-align: right; Scharone thinks it looks funny aligned right*/
        text-align: left;
        color: #333333;
        vertical-align: top;
        padding-left: 16px;
        /*background-color:pink;*/
    }
/*for report criteria headings without space above*/
    .criteria .heading_1{
        
        margin-top:0px;
    }
/*for first report criteria headings without space above*/
.criteria .heading_1:first-of-type {
    margin-top: 24px;
}
/*for the layout of the dynamic custom fields table - this is all coming from db so needs extra styling*/
.content_table_fields.custom {
    table-layout:auto;
}
    .content_table_fields.custom td:nth-child(1) { 

        width: 156px;
        text-align: right;
        padding-right: 14px;
        color: #333333;
        vertical-align: middle;
    }
    .content_table_fields.custom td:nth-child(3) { 
        width: 156px;
        text-align: right;
        padding-right: 14px;
        color: #333333;
        vertical-align: middle;
    }
.heading_1_company {
    display:block;
    float:left;
    clear:both;
    width:100%;
    text-transform: uppercase;
    color: #005486;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 16px 16px 16px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
/*so far only used in ReportManage.aspx and MailMergeNavigate.aspx*/
div.content_table {
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* FireFox requires the -moz- prefix */
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
    /*border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;*/
    background-color: #ffffff;
    margin-bottom: 16px;
}
/*WEB PORTAL STYLES*/
#content_webportal {
    background-color: #ffffff;
    width: 100%;
    order: 2;
   
    min-height: 300px;
    min-width: 500px;
    padding: 0px 48px 48px 0px;
    margin-top: 0px;
   max-width:1440px;
    display: flex;
    flex-direction: column;
    margin-left: 48px;
    
}
/*special style for the box only on the webportal page where all the corners should be rounded*/
.content_box_data_webportal {
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* FireFox requires the -moz- prefix */
    float: left;
    display: block;
    width: 35%; /*on huge screens these bars are too long*/
    background-color: #f3f3f3;
    color: #003663;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 52px;
    border: 1px solid #d0d0d0;
}
    .content_box_data_webportal a {
        color: #003663;
    }
    .content_box_data_webportal .data_box_type {
        background-color: #f3f3f3;
    }
    /*these styles are for the questionnaire building page*/
.border_box_questionnaire {
    /* display: block;
    float: left;*/
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-top: none;
    /*width: 100%;*/
      margin-bottom: 32px;
    border-radius: 0px 0px 6px 6px;
}
    .content_box_data_webportal .data_box_type {
        background-color: #f3f3f3;
    }
.sidebar_left {
    background-color: #f3f3f3;
  /*  width: 350px;*/
    display: block;
    float: left;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 6px;
    color: #005486;
    font-weight: 600;
    min-width:320px;
    font-size: 18px;
  
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

ul.sidebar_items {
    margin-top: 0px;
    padding-left: 0px;
}

.sidebar_items li {
    margin-top: 0px;
    padding-left: 0px;
    padding: 8px 16px 8px 16px;
}

.sidebar_items a:active {
    text-decoration: none;
    color: #003663;
}
.sidebar_items a:link {
    text-decoration: none;
    color: #003663;
}
.sidebar_items a:visited {
    text-decoration: none;
    color: #003663;
}
.sidebar_items a:hover {
    text-decoration: none;
    color: #005486;
}

.sidebar_items li:hover {
    text-decoration: none;
    color: #005486;
    background-color: white;
}
.sidebar_items li.selected {
    text-decoration: none;
    color: #005486;
    background-color: white;
}
.sidebar_button a:link, .sidebar_button a:visited {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    color: #AAAAAA;
    display: inline-block;
    margin: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 30px;
    /*width:100px;*/
text-transform: uppercase;
}

    .sidebar_button a:hover {
        background: #005486 0% 0% no-repeat padding-box;
        border: 1px solid #005486;
        border-radius: 6px;
        color: #ffffff;
        display: inline-block;
     
        padding-left: 16px;
        padding-right: 16px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 30px;
        text-transform: uppercase;
    }

.questionnaire_right {
    background-color: #ffffff;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 24px;
    padding-right: 24px;
    /*padding-left: 24px;*/
    border-bottom-right-radius: 6px;
    
}
.questionnaire_right .content_table_fields{

}


.questionnaire_buttonbar {
    /* background-color: #ffffff;*/
    /*background: transparent linear-gradient(180deg, #F3F3F3 0%, #D0D0D0 100%) 0% 0% no-repeat padding-box;*/
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin: auto;
    margin-top: 24px;
    margin-bottom:32px;
    width: 560px;
    line-height: 24px;
    color: #005486;
    padding: 0px;
}

.questionnaire_button {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
    margin: 0px;
    color: #005486 !important;
    padding: 4px 8px 4px 8px;
    border-right: 1px solid #AAAAAA;
   
    background: transparent linear-gradient(180deg, #F3F3F3 0%, #D0D0D0 100%) 0% 0% no-repeat padding-box;
}

    .questionnaire_button:first-of-type {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .questionnaire_button:last-of-type {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: none;
    }

    .questionnaire_button:hover {
        background: none;
        background-color: #005486;
        color: #FFFFFF !important;
    }
    .question_tab {
       /* background-color:hotpink;*/
        border-bottom:1px #A1A1A1 solid;
        display:flex;
        margin:6px;
    }
.dynamic_grid_box {
    border: 1px solid #AAAAAA;
    width: 942px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.dynamic_grid_column {
    /*border: 1px solid #AAAAAA;*/
    display: flex;
    flex-direction: column;
    border-right: 1px solid #D0D0D0;
}

.dynamic_grid_item {
    color: #353535;
    padding: 6px;
    font-size: 14px;
    width: 175px;
   
}

    .dynamic_grid_item select {
        font-size: 14px !important;
        width: 175px;
    }

    .dynamic_grid_item input {
        font-size: 14px;
    }

    .dynamic_grid_item:first-of-type {
        background-color: #d0d0d0;
       
        padding: 6px;
        border-right: 1px solid white;
    }

        .dynamic_grid_item:first-of-type input {
           
            width: 162px;
            color: #005486 !important;
            font-weight: 600;
            text-transform: uppercase;
        }

a.disabled_link:hover, a.disabled_link:active, a.disabled_link:visited, a.disabled_link:link {
    color: #AAAAAA !important;
    cursor: default;
}

/*census dashboard custom styles*/
.divider-left {
    text-align: center !important;
}
.dropbtn {
  /*  background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;*/
}
div.separator {
    border-top:solid 1px #D0D0D0;
  width:100%;
    float:left;
    display:block;
    height:1px;

}
div.button_bar_left {
    clear:both;
   /*padding-bottom:16px;*/
   margin-left: 8px;
   margin-bottom:16px;
  /*margin-right:40%;*/
    float:left;
    display:block;
    /*text-align:right;*/
    
}
/*____________________________FOOTER CONTENT ELEMENTS___________________________________________________________*/
/*this is the style for the footer in case we ever need it*/
/*------------CALENDAR STYLES - some are inline------------*/
.calendar_container {
    order: 2;
    display: flex;
    flex-direction: column;
}
#calendar
{
    
	font-weight:600;
    font-size:18px;
	/*display:inline-block;
    clear:both;
	float:left;*/
	/*padding-top:21px;*/
	background-color: #ffffff;
    width:273px;
    margin-left:48px;
    margin-bottom:84px;
    text-transform:uppercase;	
}
.calendar_title td {
    padding:8px;
}
.calendar_selected {
    border-radius:50%;
}

.calendar_day {
   
   width:28px;
   height:28px;
}
#userlist {
    font-weight: 600;
    font-size: 18px;
    float: left;
    clear: left;
    text-transform: uppercase;
    padding-top: 21px;
    background-color: #ffffff;
    color: #005486;
    margin-left:48px;
}


#footer {
 /* min-width:800px;*/
   /* display: block;*/
    /*clear: both;*/
    padding-top: 20px;
    background: transparent linear-gradient(180deg, #D0D0D0 0%, #F3F3F3 100%) 0% 0% no-repeat padding-box;
    height: 40px;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #005486;
    text-transform: uppercase;
   /* width: 100%;*/
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
    #footer a {
        color: #005486;
    }
        #footer a:hover {
            color: #003663;
        }
/*----------LINKS STYLES---------------*/
.content_table a:link, .content_table_fields a:link, .content_table_home a:link, .content_table_data_list a:link, .download_template a:link, .webportal_link a:link {
    color: #005486;
}

.content_table a:hover, .content_table_fields a:hover, .content_table_home a:hover, .content_table_data_list a:hover, .download_template a:hover, .webportal_link a:hover {
    color: #003663;
}

.content_table a:visited, .content_table_fields a:visited, .content_table_home a:visited, .content_table_data_list a:visited, .download_template a:visited, .webportal_link a:visited {
    color: #005486;
}
.view_docs {
   /* display:flex;
    flex-direction:column;
    float:right;*/
}
/*______________________________EMPTY BOX (NO CONTENT IN TABLE) STYLES_________________________________________*/
div.empty_box {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* FireFox requires the -moz- prefix */
    display: block;
    float:left;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    background-color: #ffffff;
}
span.no_records {
    display:inline-block;
    padding:16px;
    font-style: italic;
}
/*______________________________ERROR MESSAGES STYLES_________________________________________*/
p.note 
{
    padding-left:2em;
    color: #585867;
}
.error_msg 
{
    color:red;
    font-size:16px;
}
.success_msg
{
    color:#005486;
}
.info_msg
{
    color:Green
}
/*just using red color since this seems too much*/
/*.success_msg, .error_msg, .info_msg
{
    background-color: #ffff99;
    font-weight: bold;
}*/

 

/*-------------DATA INPUT FIELD STYLES--------------*/
/*classes for the widths of fields in the data entry pages -tasks/events used 300 when there are only 2 columns in the table*/
.text_300 {
    width: 286px;
    height: 30px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* drop down with custom arrow - size matches exactly to the 250px input fireld */
.text_250_listbox {
    width: 250px;
    /*height: 32px;*/
   /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;*/
    padding-left: 10px;
}
/*override for text  fields that span 3 cols like company name*/
.content_table_fields .text_long input[type="text"] {
    width: 666px;
    height: 30px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*inputs on text data entry for 4 column view/edit pages company/case/contact - text fields*/
.content_table_fields input[type="text"] {
    width: 236px;
    height: 30px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*inputs on  data entry for 4 column view/edit pages company/case/contact - text area*/
.content_table_fields textarea {
   
    width: 236px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.content_table_fields .textarea_long {
    
    width: 666px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*list box style company/contact/case pages*/
.content_table_fields select[multiple] {
    width: 250px;
    height:inherit;
    /* height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    background: none;
    /*background-position: right 8px center;
    background-repeat: no-repeat;*/
    
    padding-left: 10px;
}
/*dropdown list boxes*/
.content_table_fields select {
    width: 250px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 30px;
}
/*for the admin page*/
.content_table_admin select {
    width: 250px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 30px;
}
/*custom style for short drop downs like date*/
.content_table_fields .text_date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 74px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
/*custom style for short drop downs like date*/
.content_table_fields .dd_150 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 150px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
/*custom style for long drop downs like company name on the case edit page*/
.content_table_fields .select_long {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 680px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 30px;
}


.text_300_select {
    width: 300px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-left: 10px;
}


/*short text field input for numbers, small amt of text*/
.text_short {
    width: 80px;
    height: 30px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*drop down style for short items like dates/numbers etc - uses the custom down arrow*/
.text_date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(graphics/downarrow.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 94px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.attach_file {
    border:none;
}
input[type=file] {
    border:none;
}
input::file-selector-button {
  
    background: #F3F3F3;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    color: #333333;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

/* these are the styles used on all the confirm DELETE pages*/
div.delete_box {
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* FireFox requires the -moz- prefix */
    width: 600px;
    padding: 0px;
    border-spacing: 0px;
    box-shadow: -1px 0px 40px #33333333;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: 10px;
}

.delete_question {
    float: left;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #005486;
    font-size: 24px;
    padding: 28px 48px 0px 48px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.delete_checkbox {
    float: left;
    display: block;
    text-align: left;
    clear: both;
    color: #333333;
    font-size: 16px;
    padding: 16px 28px 0px 28px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.delete_buttonbar {
    clear: both;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 38px;
}
/*------------------------------BUTTONS-----------------------------------*/

.view_button_box_on {
    padding: 0px 8px 0px 8px;
    display: inline-block;
    background-color: #d09b2c;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
    height: 32px;
    border: none;
    border-left: 2px solid #003663;
    border-radius:0px;
}
/*.view_button_box_on:hover {
    background-color: #d09b2c;
}*/
.view_button_box_off:hover {
    display: inline-block;
    background-color: #ac8122;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
    height: 32px;
    border: none;
    border-left: 2px solid #003663;
    border-radius: 0px;
}

.view_button_box_off {
    display: inline-block;
    padding: 0px 8px 0px 8px;
    background-color: #005486;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
    height: 32px;
    border: none;
    border-left: 2px solid #003663;
    border-radius: 0px;
}

/*these are the navy blue and white buttons*/

#blue_buttons {
    /*display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;*/ /* FireFox requires the -moz- prefix */
    /*clear: both;*/
    height: 52px;
    background-color: #D0D0D0;
    padding-left: 16px;
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #D0D0D0;
    margin: 0px;
    margin-bottom:32px;
    
}


    #blue_buttons .view_button_box_on {
        background-color: #005486;
        border-radius: 5px;
        margin: 10px 0px 10px 6px;
        display: inline-block;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        border: 1px solid #005486;
    }



    #blue_buttons .view_button_box_off {
        background-color: #FFFFFF;
        border-radius: 5px;
        display: inline-block;
        color: #AAAAAA;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        border: 1px solid #AAAAAA;
        opacity: 1;
        margin: 10px 0px 10px 6px;
    }

        #blue_buttons .view_button_box_off:hover {
            background-color: #005486;
            border-radius: 5px;
            display: inline-block;
            color: #ffffff;
            font-weight: 400;
            font-size: 14px;
            line-height: 32px;
            border: 1px solid #005486;
        }

/*BUTTONS (Go,Orange with arrow)*/
#data_go_button {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    margin: 10px 10px 10px -32px;
    border-radius: 0px 6px 6px 0px;
    background-color: #d09b2c;
}
    #data_go_button:hover {
        background-color: #ac8122;
    }

.data_buttons {
    display: inline-block;
    float: right;
}

.orange_button {
    display: inline-block;
    margin: 10px;
    padding-left: 16px;
    padding-right: 16px;
    background: #d09b2c 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
}

    .orange_button, .orange_button:link, .orange_button:visited, .orange_button a:link {
        background: #d09b2c 0% 0% no-repeat padding-box;
        border-radius: 6px;
        color: #ffffff;
    }

        .orange_button:active, .orange_button:hover {
            background: #ac8122 0% 0% no-repeat padding-box;
            border-radius: 6px;
            color: #ffffff;
        }

/* this is for button bar on the blue background - for the view and edit pages - the centered buttons*/
.content_box_buttonbar {
    /*text-align: center;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}
/*this is for the button bar on the case page that has links to dgem docs aligned tot he right*/
.content_box_buttonbar_doc_links {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.link_item {
    display: flex;
    flex-direction:column;
  
  
}
/*this is the last item with the right aligned dgem links*/
.link_item:last-child {
  
    position: absolute;
    top: 6px;
    right: 16px;
}
.doc_link {
  
    color: #FFFFFF;
   font-size:16px;
   font-weight:400;
   line-height:16px;
   padding: 2px 0px 2px 0px;
    text-decoration: underline;
    text-transform: uppercase;
}

    /*---------DELETE PAGE BUTTONS-----------------*/
    .orange_button_delete {
    display: inline-block;
    margin: 10px;
    padding-left: 16px;
    padding-right: 16px;
    background: #d09b2c 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
}
    .orange_button_delete:hover {
        background-color: #ac8122;
    }

.white_button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    color: #AAAAAA;
    display: inline-block;
    margin: 10px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

    .white_button:active, .white_button:hover {
        background: #d09b2c 0% 0% no-repeat padding-box;
        border: 1px solid #d09b2c;
        border-radius: 6px;
        color: #ffffff;
    }


.banner_modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
   /* left: 0;
    top: 0;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 0.5em;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 16px;
    background-color: #005486;
    color: white;
    text-align: center;
    font-style: italic;
    font-size: x-large;
}

.modal-body {
    padding: 1em 12px;
    font-size: 1.5em;
    text-align: center;
    /* font-style: italic;*/
    font-weight: 400;
    color: #d09b2c;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    
}

.modal-footer {
    padding: px 12px 16px 12px;;
    background-color: #005486;
    color: white;
}



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
    display: none;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    .clearfix:after {
        clear: both;
    }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

/*@media all and (orientation:portrait) {*/
    /* Style adjustments for portrait mode goes here */

/*}*/

/*@media all and (orientation:landscape) {*/
    /* Style adjustments for landscape mode goes here */

/*}*/

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
/*@media screen and (max-device-width: 740px) {*/


    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
/*}*/

/*for phones*/
/* Responsive layout -  */
/*@media only screen and (max-width: 640px) {
    #content_left {
        border: 1px solid red;
    }

    #content_right {
        border: 1px solid red;
    }

    .topbar {
        position: relative;*/
        /*width:100%;*/
        /*border: 1px solid red;
    }

    /*#main {
        margin-top: 0px;*/
        /*position: relative;*/
    /*}
}*/


@media screen and (min-width:320px) and (max-width: 1094px) {
    #main {
      
        margin-top:0px;
    }
    .topbar {
        position:initial;
        height:auto;
        width:100%;
       
    }
    .left_ui {
        float:left;
        display:block;
        margin-left:48px;
     
    }
    .right_ui {
        float: left;
        display: block;
        margin-left: 48px;
    }
 
}