

/*.modal-header {*/

    /*border-radius:8px 8px 0 0;*/
    /*color: #FFF;*/
    /*padding:8px;*/
    /*font-size:19px;*/
    /*font-weight:bold;*/
/*}*/


/*.alertModalHeader {*/
    /*background-color: #fc9800 !important;*/
    /*background: -webkit-linear-gradient(top, #FF0000, #fc9800) !important;*/
/*}*/


/*.modal-modal {*/
  /*position:absolute;*/
  /*background:rgba(0,0,0,0.2);*/
  /*border-radius:14px;*/
  /*padding:8px;*/
  /*max-width:950px;*/
  /*max-height:90%;*/
/*}*/
/*.modal-modal {*/
  /*position:absolute;*/
  /*background:rgba(0,0,0,0.2);*/
  /*border-radius:14px;*/
  /*padding:8px;*/
   /*z-index:10;*/
  /*max-width:950px;*/
  /*max-height:90%;*/
/*}*/

.modal-alert {
  position:absolute;
  background:rgba(0,0,0,0.2);
  border-radius:14px;
  padding:8px;
  max-width:950px;
  max-height:90%;
}



/*.modal-content {*/
  /*border-radius: 0 0 8px 8px;*/
  /*background:#fff;*/
  /*padding:20px;*/
  /*padding-top:5px;*/
/*}*/

.modal-overlay {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*[> Modal Window Bar Icons <]*/
/*.modal-window-icons {*/
   /*position:absolute;*/

  /*font-weight:bold;*/
  /*width:26px;*/
  /*height:27px;*/
  /*display:block;*/
  /*text-indent:-17px;*/
  /*top:17px;*/

  /*color: #FFF;*/
  /*text-decoration:none;*/
/*}*/

/*.modal-window-icons:hover { color: #DDD; text-decoration:none;}*/

/*.modal-close {*/
 /*font-size:24px;*/
 /*right:-7px;*/
/*}*/
.modal-print {
 font-size:24px;
 right:69px;
 display:none;
}
.modal-expand {
   font-size:24px;
   right:30px;
}
.modal-compress {
   font-size:24px;
   right:30px;
   display:none;
}

/* End Modal Window Bar Icons */

/* Modal Form Layout */
label { margin-bottom:0;
}
/*.entry-form-label-input-pair {*/
	/*width: 435px;*/
	/*min-height: 30px;*/
	/*padding: 2px;*/
	/*font-size: 12px;*/
	/*vertical-align: text-bottom;*/
/*}*/


/* NOTE: the .EXPANDED class is used on containers and not just for the modal window. This creates
	complex and broken interactions with components that actually attempt to utilize this class.
	TODO: Clean up classes so that .EXPANDED is only used for modal windows, not panels. */

/*  Expanded Modal (Change Form Layout */
/*.EXPANDED .entry_form {*/
    /*padding:4px;*/
/*}*/

/*.EXPANDED .entry-form-label-input-pair {*/
    /*width: 390px;*/
    /*display:inline-block;*/
    /*margin-right:25px;*/
    /*margin-left:5px;*/
    /*padding:4px;*/
    /*border-radius: 10px;*/
/*}*/

/*.EXPANDED .entry-form-label-input-pair label {*/
    /*width: 175px;*/
    /*text-align: right;*/
    /*font-size: 12px;*/
    /*padding-right: 4px;*/
    /*vertical-align: text-bottom;*/
    /*height: 20px;*/
    /*line-height: 20pt;*/
/*}*/

/*.EXPANDED .entry-form-label-input-pair input[type=text],*/
/*.EXPANDED .entry-form-label-input-pair select {*/
    /*width:165px !important;*/
    /*max-width:100% !important;*/
/*}*/


/*.EXPANDED .entry-form-label-input-pair input[type=radio] {*/
    /*width: 14px !important;*/
/*}*/

/*.EXPANDED .pair-textarea {*/
    /*clear: both;*/
/*}*/

/*.EXPANDED .pair-textarea textarea {*/
	/*margin: 0 0 10px 0;*/
/*}*/

/*.EXPANDED .pair-textarea label {*/
    /*width: 175px;*/
/*}*/

/*.EXPANDED .pair-addressee {*/
    /*width: 98%;*/
/*}*/
/*.EXPANDED .pair-addressee label,*/
/*.EXPANDED .pair-grid_readonly label,*/
/*.EXPANDED .pair-comments label{*/
    /*text-align: left;*/
/*}*/

.subsection-title-Header { display:none; }

/*.expandable-section {*/
    /*border: 1px solid #efefef;*/
    /*border-top:none;*/
    /*border-bottom-left-radius: .5em;*/
    /*border-bottom-right-radius: .5em;*/
    /*margin-bottom:.5em;*/
    /*padding-top:.5em;*/
    /*background:rgba(43,89,77,0.05);*/
/*}*/

 .subsection-div-Header {
   border:0;
   margin-bottom:10px;

}


/*.section-header-default {*/
/*[>background: -webkit-linear-gradient(top, rgb(0, 159, 169),  rgb(69, 96, 195));<]*/
/*background-color:rgba(174,173,173,0.5);*/
/*}*/

/*.subsection-title {*/
    /*border-top-left-radius: .5em;*/
    /*border-top-right-radius: .5em;*/
    /*border-bottom: 1px solid #ccc;*/

    /*padding:7px;*/
    /*margin-top:5px;*/

/*}*/
 /*.subsection-title h2 {*/
     /*font-size:1.3em;*/
 /*color:white;*/
 /*margin:3px;*/

 /*}*/




.panel-default>.panel-heading {
    /*background-color:rgba(0,159,169,0.5);*/
    background-color:rgba(255, 255, 255, 1);


}


 .ui-widget-overlay {
   opacity: .50;
   filter: Alpha(Opacity=50);

}

/* TODO: This should be moved out of the modal since it's a generic class. */
#error_status {
 color:red;
}


/* Fixes the modal grid. */
/* TODO: re-write all styles to let ui-grids be 100% width with responsive containers. */
.modal-content .pair-selectgrid_add, .modal-content .pair-selectgrid_addonfly,
.modal-content .pair-selectgrid_structure{
	width: 100%;
}


.entry_form_addressee_notify {
    display:inline-block;
    padding-right: 12px;
}
/*.notify-recipients-container label,*/
/*.entry_form_addressee_notify .notify-recipients-container label{*/
    /*width:100px;*/
    /*font-size:12px;*/
    /*font-weight:700;*/
    /*font-color:navy;*/
/*}*/
