﻿h1, h2, h3, h4, h5, h6{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #007DBA;
}

.modal-backdrop 

{    
   display: none;
}

.hidden 
{
    display: none;
}

.form-horizontal input[type="text"], .form-horizontal button, .form-horizontal select, .form-horizontal textarea{
    border-width: 1px;
    height:30px;
}
select {
    line-height: 30px;
    height: 30px;
    width: 14em;
    border-color: lightgrey;
}
input[type="text"]{
    height:30px;
}
.page-header{
    margin-top:0px;
}

div#content-container {
    margin-bottom: 28px;
}
.row {
    margin-bottom:12px;
}
input {
    border: 1px solid lightgray;
    padding: 4px 12px;
}
input[readonly] {
    cursor:not-allowed;
	background-color:#eee;
	opacity:1
}
.form-horizontal .control-label {
    text-align: left;
}
.form-control {
    border-radius:0px;
}

.btn {
    width: auto !important;
    padding: 0;
    border: none !important;
    border-radius: 0;
    padding:10px 14px !important;
    font-weight: bold;
    margin-left: 0 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #007DBA;
    border-color: none;
}

.btn-primary {
    color: #fff;
    background-color: #005F86;
    border-color: none;
}

ol.progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  background: none;
  border: none;
  -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
ol.progress > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
  float:none;
  font: normal 1.3em Arial,Helvetica,sans-serif;
}
ol.progress > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #005F86;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 1em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
ol.progress > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #005F86;
  width: 100%;
  height: 1em;
  top: 1.75em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: 0;
}
ol.progress > li:last-child:after {
  display: none;
}
ol.progress > li.complete {
  color: #2ECC71;
}
ol.progress > li.complete:before, .progress > li.complete:after {
  color: #FFF;
  background: #2ECC71;
}
ol.progress > li.active {
  color: #005F86;
}
ol.progress > li.active:before {
  color: #333333;
  background: #007DBA;
  width: 4em;
  height: 4em;
  margin-top: -0.25em;
  top:0.5em;
}
ol.progress > li.active:after {
    top:2em;    
}
ol.progress:after {
    display: none;
}
ol.progress li span.number {
    z-index:1;
}
ol.progress li.active,
ol.progress li {
    color: #333333;
    border-bottom: none;
    font-weight: normal;
    font-size: 1.3em;
}
ol.progress li.active{
    font-weight: bold;
}
ol.progress li span.number {
    position: relative;
    top: 24px;
    z-index: 3;
    color: #FFFFFF;
    display: block;
    width: 3em;
    margin: -80px auto 0px auto;
    padding: 0;
    height: 78px;
    font-size: 1.3em;
}

/**
 * Needed for IE8
 */
.progress__last:after {
  display: none !important;
}

/**
 * Size Extensions
 */
.progress--medium {
  font-size: 1.5em;
}

.progress--large {
  font-size: 2em;
}

/**
 * Some Generic Stylings
 */
*, *:after, *:before {
  box-sizing: border-box;
}

/* Validation Styles */
.input-validation-error {
    border-color: #d9534f;
}
/* End - Validation Styles */

div.datetimepicker {
    display:table;
    position:relative;
    width:14em;
}
div.datetimepicker input {
    margin-right:-30px;
}
span.add-on {
    display: table-cell;
    border-radius: 0;
    width: 30px;
    position: relative;
    padding: 6px;
    cursor:pointer;
    border:1px solid #ccc;
}
div.validation-summary-errors.alert  ul {
    list-style-type: none;
}
.field-validation-error.label {
    font-size:1em;
    padding:7px;
}
.label {
    border-radius: 0;
}
.checkbox label {
    margin-bottom: 4px;
}
.progress {
  margin-bottom: 3em;
}

input#velrada_portalid_pointstext {
    height: 70px;
    width: 120px;
    text-align: center;
    background-color: #007DBA;
    color: #FFFFFF !important;
    font-size: 1.6em;
    border: none;
}
table.tab[name='tab_points'] .cell div.control {
    padding: 0;
}
/*table.tab[name='tab_points'] {
    width: 20%;
    right: 5%;
}
table.tab[name='tab_points'].affix-top, 
table.tab[name='tab_points'].affix-bottom {
    position:fixed;
}*/

table.tab[name='tab_points'] .info {
    text-align: center;
    float:none;
}
label#velrada_portalid_pointstext_label {
    width: 100%;
    font-size: 1.8em;
    color: #007dba;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
table[name='sec_idcategoryamount']{
    display: none;

}

.crmEntityFormView .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin: 0 0 20px 0;
    font-style: normal;
}
.crmEntityFormView .cell div.info div.validators {
    display:none;
}
.crmEntityFormView .cell.checkbox-cell div.info{
    margin-left:32px;
}
.crmEntityFormView .cell.boolean-radio-cell div.info{
    margin-left:0px;
}
.crmEntityFormView .cell.checkbox-cell,
.crmEntityFormView .cell.boolean-radio-cell  {
    position: relative;
}
.crmEntityFormView .cell.checkbox-cell div.control{
    float:none;
    display:block;
    position: absolute;
    top:2px;
}
.crmEntityFormView .boolean-radio {
    display: inline-block;
}
.crmEntityFormView .cell div.control span.checkbox {
    float: none;
    position:relative;
}
.crmEntityFormView .radio, .crmEntityFormView .checkbox {
    position: relative;
    display: block;
    margin:0;
}
.crmEntityFormView .checkbox {
    position: absolute;
    top: 0;
}
.crmEntityFormView input[type=checkbox]{
    position:relative;
    margin: 0 0 0 8px;
}

.crmEntityFormView .actions {
    background:none;
    border:none;
    padding:0;
    margin:20px 0;
}
label {
    font-weight: normal;
}
.crmEntityFormView {
    margin-top: 20px;
    width: 80%;
    padding-left:0px;
    }

.crmEntityFormView table.section {
    margin-top:0px;
}
.crmEntityFormView .cell:first-child {
    padding: 0;
    
}
.crmEntityFormView .cell {
    padding-bottom: 8px;
}
.crmEntityFormView table.tab > caption,
.crmEntityFormView table.section > caption {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #007DBA;
    line-height: 1.2em;
    font-size: 2em;
    font-weight: bold;
    margin: 20px 0;
}
.crmEntityFormView table.section > caption {
    font-size: 1.5em;
}
.crmEntityFormView table.section tbody tr {
    height: 30px;
}

.bootstrap-datetimepicker-widget.dropdown-menu > ul {
    padding:4px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    width:300px;
    padding:0;
    border: 1px solid #E6E6E6;
    top:0;
    border-radius:0;
    background-color: #FFFFFF;

}
.bootstrap-datetimepicker-widget td.active, 
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td span.active:hover, 
.bootstrap-datetimepicker-widget td span.active:active, 
.bootstrap-datetimepicker-widget td span.active.active, 
.bootstrap-datetimepicker-widget td span.active.disabled, 
.bootstrap-datetimepicker-widget td span.active[disabled]{
    background: #007dba !important;
    border-radius:0;
}
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th{
    border-radius:0;

}
#EntityListControl th a {
    color: #FFFFFF;
}
div.pagination {
    width:100%;
}
ul#EntityListPager {
    margin: 0 auto;
    display:table;
    padding: 0;
    border-spacing: 12px;
}
#EntityListPager li {
    display: table-cell;
    padding: 4px;
    font-size: 1.6em;
    background: #007DBA;
    color: #FFFFFF;
    width: 1.8em;
    text-align: center;
}
#EntityListPager li a,
#EntityListPager li a:hover,
#EntityListPager li a:active,
#EntityListPager li a:visited{
    color:#FFFFFF;
}
#EntityListPager li.active{
    background-color: #005F86;
}
#EntityListPager li.disabled{
    background-color: #E6E6E6;
    color: #000000;
}
#EntityListPager li.disabled a,
#EntityListPager li.disabled a,
#EntityListPager li.disabled a,
#EntityListPager li.disabled a{
    color: #000000;
    cursor: default;
    text-decoration: none;
}
#EntityListPager li:hover{
    text-decoration: underline;
    background-color: #005F86;
    cursor: pointer;
}
#EntityListPager li.active:hover{
    text-decoration: none;
    cursor:default;
}
#EntityListPager li.disabled:hover{
    text-decoration: none;
    background-color: #E6E6E6;
    cursor: default;
}

@media (max-width: 767px) {
    body {
        padding: 0px;
    }
    div#content-container {
        min-height: 220px;
    }
    table.tab[name='tab_points']{
        display:block;
    }
}
@media (max-width:992px) {
    div#content-container {
        min-height: 330px;
    }
    
}
@media (max-width:1200px) {
    div#content-container {
        min-height: 440px;
    }
}

table#recaptcha_table tr:last-child {
    display:none;

}

span#recaptcha_privacy {
    display: none;
}

.crmEntityFormView select,
.form-horizontal select
{
    padding-left:8px;
}

.picklist select{
    padding-left:8px;
}
