﻿.pageTitle_h2{
    font-size: 2.2em;
    font-weight: 300;
    color: #635B5B;
}

.pageTitle_h3_orange{    
    font-size: 2em;
    color: #FFA800;
    font-weight: 300;
}

.uppercase{
    text-transform: uppercase;
}

.bold{
    font-weight: bold;
}

.btnIconFontAwesome{
    position: relative;
}

.btnIconFontAwesome input[disabled]{
    background-color: #787878 !important;
    border-color: #6E6C6C !important;
}

.btnIconFontAwesome i{
    top: 8px;
    left: 12px;
    position: absolute;
    z-index: 2;
    font-size: 1.5em;
    color: white;
}

.btnIconFontAwesome input{
    padding-left: 40px;
    height: auto !important;
    width: auto !important;
}

.btnIconFontAwesome-noText input{
    padding-left: 25px;
}


.btnIconFontAwesome-noText i{
    top: 8px;
    left: 11px;
}
/*
.btnIconFontAwesome-insideRadgrid input{
    width: auto !important;
    height: auto !important;
}

.btnIconFontAwesome-insideRadgrid i{
    /*top: 12px !important;*/
}

.btnIconFontAwesome-insideEditForm i{
    top: 6px !important;
}*/

.btnIconFontAwesome-noIcon input{
    padding-left: 10px !important;
}

.btnAgoCtl{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.btnAgoCtl div{
    background-color: #43484D;
    border-radius: 3px;
    top: 7px;
    position: relative;
    margin-right: 5px;
}

.btnAgoCtl i{
    top: 14px;
}

.btnAgoCtl div span {
    width: 100px !important;
    height: 0px !important;
}

.btnAgoCtl div span span{
    padding-left: 20px !important;
    color: white;
    top: -8px;
    position: relative;
    font-weight: 500;
}

.btnAgoCtl div:hover, .btnAgoCtl2 span:hover{
    background-color: #313131;
}

.btnAgoCtl div:hover span, .btnAgoCtl2 span:hover span{
    background-color: #313131 !important;
}

.btnAgoCtl2{
    vertical-align: top;
}

.btnAgoCtl2 span{
    background-color: #43484D;
    border-radius: 3px;
    top: 7px;
    position: relative;
    margin-right: 5px;
    height: 27px !important;
    line-height: 35px !important;
}

.btnAgoCtl2 span span{
    color: white;
    top: -8px;
    position: relative;
    font-weight: 500;
    height: 27px !important;
}

/*LOADER*/
/*TEST LOADER*/
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
  z-index: 12;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.loader:before {
  animation: before 2s infinite;
}

.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.RadAjax_Metro .raColor {
    background-color: rgba(182, 188, 191, 0.61) !important;
}

.RadAjax_Metro .raDiv {
    background-image: none !important;
}

.floatRight{
    float: right;
}

.radioBtnList td{
    padding-left: 15px;
}

.radioBtnList label{
   padding-left: 5px;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0 !important;
    border-top: 1px solid #D5D5D5 !important;
}

.smallHeaderAccordion {
    margin-top: 15px;
    background-color: gray;
    color: white;
    border-radius: 25px;
    padding: 2px 0px 2px 8px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5px;
}

.aspCheckBox label{
    margin-left: 5px;
    margin-right: 5px;
}

.descriptionHelper{
    color: #A9A6A6;
}

.labelControl{
    color: #353535;
    font-weight: 500;
    font-size: 1.1em;
}

.rowMarginTop{
    margin-top: 15px;
}

.rowSmallMarginTop{
    margin-top: 5px;
}

.rowTextAlignCenter{
    text-align: center;
}

.agoCtl i{
    position: relative;
    top: -25px;
    left: 50%;
    font-size: 2em;
}

.agoCtl:hover i{
    color: orange;
}

.rowMarginBottom{
    margin-bottom: 15px;
}

.agoCtl-white{
    color: white;
}

.rowMarginBottomLarge{
    margin-bottom: 30px;
}

.vcenter{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tile-noBorder{
    text-align: center;
    color: #444444;
}

.tile-noBorder i{
    font-size: 5em;
}


.tile-noBorder span{
    font-size: 1.5em;
}
