    
section {
  padding: 1rem;
width: 100%;
    height: 100%;
}

section div.inner div {
/*  border: 1px dashed blue;*/
    
}


@font-face {
    font-family: 'open sans';
    src: url('App_Themes/standard/Fonts/DefaultPageFonts/open-sans.regular.ttf');
}


/* STOP DELETING - FOR LAYOUT DEBUGGING */

* {
  margin: 0;
  padding: 0;
}

section,
header,
footer {
  text-align: center;
}

header,
footer {
width: 100%;
padding: 6% 0;
color: #fff;
font-size: 0.8em;
}

section div.inner {
  max-width: 90%;
  margin:auto;
  height: 100%;
}


/***********************************************************************
    Styles
************************************************************************/

.hero {
  background: navy;
  color: white;
}

.grey {
  background: #efefef;
}
    
.login-col{
    background-color: #fff;
    padding: 7%;
    text-align: left;
    border-radius: 1%;
    box-shadow: 0px 0px 15px #ccc;
    color:#666;
border: 1px solid #ccc;    
background: rgb(240,240,240);
background: -moz-linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 100%);
background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#f5f5f5",GradientType=1);
}

.logo-col{
   /*margin: 5% auto; */
   margin: 0% 0% 5% 0%;
}

/***********************************************************************
    Single Column Row
************************************************************************/

.one-column-bucket {
  vertical-align: top;
  margin-bottom: 0px;
  margin-left: 2%;
  margin-right: 2%;
  width: 95%;
  margin: 0 auto;
}

.one-column-bucket.narrow {
  vertical-align: top;
  margin-bottom: 0px;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
}

.one-column-bucket.lead {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .one-column-bucket {
    vertical-align: top;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}


/***********************************************************************

    Two Column Row

************************************************************************/

.two-column-bucket {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  width: 46%;
}

.two-column-bucket.left,
.two-column-bucket-30.left,
.two-column-bucket-70.left {
  margin:0;
}

.two-column-bucket.right,
.two-column-bucket-30.right,
.two-column-bucket-70.right {
  margin: 2% 1.5%;
}

.two-column-bucket-70 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  width: 60.5%;
}

.two-column-bucket-30 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  width: 31.5%;
}

@media (max-width: 768px) {
  .two-column-bucket,
  .two-column-bucket-70,
  .two-column-bucket-30 {
    width: 90%;
    margin: 0;
  }
  .two-column-bucket.right,
  .two-column-bucket-30.right,
  .two-column-bucket-70.right,
  .two-column-bucket.left,
  .two-column-bucket-30.left,
  .two-column-bucket-70.left {
    margin: .5rem 0;
  }
}

@media (max-width: 640px) {
  .two-column-bucket-70 {
    width: 90%;
    margin: 0;
  }
  .two-column-bucket-30 {
    width: 90%;
    margin: 0;
  }
}


/***********************************************************************
    Three Column Row
************************************************************************/

.three-column-bucket {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-left: 2%;
  margin-right: 4%;
  width: 29.33%;
}

.three-column-bucket.equal {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0%;
  width: 33.3%;
}

.three-column-bucket.left,
.three-column-bucket.right {
  margin-left: 0;
  margin-right: 0;
}

.three-column-bucket.center {
  margin-left: 3%;
  margin-right: 3%;
}

@media (max-width: 768px) {
  .three-column-bucket {
    margin-top: 0px;
    margin-left: 7%;
    margin-right: 7%;
    width: 90%;
  }
  .three-column-bucket.left {
    margin-bottom: .5rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  .three-column-bucket.center {
    margin-bottom: .5rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  .three-column-bucket.right {
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 5%;
  }
}   
    
    
   

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
input {
display: block;
    width: 100%;
    padding: 0.5em;
    margin: 0.2em 0 0.6em;
    font-size: 0.9em;
    font-family: open sans, sans-serif;
    border: 1px solid #ccc;
    border-radius: 2px;
}

input:focus {
    background-color: #EDF4D6; 
    border: 1px solid #ccc;
}

.modal-check-box {
font-size: Small;
width: auto;
display: inline-block;
    }

    
/*input[type=submit] {
background: #afc948; /* Old browsers
background: -moz-linear-gradient(top,  #afc948 0%, #83a03c 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top,  #afc948 0%,#83a03c 100%); /* Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom,  #afc948 0%,#83a03c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc948', endColorstr='#83a03c',GradientType=0 ); /* IE6-9 
    border: none;
    margin: 0.5em 0;
    color: white;
    padding: 0.5em;
    cursor: pointer;
}
*/
#vsLogin > ul, #OtherError {
    background: blanchedalmond;
    padding: 0.7em 1.5em;
    margin: 0.5em 0;
    color: #c71100;
    font-size: 0.9em;
    border-radius: 4px;
    border: 1px solid #c71100;
}
.message {
    background: blanchedalmond;
    padding: 0.7em;
    margin: 0.5em 0;
    color: #c71100;
    font-size: 0.9em;
    border-radius: 4px;
    border: 1px solid #c71100;
}

/* Presentational for this pen */
html {
  width: 100%;
  height: 100%;
}
    
body {
/*
  padding: 5%;
  background: white;
  max-width: 30em;
  margin: 6% auto;
  box-shadow: 1em 1em 0 0 rgba(0, 0, 0, 0.2);
*/

/*
background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 30%, #e5e5e5 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 30%,#e5e5e5 100%); 
background: radial-gradient(ellipse at center,  #ffffff 30%,#e5e5e5 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
*/
/*position: relative;
    display: block;
    background-repeat: no-repeat;
    height: 100%;*/
    background-position: center;
    background-size: cover;
    background-color: #e5e5e5;
    font-family: "Open sans", sans-serif;
    width: 100%;
   
/*
    
  background-image: radial-gradient(circle, #ccc 10%, transparent 10%);
  background-size: 10px 10px;
  background-position: 0 0,  ;
*/

}

@media screen and (min-width: 768px) {
  body {
    height: 100%;
  }
}


.bgimg-1 
{
    

}

.from-heading{
  margin: 2% 0;
  padding: 2% 0;
  font-size: 1.2em;
  border-top: 1px solid #ccc;
  background: -webkit-linear-gradient(#4d4d4d, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #212121;
  font-weight: normal;
}

.sign-in{
  background: -webkit-linear-gradient(#ff5a3d, #c71100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #DA2A15;
}


.signInButton 
{
   background: #afc948; /* Old browsers */
background: -moz-linear-gradient(top,  #afc948 0%, #83a03c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #afc948 0%,#83a03c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #afc948 0%,#83a03c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc948', endColorstr='#83a03c',GradientType=0 ); /* IE6-9 */ 
    border: none;
    margin: 0.5em 0;
    color: white;
    padding: 0.5em;
    cursor: pointer;
    }
    
    .directLoginButton 
{
   background: #323979; /* Old browsers */
background: -moz-linear-gradient(top,  #323979 0%, #323979 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #323979 0%,#323979 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #323979 0%,#323979 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323979', endColorstr='#323979',GradientType=0 ); /* IE6-9 */ 
    border: none;
    margin: 0.5em 0;
    color: white;
    padding: 0.5em;
    cursor: pointer;
    }


/* placeholder */

::placeholder {
  color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #ececec;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #ececec;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 0.8em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
    bottom: 100%;
    left: 50%;
  margin-left: -60px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  cursor: pointer;
}

/* Mpdal CSS */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    color:#666;
    background-color: rgba(0,0,0,0.5);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

@media (min-width: 768px)
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-dialog {
    position: relative;
    width: 500px;
    margin: 21% auto;
    text-align: left;
}

@media (min-width: 768px)
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 100%);

}

.modal-title {
    margin: 0;
    line-height: 1.428571;
    letter-spacing: 1px;
    font-size: 18px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}*/

/*
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
*/

/*
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
*/

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.mod-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 49%;
background: #4B5792; /* Old browsers */
background: -moz-linear-gradient(top,  #4B5792 0%, #2F3676 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4B5792 0%,#2F3676 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4B5792 0%,#2F3676 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B5792', endColorstr='#2F3676',GradientType=0 ); /* IE6-9 */
    
}

.mod-btn:hover, .mod-btn:active, .mod-btn:focus {
  background: #afc948; /* Old browsers */
background: -moz-linear-gradient(top,  #afc948 0%, #83a03c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #afc948 0%,#83a03c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #afc948 0%,#83a03c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc948', endColorstr='#83a03c',GradientType=0 ); /* IE6-9 */  
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
