﻿@font-face {
    font-family: 'DIN Pro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Black'), url('DINPro-Black.woff') format('woff');
}
@font-face {
    font-family: 'DIN Pro Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Condensed Regular'), url('DINPro-Cond.woff') format('woff');
}
@font-face {
    font-family: 'DIN Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Bold'), url('DINPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'DIN Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Pro Light'), url('DINPro-Light.woff') format('woff');
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 300px;
    /*background-color: #52BCE3;*/
    font-family: "DIN Pro Light";
    color: white;
    min-height:100vh;
    
  background: #52BCE3;
  background: -webkit-linear-gradient(left top, #52BCE3, #2B9BC3);
  background: -o-linear-gradient(bottom right, #52BCE3, #2B9BC3);
  background: -moz-linear-gradient(bottom right, #52BCE3, #2B9BC3);
  background: linear-gradient(to bottom right, #52BCE3, #2B9BC3);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*height:80vh;*/
    margin-top:30px;
    
    background: #00546E; 
    background: -webkit-linear-gradient(left top, #2C89AA, #00546E);
    background: -o-linear-gradient(bottom right, #2C89AA, #00546E); 
    background: -moz-linear-gradient(bottom right, #2C89AA, #00546E); 
    background: linear-gradient(to bottom right, #2C89AA, #00546E);
    
    overflow: overlay;
    overflow-x:hidden;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px; 
    background-color:transparent;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #18718f inset;
}
select{    
    background: url('../Images/dropdown.png') no-repeat 95%;
    -webkit-appearance: none;
    -moz-appearance:none;
}
.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #18718f inset;
}


.columnsContainer {  width:100%  }

.leftColumn, .rightColumn{position:relative;  border: 1px solid  #ccc;}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
    #tdSelectedPersons {
        position: absolute;
    }|
	.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}