/*Kundenanpassungen*/
#SidebarFlap_Right {
	display:none;
}

#SidebarContainer_Right .SidebarFlap, #SidebarContainer_Right .SidebarSeparator {
    border-radius: 0px 0 0 0;
}


.globalTableSection {
    position: static;
    background-color: rgb(235, 238, 240);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 10;
    padding-top: 10px;
}

.contentArea {
    background: #ebeef0;
    padding: 0px;
    margin: 1px;
    text-align: left;
    border-width: 0px;
    border-color: #999999;
    /* border-style: solid; */
}

/*#headerWithMenu {
    background-color: #05a4a8;
}*/

.ActionPanel .buttonText, .ActionPanel .buttonIconOnly, .ActionPanel .buttonIconText {
    FONT-WEIGHT: 700;
    height: 40px;
    /* vertical-align: top; */
    padding: 5px;
    border-radius: 0px;
    background: white;
    border: 1px gainsboro solid !important;
    color: #333;
}

.button{
	font-size:1em;
	font-weight: 700;
}

.btn-primary:hover, .button:hover, .buttonText:hover {
    background: #ebfbff;
    color: #00aad2;
    /*font-weight: 700;*/
}
	
div.ViewMessagesWidget {
    padding-top: 0px; 
    padding-bottom: 0px;
    background: white;
}

div.ActionPanel button, div.ActionPanel input {
    /* margin-right: 10px; */
    /* margin-bottom: 5px; */
}

.tabControlBackground {
    BACKGROUND-color: #ebeef0;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.tabDlgArea {
    BACKGROUND-color: #ffffff;
    width: 100%;
    box-shadow: rgb(221, 221, 221) 1px 1px 8px 0px;
    border-radius: 0px 5px 5px 5px;
	padding-top: 10px;
    padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.tabArea {
    border-color: #999999;
    border-width: 0px;
    /* border-style: solid; */
    border-collapse: collapse;
    border-top-width: 0px;
    BACKGROUND-color: #ebeef0;
    width: 100%;
}

.ViewFrameTable {
    width: 100%;
    background-color: #ffffff;
    /* margin-top: 3px; */
    margin-top: 0px;
    padding: 3px;
    border: 0px;
    border-color: #999999;
    border-style: solid;
    box-shadow: rgb(221, 221, 221) 1px 1px 8px 0px;
    border-radius: 5px 5px 5px 5px;
}

input, button{
   	/*left: 0px;*/
    top: 0px;
	padding-left: 5px;
    border: 1px solid rgb(189, 189, 189);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: "Open Sans";
    font-size: 12px;
	font-weight: normal;
    color: rgb(0, 0, 0);
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
	height: 25px;
	margin-bottom: 5px;
}

.tableSortButton{
	margin-bottom: 0px;
	background-color: none;
	border: 0px;
	padding:0px;
}

.sortIcon{
	margin-bottom: 0px;
	background-color: none;
	border: 0px;
	padding:0px;
}

.ButtonCore{
	height:auto;
}

.bootstrapRoot{
	//font-size:12px !important;
}

.bootstrapRootEmulation{
	font-size:12px !important;
}

.bootstrapRootEmulation .button{
	height: auto;
	font-weight: 700 !important;
}

.bootstrapRootEmulation .btn{
	height: auto;
	font-weight: 700 !important;
}

.bootstrapRootEmulation optgroup, .bootstrapRootEmulation select, .bootstrapRootEmulation textarea{
	border-color: rgb(189,189,189);
	min-height: 28px;
	border-radius: 5px;
	color: #444;
}
	

.bootstrapRootEmulation .form-control {
    font-size: 12px;
    /*height: auto;*/
	margin:5px;
}

.form-control {
	height: 25px;
}


.bootstrapRootEmulation .BootstrapCollapsePanel>.panel>.panel-heading{
	font-size:1.2rem !important;
}

.bootstrapRootEmulation h5, .bootstrapRootEmulation .h5 {
    font-weight: 400;
    font-size: 1.2rem;
}

.tabCtrl li.selected {
    background: #ffffff;
    float: left;
    margin: 0 0 0 0;
    padding: 0 5px 0px 5px;
    /* padding: 0; */
    border-left: 1px solid rgb(216, 222, 225);
    border-top: 1px solid rgb(216, 222, 225);
    border-bottom: 0px solid rgb(216, 222, 225);
    border-right: 1px solid rgb(216, 222, 225);
    /* border-radius: 5px 5px 0px 0px; */
    /* bottom: -1px; */
    /* margin: 0 0px 0 0; */
    position: relative;
    height: 36px;
}

.tabCtrl li.notSelected {
    
    background: rgb(245, 245, 245);
    float: left;
    margin: 0 0px 0 0;
    padding: 0 5px 0 5px;
    padding: 0;	
    cursor: default;
    position: relative;
    border-left: 1px solid rgb(216, 222, 225);
    border-top: 1px solid rgb(216, 222, 225);
	border-bottom: 1px solid rgb(216, 222, 225);
    border-right: 1px solid rgb(216, 222, 225);
    /* border-radius: 5px 5px 0px 0px; */
    /* bottom: -1px; */
    height: 35px;	
	color: #252525;
}

.tabControlButton {
    background: transparent;
    border: none;
    height: 35px;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
	font-family: "Open Sans";
	font-weight: 700;
}

.tabCtrl .selected span {
    background: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    height: 35px;
}

.tabCtrl li.notSelected span {
    background: rgb(245, 245, 245);
	/*#ebfbff*/
}

table {
    border-collapse: separate;
    border-spacing: 0px;
}

#stickfollower {
    flex-grow: 1 1 0%;
    padding-bottom: 2rem;
    background-color: rgb(235, 238, 240);
}

.tableHeader, th.tableColumnHeader, th.tableColumnHeaderSortable, th.HTMLTable_SortCell {
    font-weight: bold;
    background-color: #fff;
}

.tableHeader, th.tableColumnHeader, th.tableColumnHeaderSortable, th.HTMLTable_SortCell {
    font-weight: bold;
    background-color: rgb(245, 245, 245);
}

.HTMLTableContainer .tableFooter {
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: rgb(247, 247, 247);
}

.HTMLTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 0px 0px 0px 0px;
}

.HTMLTable > tbody > tr > td:first-child, .HTMLTable > tr > td:first-child, .HTMLTable > thead > tr > th:first-child, .HTMLTable > tr > th:first-child {
    border-left-color: #CCCCCC;
	border-left: 0px;
}

.HTMLTableContainer {
    display: inline-block;
    min-width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0px 0px -0px rgba(255,255,255,0.0);
    transition: background-color .2s,box-shadow .2s;
    background-color: #f5f5f5;
}

.HTMLTableContainer a > img {
    border: 0px outset buttonface;
    padding: 2px;
    background-color: #fff;
}

div.TabPanel {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% - 10px);
}

.checkbox-inline input[type="checkbox"] {
    position: absolute;
	margin-top: -3px;
    /*margin-left: 0px;*/

}

.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 8px;
	margin-right: 10px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

/*input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}*/

input[type="radio"], input[type="checkbox"] {
    position: relative;
    display: inline-block;
    padding-left: 20px;
	padding-top: 3px;
	/*margin-bottom: 8px;*/
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

input[type="image" i] {
    height: 10px;
}

html {
    font-family: "Open Sans";
    font-size: 10px;
}

body {
	font-size: 1.2 rem;
}

#bootstrapRoot {
	//font-size: 1.0 rem;
}

td.CellGridCol0 {
    width: 15%;
    font-weight: 600;
	font-size: 12px;
}

td.CellGridCol2 {
    width: 15%;
    font-weight: 600;
	color: #252525;
	font-size: 12px;
}

td.CellGridCol1 > input {
    height: 27px;
    margin-bottom: 5px;
}

td.CellGridCol3 > input {
    height: 27px;
    margin-bottom: 5px;
}

.select2-container {

    margin-bottom: 5px;
}

.select2-container--default .select2-selection--single {

    background-color: #fff;
    border: 1px solid rgb(189,189,189);
    border-radius: 4px;
}

textarea {
	border-radius: 5px;
	font-family: 'Open Sans';
	font-size: 12px;
	border-color: rgb(189, 189, 189);
	padding-left: 5px;
	height: auto !important;
}

.btn-primary:hover, .button:hover, .buttonText:hover{
background: #ebfbff;
}

.ViewFrameTableContent .SelectionListFilterTable > tr{
margin-bottom: 5px;
}

.TileWidget .TileWidgetTitelBar {
    color: #fff;
    background-color: #0082a0;
}

.TileWidget:hover .TileWidgetTitelBar:hover {
    color: #fff;
    background-color: #47a1b5;
}

.TileWidget:hover .TileWidgetTitelBar {
	color: #fff;
	background-color: #47a1b5;
}

#bootstrapRoot.lg .HTMLTableContainer > .HTMLTable:not(.table-onDemand) .tableRow2:not(.tr-onDemand):not(.active):hover > td ,
#bootstrapRoot.lg .HTMLTableContainer > .HTMLTable:not(.table-onDemand) .tableRow1:not(.tr-onDemand):not(.active):hover > td {
	background-color:#00aad2;
}

a.dashboardTab:hover, a.dashboardTab:active, a.dashboardTab.active {
    background-color: #00819f;
	font-weight: normal;
	border: 1px solid #00647b;
	line-height: 25px;
	color: #fff;
	height: 25px;
	padding: 0px 10px 0px 10px;
}

a.dashboardTab {
    background-color: #ebfbff;
	font-weight: normal;
	border: 1px solid #00647b;
	color: #00647b;
	height: 25px;
	line-height: 25px;
	font-size: 8pt;
	padding: 0px 10px 0px 10px;
}

.funkyradio {
    background-color: #fff
}

#NavigationMenuHorContainer {
	width:89%;
}

.NavigationMenuHor .sf-with-ul {
    padding: 5px 22px 0px 8px;
}

.NavigationMenuHor ul.sf-menu>li.current ul {
    box-shadow: #ccc 2px 4px 5px 0px;
    min-width: 100%;
    border-bottom: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
	border-radius: 0px 0px 5px 5px;
}

.sf-menu {
	float:unset;
}

/* .sf-menu .current { */
/* 	float:left; */
/* } */


.sf-with-ul {
    margin-top: 0px;
}

.sf-menu #MyData,
.sf-menu #Help,
.sf-menu #GetStarted {
	float:right;
}

#Help .sf-with-ul,
#MyData .sf-with-ul,
#GetStarted .sf-with-ul {
	padding-right: 10px;
}


.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background-color: #eee;
}

.sf-menu a:hover {
    color: #666;
	font-weight: normal;with
}

.NavigationMenuHor {
	background-color: #00aad2;
}

.NavigationMenuHor .sf-menu a {
    border: none;
    color: #666;
}

.sf-with-ul:hover, div>ul>li.current.sfHover>.sf-with-ul {
    font-weight: bold;
}

#HeadLogo .IconWidget{
	width: auto;
	height: 40px;
}

#navigationSymbolQamaas{
	width: auto;
	height: 40px;
	margin-top: -3px;
}

#navigationSymbol{
	margin-top: 0px;
}

.StandardViewMenuHorContainer {
    width: 100%;
    margin-bottom: 0px;
}


.TrainingProductSelectionCategoryContainer .TrainingProductSelectionCategory {
    padding: 2.5rem 1rem 2.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 1rem;
    text-align: center;
    background: white;
}

/*.TrainingProductSelectionCategoryContainer .TrainingProductSelectionCategoryCustom {
    padding: 2.5rem 1rem 2.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 1rem;
    text-align: center;
	background: white;
}*/

.TrainingProductSelectionCategoryContainer .TrainingProductSelectionCategorySelected {
    background-color: #00aad2;
    color: #fff;
}

.TrainingProductSelectionCategoryContainer .TrainingProductSelectionCategory:hover {
    box-shadow: 0 10px 8px -3px rgba(0,0,0,0.1);
    cursor: pointer;
    background: #00aad2;
	color: white;
}

/*.TrainingProductSelectionCategoryContainer .TrainingProductSelectionCategoryCustom:hover {
    box-shadow: 0 10px 8px -3px rgba(0,0,0,0.1);
    cursor: pointer;
	background: #00aad2;
}*/

.TrainingProductSelectionCategoryDisplayContainer .VirtualClassroomTrainingProductSelectionProduct {
    width: 100%;
    overflow: hidden;
    margin-bottom: .5rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: box-shadow .2s;
    box-shadow: 0 8px 8px -8px rgba(0,0,0,0.1);
    position: relative;
    background: white;
}

.TabPanelUseCaseCreateTrainingProductSelectionType {
    width: 15%;
    font-weight: 600;
    font-size: 12px;
    background: white;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    box-shadow: rgb(221, 221, 221) 1px 1px 8px 0px;
}

a:hover {
    text-decoration: none;
    color: #dc742a;
}

#LogonJSP form .FieldLabel, #LogonJSP form .btn:not(.dropdown-toggle), #LogonJSP form .DataTableActionTopButton:not(.dropdown-toggle), #LogonJSP form .DataTableActionRowButton:not(.dropdown-toggle), #LogonJSP form .button:not(.dropdown-toggle), #LogonJSP form .buttonText:not(.dropdown-toggle), #LogonJSP form .dropup {
    margin-top: 1.5rem;
    height: 40px;
}

#LogonJSP #TestUserDropdown #TestUserDropdownButton {
    width: 100%;
    height: 40px;
}

/*.btn-primary, .button, .buttonText {
    color: #fff;
    background-color: #00aad2;
    border-color: #0095b9;
    height: 40px;
	font-weight: 700;
} -> ersetzt durch die folgenden zwei Specs*/


.btn, .button, .buttonText  {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

.btn-primary:not(), .button, .buttonText {
    color: #fff;
    background-color: #00aad2;
    border-color: #0095b9;
    font-weight: 700;
	/*padding-top: 0px;
	padding-bottom: 0px;*/
}
	 
.btn-primary:not(.BootstrapButtonFontAwsomeToggle, .dashboardTab, .DataTableActionTopButton), .button, .buttonText {
    height: 40px;
	font-weight:700;
}

.BootstrapButtonFontAwsomeToggle {
	height: 33px;
}


/*HIER WEITER #########################*/
.select2-selection {
    height: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	border-color: rgb(189, 189, 189) !important;
	margin-top: 1px;
}

.select2-selection .select2-selection__arrow {
	padding-top: 2px !important;
}

.select2-selection.VMDropdownToggleContainer {
    background-color: #fff;
    border-radius: 0;
    height: 40px;
    margin-right: 5px;
	padding-right: 10px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.select2-selection.VMDropdownToggleContainer {
    font-weight: 700;
    padding-top: 15px;
}

.TileWidget .TileWidgetFooter .TileWidgetFooterActions .btn {
    border-left: none;
	height: 40px;
}

table.dataTable tr.odd {
    background-color: #f8f8f8;
}

.bootstrapRootEmulation .btn-default, .bootstrapRootEmulation .DataTableActionTopButton, .bootstrapRootEmulation .DataTableActionRowButton {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    height: 33px;
}

.DataTableActionTopButton {
    height: 26px !important;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.bootstrapRootEmulation .MatrixWidgetWrapper .MatrixWidget .ActionPanelCell .ActionPanel .LeftActions {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 10px;
}

/*.bootstrapRootEmulation .btn-primary:active, .bootstrapRootEmulation .button:active, .bootstrapRootEmulation .buttonText:active, .bootstrapRootEmulation .btn-primary.active, .bootstrapRootEmulation .active.button, .bootstrapRootEmulation .active.buttonText, .open>.bootstrapRootEmulation .btn-primary.dropdown-toggle, #bootstrapRoot.xs .bootstrapRootEmulation #NavigationMenuBar .dropdown>.bootstrapRootEmulation .btn-primary.dropdown-toggle, .open>.bootstrapRootEmulation .dropdown-toggle.button, #bootstrapRoot.xs .dropdown>.bootstrapRootEmulation #NavigationMenuBar .dropdown>.bootstrapRootEmulation .dropdown-toggle.button, .open>.bootstrapRootEmulation .dropdown-toggle.buttonText, #bootstrapRoot.xs .dropdown>.bootstrapRootEmulation #NavigationMenuBar .dropdown>.bootstrapRootEmulation .dropdown-toggle.buttonText {
    color: #fff;
    border-color: #ccc;
    height: 33px;
}*/

#indexFooter {
    text-align: center;
    visibility: hidden;
}

.ui-widget-header {
    border: 0px solid #00aad2;
	background: #00aad2;
	color: #fff;
    font-weight: bold;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider-tick-label {
    font-size: 12px;
}

.groupLine {
    height: 0px;
    color:  white;
}

.TabMainData > tbody > tr > td.CellGridPanel, div > .TabMainData > tr > td.CellGridPanel {
    padding: 5px;
}

.RowGridPanel > td > input {
	margin: 0x; 
}


.TextFieldCore {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.2rem;
	border-color: rgb(189,189,189);
}

.TextFieldCoreReadonly, .NumberFieldCoreReadonly {
   	left: 0px;
    top: 0px;
	padding-left: 5px;
    border: 1px solid rgb(189, 189, 189);
    background-color: rgb(235, 238, 240);
    border-radius: 5px;
    font-family: "Open Sans";
    font-size: 12px;
    color: rgb(0, 0, 0);
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
	//height: 25px;
	margin-bottom: 5px;
}

.welcomeVideo {
    display: block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
}

.ViewEcadiaSplashScreen {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgb(189, 189, 189);
	padding:10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ccc;
    background: #ebfbff;
    color: #333;
}

#MainActionForm > table:nth-child(9) > tbody > tr > td:nth-child(2) > ul > li:nth-child(4){
    font-weight: 700;
    //text-align: left;
    color: #666;
    padding-top: 10px;
}

.tableRow2:hover {
	background: #ebfbff;
}


#MainActionForm > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr > td {
	font-size: 10px;
	padding: 0px;
	height: 10px;
}

#MainActionForm > table > tbody > tr > td > div > table > tbody > tr > td > table > tbody > tr >  td> label >input{
	height: 10px;
	margin: 0px;
}

.ViewFrameTable.SelectionListView {
    padding-left: 10px;
    padding-right: 10px;
}

label > span.buttonText {
	height: 15px;
}

span.group-span-filestyle > label.btn-primary {
	height: 33px;
}

#ETabDlgCPartnerGeneral > div > div > div > div > div > div:nth-child(4) > div > div.panel-body > table > tbody > tr > td.CellGridPanel.CellGridCol1 > input {
	height: 33px;
}

.SidebarFlap.AlwaysVisible:hover {
    background-color: #00aad2;
}

.sidebarHead {
	display: none;
}

.SidebarContent .Column {
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.SidebarContent .TileWidget {
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
	border: none;
	word-wrap: break-word;
}

#SidebarWrappedWidget_Right div.appBoxInnerContentNoButton {
    padding: 0px;
}

#SidebarWrappedWidget_Right div.innerWrap {
    width:100%;
}


#SidebarWrappedWidget_Right div.ui-sortable {
    height:100%;
}

.TileWidget:hover .TileWidgetTitelBar:hover {
    color: #fff;
    background-color: #aaa;
	border: none;
}

.TileWidget:hover .TileWidgetTitelBar {
    color: #fff;
    background-color: #aaa;
	border: none;
}

.TileNews .newsItem {
    border: 1px solid #eee !important;
    padding: 20px;
    margin-bottom: 10px !important;
}

.TileWidget {
    border-color: #0082a0;
}

.TileWidget:hover {
    box-shadow: none;
}

.TileWidgetTitelBarTitel {
    font-size: 1.2rem;
    text-transform: uppercase;
}

/*@media (min-width: 1200px)*/
div.bootstrapRoot > #EcadiaContentContainer {
    width: 100%;
    background: white;
	padding: 10px;
}

.gs-navi {
	border-right: #ccc 1px solid;
	margin-right: 10px;
}

.gs-navi-row {
	background: #ebfbff;
	height: 60px;
	border-radius: 5px;
	//margin-bottom: 20px;
	width:100%
}

.gs-navi-item {
	//background: green;
}

.gs-navi-button-container {
}

.gs-navi-batch-container {
	margin-top: auto;
	margin-bottom: auto;
}

.gs-navi-button {
	background: transparent;
	border: 0px;
	height: 100%;
	width: 100%;
	font-size: normal !important;
	font-weight: 700 !important;
	text-align: left !important;
	color: #666 !important;
}

.gs-navi-button:focus {
	border: 0px !important;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 0px !important;
	outline: none !important;
}

.gs-navi-button:active {
	border: 0px !important;
	box-shadow: rgb(221, 221, 221) 0px 0px 0px 0px !important;
	outline: none !important;
}

.gs-navi-batch {
	background: #00aad2 !important;
	float: right;
}

.gs-navi-card {
	margin-bottom: 20px;
}

.gs-navi-card-body {
	background: #ebfbff;
	height: 35px;
	border-radius: 0px 0px 0px 0px;
	width:100%;
	margin-left: -15px;
	padding-left: 35px;
	font-size: small !important;
	font-weight: normal !important;
	color: #666 !important;
}

.gs-navi-card-body:active {
	border:0px;
}

.gs-navi-card-body > a {
	color: #666;
}

.gs-navi-card-body > a:active {
	color: #666 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}


.gs-navi-card-body > a:hover {
	color: #666 !important;
	font-weight: 700 !important;
	text-decoration: none !important;	
}

.gs-navi-card-header{
	background: #ebfbff;
	height: 60px;
	border-radius: 5px 5px 0px 0px;
	width:100%;
	font-size: large !important;
	text-align: left !important;	
}

.gs-navi-card-element-show {
}

.gs-navi-card-element-hidden {
}

#GetStarted > a {
	border: 1px solid;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-weight: normal;
    margin-right: 10px;
}



#GetStarted:hover {
	background: transparent;
}

.getstartedrow {
	flex-flow: row nowrap !important;
}

#Help > a:hover, #Help > a:active, #Help > a:focus {
	background: #00aad2 !important;
	background-color: #00aad2 !important;
}

#Help:hover, #Help:active, #Help:focus {
	background: #00aad2 !important;
	background-color: #00aad2 !important;
	transition: none !important;
	webkit-transition: none !important;
}

#Help > a > img {
    filter: invert(0%);
}

#Help > a > img:hover, #Help > a > img:active, #Help > a > img:focus {
    filter: invert(0%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00aad2;
}

.selection > .ReportGenerationMenuContainer{
    height: 40px !important;
    padding-top: 9px !important;
    text-align: center;
    border-radius: 0px !important;
	border: 1px solid #dcdcdc !important;
	color: #333;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

.selection > .ReportGenerationMenuContainer:hover{
    background: #ebfbff;
    color: #00aad2;
}

.ReportGenerationMenuContainer > .select2-selection__arrow{ 
	padding-top: 15px !important;
}


#logonUsername {
	height:40px;
}

input[name="password"] {
  height:40px
}

form[name="Logon"] > span {
  height:20px !important;
}

.ProcessNavigationRow > div > .ProcessNavigationButton {
	width: 150px !important;
}

.ProcessNavigationRow > div {
	text-align: center;
}

.buttonIconOnly {
    padding: 2px !important;
    background-color: #fff !important;
    min-width: 16px;
    min-height: 16px;
    border: 0px solid rgb(0, 170, 210) !important;
}

.buttonIconOnly:hover {
    background-color: #ebfbff !important;
	cursor: pointer;
}

.input-group-btn {
	margin-left: 5px;
}

.dropArea {
	border: 1px solid rgb(189,189,189) !important;
	border-radius: 5px !important;
}

.dropArea > input {
		border: 0px;
}

.PanelCore.AsyncJobProgressWidget {
    padding: 10px;
    box-sizing: border-box;
    display: block;
    background: white;
    margin-bottom: 10px;
    border-radius: 5px;
	box-shadow: rgb(221, 221, 221) 1px 1px 8px 0px;
}

.AsyncJobProgressWidget_ProgressBar_Background {
    padding-top: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    background-color: #DC742A;
}

.ViewPanel_ViewPanelQamaasImport > table.GridPanel {
	background: white;
	padding: 10px;
    border-radius: 5px;
	box-shadow: rgb(221, 221, 221) 1px 1px 8px 0px;	
}

#DataTable_TileTransferRunsDataTable {
	margin-bottom: 30px;
}


#EcadiaMainNavigationSection {
	box-shadow: none;
}

#EcadiaHeaderSection {
	box-shadow: none;
}

#bootstrapRoot.lg #EcadiaHeader {
	height: 6.0rem;
	
}

#EcadiaHeader {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

body:not(.xs) .NavigationWidget:not(.SideMenuNavigationWidget) .navbar-nav>li>a {
	font-size: 1.6rem;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}
}

.ViewFrameTable.SelectionListView .SelectionListFilterTable tbody>tr:not(last-child)>td {
	margin-right: 5px;
}
	
.ViewFrameTable.SelectionListView .SelectionListFilterTable tbody>tr:not(last-child)>td .form-control {
    
    display: inline-block;
    height: 28px;
    border-radius: 4px;
	border-color: #ccc;
}	
	
.dropdown-menu>li>*:not(ul):not(.LazyWidget) {
    font-size: 1.4rem;
}	
	
.navbar-default {
	background-color: #d8dee1;
}

.navbar {
	min-height: 30px;
}

/*.DataTableActionTopButton {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}*/

.ListWidget {
	list-style: none;
}

.DialogWithIFrameURL .IFrameOfDialogWithIFrameURL {
    border: 0px;
}
	