/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html { 
  /* background: url(../images/bgr.jpg) no-repeat center center fixed !important; */ 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
    font-size:12px !important;
}

*:focus {
    outline: 0;
}

a {
	color: #0A638D;
	text-decoration: none;
    outline:0 !important;
    font-weight:bold;
}

a:hover {
	color: #000;
    outline:0 !important;
}

a:active, a:focus {
    outline:0 !important;
}


.main,
.container > header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
 
.main { padding:10px; margin-bottom:80px; }

.container > header {
	color:#fff;
	background-color: #000;
}

.container > header h1 {
	font-size: 11px;
	line-height:70px;
	margin: 0;
	float: left;
	font-weight: 700;
	color:#fff;
    text-transform:uppercase;
}

    .container > header img {
        float: left;
    }

.container > header span {
    float:left;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 0 0 20px;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.main > section {
	max-width: 260px;
	width: 90%;
	margin: 0 auto;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}

 h2, .groupTitle {
    font-size: 11px;
	line-height:30px;
	font-weight: 700;
	color:#fff;
    text-transform:uppercase;
    height:30px;
    background-color:#4F4F4F;
    padding-left:10px;
    margin-bottom:5px;
}

.groupTitle {
    padding: 5px;
    display:block;
    color:#fff !important;
}

.footer {
    height:30px;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background-color:#fff;
}

.menubutton {
	border: none;
	background: #000;
	color: #fff;
	display: block;
	width: 40px;
	cursor: pointer;
	font-size: 0.8em;
    float:right;
    right:200px;
    position:absolute;
    top:20px;
}

.menubutton:hover {
	background: #000;
	color:#fff;
}

.menubutton.active {
	background: #000;
}

.menubutton.disabled {
	background: #aaa;
	pointer-events: none;
}
.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.userInfo { 
    font-size:10px; 
    float:right;
    margin-right:40px;
}
.userInfo span {
    padding:0 5px 0 5px !important;
    } 

.commandItems {
    padding:5px;
}

.commandItems i {
    padding-left:15px;
    }

.stage1 { background-color:#47a3da !important;}
.stage2 { background-color:#118100 !important;}
.stage3 { background-color:#ff6a00 !important;}
.stageGreen {
    background-color: #118100 !important;
    color: #fff;
    font-weight:bold; }
.stageRed { background-color:#960303 !important;
            color:#fff;
            font-weight:bold;
}

.detailedView { 
    margin:10px;
    border:none;
}

.detailedView td, .detailedView tr { border:none; padding:10px; } 

.popupHeaders {
    height:60px;
    line-height:60px;
    color:#fff;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    background-color:#0A638D;
    padding-left:15px;
}

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font-size:12px !important;
}

.RadGrid_Bootstrap .rgGroupHeader>td {
    height:20px !important;
}
.RadDockZone { border:none !important;}
.spanDividers {
    padding:0 10px 0 10px;
}

.RadComboBox_Bootstrap {
  font-size: inherit !important;
  font-family: inherit !important;
}
.formLeftColumn {
    width:155px;float:left;
}
.formLeftColumn .RadButton {
    margin:2px !important;
}
.formRightColumn {
    width:910px;float:left;padding-left:30px;
}
.formPanel {
    margin:10px 0 50px 0;
}
.formRadPageView {
    padding:10px;
}
.formInnerColumn {
    width:430px;float:left;
}
.formWarningMsg {
    color:#ff0000;
    text-align:center;
}

.formGroupTitle {
    display:block;
    padding:10px 0 10px 0;
    font-weight:bold;
}

.riSingle  {
    padding:5px 0 5px 0 !important;
    margin-right:5px !important;
}

.Bootstrap.reWrapper, .Bootstrap.RadEditor .reContentCell, .Bootstrap.reColorPicker, .Bootstrap.reInsertTable, .Bootstrap.reDropDownBody {
    margin:5px 0 5px 0 !important;
}
.RadComboBox_Bootstrap {
    margin-right:5px;
}

.rscLinkImg, .rscLink { 
    display:block; 
    overflow:hidden; 
    text-decoration:none; 
    width:100px; 
    color: #333;
    background-image: linear-gradient();
    height: 30px;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-position: 0 0;
    border-radius: 4px;
    line-height:30px;
} 

.radGridButtons { 
    display:block; 
    overflow:hidden; 
    text-decoration:none; 
    color: #fff;
    background-image: linear-gradient();
    height: 25px;
    border-width: 1px;
    border-style: solid;
    background-color: #c10435;
    border-color: #c10435;
    background-position: 0 0;
    border-radius: 4px;
    line-height:25px;
    margin:3px;
} 

.validErrorMsg {
  padding: 10px;
  color: #960303;
}

input[type="checkbox"]{
    -webkit-appearance: checkbox;
    }

    input[type="radio"]{

    -webkit-appearance: radio;

    }

#wrapper .RadButton {
  margin: 5px 0 5px 0 !important;
}

.RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
  font: 12px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.loginForm {
    width:450px;
    margin:0 auto;
}

fieldset { border:none; }
legend { color:#000; font-weight:bold; text-transform:uppercase; font-size:15px; }

.hidden { display:none; }
.pageTitle {
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#0A638D;
    padding:10px;
    font-size:14px;
}
.RadPanelBar .rpItem {
    /*color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#c10435 !important;
    padding:10px;
    font-size:14px;*/
}

.RadGrid_Bootstrap .rgRow>td, .RadGrid_Bootstrap .rgAltRow>td {
    padding:0 0 0 10px !important;
}

/*.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
    height:25px !important;
    line-height: 25px !important;
}*/

.MyGridClass .rgDataDiv
{
height : auto !important ;
}

.RadPanelBar_Bootstrap .rpLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    font-size:13px !important;
}

.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
    height:23px !important;
}

.RadPicker_Bootstrap .rcCalPopup {
      background-position: -10px -4214px !important;
}

.RadPanelBar_Bootstrap .rpLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    line-height:27px !important;
}

.RadPanelBar_Bootstrap .rpExpandable .rpExpandHandle, .RadPanelBar_Bootstrap .rpExpandable.rpDisabled:hover .rpExpandHandle {
    margin-top:7px !important;
}

.RadMenu_Bootstrap .rmGroup .rmLink {
  font-weight: normal !important;
  font-size: 13px !important;
}

.alignRight {
    float:right;
    right:10px;
}

.linkButton {
    color:#fff;
    font-family: 'Lato', Calibri, arial !important;
  font-size: 11px;
  line-height: 20px;
}
.linkButton a:hover { 
    color:#fff;
}

.RadGrid_Bootstrap .rgMasterTable .rgSelectedCell, .RadGrid_Bootstrap .rgSelectedRow>td, .RadGrid_Bootstrap td.rgEditRow .rgSelectedRow, .RadGrid_Bootstrap .rgSelectedRow td.rgSorted {
    background:#FFE79C !important;
    color:#000 !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding:5px !important;
}

.RadGrid_Bootstrap .rgSelectedCell a, .RadGrid_Bootstrap .rgSelectedRow a {
  color: #000 !important;
}

.RadGrid_Bootstrap a {
  color: #c10435 !important;
}

.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
  background-color: #FFE79C !important;
  border: 1px solid #ccc !important;
}

.RadListBox_Bootstrap .rlbItem.rlbSelected {
background-color:#c10435 !important;
}

.RadGrid_Bootstrap .rgFilterBox {
    height: 22px !important;
}

.RadGrid_Bootstrap .rgFilter {
    width: 23px !important;
    height: 22px !important;
    background-position: -15px -4513px !important;
}

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
  font: 11px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.RadGrid_Bootstrap .rgPagerCell {
  font: 11px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.RadComboBox_Bootstrap .rcbInput {
    font-size: 12px !important;
}

.TileLinkMenu {
    background-color:#963d93;
}
.TileLinkMenu a { 
    color:#fff;
}

.TileLinkMenu a:hover {
    color:#f1f1f1;
}

.logSection {
    color:#fff;
    margin:5px 0 5px 0;
    padding:10px;
    display:block;
    background: rgba(10, 99, 141, 0.5);
}

.RadEditor .reContentArea {
    font-size:12px;
}

.boldText { font-weight:bold; }

.helpButtons { margin:0 5px 0 5px; display:inline; }


 
/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}
 
.exampleRadComboBox.RadComboBoxDropDown .rcbHeader {
    padding: 5px 27px 4px 7px;
}
 
.rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}
 
.col1,
.col2,
.col3 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 30%;
    line-height: 14px;
    float: left;
}
 
 
/** Multiple rows and columns */
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 195px;
}


.RadComboBoxDropDown .rcbList > li {
    font-size:10px;
}

html .RadTile.RadTile_Simple h6.rtileTitle {
    color: #fff !important;
}

html body .RadInput_Metro .riTextBox, html body .RadInputMgr_Metro {
    border-color:#ccc !important;
}

.Metro.reWrapper, .Metro.RadEditor .reContentCell, .Metro.reColorPicker, .Metro.reInsertTable, .Metro.reDropDownBody, .Metro.reCustomLinks a:hover {
    border-color:#ccc !important;
}

.AutoHeight  
{  
    height: auto !important;  
}  

.GroupSelectionRow {
    background-color:#c7dee6 !important;
    padding:5px !important;
}

a.GroupSelectionOrButton{
    color:#aaa !important;
}

.linkGroup { display:inline;}

.backPage { width:100%; text-align:right;}

.linksSupplemental { display:block !important; margin:3px 0 3px 0;}

.haveCommentsColor { color:#ff6a00 !important;}

.AutoHeight  
{  
    height: auto !important;  
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    white-space:nowrap;
}

.HeaderStyle
{
    white-space:nowrap;
}

.AlternatingRowStyle
{
    white-space:nowrap;
}

.RowStyle
{
    white-space:nowrap;
}

 .RadMenu {
    padding-top:10px;
    z-index:100 !important;
}
.RadMenu_Glow .rmHorizontal .rmItem {
    background-color: #000;
    color: #fff;
    height:auto !important;
    padding:3px !important;
    font-family: 'Lato', Calibri, Arial, sans-serif !important;
    font-size: 11px !important;
}

.RadMenu_Glow .rmHorizontal .rmItem a:hover {
    color:#fff !important;
}

.RadMenu_Glow .rmRootGroup.rmHorizontal {
    border:0;
}

.RadMenu_Glow .rmHorizontal .rmRootLink .rmText {
    padding-top: 5px !important;
    color: #fff;
}

.rmRootLink.rmSelected .rmText {
    padding-top: 5px !important;
}

.RadMenu_Glow .rmRootGroup {
    background-color: #000 !important;
    border:none !important;
}

.RadMenu_Glow .rmRootGroup {
    border: none !important;
    background-color: #000 !important;
    background-image: linear-gradient(#000,#000) !important;
    box-shadow: none !important;
}

.fixedElement {
   /* position:fixed;
    top:160px;*/
    width:200px;
    z-index:100;
}

.RadTabStrip_Metro .rtsLevel .rtsTxt
    {
        text-transform: none !important;
    }
