html,body
{
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.no-bottom-border-radius
{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.alert-ntngrey {
	background-color: #a4aeb5;
  	border-color: #a4aeb5;
}

.alert-ntnblue
{
  background-color: #013f7e;
  color: white;
}

.alert-ntnorange
{
  background-color: #f47721;
  color: white;
}

.font-normal
{
  font-size: 16px !important;
  font-weight: normal !important;
}

.btn
{
  line-height: 16px;
}

.btn-gray
{
  background-color: #EEE;
  color: black;
}

.btn-white
{
  background-color: white;
  color: black;
  border: 1px solid #888;
}

.text-black
{
  color: black !important;
}

.text-white
{
  color: white !important;
}

.text-dark-blue
{
  color: #013F7E !important;
  font-weight:bold;
}

.text-red
{
  color: red !important;
}

.text-orange
{
  color: #E99618 !important;
}

.btn-shadow
{
  webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


p
{
  font-size: 16px;
}

#header
{
  height: 110px;
  background-color: white;
  border-bottom: 10px solid #013f7e;
  position: relative;
}

#header_container
{
  width: 100%;
  min-width: 912px;
  max-width: 1170px;
  margin: auto;
  position: relative;
  padding-top: 15px;
}

#logo
{
  position: relative;
}

#logo img
{
  display: block;
}

#mobile-menu
{
  display: none;
}

#nav-toggle
{
  position: absolute;
  right: 20px;
  width: 32px;
  top: 44px;
  display: none;
}

#nav-toggle img
{
  width: 100%;
}

#menu_container
{
  color: #6A7179;
  display: block;
}

#menu
{
  margin-top: 22px;
}

#menu ul
{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

#menu ul li
{
  position: relative;
  display: inline;
}

#main
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: separate;
}

#mobile_sidebar
{
  display: none;
}

#mobile_sidebar ul
{
  margin: 0px;
  padding: 0px;
}

#mobile_sidebar li
{
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  background-color: #EEE;
}

tr, td
{
  margin: 0px;
  padding: 0px;
}

#corporate_bg
{
  position: relative;
  width: 25%;
  background-color: #013F7E;
  background-image:  url(/com/assets/templates/img/headquarters-location.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#blue_hue
{
  background: rgba(1,63,126,0.8);
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: white;
  text-align: right;
}

#blue_hue ul
{
  margin: 0px;
  padding: 0px;
  padding: 20px 25px;
}

#blue_hue ul li
{
  list-style-type: none;
  color: white;
  margin-bottom: 10px;
}

#blue_hue a
{
  color: white;
}

#main_body
{
  vertical-align: top;
}

#main_content
{
  width: 100%;
  padding: 30px;
  min-width: 912px;
  max-width: 1070px;
  position: relative;
  padding-right: 0px;
}

#footer
{
  width: 100%;
  background-color: #EDEEF0;
  height: 317px;
  font-size: 13px;
}

#footer_left
{
  float: left;
  width: 25%;
  height: 317px;
  background-color: #013F7E;
}

#footer_logo
{
  width: 100%;
  text-align: right;
  padding-right: 80px;
  padding-top: 50px;
}

#footer_right
{
  position: relative;
  float:left;
  height: 317px;
  width: 70%;
  padding-left: 95px;
  padding-top: 50px;
}

#footer_top
{
  width: 100%;
  max-width: 690px;
}

#footer_top ul
{
  margin: 0px;
  padding: 0px;
}

#footer_top ul li
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#footer_top ul li a
{
  text-decoration: none;
  color: #6A7179;
  cursor: pointer;
}

#footer_top ul li a:hover
{
  color: #23527c;
  outline: 0;
}


#footer_bottom
{
  border-top: 1px solid #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 10px 95px;
  font-size: 10px;
}

.footer_column
{
  width: 33.3333%;
  float: left;
}

.ntn-form-input
{
  display: block;
  /* width: 100%; */
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#header, #menu_container ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

#menu-main-menu {
  color: #6A7179;
  display: block;
  position: relative;
  left: 0px;
}

#menu_container .btn {
  text-transform: uppercase
}

#menu_container li {
  list-style: none
}

#menu_container a {
  font-size: 12px;
  font-family: Montserrat;
  color: #6A7179
}

#menu_container .nav-top-level:hover, #menu_container .nav-top-level:hover .caret, #menu_container li:hover .nav-top-level {
  color: #FFF
}

#menu_container .nav-top-level {
  backface-visibility: hidden
}

#menu_container .nav-top-level .caret {
  margin-left: 6px
}

#menu-main-menu .menu-item-has-children {
  position: relative;
  display: inline-block
}

#menu-main-menu .dropdown-menu {
  display: block;
  opacity: 0;
  position: absolute;
  background-color: #fff;
  min-width: 230px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  left: -9999px;
  transition: .7s opacity
}

#menu-main-menu .dropdown-menu a {
  padding: 12px 16px;
  text-decoration: none;
  display: block
}

.menu-main-menu-container:after, main:after {
  content: "";
  display: table;
  clear: both
}

#menu-main-menu .dropdown-menu a:hover {
  background: #EDEEF0
}

#menu-main-menu .menu-item-has-children:hover .dropdown-menu {
  left: 10px;
  opacity: 1
}

.menu-main-menu-container {
  position: relative;
  height: 100%;
  margin-right: 25px;
}

#mobile_menu
{
  display: none;
}

#mobile_toggle
{
  display: none;
}

table.table-border
{
  width: 100%;
  border: 1px solid #888;
}
table.table-noborder
{
  width: 100%;

}
table.table-noborder td
{
   padding: 1px;

}
table.table-border td
{
  padding: 8px;
}

table.table-border-round
{
  width: 100%;
  border: 1px solid #888;
  border-radius: 8px;
  border-collapse:separate;
}

table.table-border-round tr:last-child
{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

table.table-border-round tr:first-child
{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

table.table-border-round tr:last-child td:first-child
{
  border-bottom-left-radius: 8px;
}

table.table-border-round tr:last-child td:last-child
{
  border-bottom-right-radius: 8px;
}

table.table-border-round tr:first-child td:first-child
{
  border-top-left-radius: 8px;
}

table.table-border-round tr:first-child td:last-child
{
  border-top-right-radius: 8px;
}

table.table-border-round td
{
  padding: 8px;
}

.mobile_child_menu_container
{
  display: none;
}

tr.active>td, td.active
{
  background-color: #f5f5f5;
}

tr.success>td, td.success
{
  background-color: #dff0d8;
}

tr.warning>td, td.warning
{
  background-color: #fcf8e3;
}

tr.danger>td, td.danger
{
  background-color: #f2dede;
}

tr.info>td, td.info
{
  background-color: #d9edf7;
}

#CityStateZip.autocomplete
{
  z-index: 99999;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #CCC;
}

#CityStateZip.autocomplete ul
{
  background-color: white;
  margin: 0px;
  padding: 0px;
}

#CityStateZip.autocomplete ul li:hover
{
  cursor: pointer;
  background-color: #DDD !important;
}

#CityStateZip.autocomplete ul li
{
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0px 10px;
}

.upload_container input[type=file]
{
  display: none;
}

#dash_main
{
  width: 100%;
  padding-right: 273px;
}

#dash_sidebar
{
  width: 218px;
  margin-left: -242px;
}

.nav>li>a
{
  display: block !important;
}

.Accept {
    font-family: Tahoma;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    background-color: #008000;
    text-transform: capitalize;
}

.NA {
    font-family: Tahoma;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    background-color: #036;
    text-transform: capitalize;
}

.Conditional {
    font-family: Tahoma;
    font-size: 14px;
    color: gray;
    font-style: normal;
    background-color: #e6fd00;
    text-transform: capitalize;
}

.Reject {
    font-family: Tahoma;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    background-color: #cc0000;
    text-transform: capitalize;
}

ul.worksheetNav {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    white-space: nowrap;
}

.worksheetNav li {
    display: inline;
    list-style-type: none;
}

.worksheetNav a {
    padding: 3px 10px;
}

.selectedTab {
    color: #036;
    background-color: #a4aeb5;
    text-decoration: none;
    cursor: default;
}

.normalTab {
    color: #fff;
    background-color: #036;
    text-decoration: none;
    cursor: default;
}

.hoverTab {
    color: #fff;
    background-color: #369;
    text-decoration: none;
    cursor: default;
}

@media only screen and (max-width: 1350px) {
  #mobile_sidebar
  {
    display: block !important;
  }

  #blue_hue ul
  {
    display: none;
  }
}


@media only screen and (max-width: 1270px) {
    #footer
    {
      height: auto;
    }

    #footer_left{
      width: 100% !important;
      float: none;
      height: 150px;
      padding: 20px;
      text-align: center;
    }

    #footer_right
    {
      width: 100% !important;
      float: none;
      padding: 20px;
      padding-bottom: 55px;
      height: auto;
    }

    #footer_bottom
    {
      text-align: center;
    }

    #footer_top
    {
      margin: auto;
    }

    #footer_logo
    {
      padding: 0px !important;
      text-align: center;
    }
}

@media only screen and (max-width: 961px) {

  #header
  {
    height: auto;
  }

  #nav-toggle
  {
    display: block;
  }
  #menu
  {
    display: none;
  }

  #logout_button
  {
    display: none;
  }

  #mobile_toggle
  {
    width: 16px;
    position: absolute;
    right: 20px;
    top: 40px;
    display: block;
  }

  #mobile_menu
  {
    display: none;
    width: 100%;
  }

  #mobile_menu ul
  {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    background-color: #EDEEF0;
  }

  #mobile_menu li
  {
    list-style-type: none;
    border-bottom: 1px solid white;
  }

  .mobile_child_menu
  {
    padding: 10px 0px !important;
    background-color: #CCCCCC !important;
  }

  .mobile_child_menu li
  {
    border-bottom: 0px !important;
    padding: 5px 0px;
  }

  #header, #header_container
  {
    width: 100%;
    min-width: 0px;
  }

  #main_content {
    width: 100%;
    padding: 30px;
    min-width: 0px;
    position: relative;
  }
}
