﻿/*************************************************************************************/
/*Only site wide CSS belongs here.  Typically you'll want to add things to page specific css files.*/

/*************************************************************************************/

/* Base page layout */

body {
    background-color: currentColor;
    font-family: Segoe, "Segoe UI", Tahoma, Lucida Grande, Arial, sans-serif;
    font-size: medium;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

html, div, map, dt, isindex, form, header, aside, section, section, article { display: block; }

footer {
    background-color: darkslategray;
    bottom: 0;
    color: #E1E1E1;
    height: 35px;
    left: 0%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.page {
    float: right;
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0;
    text-align: center;
    width: 100%;
    width: 100%;
}

/* Title bar */

header a {
    color: White;
    text-decoration: none !important;
}

#userIdentity {
    color: #AAAAFF;
    float: left;
    padding-right: 5px;
    padding-top: 4px;
}

.config_on {
    background: #fafafa !important;
    border: 1px solid #888;
    border-bottom: 0px;
}

nav h3 {
    color: #333;
    padding-top: 10px;
    text-align: right;
    text-decoration: underline;
}

nav ul {
    /*position:absolute;*//*top:40px;*/
    color: #5e5e5e;
    list-style-type: none;
    margin: 0px;
    padding: 0px; /*font-size:15px;*//*width:100%;*/
}

nav li:hover { color: #fefefe; }


nav li.nav_selected {
    background-color: White;
    box-shadow: -3px -3px 3px #999, -3px 3px 3px #999, 0px -3px 3px #999, 0px 3px 3px #999;
    color: #5e5e5e;
    font-weight: bold;
}


/*************************************************************************************/
/* Section div (Content area) */

section {
    height: 18px;
    width: 100%;
}

/* Banner bar */

#main {
    overflow-y: scroll;
    width: 100%;
}

/*************************************************************************************/
/* Header Text */

h1, h2 { color: Orange; }

/*************************************************************************************/
/* Grid Styles */

table { border-style: none; }

table thead {
    background-color: #555555;
    color: White;
}

table thead a { color: White; }

/*************************************************************************************/
/* Editor styles */

.editor-container {
    float: left;
    min-height: 37px;
    width: 300px;
    width: 300px;
}

.error-field {
    float: left;
    padding-left: 155px;
    padding-top: 5px;
    width: 140px;
}

.editor-label {
    float: left;
    font-weight: bold;
    height: 24px;
    padding: 4px;
    width: 140px;
}

.editor-field {
    float: left;
    height: 24px;
    padding: 4px;
    width: 140px;
}

.editor-field input[type='text'], .editor-field input[type='password'] { width: 120px; }

/*************************************************************************************/
/* Validators */

.validation-summary-valid {
    color: Red;
    font-size: smaller;
    min-height: 0px;
}

/*************************************************************************************/
/* Loading */

#loadingWrapper {
    background-image: url('/Content/themes/base/Images/transparent_background.png');
    background-repeat: repeat;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 190000000;
}

#loading {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 15px #333;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    padding: 10px 20px 10px 10px;
    position: absolute;
    top: 0;
    top: 50%;
    z-index: 200000000;
}

#loading span {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

#loading img { height: 24px; }

input::-ms-clear { display: none; }

input[type="text"], input[type="password"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 5px;
}

.input-error { border: 1px solid #FF0000 !important; }

.User-Error-Message {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: silver 1px solid;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #333;
    font-size: larger;
    font-weight: bold;
    margin: 20px;
    padding: 50px;
    text-align: center;
    vertical-align: middle;
}

.User-Error-Message > img {
    margin: 3px;
    vertical-align: middle;
}

.User-Error-Message-Details { text-align: left; }

.bread-crumb {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.bread-crumb li { display: inline; }

.bread-crumb-item-disabled {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

#searchWorldWide, #createProposal {
    background: url(/Content/Themes/base/Images/gradients/left_courses_menu_but.png) no-repeat right;
    border: 1px solid lightgrey;
    border-bottom: 1px solid #C3C3C3;
    color: #2b2b2b;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    margin: 0px 0 0px 0px;
    padding: 15px 10px 12px 10px;
    position: relative;
    width: 125px;
}

#searchWorldWide:Hover, #createProposal:Hover {
    background-color: #E9E7E7;
    background-image: none;
    text-decoration: none;
}

#searchWorldWide img, #createProposal img {
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
}

#actions {
    float: right;
    margin: 6px 6px 4px 0;
    right: 0px;
    top: 0px;
}


.g-copy { background-position: -2px -143px; }

.g-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    text-indent: -3333px;
    vertical-align: middle;
    width: 16px;
}

.g-view {
    background-position: -20px -143px;
    display: inline-block;
    height: 17px;
    text-indent: -10000px;
    width: 27px;
}

div.clear_both { clear: both; }

/*************************************************************************************/
/* Header Text */

h2 {
    border-bottom: 1px solid #ccc;
    font-size: larger;
    margin: 0px;
    padding-bottom: 5px;
    position: center;
}

h3 {
    color: #3babe9;
    font-size: large;
    margin-bottom: 2px;
    margin-top: 2px;
}

h4 { color: #3babe9; }

/*************************************************************************************/
/* Editor styles */

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

/*************************************************************************************/
/* Validators */

.validation-summary-errors {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: Red;
    font-size: smaller;
    margin-bottom: 10px;
    padding: 5px 0;
}

.validationMessage {
    color: red;
}


/*************************************************************************************/
/* Toolbar Icons */

.ListView {
    /* IE9 */
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#bbbbbb')";
    /* IE10 */
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #bbbbbb));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
    border-right: 1px solid Gray;
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#bbbbbb');
    float: left;
    margin: 6px;
    padding: 6px;
    width: 200px;
}

.ListView a, .ListView a:visited { color: Black; }

#LogOn input[type='password'] {
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    /* IE9 */
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff')";
    -o-border-radius: 8px;
    -o-box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    /* IE10 */
    background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 38%, rgb(230, 230, 230) 59%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 38%, rgb(230, 230, 230) 59%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 38%, rgb(230, 230, 230) 59%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(220, 220, 220)));
    /* Opera */
    background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 38%, rgb(230, 230, 230) 59%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%);
    border: 0px!important;
    border-color: transparent;
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgb(0, 0, 0) inset;
    color: #666;
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff');
    float: right;
    height: 25px;
    margin: 0px;
    padding: 5px 20px;
}


/* Header Bottom */

.Modules:hover {
    background: #585858 !important;
    cursor: pointer;
}

.Modules a:hover { text-decoration: none !important; }

.process-window {
    padding: 10px;
    text-align: center;
}


li.t-item { border-radius: 0px !important; }

#search-filters-form > h4 { margin-top: 5px; }

.search-filters-form-wrapper {
    overflow: auto;
}


/***********************  Popup Styles **********************/

.popup-window {
  display: none;
}

.popup-mask {
  background-color: black;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.popup-holder {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 600px;
	left: 50%;
	margin-left: -150px;
	margin-top: -300px;
	position: fixed;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	z-index: 10000;
}

.popup-details {
	border: 1px solid #2a77d4;
	box-shadow: 2px 2px 3px 0 black;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-header {
	background: #3b77e3 none repeat scroll 0 0;
	border-bottom: 1px solid #4d4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 5px 10px;
	text-align: left;
	z-index: 10000;
}

.popup-header > div {
  color: white;
  font-size: medium;
  font-weight: bold;
}

.popup-form {
	background-color: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 100%;
	z-index: 10000;
}

.popup-form > #WarningStatement {
  color: black;
  font-size: medium;
  font-weight: bold;
  padding-bottom: 6px;
}

.popup-form > div {
  color: black;
  display: block;
}

.popup-footer {
  background-color: #ededed;
  border-top: 1px solid #97b3d4;
  padding: 10px;
  text-align: left;
}

