﻿/*green color: 006700*/
/* blue color 006700*/
html
{
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 24px; /*margin bottom by footer height*/
}

.page
{
    min-height:650px;
}

.master-body
{
}

.master-wrapper
{
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -24px; /* the bottom margin is the negative value of the footer's height */
}

.master-header 
{
    float:left;
    width:100%;
    height: 28px;
    background-color: #000;
    color: #fff;
}
.customized-navbar-secondary img {
    width: 126px !important;
    height: auto;
}
.adminNavBar{
    height:50px !important;
    min-height:50px !important;
}
.policy-search-bar
{
    float: right;
    padding-top: 4px;
}

.policy-search-bar input[type="search"]
{
    height: 20px;
    border:none;
    background-color: rgba(255,255,255,.7)
}

.main-search-button
{
    background-image: url('/Content/Images/search.png');   
    background-size: cover;   
    height:20px;   
    width:20px;   
    border: none;   
    margin-left: 5px;   
    margin-right: 5px;   
    padding: 0px 0px 0px 0px;   
    color: transparent;
}
iframe {
    width:1px;
    min-width:100%;
}
@media screen{
    body {
        width: 100% !important; /*  and (min-width:1500px)*/
    }
}

.locationBody {
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
}
.locationForm {
    border-radius: 15px;
    overflow: hidden;
    margin: 0px;
}
.locationLeft {
    position: relative;
    width: 49%;
    float: left;
    height: 100%;
    z-index: 1010101010;
    border-right: 5px solid lightgray;
    margin-top: 20px;
    margin-bottom: 20px;
}

.locationRight {
    position: relative;
    width: 49%;
    float: left;
    height: 100%;
    z-index: 1010101010;
}
/* Progress bar*/

.master-header a:hover
{
    color: #fff;
}
.mainBody {
    width: 100% !important;
}
.master-footer {
    color: #fff;
    background-color: #1064B7;
    font-size: 12px;
    padding-top: 3px;
    text-align: center;
    height: 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer {
    text-align: center;
    line-height:20px;
    /*width:100% !important;*/
}
.footerTopRow {
    padding-top: 15px !important;
    margin: 0px !important;
}
.footerMiddleRow {
    padding: 0px !important;
    margin: 0px !important;
}
.footerBottomRow {
    /*padding-bottom: 12px !important;*/
    margin: 0px !important;
}
.locationAgencyInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 250px;*/
    color: #022539;
    font-weight: bold;
    text-align: center;
    
}
.locationAgencyName{
    font-size:16px;
}
.locationAgencyZipText {
    color: #F9444F !important;
}
.locationAgencyWidth {
    width: 33%;
}
.locationAgency {
    width: 100%;
    margin-top:100px;
}
.master-footer-push
{
    /* .push must be the same height as .master-footer */
    height:24px;
}

.master-footer-left
{
    float:left;
    width:200px;
    margin:15px 0px 0px 10px;
}

.master-footer-right
{
    float:right;
    text-align:right;
    width:350px;
    margin:20px 10px 0px 0px;
}

.master-footer ul
{
    margin-top:12px;
    margin-bottom:0;
    padding-left:0;
}

.master-footer li
{
    list-style-type:none;
    list-style-position:outside;
    list-style-image:none;
    padding-right: 20px;
    display: inline;
}

.master-footer-right li
{
    display:block;
}

.master-footer a
{
    color:White;
}

.welcome-message
{
    padding: 3px;
    float: left;
    margin-left: 13px;
}

.welcome-message a
{
    color:White;
}

.message
{
    color:#9d3636;
}

.message
{
    color:#ff0000;
}

.box {margin:10px 10px 0 0; border:1px solid #dfdfdf; background:#fff;}

.rowbox {outline: thin solid #dfdfdf; }

h3 { background-color: #adadad; color: #ffffff; padding-left:5px; }

/*body {
    font-size: .85em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}*/
.highlight-row{
    font-weight:bold;
    font-size:16px;
}
select {
    border: 1px solid #ccc;
    padding: 2px;
    /*font-size: 1.2em;*/
    color: #444;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    /*width: 200px;*/
}

.hidden-sort-text
{
    display: none;
}

.previewArea
{
    clear:both; 
    margin-top:50px
}
.rounded-background, .rounded-background-white{
    border-radius: 10px;
    background-color:#FCF2F1;
    border:1px solid #000;
    padding-top:10px;
    padding-bottom:10px;
}
.rounded-background-white{
    background-color:#fff;
}
.red-text{
    color:#F9444F !important;
}
.red-backgroud {
    background-color: #FCF2F1;
}
.no-margin-tb 
{
    margin-top:0;
    margin-bottom:0;
}
.no-margin{
    margin:0;
}
.row-divider {
    border-bottom:3px solid #000;
    margin:20px;
}
.squareText { /* zipcode*/
    background-color: #FCF2F1 !important;
    border-radius: 0px !important;
    border-bottom: 3px solid black !important;
    height: 40px !important;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000 !important;
    margin-bottom: 20px;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow:0 0 0 30px #FCF2F1 inset !important;
}
.zipOnTop {
    z-index: 100;
    margin-top: -32px !important;
    margin-bottom: 20px;
    background-color: white;
    width: 50px;
    font-size: 10px;
    position:absolute;
    left:33%;
    margin-left:auto;
    margin-right:auto;

}
/*Styles for validation helpers*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*border: 1px solid #ff0000;
    background-color: #ffeeee;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*Styles for editor and display helpers*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    float:left;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
    float:left;
}

.search-button-area
{
    clear: both;
    float: left;
    margin: 17px 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.errorMessages, .error
{
    color: #ff0000;
}


/*new header menu*/
/*.main-menu
--moved to CustomCSS db table
{
    clear:both; 
    background: #006784; 
    width:100%; 
    height:32px;
}*/

.headermenu body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bolder;
  padding: 20px 50px 150px;
  font-size: 13px;
  text-align: center;
}

.headermenu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 8px 4px 8px 0;
  list-style: none;
}
.headermenu ul li {
  /*font: bold 12px/18px;*/
  color: #fff;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  /*padding: 8px 20px;*/
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  height: 61px;
  line-height: 61px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}
.headermenu ul li:hover {
    color: #fff;
    text-decoration: none;
}
.headermenu ul li ul {
  padding: 0;
  position: absolute;
  top: 61px;
  left: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  width: 300px;

  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.headermenu ul li ul li { 
  background: #fff; 
  display: block; 
  border-left: none;
}
.headermenu ul li ul li:hover { 
    background: #ccc; 
    color: #fff;
    text-decoration: none;
}

.headermenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}



.headermenu a:hover
{
    text-decoration: none;
    color: #ffffff;
}

div.headermenu ul ul, div.headermenu ul li:hover ul ul, div.headermenu ul ul li:hover ul ul
{
    display: none;
}
div.headermenu ul li:hover ul, div.headermenu ul ul li:hover ul, div.headermenu ul ul ul li:hover ul
{
    display: block;
}

.headermenu ul ul ul.submenu
{
    margin-left: 304px;
    margin-top: -61px;
    z-index: 10;
}

.headermenu ul ul ul.submenu li
{
    z-index: 10;
}

.headermenu ul li .submenu li
{
    height: 30px;
    line-height: 30px;
}

.headermenu ul ul li
{
}

/*
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/tangerine/v3/HGfsyCL5WASpHOFnouG-RPY6323mHUZFJMgTvxaG2iE.eot);
  src: local('Tangerine'), url(http://themes.googleusercontent.com/static/fonts/tangerine/v3/HGfsyCL5WASpHOFnouG-RPY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/tangerine/v3/HGfsyCL5WASpHOFnouG-RD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
*/
.switched_images {
        position: relative;
        height: 274px;
        width: 400px;
      }
      .des {
        position: absolute;
        top:0;
        left:0;
        z-index: 10;
      }
      .color {
        z-index: 15 !important;
      }
      
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}      

textarea {
    min-height: 100px;
    width: 300px;
}


#popup-div
{
    padding: 0px;
    text-align: center;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin: 0 0 0 0;
    margin-top:25px;
}


/*-----------------------------*/


.default-items-table
{
width:750px;
}

.tabletop {background: #adadad; padding:5px; color:#fff; clear:both;} 

.dataTable
{
    font-size: 12px;
}

#tblDetails tr.even:hover {
    background-color: #FFCC66;
}
 
#tblDetails tr.even:hover td.sorting_1 {
    background-color: #FFCC66;
}
 
#tblDetails tr.odd:hover {
    background-color: #FFCC66;
}
 
#tblDetails tr.odd:hover td.sorting_1 {
    background-color: #FFCC66;
}

.copybold {font-weight:bold;}

.errorMessages
{
    color:#ff0000;
}


a:link {
	color: inherit;
	text-decoration: none;
}
a:active {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}

.hidden-sort-text
{
    display: none;
}

.simple-table-header
{
    font-weight: bold;
    text-decoration: underline;
}


.odd-row
{
    background-color: #e9e9e9;
}

.even-row
{
    background-color: #f9f9f9;
}


/*for disabled dropdowns, don't display the down arrow icon*/
select:disabled
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




.copy-bold
 {font-weight:bold;}
.copy-bold-highlighted
 {font-weight:bold; color: #1E5799;}
.main-header {
    color: #006784;
    text-align: center
}
/*{background: #006784; /* Old browsers */  background: -moz-linear-gradient(left,  #006784 0%, #006784 55%, #ffffff 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#006784), color-stop(55%,#006784), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(left,  #006784 0%,#006784 55%,#ffffff 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(left,  #006784 0%,#006784 55%,#ffffff 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(left,  #006784 0%,#006784 55%,#ffffff 100%); /* IE10+ */  background: linear-gradient(to right,  #006784 0%,#006784 55%,#ffffff 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006784', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */    padding: 5px 0px 5px 10px;  color: #FFFFFF;  }*/


.copy-bold
 {font-weight:bold;}
.copy-bold-highlighted
 {font-weight:bold; color: #B70909;}
/*.nav-logo {
    float: left;
    background: url('/Content/Images/MI_logo_color_126px.gif') no-repeat center right;
    width: 259px;
    height: 61px;
    margin: 0px 20px 0px 20px;
}*/
.ui-button-text
 {color: #000;}
.ui-button
{
    color: #000 !important;
	background: #D3D3D3 !important;
    border: 1px solid grey !important;
    border-radius: 1px !important;
}

.main-menu {
    clear: both;
    background: #1064B7;
    width: 100%;
    height: 61px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    min-width: 1024px;
}
.headermenu body {
    background: #1064B7;
}
.headermenu ul li ul li {
    color: #1064B7;
}
.headermenu ul li {
    background: #1064B7;
    /*border-left: 1px solid #005600;*/
}
    .headermenu ul li:hover {
        background: #1064B7;
    }

tr.even
{
    background: #f9f9f9;
}
tr.odd
{
    background: #ffffff;
}

.nonpaged-table th {
    padding-right: 10px;
}

#main
{
    padding: 20px;
}


.home-content
{
    font-size: 18px;
    padding: 20px;
    background-color: #eee;
}

.home-content a
{
    text-decoration: underline;
}


/*data tables*/

 #tblDetails tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #FFFBD6;
}

#tblDetails thead {
    background-color: #1064B7;
    color: #fff;
}

#tblDetails thead tr th {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal
}

#tblDetails_wrapper
{
    border: 1px solid #000;
}

#tblDetails_paginate
{
    float: left;
}

#tblDetails_length
{
    padding: 9px 0px 0px 30px;
}

#tblDetails_filter {
    padding: 8px 10px 0px 0px
}

#tblDetails_filter input[type="search"]{
    height: 24px;
}

#tblDetails .right-aligned
{
    text-align: right;
}

.progress-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #1064B7;
}
.sticky{
    position:sticky;
    position:-webkit-sticky;
    top:0;
    z-index:100;
}
.underline {
    text-decoration:underline;
}
.policy-form {
    margin: 10px 10px 0 0;
    /*border:1px solid #dfdfdf;*/
    background: #fff;
    padding: 20px;
    min-width: 1024px;

    /*height: 500px;*/
}

    .policy-form input[type="text"], .policy-form input[type="text"]:-webkit-autofill, .policy-form input[type="text"]:-webkit-autofill:hover, .policy-form input[type="text"]:-webkit-autofill:focus, .policy-form input[type="text"]:-webkit-autofill:active, .popup-form input[type="text"] {
        padding: 0px;
        height: 24px;
        padding-left: 10px;
        width: 100%;
        margin-top: 2px;
        -webkit-text-fill-color: #000 !important;
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s;
    }
.quote-form-textbox {
    height:24px !important;
    font-size:14px !important;
    border-color:#1060F7 !important;
    color:#000 !important;
}
.policy-form select, .policy-form select:-webkit-autofill, .policy-form select:-webkit-autofill:hover, .policy-form select:-webkit-autofill:focus, .policy-form select:-webkit-autofill:active, .popup-form select {
    padding: 0px;
    height: 22px;
    width: 100%;
    margin-top: 2px;
    padding-left: 10px;
    -webkit-text-fill-color: #000 !important;
    /*-webkit-box-shadow: 0 0 0px 1000px #fff inset;*/
    transition: background-color 5000s ease-in-out 0s;
}

.policy-form .data-label, .popup-form .data-label
{
    padding: 0px;
    margin-top: 10px;
    height: 18px;
}

.policy-form .checkbox-data-label, .popup-form .checkbox-data-label
{
    float:left;
    padding-left: 5px;
    height: 18px;
}

.policy-form .checkbox-container, .popup-form .checkbox-container
{
    float:left;
}

.policy-form .section-header
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    background-color: #a9dca9;
    color: #000;
    margin-top: 20px;
}

.ui-widget-header {
    background-color: #1064B7 !important;
    /*background-color: #a9dca9 !important;*/
    background-image: none !important;
}

.ui-datepicker-trigger
{
    vertical-align: top;
    padding-top: 3px;
}

.jquery-datepicker
{
    /*padding-right: 50px;*/
    padding-top: 3px;
    width: 105px !important;
    display: inline-block;
}
.required-field::after {
    content: "*";
    color: red;
}
.ui-datepicker
{
    /*z-index so it displays over the required sex fields on the enroll screen*/
    z-index: 105 !important;
}

/*.ui-dialog-titlebar-close {
  visibility: hidden;
}*/

.input-validation-error { 
    background: #f2e1e1; 
    border: 1px solid #d15f5f !important; 
}

.field-validation-error { 
    background: #f2e1e1; 
    border: 1px solid #d15f5f !important; 
    font-weight: bold !important;
    position: relative;
}

.sex-required-background {
    display:inline-block;
    width: 150px;
    z-index: 1;
}

.sex-required-radio-span
{
    position:absolute; 
    display: block; 
    z-index: 2
}

 .details-table thead tr td
 {
     font-weight: bold;
     padding-right: 20px;
 }
.home-buttons a.blue div, button.blue, .dialog a.blue, .blue-button, .dialog.blue .title {
    color: white;
    text-shadow: 1px 1px #000000;

    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3C6AC9), to(#6394ED));
    background: -o-linear-gradient(top, #3C6AC9, #6394ED);
    background: -moz-linear-gradient(top, #3C6AC9, #6394ED);
    background: -webkit-linear-gradient(top, #3C6AC9, #6394ED);
    background: -ms-linear-gradient(top, #3C6AC9, #6394ED);
    background: linear-gradient(to top, #3C6AC9, #6394ED);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6394ED', endColorstr='#3C6AC9');

    border: 1px solid #326AE7;
}
/*-------------------------
	Inline help tip
--------------------------*/


.help-tip {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p {
        display: none;
        text-align: left;
        background-color: #E3E3E3;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #000;
        font-size: 13px;
        line-height: 1.4;
        z-index:10;
    }

        .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

/*div.dialog {
    margin-bottom: 20px;
    min-height: 306px;
}
.ui-draggable {
    cursor: move;
}

.ui-draggable .body {
    cursor: initial;
}

.dialog, .title-bubble {
    -mox-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #949494;
    background-color: white;
    margin: auto;
    width: 100%;
    overflow:auto;
}

.popup {
    display: none;
    position: fixed;
    margin: -125px 0 0 -200px;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 350px;
    z-index: 1001;
}*/


/*  CSS  For Assignment/Create    */

.green-button
{
    color: white;
    text-shadow: 1px 1px #000000;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006000), to(#008100));
    background: -o-linear-gradient(top, #000000, #008100);
    background: -moz-linear-gradient(top, #000000, #008100);
    background: -webkit-linear-gradient(top, #000000, #008100);
    background: -ms-linear-gradient(top, #000000, #008100);
    background: linear-gradient(to top, #000000, #008100);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#006000', endColorstr='#006700');
    border: 1px solid #004C00;
}

.Create-New-Assignment .form-horizontal .green-button {
    color: white;
    text-shadow: 1px 1px #000000;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006700), to(#008100));
    background: -o-linear-gradient(top, #006000, #008100);
    background: -moz-linear-gradient(top, #006000, #008100);
    background: -webkit-linear-gradient(top, #006000, #008100);
    background: -ms-linear-gradient(top, #006000, #008100);
    background: linear-gradient(to top, #006000, #008100);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#006700', endColorstr='#008100');
    border: 1px solid #004C00;
    
    
    width: 250px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding-left: 2px;
    margin-left: 5px;
    padding-top: 2.5px;
}

.Create-New-Assignment .form-horizontal .blue-button
{
width: 250px;
height:34px;
font-size:18px;
font-weight:bold;
float:left;
padding-left:2px;
margin-left:5px;
padding-top: 2.5px;
}

.Create-New-Assignment .col-md-10
{
width:65%;
float:left;
}

.Create-New-Assignment .Insurance-Company .form-control
{
   display:inline;
   width:350px;
   float:left;
}

.Create-New-Assignment .Funeral-Home .form-control
{
   display:inline;
   width:350px;
   float:left;
}

.Create-New-Assignment .Insured .col-md-10
{
   display:inline;
   width:400px;
   float:left;
}

.Create-New-Assignment .Beneficiary .col-md-10
{
   display:inline;
   width:400px;
   float:left;
}

.Create-New-Assignment .Insurance-Company .col-md-10
{
   display:inline;
   width:700px;
   float:left;
}

.Create-New-Assignment .Funeral-Home .col-md-10
{
   display:inline;
   width:700px;
   float:left;
}

.Create-New-Assignment .Insurance-Company .col-md-10 .Insurance-Company-Displayed .green-button
{
   width:250px;
   float:right;
   margin-right:150px;
}

.Create-New-Assignment .Funeral-Home .col-md-10 .Funeral-Home-Displayed .green-button
{
   width:250px;
   float:right;
   margin-right:150px;
}


.Create-New-Assignment .Insured .col-md-10 .Insured-Displayed .green-button
{
   width:150px;
   float:right;
   
}

.Create-New-Assignment .Beneficiary .col-md-10 .Beneficiary-Displayed .green-button
{
   width:150px;
   float:right;
}

.Create-New-Assignment .text-box
{
    width: 50%;
}

legend {
  display: block;
  width: 11%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  /*border-bottom: 1px solid #e5e5e5;*/
}

_Create-Insurance-Company fieldset {
    border: 1px solid #ddd;
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin: 0 0 0 0;
    margin-top:25px;
}

_Create-Funeral-Home fieldset {
    border: 1px solid #ddd;
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin: 0 0 0 0;
    margin-top:25px;
}

/* CSS  for Assignment/Index   */

/* CSS for Assigment/Edit  */
.Edit-Assignment .form-horizontal .green-button {
    color: white;
    text-shadow: 1px 1px #000000;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006700), to(#008100));
    background: -o-linear-gradient(top, #006000, #008100);
    background: -moz-linear-gradient(top, #006000, #008100);
    background: -webkit-linear-gradient(top, #006000, #008100);
    background: -ms-linear-gradient(top, #006000, #008100);
    background: linear-gradient(to top, #006000, #008100);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#006700', endColorstr='#008100');
    border: 1px solid #004C00;
    
    
    width: 250px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding-left: 2px;
    margin-left: 5px;
    padding-top: 2.5px;
}

.Edit-Assignment .col-md-10
{
width:65%;
float:left;
}

.Edit-Assignment .Insurance-Company .form-control
{
   display:inline;
   width:350px;
   float:left;
}

.Edit-Assignment .Funeral-Home .form-control
{
   display:inline;
   width:350px;
   float:left;
}

.Edit-Assignment .Insured .col-md-10
{
   display:inline;
   width:400px;
   float:left;
}

.Edit-Assignment .Beneficiary .col-md-10
{
   display:inline;
   width:400px;
   float:left;
}

.Edit-Assignment .Insurance-Company .col-md-10
{
   display:inline;
   width:800px;
   float:left;
}

.Edit-Assignment .Funeral-Home .col-md-10
{
   display:inline;
   width:800px;
   float:left;
}


.Edit-Assignment .Insurance-Company .col-md-10 .Insurance-Company-Displayed .green-button
{
   width:250px;
   float:right;
   margin-right:150px;
}

.Edit-Assignment .Funeral-Home .col-md-10 .Funeral-Home-Displayed .green-button
{
   width:250px;
   float:right;
   margin-right:150px;
}

.Edit-Assignment .Insured .col-md-10 .Insured-Displayed
{
   font-weight:bold;
   font-size:15px;
   margin-top:6px;
}

 .Edit-Assignment .Add-Employer .col-md-10{
    padding-bottom:15px;
}

  .Edit-Assignment .Delete-Employer .col-md-10{
    padding-bottom:15px;
}

    .Edit-Assignment .col-md-10 .form-control{
    max-width:420px
}

.Edit-Assignment .Beneficiary .col-md-10 .Beneficiary-Displayed
{
   font-weight:bold;
   font-size:15px;
   margin-top:6px;
}

.Edit-Assignment .Insured .col-md-10 .green-button
{
   width:175px;
   float:right;
}

.Edit-Assignment .Beneficiary .col-md-10 .green-button
{
   width:175px;
   float:right;
}

/* CSS for Assignment/Details  */
.Assignment-Details .dl-horizontal dt {
    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:15px;
    margin-bottom:5px;
  }


/* CSS for Insurance Companies/Edit  */

.Insurance-Company-Edit .col-md-10
{
    max-width:38.15em;
}

.Funeral-Homes-Edit .col-md-10
{
   max-width:38.1em;
}

.Funeral-Homes-Edit .Checkboxes .col-md-10
{
    max-width:63px;
}

.table{
    max-width:100%;
}

.table .Assignment-Payment .field 
{
    max-width:10em;
}

.table .Assignment-Payment .field .text-box
{
    max-width:100%;
    border:1px solid #ccc;
    padding:2px;
    color:#444;
    height:30px;
}

#main .Assignment-Index .search-form{
    padding-bottom: 10px;
    text-align:left;
}

.rate-results-container .box-contents
{
    padding: 20px;
}
.add-help{
    margin-bottom:0px;
}
.tool-tip {
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
    content: '?';
    font-weight: bold;
    color: #fff;
}
@media (max-width: 568px) {
    .zipOnTop {
        z-index: 100;
        margin-top: -33px !important;
        margin-bottom: 20px;
        background-color: white;
        width: 50px;
        font-size: 10px;
        position: absolute;
        left: 42%;
        margin-left: auto;
        margin-right: auto;
    }
    .locationAgencyInfo {
        display:block;
        justify-content: center;
        align-items: center;
        /*height: 250px;*/
        color: #022539;
        font-weight: bold;
        text-align: center;
    }
    .padding-568-50{
        padding-bottom:50px;
    }
}
    /*
.add-help:hover:after ~ .hover-help{
    display:inline-block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.hover-help{
    display: none;
    text-align: left;
    background-color: #E3E3E3;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    z-index: 10;
}

.hover-help p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.hover-help p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}*/
