﻿
/*bootstrap modal styles*/

/*Supporting BS2 versions*/
.modal-header-text
{
   margin-top: 8px;
   color: rgb(0, 136, 186);
   font-size: 28px;
   font-weight: 100;
   text-align: left;
}

/*End BS2 Support*/

/* GENERAL ATTRIBUTES */


.modal
{
   min-width: 200px;
   overflow-y: auto;
}

   .modal.fade
   {
      top: -100%;
   }

      .modal.fade.in
      {
         top: 18%;
      }

.left
{
   float: left;
}

.right
{
   float: right;
}
/* MODAL HEADER */
.modal-header
{
   font-family: Arial,Helvetica,sans-serif;
   border-radius: 8px 8px 0px 0px;
   background: none repeat scroll 0% 0% rgb(240, 240, 240);
   border-bottom: 1px solid rgb(218, 218, 218);
   padding: 5px;
}

.modal-title
{
   color: rgb(0, 136, 186);
   font-size: 28px;
   font-weight: 100;
   text-align: left;
}

.close-button
{
   float: right;
   height: 20px;
   width: 20px;
   margin-top: 8px;
   background: url(../../Images/Registration/close.png) no-repeat;
}

   .close-button:hover
   {
      cursor: pointer;
   }

/* MODAL BODY */
.modal-body
{
}

   .modal-body p
   {
      padding: 10px;
      line-height: 25px;
      font-size: 17px;
   }

.modal-image
{
   float: left;
   width: 25%;
   height: 25%;
}

.modal-image-text
{
   float: right;
}

.cancelRadioList
{
   overflow: hidden;
}

.cancelRadioButton
{
   vertical-align: middle;
   display: block;
   clear: left;
   float: left;
   height: 25px;
}

.cancelRadioDescription
{
   width: 95%;
   height: 20px;
   float: right;
}

.cancelTextBox
{
   display: none;
   width: 80%;
   margin-left:10%
}

.cancelValidation
{
   margin: 0 0 10px 0;
}

.divLightBoxCheckbox {
   overflow: hidden;
}

.divLightBoxCheckbox input[type='checkbox'] {
   float: left;
   margin: 3px 15px 0 0;
}
.divLightBoxCheckbox label {
   font-weight: normal;
}

textarea
{
   display: block;
   width: 100px;
   background: white;
}

.clearfix:after
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.verifyCancel
{
   display: none;
}

.verifyWarning
{
   float: right;
}

#validationError
{
   color: red;
}

.blueText
{
   color: rgb(0, 136, 186);
}

.lightboxCenteredDiv {
   clear: both;
   margin: 0;
   padding: 5px;
   text-align: center;
}

/* MODAL FOOTER */
.modal-footer
{
   clear: both;
   /*over-ride BS3 padding*/
   margin: 0;
   padding: 10px 10px 0px 0px;
}

/*MEDIA QUERIES*/
@media (max-width:800px)
{
   .modal-header
   {
      padding: 16px !important;
   }
}

@media (max-width:640px)
{
   .modal
   {
      max-width: 84%;
      margin-left: 8%;
      left: 0;
   }

   .modal-header
   {
      padding: 12px !important;
      font-size: 24px;
   }

   /*BS2 Modal support*/
   .modal-header-text
   {
      font-size: 24px;
   }

   .modal.fade.in
   {
      top: 10%;
   }

   .std_button,
   .alt_button
   {
      width: 90% !important;
      text-align: center;
      display: block;
      margin-left: 5%;
      margin-bottom: 5%;
      float: none;
   }
}

@media (max-width:480px)
{
   .modal
   {
      max-width: 98%;
      margin-left: 1%;
      left: 0;
   }

   .modal-header
   {
      padding: 8px !important;
      font-size: 20px;
   }

   /*BS2 Modal support*/
   .modal-header-text
   {
      font-size: 20px;
   }

   .modal-body p
   {
      float: none;
      text-align: center;
      line-height: 20px;
   }

   .modal-body
   {
      text-align: center;
   }

   .allow-image
   {
      width: 95%;
   }

   .modal-body img
   {
      float: none;
      text-align: center;
   }
}

@media (max-width:360px)
{
   .std_button
   {
      width: 320px;
      font-size: 1.2em;
   }

   .alt_button
   {
      width: 320px;
      font-size: 1.2em;
   }
}

@media (max-height:800px)
{

   .modal
   {
      max-height: 80%;
   }

      .modal.fade.in
      {
         top: 10%;
      }

   .modal-body p
   {
      line-height: 26px;
      margin: .9em;
   }
}

@media (max-height:700px)
{
   .modal
   {
      max-height: 84%;
   }

      .modal.fade.in
      {
         top: 8%;
      }

   .modal-body p
   {
      line-height: 24px;
      margin: .8em;
   }
}

@media (max-height:600px)
{
   .modal
   {
      max-height: 90%;
   }

      .modal.fade.in
      {
         top: 5%;
      }

   .modal-body p
   {
      line-height: 22px;
      margin: .7em;
   }
}

@media (max-height:500px)
{
   .modal
   {
      max-height: 94%;
      overflow: auto;
   }

      .modal.fade.in
      {
         top: 3%;
      }

   .modal-body p
   {
      line-height: 20px;
      margin: .6em;
   }
}

@media (max-height:400px)
{
   .modal
   {
      max-height: 98%;
   }

      .modal.fade.in
      {
         top: 1%;
      }
}