﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?1492");

html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: Verdana;
}


html,
body {    
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    font-family: Verdana;
}

.Header {
    background-color: #00B9CD;
    border-bottom-color: #00B9CD;
    position: absolute;    
}

.Header_title {    
    border-right-color: #00B9CD;
}

.Header_title a,
.Header_title a:link,
.Header_title a:visited,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: #00B9CD;
}

.Menu_DropDownPanel {
    background-color: rgba(255, 255, 255, 1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: rgba(0, 0, 0, 1);
}

.phone .Menu .LoginInfo {
    color: rgba(0, 0, 0, 1);
    background-color: #00B9CD;
}

.Menu {
    background: -webkit-linear-gradient(0deg, #121144 0%, #00B9CD 100%);
    background:    -moz-linear-gradient(0deg, #121144 0%, #00B9CD 100%);
    background:     -ms-linear-gradient(0deg, #121144 0%, #00B9CD 100%);
    background:      -o-linear-gradient(0deg, #121144 0%, #00B9CD 100%);
    background:         linear-gradient(0deg, #121144 0%, #00B9CD 100%);
    
}

.tablet .Application_Menu {
    
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom: 1px solid #00B9CD;
}

.Menu_TopMenu a span.fa {
    border: 2px solid #00B9CD;
}

.Menu_TopMenu:hover,
.Menu_TopMenu:hover a [class^=fa],
.Menu_TopMenuActive a:link [class^=fa],
.Menu_TopMenuActive a:visited [class^=fa],
.Menu_DropDownPanel a.Menu_SubMenuItemActive, 
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #00B9CD;
}

.Menu_TopMenu a:hover, 
.Menu_TopMenu a:link:hover, 
.Menu_TopMenu a:visited {
    border-left: 2px solid #00B9CD;
}

.tablet .Menu_TopMenu .Menu_DropDownArrow {
    border-left: 4px solid #00B9CD;
}

.tablet .Menu_TopMenu:hover .Menu_DropDownArrow {
    border-left: 4px solid rgba(255, 255, 255, 1);
}

.tablet .Menu_TopMenuActive .Menu_DropDownArrow, 
.tablet .Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-left: 4px solid rgba(255, 255, 255, 1);
}

.Menu_TopMenu:hover span.fa {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: rgba(255, 255, 255, 1);
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: #00B9CD;
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top: 4px solid rgba(255, 255, 255, 1);
    border-left: 4px solid #00B9CD;
}

.Menu_DropDownArrow {
    border-top: 4px solid #00B9CD;
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited {
   background-color: #00B9CD;
   border-left: 2px solid #00B9CD;
}

.Menu_TopMenuActive a span.fa {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.Menu_DropDownPanel a span.fa {
    color: rgba(255, 255, 255, 1);
}

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionDelete:hover,
a.ActionChange:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ActionAdd,
a.ActionEdit,
a.ActionChange {
    color: #00B9CD;
}

a.ActionAdd {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

a.ActionAdd:hover {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.EditableTable tr.Selected td {
    background-color: rgba(255, 255, 255, 1);
}



a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #00B9CD;
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    background-color: #00B9CD;
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #00B9CD;
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    background-color: #00B9CD;
}

.Feedback_AjaxWait {
    color: #00B9CD;
}

.Login_Footer {
    background: -webkit-linear-gradient(90deg, #121144 0%, #00B9CD 100%);
    background:    -moz-linear-gradient(90deg, #121144 0%, #00B9CD 100%);
    background:     -ms-linear-gradient(90deg, #121144 0%, #00B9CD 100%);
    background:      -o-linear-gradient(90deg, #121144 0%, #00B9CD 100%);
    background:          linear-gradient(0deg, #121144 0%, #00B9CD 100%);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid rgba(255, 255, 255, 1);
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    background-color: #00B9CD;
    border: 1px solid #00B9CD;
}

.Post_icon img {
  border: 2px solid rgba(255, 255, 255, 1);
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #00B9CD;
    border: 1px solid #00B9CD;
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #00B9CD;
    border: 1px solid #00B9CD;
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #00B9CD;
    border: 1px solid #00B9CD;
}

.ButtonGroup_button.Button:hover {
    background: rgba(255, 255, 255, 1);
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(255, 255, 255, 1);
}

div.calendarPattern thead .button {
    color: rgba(255, 255, 255, 1);
}

div.calendarPattern tbody td.selected {
    background-color: #00B9CD;
}

.IconDropdown.open .Button {
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
 }

.select2-container .select2-choice {
    color: #00B9CD;
}

.IconBadge_number {
    background-color: rgba(255, 255, 255, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #00B9CD;
}

.NavigationBar a.Active {
    color: #00B9CD;
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #00B9CD; 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(255, 255, 255, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #00B9CD;
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(255, 255, 255, 1);
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: #00B9CD;
}

.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: #00B9CD;
}

.Tabs__tab.active {
    border-top: solid 1px #dadbde;
    color: #00B9CD;
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top: 5px solid rgba(255, 255, 255, 1);
}

.WizardStep.ActiveStep {
    background: rgba(255, 255, 255, 1);
}

.WizardStep.Past {
    background: #00B9CD;
}

.WizardStep.Past:before {
    border-top-color: #00B9CD;
    border-bottom-color: #00B9CD;
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, 1);
}

.Button,
a.Button {
    color: #00B9CD;
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #00B9CD;
    border-color: #00B9CD;
}

.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover {
    background-color: #00B9CD;
    border-color: #00B9CD;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #00B9CD;    
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: rgba(255, 255, 255, 1);
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #00B9CD; 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #00B9CD; 
}

.Calendar-dayNames {
    border-top: 2px solid #00B9CD; 
}

.text-primary {
    color: #00B9CD;
}

.text-uppercase {
    text-transform: uppercase;
}

/*  Custom */

.BigTitle {
    font-size: 46px;
    color: Black;
    font-weight: bold;
    position: relative;
    z-index: 1;
}


.PageTitleDiv{
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #00B9CD;
    padding: 80px 50px;
}

.SideDivText{
    color: gray;
    font-size: 20px;
    line-height: 30px;
}

.HeaderColorBackground{
    background-color: white !important;
}

.CandidatarText{
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;   
}

.Text_Black {
    color: #2B2B2B;  
}

.Uppercase {
    text-transform: uppercase;
}

.SideDivTitle{
    color: #2B2B2B;
    font-size: 30px;
    font-weight: bold;
}

.SideDivLeftTitle{
    font-size: 19px;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    
}

.CardTitleDiv{
    color: #000;
    font-size: 18px;
}

.Button_Header {
    color: #ffffff;
    background-color: #00B9CD;
    font-weight: bold;
    font-size: 1.2vw;
    text-align: center;
    min-height: 30px !important;
    border: 0px;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 5px;
    min-width: 10%;
}

.Button_White {
    background-color: #ffffff;
    color: #00B9CD;
}

.Button_Blue {
    color: #ffffff;
    background-color: #00B9CD;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    min-height: 52px !important;
    border: 0px;
    box-shadow: none;
    text-transform: uppercase;
    padding: 16px 20px;
    min-width: 120px;
    cursor: pointer;
}

 .Button:hover, .desktop a.Button:hover {
    color: white;   
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: white;
    border: none;
}

.SectionExpandable_header {
    border-bottom: none; 
}

.MainContent {
    min-height: 61vh;
    padding: 20px;
    position: relative;
    top: 80px;
}

.Global_Container_Card_No_Shadow {
    padding: 20px;
}

.Global_What_Is {
    padding: 0 20px;
}

.More_Options {
    color: #00B9CD;
    font-weight: bold;
    font-size: 16px;
}

.Global_Container_Apply_For {
    margin-top: 90px;
    background-image: url("/ANI_Public/img/sifideID.png?1655");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    padding-top: 135px;
}

.Global_Container_Apply_For.isTablet, .Global_Container_Apply_For.isPhone {
    margin-top: 90px;
    background-image: url("/ANI_Public/img/sifideID.png?1655");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    padding-top: 40px;
}

.Background_Apply_For_Second {
      padding-top: 135px;
      background-image: url("/ANI_Public/img/bg_fundo_cta.jpg?1655");
}

.Container_Image_What_Is {
    height: 100%;
}

.Container_Extra_Header {
    background-color: #00B9CD;
    text-align: left;
    position: relative;
}

.Image_Extra_Header {
    width: 90%;
    height: 520px;
}

.Image_Extra_Header.isTablet, .Image_Extra_Header.isPhone {
    width: 100%;
    height: 200px;
}

.Container_Image_Extra_Header.isTablet, .Container_Image_Extra_Header.isPhone{
    width: 100%;
    height: auto;
}

.Background_Extra_Header{
    width: 3col;
    height: 520px;
}

.Background_Extra_Header.isTablet, .Background_Extra_Header.isPhone {
    width: 100%;
    height: 380px !important;
}

.Logo_Container {
    height: 80%;
    width: 100%;
}

.Logo_Container.isTablet, .Logo_Container.isPhone {
    height: 100%;
    left: 60px;
    padding-right: 100px;
    position: absolute;
    right: 0;
    width: 100%;
}

.Public_Menu_Background {
    background-color: #00B9CD;
    height: 80% !important;
    padding: 34px 36px 28px 0px;
}

.Container_Extra_Header_Intro {
    position: absolute;
    background-color: #ffffff;
    text-align: left;
    padding: 40px 30px 20px 30px;
    right: 4%;
    top: 20%;
}

.Container_Extra_Header_Intro.isTablet, .Container_Extra_Header_Intro.isPhone {
    height: 430px;
    left: 10px;
    padding: 10px !important;
    position: absolute;
    top: 100px;
    width: 80%;
    font-size: 90%;
}

.Card_Section_Title {
    font-size: 34px;
    font-weight: bold;
}

.Card_Regulations {
    box-shadow: 2px 2px 15px 3px rgba(188, 188, 188, 0.4);
    padding: 30px;
    text-align: left;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Card_Section_Text {
    font-size: 14px;
    text-align: left;
}

.Bullet {
    height: 25px;
    width: 25px;
    background-color: #00B9CD;
    border-radius: 15px;
}

.Round_Step {
    border-radius: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #00B9CD;
    height: 60px;
    width: 60px;
    font-size: 18px;
    padding: 17px 12px 17px 12px;
}

.Bold {
    font-weight: bold;
}

.Tile_Step {
    color: #2B2B2B; 
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.Border_Card {
    padding: 0px 30px 40px 0;
    border-radius: 5px;    
    box-shadow: 2px 2px 15px 3px rgba(188, 188, 188, 0.4);
}

.linkMenuPublic {
    margin-right: 30px;
    font-size: 1.2vw;
    text-transform: uppercase;
    margin-top: 10px;
}

.Legislative_Container {
    padding: 0 50px;
}

.Column_Container {
    display: flex;
    flex-direction: column;
}

/*Block Card Title Expand*/

.TitleBlockCardDiv{
    color: #2B2B2B;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    padding: 20px 6px 20px 10px;
}

.TextBlockCardDiv{
    padding: 0 80px 0 10px;
}

.BlockCardDiv{
    padding: 20px;
    border: 1px solid lightgray; 
}

.fa-angle-down:before {
    color: #00B9CD;
}

.desktop a:hover, .desktop a:link:hover, .desktop a:visited:hover {
    color: #00B9CD;
    text-decoration: none;
}

.Label_Form_Text_Transform {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}

.Label_No_Text_Transform {
    text-transform: unset; 
    font-weight: bold;
    font-size: 14px;
}

.Label_Form.Accordion {
    color: #000000;
}

.Title_Form {
    font-size: 34px;
}

.Subtitle_Form {
    font-size: 18px;
}

.Form {
    text-align: left;
}

.Logo_Container_Portal {
    height: 80%;
    padding-top: 25px;
    background-color: #00B9CD;
}

.Legend_Color {
    color: #777777;
}

.Legend_Size {
    font-size: 9px;
}

/* Global Layout*/

.Page {
    text-align: center;
    padding: 0 90px;
    position: relative;
}

.Page phone portrait{
    padding: 0 20px !important;
    position: relative;
    text-align: center;

}

.Page tablet portrait{
    padding: 0 20px !important;
    position: relative;
    text-align: center;

}


.Logo {
    width: 100%;
    max-height: 130px;
    
}

.Menu_Global {
    width: 100%;
    height: 130px;
    
}

.Menu_Global.isTablet, .Menu_Global.isPhone {
    display: none;
}

.Header_Global {
    height: 104px;
    left: 90px;
    position: fixed;
    right: 90px;
    top: 0;
    z-index: 999;
    background-color: #00B9CD;
}

.Footer_Global{
    position: relative;
    margin-bottom: 5px;
    bottom: 0px;
    
}

.Header_GlobalPhone {
    height: 104px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 999;
    background-color: #00B9CD;
}

.Extra_Header {
    height: 100%;
}

.Extra_Header_Intro {
    display: none;
    width: 100%;
}

.Extra_Header_Intro.isTablet, .Extra_Header_Intro.isPhone {
    display: inline;
}

.Page.Form {
    padding: 0;
}

a.Header_ButtonMenu {
    margin-top: 48px;
}

.Menu_Background {
    background-color: #00B9CD;
    color: #ffffff;
    height: 100vh;
    padding: 15px;
    text-align: left;
}

.Menu_Label {
    text-transform: uppercase;
    font-size: 16px;
}

.Menu_Mobile {
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 10;
    height: 100%;
    width: 260px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

.Menu_Mobile.Opened {
    top: 0;
    left: 0;
}

.Menu_Background_Container.Opened {
    top: 0;
    left: 0
}

.Menu_Actions {
    padding: 6px;
    color: #ffffff;
}

.Menu_Background_Container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    top: 0;
    left: -100%;
    z-index: 5;
}

.Menu_Label a, .Menu_Label a:link {
    color: #ffffff;
}

.Form label {
    color: #000;
    vertical-align: top;
}

.Form input.ReadOnly:not(.Not_Valid), .Form textarea.ReadOnly:not(.Not_Valid), .Form select.ReadOnly:not(.Not_Valid) {
    box-shadow: none;
    font-size: 14px;
}

input[type="text"], input[type="password"], input[type="email"] {
    box-shadow: none; 
    font-size: 14px;
    height: 40px;
}

.Form input.ReadOnly:not(.Not_Valid):focus, .Form textarea.ReadOnly:not(.Not_Valid):focus, .Form select.ReadOnly:not(.Not_Valid):focus {
    font-size: 14px;
}

.Menu_Mobile_Form {
    position: absolute;
    left: 60px;
    z-index: 2;
}

.Menu_Mobile_Form a, .Menu_Mobile_Form  a:link {
    color: #fff;
    
}

.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, .Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, .Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo {
    display: none;
}

.Text_Align_Right {
    text-align: right;
}

.First_Line_Table {
    margin-bottom: 30px;
}

.tooltipstered {
    color: #ffdd00;
}

.desktop .TableRecords_OddLine:first-child, .desktop .TableRecords_EvenLine:first-child, .desktop .TableRecords_Header:first-child, .tablet .TableRecords_OddLine:first-child, .tablet .TableRecords_EvenLine:first-child, .tablet .TableRecords_Header:first-child {
    padding-left: 0;
}

.TableRecords_OddLine:first-child, .TableRecords_EvenLine:first-child, .TableRecords_Header:first-child {
    padding-left: 0;
}

.Extra_Header_Form {
    background-color: #00B9CD;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 20px 0;
    position: relative;
}


.Plus_Header_Form {
    position: absolute;
    right: 90px;
    bottom: -22px;
    background-color: #F6DF70;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 30px;
    text-align: center;
}

.Item_List {
    min-height: 70px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 1px 0px 10px 2px #E7E7E7;
}

.SubItem_List {
    padding: 22px 0;
}

.Border_Table {
    border: 1px solid #dadbde;
}

.Border_Top {
    border-top: 1px solid #dadbde;
}

.Border_Right {
    border-right: 1px solid #dadbde;
}

.Border_Left {
    border-left: 1px solid #dadbde;
}

.Table_Line_Padding_Bottom {   
    padding-bottom: 10px;
}

.desktop .Button:hover, .desktop a.Button:hover {
    background-color: #f6f6f6;
    border-bottom-width: 1px;
    box-shadow: none;
    color: #777777;
}

.List_Label_Form {
    font-weight: normal;
    font-size: 15px;
}

.Tabs__content.active {
    padding-bottom: 20px;
}

.Plus_Documents_List {
    border-radius: 20px;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 30px;
}

.Plus_Documents_List.Check {
    background-color: #00E7C6;
}

.Plus_Documents_List.Empty {
    background-color: #E80000;
}


select.SmartInput {
    height: 40px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    height: 40px;
    padding: 0 12px;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .Form input.ReadOnly, .Form textarea.ReadOnly, .Form select.ReadOnly {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    vertical-align: middle;
    height: 40px;
}

/* Media Queries*/

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
    .Container_Extra_Header_Intro {
        top: 12%;
    }
    .Page {
    text-align: center;
    padding: 0 20px;
    position: relative;
    }
    .Header_Global {
    height: 104px;
    left: 20px;
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 999;
    background-color: #00B9CD;
    }
    .textFooterCustom{
        font-size: 13px;
    }
    .linkMenuPublic {
        margin-right: 30px;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .Button_Header {
        color: #ffffff;
        background-color: #00B9CD;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        min-height: 30px !important;
        border: 0px;
        box-shadow: none;
        text-transform: uppercase;
        padding: 10px 5px;
        min-width: 10%;
    }    
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .Page {
    text-align: center;
    padding: 0 20px;
    position: relative;
    }
    .Container_Extra_Header_Intro {
        top: 7%;
    }
    .Header_Global {
    height: 104px;
    left: 20px;
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 999;
    background-color: #00B9CD;
    }
    .textFooterCustom{
        font-size: 13px;
    }
    .linkMenuPublic {
        margin-right: 30px;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .Button_Header {
        color: #ffffff;
        background-color: #00B9CD;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        min-height: 30px !important;
        border: 0px;
        box-shadow: none;
        text-transform: uppercase;
        padding: 10px 5px;
        min-width: 10%;
    } 
}

@media only screen and (min-width: 500px) and (max-width: 1365px) {
   .Page {
    text-align: center;
    padding: 0 20px;
    position: relative;
    }
   .Container_Extra_Header_Intro {
        padding: 35px 30px 25px 30px;
        top: 5%;
    }
    .Public_Menu_Background {
        padding: 30px 20px 20px 0px;
    }
    .DropdownMenu_First, .DropdownMenu_Second {
        width: 23%;
    }
    .Header_Global {
    height: 104px;
    left: 20px;
    position: fixed;
    right: 20px;
    top: 0;
    z-index: 999;
    background-color: #00B9CD;
    }
    .textFooterCustom{
        font-size: 12px;
    }
    .linkMenuPublic {
        margin-right: 30px;
        font-size: 1.2vw;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .Button_Header {
        color: #ffffff;
        background-color: #00B9CD;
        font-weight: bold;
        font-size: 1.2vw;
        text-align: center;
        min-height: 30px !important;
        border: 0px;
        box-shadow: none;
        text-transform: uppercase;
        padding: 10px 5px;
        min-width: 10%;
    } 
    .Columns2 > .Column.ColFirst {
    padding-left: 0;
    border-right: none !important;
    opacity: 1;
    }
    
}

.title {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #A0A0A0;
}    

.popup_padding_20 {
    padding: 20px;
}

.text-white {
    color: #ffffff !important;
}

.EditableTable thead tr th {
    padding-right: 20px;
}

.Align-Right .EditableTable td {
    text-align: right;
}

/* Tooltip **************************/

.tooltipstered {
    cursor: help;
    display: inline-block;
}

.TooltipWithCounter {
    display: block;
}

.tooltipstered.balloon {
    cursor: pointer;
}

.tooltip_style {
  background-color: #00B9CD;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
}

.tooltip_style .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    padding: 8px 10px;
}

.tooltipster-base {
    z-index: 15;
}