/* Main Layout */

html { scroll-behavior: smooth; }

body 
{   
    font-family: 'Roboto', Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #09254c;
}

#MainContainer 
{
    background-color: white;
}

.MainForm
{
    padding: 40px;
}

@media (max-width: 767px) 
{
    #Header
    {
        padding: 10px;
    }

    #Header img
    {
        padding: 0px 0px 0px 0px;
        max-height: 65px;
        margin-bottom: 20px;
    }

    .MainForm
    {
        padding: 15px 15px 30px 15px;
    }
}

@media (min-width: 768px) 
{
    #Header
    {
        padding: 20px;
    }

    #Header img
    {
        padding: 0px 40px 0px 0px;
        max-height: 65px;
    }
}

.LoginLinkIcon
{
    margin-right: 10px;
    font-size: 16px;
}

.LoginLink, .LoginLinkIcon
{
    color: #09254c !important;
}

.LoginLink:hover
{
    color: #09254c !important;
}

.FarrellLogo
{
    margin-left: 20px;
}

.FarrellLogoImage
{
    height: 60px;
}

#FooterMenu
{
    background-color: #09254c;
    text-align: center;
    border-top: 3px solid #ea7a0f;
    padding: 30px 0px 25px 0px;
}

#FooterMenu span
{
    color: #ea7a0f;
    margin: 0 20px 0 20px;
}

#FooterMenuLinks a
{
    color: white;
    font-size: 16px;
}

#FotterMenuCopyright
{
    padding-top: 50px;
    color: white;
    font-size: 13px;
}

/* Reuseables */

h1
{
    color: #ea7a0f;
    font-weight: 500;
    font-size: 28px;
    padding: 0px 0px 15px 0px;
    margin-top: 0px;
}

.h1underline
{
    border-bottom: 1px solid #ea7a0f;
    margin-bottom: 30px;
}

.DataTableHeaderH1
{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

h2
{
    color: #09254c;
    font-weight: 500;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
    margin-top: 0px;
}

h3
{
    color: #09254c;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}

.headingSubDataTable
{
    color: #0f69af;
    font-weight: 500;
    font-size: 20px;
    padding: 4px 0px 4px 0px;
    margin-top: 0px;
    text-decoration: underline;
}

.Underline
{
    text-decoration: underline;
}

form label
{
    font-weight: normal;
}

.RedLink
{
    color: red;
}

.RedLink:visited, .RedLink:link, .RedLink:hover, .RedLink:active
{
    color: red;
    text-decoration: underline;
}

a
{
    color: #ea7a0f;
}

a:hover
{
    color: #ea7a0f;
}

a:visited, a:link
{
    color: #ea7a0f;
}

.PrimaryColor
{
    color: #ea7a0f;
}

.SecondaryColor
{
    color: #0f69af;
}

.CheckboxWidth
{
    width: 28px;
}

.NoPaddingForm
{
    padding-left: 0;
    padding-right: 0;
}

.datepicker
{
  cursor: text !important;
  background-color: white !important;
  z-index:1151 !important;
}

.LabelSpinner
{
    margin-left: 6px;
    font-size: 18px;
}

.MediumTextArea
{
    height: 130px !important;
    font-size: 16px !important;
}

.LargeTextArea
{
    height: 180px !important;
    font-size: 16px !important;
}

.LargerTextArea
{
    height: 280px !important;
    font-size: 16px !important;
}

.ExtraLargeTextArea
{
    height: 380px !important;
    font-size: 16px !important;
}

.AnchorLink
{
    color: #0f69af;
    text-decoration: underline;
    cursor: pointer;
}

/* Buttons */

.Btn-Primary, .Btn-Primary:focus, .Btn-Primary:active, .Btn-Primary:visited, .Btn-Primary:visited:hover
{
    height: 50px;
    background-color: #ea7a0f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white !important;
}

.Btn-Primary:hover
{
    background-color: #d4690b;
}

.Btn-Tertiary, .Btn-Tertiary:focus, .Btn-Tertiary:active, .Btn-Tertiary:visited, .Btn-Tertiary:visited:hover
{
    height: 50px;
    background-color: #0F69AF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Btn-Tertiary:hover
{
    background-color: #FFC832;
}

.PrimaryAnchorButton, .PrimaryAnchorButton:visited, .PrimaryAnchorButton:active
{
    padding: 14px;
    margin-bottom: 10px;
    background-color: #ea7a0f;
    color: white !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    font-weight: 300 !important;
}

.PrimaryAnchorButton:hover
{
    background-color: #d4690b;
    text-decoration: none;
}

.SmallerAnchorButton
{
    min-height: 36px;
    padding: 7px !important;
    margin-bottom: 20px;
}

.ladda-button
{
    background-color: #ea7a0f !important;
}

.ladda-button:hover
{
    background-color: #d4690b !important;
}

.ladda-button-orange
{
    background-color: #0F69AF !important;
}

.ladda-button-orange:hover
{
    background-color: #091ba5 !important;
}

/* Modal Windows */

@media (min-width: 768px) 
{
  .modal-xl 
  {
    width: 70%;
    max-width:1200px;
  }
  
  .modal-xxl 
  {
    width: 70%;
    max-width:1200px;
  }
}

.modal
{
    padding: 0 !important;
}

.modal-title span
{
    margin-right: 15px;
}

.modal-content
{
    border: 0 solid white;
}

.modal-content-header
{
    background-color: #ea7a0f;
    padding: 15px 13px 13px 13px;
}

.modal-content-header h2
{
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.modal-content-header button
{
    margin-left: 15px;
}

.modal-content-body
{
    padding: 20px 15px 25px 20px;
} 

body.modal-open 
{
    height: auto;
}

.btn-modal-close, .btn-modal-close:focus, .btn-modal-close:active, .btn-modal-close.active
{
    background-color: #ea7a0f;
    border: none !important;
    outline: none !important;
    border-width: 0;
    font-size: 30px !important;
    font-weight: 500;
    cursor: pointer;
    color: white;
}

.btn-modal-close:hover
{
    opacity:0.8; 
    filter:alpha(opacity=80); 
}

/* Error Pages */

.ErrorImage 
{
    max-height: 100px;
    margin-top: 25px;
}

.ErrorSubHeading 
{
    font-size: 22px;
    font-weight:500;
    margin-top: 30px;
    margin-bottom: 20px;
}

input[type="radio"] 
{
    margin-right: 5px;
}

/* Tables */

table 
{
    border: 1px solid black;
    width: 100%;
    border-bottom: 0 solid #9B499D !important;
    margin-bottom: 0px !important;
}

table thead tr td 
{
    text-align: left;
    border: 1px solid black;
    font-weight: 300;
    padding: 10px 13px 10px 13px;
    text-align: center;
    background-color: #09254c;
    color: white;
}

table tbody tr td 
{
    text-align: left;
    border: 1px solid black;
    padding: 10px 13px 10px 13px;
    text-align: center;
}

table tr td 
{
    text-align: center;
    border: 1px solid black;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Administrators */

#AdministratorsTableDiv
{
    display: none;
}

/* Add Administrator */

#AddAdministratorSuccessPanel
{
    display: none;
}

#EditAdministratorSuccessPanel
{
    display: none;
}

/* Grant Recipients */

#GrantRecipientsTableDiv
{
    display: none;
}

/* Add Grant Recipient */

#AddGrantRecipientSuccessPanel
{
    display: none;
}

#EditGrantRecipientSuccessPanel
{
    display: none;
}

/* Application */

#SaveProgressApplicationSuccessPanel
{
    display: none;
}

/* Countries */

#CountriesTableDiv
{
    display: none;
}

#EditCountrySuccessPanel
{
    display: none;
}

/* Success Panel */

.bg-success span
{
    font-size: 40px;   
    padding-bottom: 10px;
}

.bg-success
{
    background-color: #13BF60;
    padding: 15px;
    color: White;
    margin: 0 0 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bg-success a
{
    color: White;
    text-decoration: underline;
}

/* Buttons (Real) */

button
{
    border-width: 0 !important;
    outline: none !important;
    color: white !important;
    font-size: 16px !important;
}

.ColumnTwoLeftPadding
{
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

/* Google reCAPTCHA */
@media screen and (max-width: 475px)
{
    #rc-imageselect, .g-recaptcha 
    {
        transform:scale(0.83);
        -webkit-transform:scale(0.83);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;

    }
}

/* General Form Controls */

input[type="radio"] 
{
    margin-top: -2px;
    vertical-align: middle;
}

input[type="text"] 
{
    height: 40px !important;
    font-size: 16px;
    border: 1px solid #09254c;
}

input[type="password"]
{
    height: 40px !important;
    font-size: 16px !important;
    border: 1px solid #09254c;
}

select
{
    height: 40px !important;
    font-size: 16px !important;
    border: 1px solid #09254c !important;
}

textarea
{
    font-size: 16px !important;
    border: 1px solid #09254c !important;
    resize: none;
}

input[type=text], textarea, select, input[type="password"]{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
 
input[type=text]:focus, textarea:focus, select:focus, input[type="password"]:focus {
  box-shadow: 0 0 5px rgba(234, 122, 15, 1) !important;
  border: 1px solid rgba(234, 122, 15, 1) !important;
}

/* Form */

.form-group.required .form-label:after 
{
    content:"*";
    color:red;
    margin-left: 5px;
} 

.dashboard-panel-6
{
    width: 35%;
}

.SpanRequired
{
    color:red;
    margin-left: 5px;
}

/* Auto complete */

.ui-autocomplete 
{ 
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: auto;
    width: 220px;
    max-height: 450px;
    z-index:2147483647 !important;
    border: 1px solid #ccc;
}

.ui-front 
{
    z-index: 9999;
}

.ui-autocomplete .ui-menu-item 
{ 
    font-size: 14px;
}

.ui-autocomplete .ui-menu-item:hover
{ 
    cursor: pointer;
}

/* Reuseable Classes */

.ColumnOneRightPadding
{
    padding-left: 0px;
    padding-right: 0px;
}

@media(min-width:992px)
{
    .ColumnOneRightPadding
    {
        padding-left: 0px;
        padding-right: 15px;
    }
}

.ColumnTwoLeftPadding
{
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

@media(min-width:992px)
{
    .ColumnTwoLeftPadding
    {
        margin-top: 0px;
        padding-left: 15px;
        padding-right: 0px;
    }
}

.ClearBoth
{
    clear: both;
}

.DisplayNone
{
    display: none;
}

.DisplayNoneImportant
{
    display: none !important;
}

.DisplayInline
{
    display: inline;
}

.DisplayInlineBlock
{
    display: inline-block;
}

.VerticalAlignMiddle
{
    vertical-align: middle !important;
}

.BreakWordNormal
{
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;
}

.BreakTableWord
{
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    table-layout: fixed;
}

.center
{
    text-align: center !important;
}

.TopDualButtonsMargin
{
    margin-top: 18px;
}

.Margin10pxTop
{
    margin-top: 10px;
}

.Margin12pxTop
{
    margin-top: 12px;
}

.Margin15pxTop
{
    margin-top: 15px;
}

.Margin20pxTop
{
    margin-top: 20px;
}

.Margin25pxTop
{
    margin-top: 25px;
}

.Margin30pxTop
{
    margin-top: 30px;
}

.Margin35pxTop
{
    margin-top: 35px;
}

.Margin40pxTop
{
    margin-top: 40px;
}

.Margin45pxTop
{
    margin-top: 45px;
}

.Margin8pxRight
{
    margin-right: 8px;
}

.Margin12pxRight
{
    margin-right: 12px;
}

.Margin5pxBottom
{
    margin-bottom: 5px;
}

.Margin5pxTop
{
    margin-top: 5px;
}

.Margin10pxBottom
{
    margin-bottom: 10px !important;
}

.MarginBottomMinus15px
{
    margin-bottom: -15px;
}

.Margin15pxBottom
{
    margin-bottom: 15px;
}

.Margin20pxBottom
{
    margin-bottom: 20px;
}

.Margin30pxBottom
{
    margin-bottom: 30px;
}

/* Data Tables */

.dataTables_processing 
{
    position: absolute;
    top: 100px !important;
    left: 51% !important;
    width: 98% !important;
    height: 40px !important;
    text-align: center;
    background-color: #13BF60 !important;
    background: #13BF60 !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: White !important;
    font-size: 24px !important;
    line-height: 2px;
    opacity:0.8; 
    filter:alpha(opacity=80); 
    margin-top: 40px !important;
}

.DataTableSpinner
{
    color: #f59f52;
    margin-bottom: 20px;   
}

.dataTables_wrapper div:nth-child(1)
{
    margin-bottom: 3px;
}

.dataTables_info
{
    color: black !important;
    font-size: 16px;
}

table.dataTable
{
    border-color: !important;
    width: 100% !important;
}

table.dataTable thead
{  
    background-color: #09254c;
    font-weight: 300 !important;
    border: 0px solid white;
    padding: 5px;
}

table.dataTable thead tr td
{  
    color: white;
    text-align: center;
    border: 0px solid white;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 13px 10px 13px;
    font-weight: 300 !important;
}

table.dataTable thead tr td:first-child
{  
    border-left: 0px solid black;
}

table.dataTable tbody tr td
{  
    text-align: center;
    padding: 10px 13px 10px 13px;
    border: 1px solid black !important;
}

table.dataTable tbody tr td a
{  
    color: black;
    text-decoration: underline;
}

.paginate_button a
{
    color: #666 !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    background-color: #ea7a0f !important;
    border-color: #ea7a0f !important;
    color: white !important;
}

.input-sm[type="search"]
{
    width: 200px !important;
    margin-bottom: 13px !important;
    height: 35px;
    font-size: 16px;
    background: url("../Images/search.png") no-repeat scroll;
    background-position: right 8px bottom 8px;
    padding-right: 25px;
}

input[type='search']:focus{
  box-shadow: 0 0 5px rgba(234, 122, 15, 1) !important;
  border: 1px solid rgba(234, 122, 15, 1) !important;
}

.dataTables_length
{
    margin-top: 16px !important;
}

#dataTable_select_filter 
{
    display: inline-block;
    float: left;
}  
 
#dataTable_select_filter select
{
    border: 1px solid #ccc !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 4px;
    width: 200px !important;
    height: 34px !important;
}    

@media only screen and (max-width : 640px) 
{
    .dataTables_filter
    {
        clear: both;
        text-align: left !important;
        float: left !important;
        margin-left: -7px !important;
        margin-top: 14px !important;
        margin-bottom: 4px !important;
    }
}

/* Custom, iPhone Retina */ 

@media only screen and (min-width : 320px) 
{
    #dataTable_select_filter select, .input-sm[type="search"]
    {
        width: 260px !important;
    }   
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) 
{    
    #dataTable_select_filter select, .input-sm[type="search"]
    {
        width: 250px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) 
{
    #dataTable_select_filter select, .input-sm[type="search"]
    {
        width: 290px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) 
{
    #dataTable_select_filter select, .input-sm[type="search"] 
    {
        width: 350px !important;
    }
}

.DataTableLink
{
    font-size: 16px;
    font-weight: 500;
}

.DataTableFakeLink
{
    font-size: 16px;
    font-weight: 500;
}

.NoDataTableResultsFound
{
    color: red;
    font-size: 16px;
    font-weight: 300;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

/* Validation Summary - Error Messages */

.field-validation-error 
{
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid 
{
    display: none;
}

.input-validation-error 
{
    border-color: #D3104E;
}

.input-validation-error:focus 
{
  border-color: #D3104E;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

.validation-summary-errors 
{
    color: white;
    background-color: #D3104E;
    padding: 12px 12px 5px 12px;
    margin: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.validation-summary-errors ul
{
    padding-left: 10px;
    margin-left: 10px;
}

.validation-summary-valid 
{
    display: none;
}

/* Navigation Bar For Mobile */

.navbar-default .navbar-nav>li>a
{
    color: white;
}

.navbar-default .navbar-nav>li>a:visited
{
    color: white;
}

.navbar-default .navbar-nav>li>a:link
{
    color: white;
}

.navbar-nav li a span
{
    margin-right: 8px !important;
    width: 20px;
}

.dropdown-menu li a span
{
    margin-right: 8px !important;
    width: 10px;
}

.navbar-default
{  
    border: 0px solid red !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.navbar-header
{
     background-color: white;
}

.navbar-nav > li
{
    background-color: #09254c !important;
    border-bottom: 1px solid white;
}

.navbar-nav > li:hover
{
    
    background: #ea7a0f !important;
    color: white !important;
    font-size: 16px;
}

.navbar-nav > li > a
{
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav > li > a:hover
 {
    text-decoration: none !important;
    cursor: pointer !important;
    color: white !important;
 }

.navbar-nav
{
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav .hovernav:hover > a:active, .navbar-nav .hovernav:hover > a:focus
{
    outline: none;
    border: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
    background-color: #09254c !important;
    color: white !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
    background-color: #ea7a0f;
    color: white !important;
}

.navbar-nav .open .dropdown-menu > li > a
{
    color: black !important;
    padding: 12px 20px 12px 20px;
    font-size: 16px;
    background-color: white;
    font-weight: 300 !important;
}

.navbar-nav .open .dropdown-menu > li > a:hover
{
    background-color: #ea7a0f !important;
    color: white !important;
}

.navbar-collapse
{
    margin-left: 0px;   
    margin-right: 0px;   
    border: 0px solid white !important;
}

.dropdown-menu 
{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
    background-clip: padding-box;
  border: 0px solid #ccc;
}

.dropdown-menu > li > a 
{
    display: block;
    clear: both;
    font-weight: normal !important;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 12px 20px 12px 20px;
}

.icon-bar
{
    background-color: white !important;
}

.navbar-toggle
{
    background-color: #ea7a0f !important;
    color: white !important;
    margin-right: 0px !important;
    margin-top: 12px !important;
}

.navbar-toggle:hover
{
    background-color: #d4690b !important;
}

.navbar
{
    margin-bottom: 5px !important;
}

.navbar-nav
{
    margin: 0px -15px !important;
    padding-top: 10px !important; 
    padding-bottom: 10px !important; 
    background-color: white !important;
}

@media (min-width: 768px) 
{ 
    .navbar-collapse
    {
        margin-left: -15px;   
        margin-right: 15px;   
        border: 0px solid white !important;
    }

    .navbar
    {
        margin: 0px 0px 0px 0px !important;
    }

    .navbar-default
    {  
        background-color: #09254c;
    }

    .navbar-nav > li
    {
        border-right: 0px solid white;
        border-bottom: 0px solid white;
    }

    .navbar-nav > li > a
    {
        padding-left: 30px;
        padding-right: 30px;
    }  
    
    .navbar-default .navbar-nav ul li a 
    {
        font-size: 16px;
        font-weight: 300 !important;
    } 

    .navbar-default .navbar-nav ul li:hover a 
    {
        background: #ea7a0f;
        color: white !important;
    } 
   
    .navbar-nav .hovernav:hover > .dropdown-menu 
    {
        display: block;
    }

    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus 
    {
        background: #ea7a0f !important;
        color: white !important;
        font-size: 16px;
    }   
    
    .navbar-nav
    {
        margin: 0px -15px !important;
        padding-top: 0px !important; 
        padding-bottom: 0px !important; 
        background-color: #09254c !important;
    }
}

/* Home (Login) */

@media (max-width: 991px) 
{
   .HomeMainImageArea
    {
         padding: 20px 20px 40px 20px;
        background: url("../Images/Home-Funding.jpg") no-repeat scroll; 
        opacity: 0.9;
    }
}

@media (min-width: 992px) 
{
    .HomeMainImageArea
    {
        padding: 25px 40px 50px 40px;
        background: url("../Images/Home-Funding.jpg") no-repeat scroll; 
        opacity: 0.9;
    }
}

.HomeLargerText
{
    font-size: 28px;
    color: #ea7a0f;
    margin-bottom: 20px;
    font-weight: 500;
}

.HomeMediumText
{
    font-size: 22px;
    color: black;
}

.HomeMediumArea
{
    background-color: white;
    color: black;
    padding: 30px 35px 50px 35px;
    text-align: justify;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 8px;
}

.HomeApplicationLinks
{
    font-size: 22px;
}

.GreenFontIcon
{
    color: #FFC832;
}

.HomeMissionStatement
{
    background-color: #09254c;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.HomeMissionStatementHeader
{
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}

.HomeApplicationLink
{
    background-color: #ea7a0f;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 500;
    font-size: 20px
}

.HomeApplicationLink:hover
{
    background-color: #d4690b;
    text-decoration: none;
}

.HomeApplicationLink a
{
    color: white;
}

.HomeApplicationLinkAnchor:hover
{
    text-decoration: none;
}

#RegisterAndForgottenPasswordRow
{
    margin-top: 20px;
}

#RegisterButton
{
    margin-bottom: 20px;
}

#FeaturedRecipientHeader
{
    background-color: #09254c;
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.FeaturedRecipientBorder
{
    border: 1px solid #09254c;
    padding: 20px;
}

#FeaturedRecipient-container 
{
    width: 100%;
    height: auto;
}

#FeaturedRecipient-container img 
{
    width: 100%;
    max-width: 400px;
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media (max-width: 991px) 
{
   #FeaturedRecipient-container img 
    {
        max-width: 350px;
    }
}

/* Privacy And Terms */

.PrivacyAndTermsFrame
{
	height: 400px;
	overflow-y: scroll;
	padding-right: 15px;
}

/* Forgot Your Password */

#ForgotYourPasswordSuccessPanel
{
    display: none;
}

/* Set Password */

#SetPasswordCancelRow
{
    margin-top: 40px;
}

.qq-upload-button 
{
    background: url("/Content/images/browse-button.jpg") no-repeat 0 0px !important;
    height: 30px !important;
    text-align: inherit !important;
    color: white !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    width: 113px !important;
    cursor: pointer;
}

.qq-upload-button:hover
{
    opacity:0.8; 
    cursor: pointer;
    filter:alpha(opacity=80); 
}

.RedColor
{
    color: red;
}

#FileNameUploadedDiv
{
    margin-top: 5px;
}

.AddFileAjaxLoader
{
    height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.FileNameUploaded
{
    font-size: 15px;
    text-decoration: underline;
}

/* Application Form */

.ReferenceNumberLabel
{
    font-weight: 500;
    font-size: 22px !important;
    color: black;
}

.ApplicationHeaders
{
    background-color: #09254c;
    color: white;
    font-weight: 300;
    padding: 10px;
    text-align: center;
}

.ApplicationHeadersSmaller
{
    background-color: #FFC832;
    color: #0f69af;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.ApplicationAreaBox
{
    border: 1px solid #09254c;
    padding: 25px 35px 25px 35px;
    border-top: 0px solid white;
}

/* Applications */

#ApplicationsTableDiv
{
    display: none;
}

.IRSFranchiseTaxBoardDeterminationLetterAjaxLoaderSpinner
{
    margin-bottom: 10px;
    display: none;
}

.UploadCVAjaxLoaderSpinner
{
    margin-bottom: 10px;
    display: none;
}

#EventAgendaFileNameUploadedDiv
{
    margin-top: 5px;
}

#UploadCVFileNameUploadedDiv
{
    margin-top: 5px;
}

.FundingBudgetBreakdownAttachmentAjaxLoaderSpinner
{
    margin-bottom: 10px;
    display: none;
}

#FundingBudgetBreakdownAttachmentFileNameUploadedDiv
{
    margin-top: 5px;
}

.ApplicationPrivacySmallerText
{
    font-size: 14px;
}

#FilesList
{
    border: 0px solid white;
}

#fileInput
{
    margin-top: 10px;
    font-size: 16px;
    width: 109px !important;
}

input[type='file'] 
{
    color: transparent;
}

.AdditionalDocumentsAjaxLoaderSpinner
{
    margin-top: 15px;
    margin-bottom: 5px;
    display: none;
}

.ProposalNarrativeDocumentAjaxLoaderSpinner
{
    margin-top: 15px;
    margin-bottom: 5px;
    display: none;
}

.BoardOfDirectorsQualificationsDocumentAjaxLoaderSpinner
{
    margin-top: 15px;
    margin-bottom: 5px;
    display: none;
}

.SaveIcon
{
    font-size: 20px;
    color: #ea7a0f;
}

.SaveIconBottom
{
    font-size: 35px;
    color: #ea7a0f;
    cursor: pointer;
}

.SaveIconBottom:hover
{
    color: #d4690b;
}

.SaveProgressSpinner
{
    color: #ea7a0f;
    margin-right: 12px;
    font-size: 35px;
}

#EditApplicantSuccessPanel
{
    display:none;
}

.FontSmaller
{
    font-size: 14px;
}

.FeedbackArea
{
    border: 2px solid #ea7a0f;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.AdministratorArea
{
    border: 2px solid #119c38;
    margin-top: 10px;
}

.AdministratorAreaHeader
{
    background-color: #119c38;
    color: white;
    text-align: center;
    padding: 10px;
}

.InnerAdministratorArea
{
    margin: 5px 15px 5px 15px;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
}

b
{
    font-weight: 500;
}

label
{
    font-weight: 300 !important;
}

#AdditionalInformationDiv
{
    border-top: 3px solid #ccc;
    margin-top: 30px;
    margin-left: -35px;
    margin-right: -35px;
}

.SpecialH1
{
    font-size: 26px;
    margin-top: 10px;
}

/* Contact Enquiries */

#ContactEnquiriesTableDiv
{
    display: none;
}

/* Contact Us */

#SendContactSuccessPanel
{
    display: none;
}

.ImageCaption
{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.FontAwesomeOrange
{
    margin-right: 10px;
    font-size: 16px;
    color: #ea7a0f !important;
}

.LogoAjaxLoaderSpinner
{
    margin-bottom: 10px;
    display: none;
}

.FeaturedImageAjaxLoaderSpinner
{
    margin-bottom: 10px;
    display: none;
}

.BackIcon
{
    color: #ea7a0f;
    font-size: 34px;
}

.BackIcon:hover
{
    opacity: 0.9;
    transition: all 0.4s ease 0s;
}  

.ExtraSmallRedButton, .ExtraSmallRedButton:focus, .ExtraSmallRedButton:active, .ExtraSmallRedButton.visited
{
    font-size: 16px !important;
    background-color: red !important;
    color: white !important;
    padding: 5px !important;
    margin-top: 14px;
    height: 45px !important;
    padding-top: 10px !important;
    font-weight: 300 !important;
    width: 130px !important;
    text-align: center;
}

.ExtraSmallRedButton:hover
{
    background-color: red !important;
    opacity:0.8;
    filter:alpha(opacity=80);
    cursor: pointer;
}

.RecipientColumnResults
{
    padding-left: 0px;
    padding-right: 0px;
}

.RecipientColumn
{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) 
{
    .RecipientColumn 
    {
        padding-left: 30px;
    }

    .RecipientColumnResults
    {
        margin-left: -45px;
    }
}

@media (max-width: 991px) 
{
    .RecipientColumnResults
    {
        margin-left: -45px;
    }
}

@media (max-width: 767px) 
{
    .RecipientColumn 
    {
        padding-left: 30px;
    }

    .RecipientColumnResults
    {
        margin-left: -45px;
    }
}

.RecipientTileClick:hover
{
    text-decoration: none;
}


.row-flex 
{
  display: flex;
  flex-wrap: wrap;
}

/* vertical spacing between columns */

[class*="col-"] 
{
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}

.colour-1 {
    transition: box-shadow .3s;
    padding: 20px 15px 20px 15px;
    border: solid 1px #09254c;
    color: black;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    vertical-align:middle;
}

.colour-1:hover
{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    cursor: pointer;
}

.DrugCompanyLogo
{
    max-height: 70px;
}

#RecipientsIndex
{
    margin-bottom: 20px;
}

#RecipientsIndex a
{
    font-size: 20px;
    font-weight: 500;
}

.thumbnailGallery
{
    height: 100px;
}

.GalleryImg
{
    margin-bottom: 40px;
    height: 140px;
}

@media (max-width: 1200px) 
{
   .GalleryImg
    {
        height: 120px;
    }
}

@media (max-width: 767px) 
{
    .GalleryImg
    {
        height: 100px;
    }
}

@media (max-width: 480px) 
{
    .GalleryImg
    {
        height: 200px;
    }
}



.GalleryImg:hover
{
    cursor: pointer;
    opacity: 0.4;
}

.ModalLinks
{
    color: #ea7a0f;
    text-decoration: underline;
    cursor: pointer;
}

.red
{
    color: red !important;
}

.DeadlineDateLabel
{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.DeadlineDateLabelRed
{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: red;
}

.adminExtraLargeTextArea
{
    height: 450px !important;
    resize: none;
}

#QuoteSlides 
{
    margin-top: 35px;
}

#QuoteSlides div
{
    background-color: #ea7a0f;
    color: white;
    font-weight: 300;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 20px;
}

.SmallText
{
    line-height: 40px;
    font-size: 14px;
    font-style: italic;
}

.trip { display: none}

.fancybox-caption__body
{
    font-size: 18px !important;
}