﻿@import "ContentPanel.css?7";
@import "playcourse.css?7";
/**
@import "../skins/RFI/css/rfi.css";
**/
html
{
    position: relative;
    height: 100%;
}
body
{
    position: relative;
    height: 100%;
	margin: 0px;
	padding: 0px;
}

body, table, td, button, input, select, option, textarea
{
	font-size: 12pt;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
hr
{	
	color: #639dbf;
	background-color: #639dbf;
    border: 0px solid transparent;
	height: 1px;	
	
}
form
{
	margin: 0px;
	padding: 0px;
}
#header
{
    display: block;
    border-bottom: 1px solid #639dbf;
    background-color: #639dbf;
    margin-bottom: 15px;
}
#headerlogo1
{
    float: left;
    height: 60px;
    width: 175px;
    background-color: #ffffff;
	background-image: url('../img/layout/LOGO-SCS-Consultancy.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#headerlogo2
{
    float: right;
    height: 60px;
    width: 175px;
    background-color: #ffffff;
	background-image: url('../img/layout/iata-accredschool-rgb.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

}
#bodywidth
{
    min-height: 90%;
    min-height: calc(100% - 200px) ;   
}
footer.pagefooter
{
    background-color: #eee;
    text-align: right;
    font-size: smaller;
    border-top: 1px solid #639dbf;
    padding: 1.5em 1.5em;
    margin-top: 1em;
}


.contentPanel
{
	margin: 0px 4px 4px 0px;
}

.dialog
{
	text-align: left;
}
/**
.listview div
{
	line-height: 20px;
}
**/
fieldset
{
	padding: 0 5px 5px 5px;
	margin: 5px;
}
legend
{
	margin: 0 0 10px 0;
}
table.editgrid
{
    border-spacing: 0;
    min-width: 400px;
    width: 100%;
}
.n
{
	vertical-align: top;
	text-align: right;
	padding: 6px;
}
.editgrid .v
{
    padding: 1px;
    width: 65%;
}
.editgrid .n
{
    width: 35%;    
}
.editgrid .v input:not(type)
{
    padding: 1px;
    width: 65%;
}
.clientMessageDiv
{
	position: absolute; 
	left: 30%; 
	top: 30%; 
	width: 400px; 
	border-color: #000; 
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	z-index: 150;
}
.clientMessageDivInner
{
 background-color: #ccc; 
 border: 1px solid #fff;
}
.clientMessageDivTitle
{
	background-color: #ff9900;
	padding: 2px 5px 3px 5px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.clientMessageDivContent
{
padding: 8px;
text-align: center;
}
.clear
{
	clear: both;	
}

a,
a:hover
{
	color: #639dbf;
}
.panel
{
    position: relative;
    margin-bottom: 1em;
}
.panel.collapsed > .panel-body
{
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    padding: 0 15px;
}
.panel .panel-toggle
{
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    color: #639dbf;
    opacity: 0.5;
    font-size: 1.5em;
    line-height: 1;
    cursor: pointer;
}
.panel .panel-toggle:hover
{
    opacity: 1;
}
.panel .panel-toggle:after
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f139";
    
}
.panel.collapsed .panel-toggle:after
{
    content: "\f13a";
    
}

.panel .contentPanelHeaderAdditional
{
    position: absolute;
    top: 0.75rem;
    right: 4rem;
}




/***** BOOTSTRAP OVERRIDES *****************/
body .btn-primary {
    color: #fff!important;
    background-color: #639dbf!important;
    border-color: #639dbf!important;
}
body .btn-primary:hover {
    background-color: #508090!important;
}
body .text-primary
{
    color: #639dbf!important;
}
body .bg-primary
{
    background-color: #639dbf!important;
    color: #fff!important;
    
}
body .border-primary
{
    border-color: #639dbf!important;
}
body .btn-default
{
    color: #639dbf;    
}