﻿


/*bootstrap modal styles*/

.modal-backdrop,
.modal-backdrop.fade.in
{
   opacity: 0.3;
   filter: alpha(opacity=30);
}

.modal
{   
   font-family: Arial,Helvetica,sans-serif;
   -moz-box-sizing: border-box; /* Firefox */
   -webkit-box-sizing: border-box; /* Safari */
   box-sizing: border-box;
   overflow: hidden;
}
   .modal.fade
   {
      top: -100%;
   }

      .modal.fade.in
      {
         top: 18%;
      }

.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) !important;
   padding: 16px !important;
}

.modal-header-text
{
   color: rgb(0, 136, 186);
   font-size: 28px;
   font-weight: 100;
   text-align: left;
}

.close-button
{
   float: right;
   height: 20px;
   width: 20px;
   background: url(../../Images/Icons/close.png) no-repeat;
}

   .close-button:hover
   {
      cursor: pointer;
   }

.modal-body
{
   clear: both;
   overflow: hidden !important;
}

   .modal-body p
   {
      margin: 1em;
      clear: both;
   }

.allow-image
{
   width: 65%;
}

.modal-body img
{
   float: left;
   width: 25%;
}


.modal-footer
{
   padding-bottom: 0px;
   background: none repeat scroll 0% 0% rgb(240, 240, 240);
}

.alt_button
{
   /*background-color: #96a6c6;*/
   background-color: rgb(124, 128, 129);
   background-repeat: repeat-x;
   border: 0 none;
   box-shadow: 3px 4px 0 #566c79;
   color: #FFFFFF;
   cursor: pointer;
   font-size: 15px;
   font-weight: bold;
   padding: 10px;
   transform: skew(-2deg, 0deg);
}

   .alt_button:hover
   {
      background-color: #61CCFD;
      background-repeat: repeat-x;
      box-shadow: 3px 4px 0 #09487F;
      cursor: pointer;
      transform: skew(-2deg, 0deg);
   }

.right_button
{
   float: right;
   margin: 10px;
}

.left
{
   float: left;
}

.right
{
   float: right;
}

.clearfix:after
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.cancelTextBox
{
   display: none;
   width: 80%;
}

.cancelRadioButton
{
   padding-left: 15px;
   width: 10%;
   height: 30px;
   float: left;
}

.cancelRadioDescription
{
   float: left;
   height: 30px;
   padding-top: 3px;
   width: 89%;
}

.cancelValidation
{
   margin: 0 0 10px 0;
}

.divLightBoxCheckbox {
   overflow: hidden;
   padding-left:12px;
}

.divLightBoxCheckbox input[type='checkbox'] {
   float: left;
   margin: 3px 15px 0 0;
}
.divLightBoxCheckbox label {
   font-weight: normal;
}

textarea
{
   display: none;
   width: 100px;
   background: white;
}

.cancelRadioList
{
   width: 100%;
   height: 100%;
   overflow: hidden;
   padding-left: 12px;
}

.verifyCancel
{
   display: none;
   padding-bottom: 30px;
}

.verifyWarning
{
   float: right;
   padding-bottom: 30px;
}

#validationError
{
   width: 400px;
   display: block;
   color: red;
}

.blueText
{
   color: rgb(0, 136, 186);
}

input[type="radio"]
{
   margin-top: -1px;
   vertical-align: middle;
}

.ui-icon .ui-icon-alert
{
   float: left;
}

.lightboxCenteredDiv {
   clear: both;
   margin: 0;
   padding: 5px;
   text-align: center;
}

@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*/;
   }

   .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*/;
   }

   .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: 96%;
      padding: 0;
      margin: 0;
      padding-left: 2%;
   }

   .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%;
      }
}