/*:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px dotted rgba(81, 203, 238, 1);
}*/
@font-face {
  font-family: Aleo;
  src: url(../../../asset/fonts/aleo/Aleo-Regular.otf);
}
.top-subttitle2 .orchid-logo {
  margin: 4.5% 5%;
}
.top-subttitle2 .orchid-text {
  position: absolute;
  left: 12%;
  top: 42.5%;
  font-size: 2.5em;
  font-family: aleo;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.top-subttitle2 .intro-text {
  background-color: #4a3980;
  color: white;
  margin-left: 30%;
  margin-right: 5%;
  position: absolute;
  top: 26%;
  font-family: Arial;
  font-weight: lighter;
  font-size: 16px;
  padding: 20px;
  line-height: 26px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}
#right-sidebar {
  width: 280px;
  height: auto;
  z-index: 10;
  float: left;
  padding-top: 64px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: block;
}
#right-sidebar:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  background: #ffffff;
  border-left: 1px solid #e3e3e3;
  z-index: -1;
}
#right-sidebar.hide-sidebar {
  margin-right: 0px;
  display: none;
}
#right-sidebar.hide-sidebar:after {
  right: -210px;
}
#right-sidebar.sidebar-fixed {
  position: fixed;
}
#right-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  /*height: 100%;*/
}
#right-sidebar .tabs {
  padding: 0 0 0 0px;
}
#right-sidebar .tabs .nav-tabs li a {
  border-radius: 0;
  background-color: #062E6C;
  padding: 15px 10px 14px !important;
  box-shadow: none;
  border-bottom: 1px solid #062E6C;
  color: #9babc4;
  font-weight: bold;
  font-size: 11px;
}
#right-sidebar .tabs .nav-tabs li a i {
  color: #707070;
}
#right-sidebar .tabs .nav-tabs li.active a {
  border-bottom: 3px solid #ffeb3b;
  color: #ffeb3b;
  font-weight: bold;
}
#right-sidebar .tabs .nav-tabs li.active a:after {
  right: auto;
  left: auto;
  bottom: auto;
}
#right-sidebar .tabs .tab-content {
  box-shadow: none;
  border-radius: 0;
}
#right-sidebar .user-list {
  margin-left: -15px;
  margin-right: -15px;
}
#right-sidebar .user-list .list-group-item {
  border: none;
  line-height: 16px;
  position: relative;
  padding: 5px 15px;
}
#right-sidebar .user-list .list-group-item a {
  display: block;
  line-height: 16px;
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  color: #555555;
}
#right-sidebar .user-list .list-group-item a .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
}
#right-sidebar .user-list .list-group-item a .name {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
}
#right-sidebar .user-list .list-group-item a .status {
  width: 100%;
  display: block;
  font-size: 13px;
}
#right-sidebar .user-list .list-group-item a .status:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: relative;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#right-sidebar .user-list .list-group-item a .status.status-online:before {
  background-color: #51bf87;
}
#right-sidebar .user-list .list-group-item a .status.status-offline:before {
  background-color: #db5565;
}
#right-sidebar .chat-messages {
  display: none;
  margin-right: -210px;
}
#right-sidebar .chat-messages.open {
  display: block;
  margin-right: 0;
  position: fixed;
  padding-left: 0;
  list-style: none;
  top: 51px;
  right: 0;
  bottom: 130px;
  background: #ffffff;
  width: 210px;
  z-index: 10;
  border-left: 1px solid #e3e3e3;
}
#right-sidebar .chat-messages ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  height: 100%;
}
#right-sidebar .chat-messages li {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#right-sidebar .chat-messages li .avatar {
  float: left;
}
#right-sidebar .chat-messages li .avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid transparent;
  transition: border;
  transition-duration: 0.4s;
}
#right-sidebar .chat-messages li .chat-name {
  margin-top: 8px;
  font-weight: bold;
}
#right-sidebar .chat-messages li .chat-name .chat-time {
  color: #707070;
  font-size: 10px;
  display: block;
}
#right-sidebar .chat-messages li .message {
  border-radius: 3px;
  background-color: #f9f9f9;
  padding: 10px;
  position: relative;
}
#right-sidebar .chat-messages li .message p {
  margin-bottom: 0;
}
#right-sidebar .chat-messages li .message:after,
#right-sidebar .chat-messages li .message:before {
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#right-sidebar .chat-messages li .message:after {
  border-bottom-color: #f9f9f9;
  border-width: 6px;
  margin-left: -6px;
}
#right-sidebar .chat-messages li .message:before {
  border-bottom-color: #f9f9f9;
  border-width: 7px;
  margin-left: -7px;
}
#right-sidebar .chat-messages li .message.message-success {
  color: #ffffff;
  background-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-success:after {
  border-bottom-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-success:before {
  border-bottom-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-info {
  color: #ffffff;
  background-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-info:after {
  border-bottom-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-info:before {
  border-bottom-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-danger {
  color: #ffffff;
  background-color: #eda9b1;
}
#right-sidebar .chat-messages li .message.message-danger:after {
  border-bottom-color: #eda9b1;
}
#right-sidebar .chat-messages li .message.message-danger:before {
  border-bottom-color: #eda9b1;
}
#right-sidebar .chat-messages li.chat-back {
  background-color: #eeeeee;
  border-bottom: 1px solid #e3e3e3;
  transition: background;
  transition-duration: 0.4s;
}
#right-sidebar .chat-messages li.chat-back:hover {
  background-color: #e4e4e4;
}
#right-sidebar .chat-messages li.chat-me .avatar {
  float: right;
  margin-left: 5px;
}
#right-sidebar .chat-messages li.chat-me .chat-name {
  text-align: right;
}
#right-sidebar .chat-messages li.chat-me .message:after,
#right-sidebar .chat-messages li.chat-me .message:before {
  right: 18px;
  left: auto;
}
#right-sidebar #chat-write {
  display: none;
  margin-right: -210px;
  height: auto;
  float: left;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ffffff;
  width: 210px;
  border-left: 1px solid #e3e3e3;
  z-index: 11;
}
#right-sidebar #chat-write form {
  padding: 15px;
}
#right-sidebar #chat-write.open {
  display: block;
  margin-right: 0;
}
/*---------------------right sidebar ends-------------------------*/
.dropdown-list {
  font-size: 15px;
  color: #000 !important;
  border-radius: 0px;
}
.dropdown-list li {
  Padding: 10px 5px;
  font-size: 15px;
  color: #26A69A !important;
  cursor: pointer;
}
.dropdown-list li:hover {
  Padding: 10px 5px;
  font-size: 15px;
  color: #26A69A !important;
  background: #e0e0e0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #26A69A;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #26A69A;
  white-space: nowrap;
  background: #e0e0e0;
}
.sidebar-button {
  background: #0b3e8d none repeat scroll 0% 0%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
}
.btn {
  border-radius: 0px;
}
.form-control {
  border-radius: 0px;
}
md-icon {
  fill: #383838 !important;
}
.search-dropdown {
  /*background: #3ea5bd !important;*/
  background-color: #D7D7D7 !important;
  border-radius: 0px;
  white-space: nowrap !important;
  padding-left: 0px;
  padding-right: 0px;
}
.search-textbox {
  /*background: #35a1ba !important;*/
  background-color: #FFFFFF !important;
  border: 1px solid white !important;
  border: 0px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 36px !important;
  max-width: 100% !important;
  width: auto;
  font-size: 1rem;
  margin: 0px 0px 0px 0px !important;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box !important;
  transition: all 0.3s;
  color: #fff;
  text-indent: 10px;
  font-size: 14px;
}
.search-textbox:focus {
  background: #FFFFFF !important;
  border: 1px solid white !important;
  border: 0px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 36px !important;
  width: 100%;
  font-size: 1rem;
  margin: 0px 0px 0px 0px !important;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box !important;
  transition: all 0.3s;
  color: #000;
  text-indent: 10px;
  font-size: 14px;
}
.search-textbox-active {
  background: #fff !important;
  border: none !important;
  border: 0px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 36px !important;
  width: 100%;
  font-size: 1rem;
  margin: 0px 0px 0px 0px !important;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #fff;
  text-indent: 10px;
  font-size: 14px;
}
.header-dd .btn {
  box-shadow: none;
}
#dropdown120 {
  /*position:relative !important;*/
  left: 0px !important;
  /*top:0px !important;*/
}
.tabs {
  display: table;
  position: relative;
  overflow-x: auto;
  overflow-y: visible !important;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}
nav {
  box-shadow: none !important;
}
.search-dropdown:focus {
  background: #fff;
  white-space: nowrap !important;
}
.search-textbox:focus {
  background: #fff !important;
}
.search-btn {
  background: #00bcd4;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.search-btn:focus,
.search-btn:hover {
  background: #00bcd4;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.right-title {
  padding: 15px 20px;
  background: #E7E7E7;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  color: #085A7D;
}
.right-title a {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  color: #085A7D;
}
.right-title a:hover,
.right-title a:focus {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  color: #085A7D;
}
.list-title {
  font-size: 15px;
  color: #000;
  font-weight: normal;
}
.mdl15 {
  margin-left: 15px;
}
.addlist {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: outside none none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
.addlist > li > a {
  display: block;
  padding: 13px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.modal-content1 {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #999;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*-------------- material customized css ---------------*/
.nav ul a {
  transition: background-color 0.3s;
  font-size: 14px !important;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
.left-menu {
  margin: 0px 10px;
  padding: 0px;
}
.left-menu > li > a {
  position: relative;
  display: block;
  padding: 15px 10px;
  color: #45494D;
  font-size: 14px;
}
.sub-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 0px 10px 5px;
  color: #45494D;
  font-size: 14px;
  text-decoration: none;
}
.leftMenuButton {
  position: relative;
  display: block;
  padding: 15px 10px 5px 10px;
  color: #45494D;
  font-size: 14px;
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
}
.ddarrow {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url(../images/dropdown_arrow.gif) no-repeat;
  /*Adds background-image*/
  background-position: right 10px;
  /*Position of the background-image*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
.date-icon {
  position: absolute;
  right: 0px;
  font-size: 24px;
  color: #BDBDBD;
}
.input-field label {
  color: #8C8C8C;
  cursor: text;
  font-size: 13px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-out 0s;
}
.input-field label.active {
  font-size: 12px;
  transform: translateY(-100%);
}
.input-field label.active {
  font-size: 13px;
  transform: translateY(-100%);
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  box-sizing: content-box;
  font-size: 14px;
  height: 2.5rem;
  margin: 0 0 15px;
  outline: medium none;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  color: #212121;
}
.select-wrapper input.select-dropdown {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 35px;
  line-height: 3rem;
  margin: 0px 0 0 0px;
  outline: medium none;
  position: relative;
  width: 100%;
  padding: 10px 0px 0px;
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 10px;
}
.yeardropdown .select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0px !important;
  font-size: 10px;
}
.tab-select .select-wrapper {
  width: 60px;
}
.tab-select .select-wrapper .caret {
  line-height: 40px;
}
.tab-select .select-wrapper .select-dropdown {
  border: none;
  margin-top: 10px;
  margin-bottom: 0px;
}
.collapsible-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: block;
  line-height: 24px;
  min-height: 3rem;
  padding: 20px 0px;
}
.collapsible-body {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: none;
  padding: 20px;
  background: #fff;
}
/*.collapsible-header i {
    display: block;
    float: left;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-right: 1rem;
    text-align: center;   
}
*/
i.large {
  font-size: 6rem !important;
}
i.medium {
  font-size: 4rem !important;
}
i.small {
  font-size: 2rem !important;
}
i.tiny {
  font-size: 1rem !important;
}
.size-32 {
  font-size: 32px !important;
}
.size-24 {
  font-size: 24px !important;
}
.size-18 {
  font-size: 18px !important;
}
[type="checkbox"] + label {
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 18px;
  padding-left: 35px;
  position: relative;
}
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 2rem;
  height: auto;
  line-height: 20px;
}
nav {
  color: #fff;
  line-height: 28px !important;
}
.bb-dashed {
  border-bottom: 1px dashed #9F9F9F;
}
.bb-solid {
  border-bottom: 1px solid #D4D4D4;
}
.rt-seemore {
  margin-top: -30px;
  padding: 15px;
}
.errormsg {
  margin: 0;
  padding: 10px;
  vertical-align: top;
  font-size: 12px;
}
.loginerrormsg {
  margin: 0;
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
}
.material-tooltip {
  padding: 20px;
  font-size: 14px;
  z-index: 2000;
  background-color: #BABABA;
  border-radius: 2px;
  color: #838383;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: left;
  max-width: 20%;
  overflow: hidden;
  left: 0;
  top: 0;
  will-change: top, left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  background-color: #FAFAFA;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
}
.left-menu-header {
  background: #0d47a1;
  height: 64px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
.top-subttitle {
  background: #910123;
  width: 100%;
  margin-top: 64px;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  left: 0px;
  top: 0px;
  position: absolute;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.37);
}
@media (max-width: 959px) {
  .top-subttitle {
    margin-top: 147px;
  }
}
.top-subttitle a {
  height: 28px;
}
/*.top-subttitle span {
        padding-left: 25px;
    }*/
.top-subttitle2 {
  height: 310px;
  width: 100%;
  background: -webkit-linear-gradient(top, darkred 0%, #3F294D 46%, #193d74 100%);
  background: -o-linear-gradient(top, darkred 0%, #3F294D 46%, #193d74 100%);
  background: -ms-linear-gradient(top, darkred 0%, #3F294D 46%, #193d74 100%);
  background: -moz-linear-gradient(top, darkred 0%, #3F294D 46%, #193d74 100%);
  background: linear-gradient(to bottom, darkred 0%, #3F294D 46%, #193d74 100%);
  /*background: #2d266c;*/
  /*margin-top: 64px;*/
  /*padding: 20px;*/
  font-size: 22px;
  color: #fff;
  position: absolute;
  /*background-image: url(../../../asset/images/orchid-bg.png);
    background-repeat: no-repeat;*/
  background-position: 22% 47%;
}
td,
th {
  padding: 15px 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
.table-header {
  color: #292D32;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #D0D0D0;
}
.section-header {
  padding: 30px;
  border-bottom: 1px solid #CECFD0;
  float: left;
  width: 100%;
}
.section-header-search {
  padding: 10px 15px;
  border-bottom: 1px solid #CECFD0;
  text-align: left;
  width: 100%;
  clear: both;
}
.section-title {
  color: #292D32;
  font-size: 24px;
  font-weight: normal;
  float: left;
  padding-right: 10px;
}
.section-title1 {
  color: #292D32;
  font-size: 24px;
  font-weight: normal;
  float: left;
  padding-right: 10px;
  line-height: 1.5;
}
.candidate-type {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background: #d0021b;
  display: inline-table;
  padding: 0px 10px;
  border-radius: 25px;
}
.office-type {
  background: #1a237e;
  display: inline-table;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 75px;
}
.seal {
  width: 100px;
  position: relative;
  float: left;
}
.office-title {
  float: left;
  padding-top: 16px;
}
.registration-title {
  float: left;
  padding: 0px;
}
.sort {
  font-size: 18px;
  color: #292D32;
  margin-right: 20px;
}
.table-section {
  background: #fff;
  margin-bottom: 20px;
}
.tablelist {
  position: absolute;
  height: auto;
  padding: 10px;
  right: 20px;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  z-index: 999999;
  min-width: 250px;
}
.addColumnslist-header {
  font-size: 2px;
  margin-bottom: 10px !important;
}
.addColumnslist {
  position: absolute;
  padding: 10px;
  right: 20px;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  z-index: 999999;
  min-width: 250px;
  overflow-y: scroll;
  max-height: 83%;
}
.right-sidebar {
  display: none;
}
/*-----------progress bar-------------*/
.progress {
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.republic {
  background-color: #d0021b;
}
.democrat {
  background-color: #0d47a1;
}
.other {
  background-color: #707070;
}
.republic-text {
  color: #d0021b;
}
.democrat-text {
  color: #0d47a1;
}
.other-text {
  color: #707070;
}
.box {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2);
  padding: 20px !important;
  margin: 7px 7px 7px 7px !important;
  display: inline-block;
  min-height: 310px !important;
}
.lh-30 {
  line-height: 30px;
}
.summary-icon-dashboard {
  margin-right: 15px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.dashboard-list {
  margin: 15px 0px 15px 20px;
  min-height: 110px;
}
.dashboard-list li {
  margin-top: 0px;
  list-style-image: url(../../images/bullet-point.gif);
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 20px 0px 20px 10px;
  font-size: 14px;
}
.dashboard-list li input {
  color: #8c9396;
  font-weight: bold;
}
.dashboard-list li .caret {
  color: #8c9396;
}
/*.dashboard-list  li .select-wrapper {	
	line-height:10px;	
}*/
.tabs .tab a {
  color: #727578;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease;
}
.tabs {
  border-bottom: 1px solid #C9C9C9;
}
.tabs .tab a:hover {
  color: #099a8c !important;
  text-decoration: none;
}
.tabs .tab a.active {
  color: #099a8c !important;
  text-decoration: none;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #099a8c;
  will-change: left, right;
}
.pagination > li > a,
.pagination > li > span {
  background-color: none;
  border: none;
  color: #337ab7;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination li.active {
  background-color: transparent;
  color: #099a8c;
}
.pagination li {
  display: inline;
  font-size: 14px;
  padding: 0px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}
.legend {
  height: 10px;
}
/*-----------------nav bar section---------------*/
.nav > li > a {
  position: relative;
  display: inline-table;
  padding: 10px 15px;
}
.nav-pills > li > a {
  border-radius: 20px;
}
.nav > li > a {
  position: relative;
  display: inline-table;
  padding: 7px 15px;
  color: #000;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #18345D;
}
.tab-content {
  border-radius: 0px;
  box-shadow: none;
  background-color: white;
  border: 0px solid #eeeeee;
  border-top: 0;
  padding: 30px 20px;
  text-align: center;
}
.d-li {
  width: 50%;
  display: inline-flex;
}
/*---------------media queries----------------------*/
@media (max-width: 990px) {
  .explore_section {
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 0px !important;
  }
  .explore_committee_section {
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 0px 0px !important;
  }
  .search-btn {
    background: #00bcd4;
    border: none;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #fff;
  }
  .d-li {
    width: 100%;
    display: inline-flex;
  }
  .tabs {
    display: inline-flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
  }
}
.action-section {
  width: auto;
  height: auto;
  border: 0px solid #BBBBBB;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  /*right: 40px;*/
  text-align: left;
  margin-bottom: 30px;
  display: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  z-index: 2;
}
.action-section ul {
  padding: 10px 0px 0px 0px;
  float: left;
}
.action-section ul li {
  padding: 0px;
}
.action-section ul li a {
  color: #26A69A;
  font-size: 16px;
  padding: 10px 20px;
  float: left;
  width: 100%;
  text-decoration: none;
}
.action-section ul li a:hover {
  color: #26A69A;
  background: #e0e0e0;
  text-decoration: none;
}
/*.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}*/
input.notvalid {
  border-bottom: 1px solid #F44336 !important;
}
input.notvalid:focus {
  border-bottom: 1px solid #26a69a !important;
}
textarea.notvalid {
  border-bottom: 1px solid #F44336 !important;
}
textarea.notvalid:focus {
  border-bottom: 1px solid #26a69a !important;
}
.notvalid .select-wrapper input.select-dropdown {
  border-bottom: 1px solid #F44336 !important;
}
.notvalid .md-datepicker-input {
  border-bottom: 1px solid #F44336 !important;
}
md-input-container > md-select.notvalid {
  border-bottom: 1px solid #F44336 !important;
}
md-input-container > md-select.notvalid:focus {
  border-bottom: 1px solid #26a69a !important;
}
/*commitee registration success screen styles*/
.reporttable tr td {
  padding: 0px;
  font-size: 16px;
}
.maintable tr td {
  padding: 0px 15px;
}
.footertable tr td {
  padding: 0px;
}
.content_section tr td {
  padding: 5px;
}
.title {
  font-size: 25px;
  font-weight: bold;
  color: #993333;
}
.dynamic-title-color {
  font-size: 13px;
  font-weight: bold;
  color: #0d47a1;
}
.blue-text {
  color: #00bcd4;
}
.line1 {
  color: #0d47a1;
  font-size: 18px;
  font-style: italic;
}
.subtitle {
  color: #0d47a1;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 3px solid #062e6c;
}
.line2 {
  color: #0d47a1;
  font-size: 18px;
}
.footerlink {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.footerlink li {
  display: inline;
  font-family: Arial, sans-serif;
}
.footerlink li a {
  color: #000099;
  text-decoration: underline;
}
.footerlink li a:hover {
  color: #000099;
  text-decoration: none;
}
.linebg {
  background: #e6e6e6;
}
a.view {
  color: #0d47a1;
  text-decoration: underline;
}
a.view:hover {
  color: #000099;
  text-decoration: none;
}
.header_submission {
  background: #0d47a1;
}
.content_section {
  border: 1px solid #0d47a1;
  border-radius: 8px;
}
.points {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
.points li {
  line-height: 32px;
  list-style: decimal;
}
.finished_bt {
  background: #18345D;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.copyright {
  font-size: 12px;
}
.bordered td,
th {
  /*padding: 15px 15px !important;*/
  display: table-cell !important;
  vertical-align: middle !important;
  border-radius: 0px !important;
}
.bordered tbody td {
  color: #212121 !important;
}
/* Popup header and footer fix css*/
/*.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 80%;
    width: 79%;
    margin: auto;
    overflow-y: hidden;
    border-radius: 0px;
    will-change: top, opacity;
    bottom: 10%;
    padding-bottom: 50px;
}
    */
.modal_width {
  max-height: 60% !important;
  width: 40% !important;
}
.modal-header1 {
  padding: 11px 0px 3px 11px;
  border-bottom: 1px solid #e5e5e5;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  z-index: 2;
  clear: both;
  min-height: 30px;
}
.modal-title {
  font-size: 18px;
}
.modal .modal-content {
  padding: 24px;
  border: none !important;
  /*margin-top:60px;*/
  margin-bottom: 100px;
  overflow-y: auto;
  max-height: 100%;
  height: calc(100% - 111px);
  -webkit-order: 1;
  position: absolute;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  box-sizing: border-box;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  left: 0px;
}
.picker__frame {
  top: 5px !important;
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
}
.login-modalNew {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 40% !important;
  margin: auto;
  overflow-y: hidden;
  border-radius: 0px;
  will-change: top, opacity;
  bottom: 10%;
  padding-bottom: 50px;
}
.forgot-usrpwdmodal {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 60%;
  width: 30%;
  margin: auto;
  overflow-y: hidden;
  border-radius: 0px;
  will-change: top, opacity;
  bottom: 10%;
  padding-bottom: 50px;
  width: 52%;
  height: 55%;
}
.suffixlist .dropdown-content {
  top: 0px !important;
}
.action-btn {
  color: #18345D !important;
}
.action-btn:hover {
  color: #2d61ae !important;
}
.action-btn:focus {
  color: #224b86 !important;
}
.tooltipped {
  position: absolute;
}
/*.notvalid input.select-dropdown  {
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 -15px;
    outline: medium none;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
   
}*/
/*.notvalid input.select-dropdown:focus  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #26A69A;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 -15px;
    outline: medium none;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
   
}*/
/*.notvalid input.select-dropdown:([readonly="true"])  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 -15px;
    outline: medium none;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
   
}*/
/*.notvalid input.select-dropdown:focus:not([readonly]) {
    border-bottom: 1px solid #26A69A;
    box-shadow: 0px 1px 0px 0px #26A69A;
}*/
.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
  width: 57px;
  padding: 0px;
}
.select-wrapper {
  position: relative;
  margin-top: -5px;
  margin-bottom: 15px;
}
/*.notvalid {
    border-bottom: 1px solid #F44336 !important;    
    margin-bottom: 15px;
    position: relative;
}*/
.select-wrapper + label {
  position: absolute;
  top: -14px;
  margin-top: 5px !important;
}
.statecode {
  text-transform: uppercase !important;
}
.page-selector .select-wrapper {
  width: 30px;
  margin-top: 5px;
}
.page-table td {
  padding: 5px !important;
  width: auto;
}
.page-selector .select-wrapper {
  width: 50px;
  margin-top: -5px;
}
.page-selector .select-wrapper input {
  border: none !important;
}
.page-selector .select-wrapper ul {
  top: auto !important;
  bottom: 0px;
}
.page-selector .select-wrapper .dropdown-content {
  min-width: 40px !important;
}
.overview-dropdown ul li {
  margin: 0px;
  font-weight: normal;
}
.tabs {
  white-space: normal;
}
.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 20px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: inherit;
  overflow: visible;
  letter-spacing: 0.8px;
  width: 15%;
  min-width: 80px;
}
.tabs .tab a {
  color: #727578;
  display: block;
  width: 100%;
  height: 100%;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  transition: color 0.28s ease;
}
.page-table td {
  padding: 5px !important;
}
.page-selector .select-wrapper {
  width: 50px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.page-selector .select-wrapper input {
  border: none !important;
}
.page-selector .select-wrapper .dropdown-content {
  min-width: 40px !important;
}
input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: #8C8C8C;
}
.committee-list {
  font-size: 14px !important;
  color: #000;
}
.selectlist {
  cursor: pointer;
}
.modal .modal-contentSuccess {
  padding: 24px;
  border: none !important;
  /*margin-top:60px;*/
  margin-bottom: 100px;
  overflow-y: auto;
  max-height: 100%;
  /*height:calc(100% - 0px);*/
  -webkit-order: 1;
  position: absolute;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}
.dialogContent_echeck {
  min-width: 500px;
  width: 75%;
  margin: 0 auto;
  z-index: 9999;
}
.dialogContent_echeck div.md-dialog-content {
  background: #fff;
  overflow-y: auto;
  height: 90vh;
  z-index: 9999;
}
.dialogContent {
  height: 53vh;
  overflow-y: auto;
  padding-bottom: 10px;
  max-width: 100%;
  width: auto;
}
.md-panel {
  width: 80%;
}
.selectlist {
  cursor: pointer;
}
a.disabled {
  color: #d9d9d9 !important;
}
.amountAlign {
  float: right;
}
span[customtooltip].in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: -90px;
  padding: 15px 15px;
  margin-top: 15px;
  background-color: #fafafa;
  color: #8C8C8C;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 300px;
  width: auto;
  border-radius: 3px;
  z-index: 999999;
}
.margintop {
  margin-top: 20px;
}
.child-grid {
  /*background: #f5f5f6;*/
  background: #e4e4e4;
}
.handpointer {
  cursor: pointer !important;
}
/*.browser-default{
   width:50px !important;
  margin-top:-5px !important;
  margin-bottom:0px !important;
  border: none !important;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 3rem;
    margin: 0 0 0px;
    outline: medium none;
    position: relative;
    width: 100%;
    padding: 5px 0px 0px;
}*/
.checkbox-label {
  margin-top: 2px;
  display: block;
  float: left;
  margin-right: 10px;
}
.association span[customtooltip]:hover:after {
  position: absolute;
  right: -315px !important;
  top: 0 !important;
  margin-left: 150px;
}
.bg-grey {
  background: #e0e0e0 !important;
}
.bg-green {
  background: #1F6043 !important;
  color: #fff !important;
}
.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-button.md-raised:not([disabled]):hover {
  background-color: #2d61ae !important;
  color: white !important;
}
/*---------------left sidebar starts----------------------*/
#left-sidebar {
  width: 368px;
  height: auto;
  z-index: 10;
  float: left;
  padding-top: 64px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: block;
}
#left-sidebar:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 368px;
  background: #ffffff;
  border-right: 1px solid #e3e3e3;
  z-index: -1;
}
#left-sidebar.hide-sidebar {
  margin-left: -210px;
  display: none;
}
#left-sidebar.hide-sidebar:after {
  left: -210px;
}
#left-sidebar.sidebar-fixed {
  position: fixed;
}
#left-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
#left-sidebar .tabs {
  padding: 0 0 0 0px;
}
#left-sidebar .tabs .nav-tabs li a {
  border-radius: 0;
  background-color: #062E6C;
  padding: 15px 10px 14px !important;
  box-shadow: none;
  border-bottom: 1px solid #062E6C;
  color: #9babc4;
  font-weight: bold;
  font-size: 11px;
}
#left-sidebar .tabs .nav-tabs li a i {
  color: #707070;
}
#left-sidebar .tabs .nav-tabs li.active a {
  border-bottom: 3px solid #ffeb3b;
  color: #ffeb3b;
  font-weight: bold;
}
#left-sidebar .tabs .nav-tabs li.active a:after {
  right: auto;
  left: auto;
  bottom: auto;
}
#left-sidebar .tabs .tab-content {
  box-shadow: none;
  border-radius: 0;
}
#left-sidebar .user-list {
  margin-left: -15px;
  margin-right: -15px;
}
#left-sidebar .user-list .list-group-item {
  border: none;
  line-height: 16px;
  position: relative;
  padding: 5px 15px;
}
#left-sidebar .user-list .list-group-item a {
  display: block;
  line-height: 16px;
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  color: #555555;
}
#left-sidebar .user-list .list-group-item a .avatar {
  float: left;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
}
#left-sidebar .user-list .list-group-item a .name {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
}
#left-sidebar .user-list .list-group-item a .status {
  width: 100%;
  display: block;
  font-size: 13px;
}
#left-sidebar .user-list .list-group-item a .status:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: relative;
  float: left;
  margin-top: 4px;
  margin-left: 5px;
}
#left-sidebar .user-list .list-group-item a .status.status-online:before {
  background-color: #51bf87;
}
#left-sidebar .user-list .list-group-item a .status.status-offline:before {
  background-color: #db5565;
}
#left-sidebar .chat-messages {
  display: none;
  margin-left: -210px;
}
#left-sidebar .chat-messages.open {
  display: block;
  margin-left: 0;
  position: fixed;
  padding-right: 0;
  list-style: none;
  top: 51px;
  left: 0;
  bottom: 130px;
  background: #ffffff;
  width: 210px;
  z-index: 10;
  border-right: 1px solid #e3e3e3;
}
#left-sidebar .chat-messages ul {
  list-style: none;
  padding-right: 0;
  position: relative;
  height: 100%;
}
#left-sidebar .chat-messages li {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#left-sidebar .chat-messages li .avatar {
  float: right;
}
#left-sidebar .chat-messages li .avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px solid transparent;
  transition: border;
  transition-duration: 0.4s;
}
#left-sidebar .chat-messages li .chat-name {
  margin-top: 8px;
  font-weight: bold;
}
#left-sidebar .chat-messages li .chat-name .chat-time {
  color: #707070;
  font-size: 10px;
  display: block;
}
#left-sidebar .chat-messages li .message {
  border-radius: 3px;
  background-color: #f9f9f9;
  padding: 10px;
  position: relative;
}
#left-sidebar .chat-messages li .message p {
  margin-bottom: 0;
}
#left-sidebar .chat-messages li .message:after,
#left-sidebar .chat-messages li .message:before {
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#left-sidebar .chat-messages li .message:after {
  border-bottom-color: #f9f9f9;
  border-width: 6px;
  margin-right: -6px;
}
#left-sidebar .chat-messages li .message:before {
  border-bottom-color: #f9f9f9;
  border-width: 7px;
  margin-right: -7px;
}
#left-sidebar .chat-messages li .message.message-success {
  color: #ffffff;
  background-color: #9edbbc;
}
#left-sidebar .chat-messages li .message.message-success:after {
  border-bottom-color: #9edbbc;
}
#left-sidebar .chat-messages li .message.message-success:before {
  border-bottom-color: #9edbbc;
}
#left-sidebar .chat-messages li .message.message-info {
  color: #ffffff;
  background-color: #6acce4;
}
#left-sidebar .chat-messages li .message.message-info:after {
  border-bottom-color: #6acce4;
}
#left-sidebar .chat-messages li .message.message-info:before {
  border-bottom-color: #6acce4;
}
#left-sidebar .chat-messages li .message.message-danger {
  color: #ffffff;
  background-color: #eda9b1;
}
#left-sidebar .chat-messages li .message.message-danger:after {
  border-bottom-color: #eda9b1;
}
#left-sidebar .chat-messages li .message.message-danger:before {
  border-bottom-color: #eda9b1;
}
#left-sidebar .chat-messages li.chat-back {
  background-color: #eeeeee;
  border-bottom: 1px solid #e3e3e3;
  transition: background;
  transition-duration: 0.4s;
}
#left-sidebar .chat-messages li.chat-back:hover {
  background-color: #e4e4e4;
}
#left-sidebar .chat-messages li.chat-me .avatar {
  float: left;
  margin-right: 5px;
}
#left-sidebar .chat-messages li.chat-me .chat-name {
  text-align: left;
}
#left-sidebar .chat-messages li.chat-me .message:after,
#left-sidebar .chat-messages li.chat-me .message:before {
  left: 18px;
  right: auto;
}
#left-sidebar #chat-write {
  display: none;
  margin-left: -210px;
  height: auto;
  float: right;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 210px;
  border-right: 1px solid #e3e3e3;
  z-index: 11;
}
#left-sidebar #chat-write form {
  padding: 15px;
}
#left-sidebar #chat-write.open {
  display: block;
  margin-left: 0;
}
/*--------------left side bar ends---------------------------*/
.agent-list .filled-in[type="checkbox"]:not(:checked) + label::after {
  height: 30px;
  width: 30px;
  background-color: #bdbebd;
  border: 2px solid #bdbebd;
  top: 0px;
  z-index: 0;
  border-radius: 50px;
}
.agent-list .filled-in[type="checkbox"]:checked + label::after {
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #28ba21;
  background-color: #28ba21;
  z-index: 0;
  border-radius: 50px;
}
.agent-list .filled-in[type="checkbox"]:checked + label::before {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 18px;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.agent-list .filled-in[type="checkbox"]:not(:checked) + label::before {
  width: 15px;
  height: 0;
  border: 3px solid #fff;
  left: 8px;
  top: 10px;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
#thirdGrid textarea.materialize-textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  box-sizing: content-box;
  font-size: 14px;
  height: 3rem;
  margin: 0px 0 15px;
  outline: medium none;
  padding: 3px 0px 0px 0px;
  transition: all 0.3s ease 0s;
  width: 100%;
  color: #212121;
}
.text_ltf {
  padding-left: 30px !important;
}
span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: 15px !important;
  padding: 15px 15px;
  margin-top: -50px;
  background-color: #fafafa;
  color: #8C8C8C;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
  z-index: 999999;
}
span.custom[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: 15px !important;
  padding: 15px 15px;
  margin-top: -50px;
  background-color: #fafafa;
  color: #8C8C8C;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 600px;
  width: 100%;
  border-radius: 3px;
  z-index: 999999;
}
.headerinfo span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: 15px !important;
  padding: 15px 15px;
  margin-top: -5px;
  left: 220px;
  background-color: #fafafa;
  color: #8C8C8C;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
  z-index: 999999;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .headerinfo span[customtooltip]:hover:after {
    content: attr(customtooltip);
    position: absolute;
    font-size: 12px;
    margin-left: 15px !important;
    padding: 15px 15px;
    margin-top: -40px;
    left: 220px;
    background-color: #fafafa;
    color: #8C8C8C;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 300px;
    width: 100%;
    border-radius: 3px;
    z-index: 999999;
  }
}
.inputinfo span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: 25px !important;
  padding: 15px 15px;
  margin-top: -50px;
  background-color: #fafafa;
  color: #8C8C8C;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
  z-index: 999999;
}
.margin-top {
  margin-top: 13px;
}
.cursor {
  cursor: pointer;
}
.txtright {
  text-align: right !important;
}
.txtleft {
  text-align: left !important;
}
.forgotlabel {
  color: #0d47a1;
  font-size: 14px;
  cursor: text;
  margin-top: 5px;
  padding-left: 0px;
  text-transform: none;
}
.forgotlabel a {
  color: #0d47a1;
  font-size: 14px !important;
  vertical-align: baseline;
  cursor: pointer !important;
  line-height: 10px;
  padding: 6px 0px 0px 0px;
  text-transform: none;
}
.header-color {
  background-color: #0d47a1;
  color: #FFFFFF;
}
.icon_style {
  line-height: 0px;
  position: absolute;
  top: 6px;
  left: 0px;
}
thead.md-head {
  background: #D7D7D7;
  color: #383838;
}
.table_class {
  margin-bottom: 15px;
}
.table_class tr td {
  line-height: 24px !important;
  padding: 5px 8px !important;
  position: relative;
  font-size: 13px;
}
.table_class tr td i {
  border: 1px solid groove;
  line-height: initial;
}
.login-content .input-field input[type="text"] {
  margin-top: 5px;
}
.login-content .input-field input[type="password"] {
  margin-top: 5px;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  .forgotlabel {
    color: #0d47a1;
    font-size: 13px;
    cursor: text;
    margin-top: 5px;
    padding-left: 0px;
    text-transform: none;
  }
  .forgotlabel a {
    color: #0d47a1;
    font-size: 13px !important;
    vertical-align: baseline;
    cursor: pointer !important;
    line-height: 10px;
    padding-left: 0px;
    text-transform: none;
  }
}
/********************************** NEW CHANGES 09/22/2016 ******************************************/
.transaction_ac {
  margin-top: 19px !important;
}
.committees_tab li {
  line-height: 58px !important;
}
.popup_controler {
  position: absolute;
  width: 100%;
  top: 10%;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 80%;
  width: 79%;
  margin: auto;
  overflow-y: hidden;
  border-radius: 0px;
  bottom: 10%;
  padding-bottom: 50px;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.login-modal {
  /*background-color: #fff;
    border-radius: 0;
    display: none;
    left: 0;
    margin: auto;
    max-height: 70%;
    overflow-y: auto;
        padding: 0;
        position: relative !important;
    right: 0; 
    width: 50%;*/
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  width: 45%;
  margin: auto;
  overflow-y: hidden;
  border-radius: 0px;
  min-width: 300px;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 99999;
}
.login-content {
  padding: 24px 24px;
  border: none !important;
  margin-top: 0px !important;
  overflow-y: auto;
  /*margin-bottom: 100px;*/
  max-height: 100%;
  height: 100% !important;
  min-height: 250px;
  position: relative;
  width: 100%;
  z-index: 9999;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.textARControl {
  max-height: 40px !important;
  overflow-y: scroll !important;
}
.highcharts-legend-item {
  border: 0px solid red !important;
  width: 100%;
}
.highcharts-legend-item span {
  border: 0px solid red !important;
  white-space: nowrap;
  display: block;
}
.security_question {
  position: relative !important;
}
.security_question .dropdown-content {
  z-index: 2 !important;
  height: 200px !important;
}
.login-modalNew {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 40% !important;
  margin: auto;
  overflow-y: hidden;
  border-radius: 0px;
  will-change: top, opacity;
  bottom: 10%;
  padding-bottom: 50px;
}
a,
a label {
  cursor: pointer;
}
.table_registration {
  margin-left: 130px;
  width: auto !important;
}
.table_registration tr td {
  line-height: 28px;
}
.table_registration tr td:last-child {
  line-height: 28px;
  padding-left: 90px;
}
.layout_bg {
  background: #ebebeb;
  padding: 10px 10px 20px 10px !important;
}
.layout_bg table {
  margin-left: 0%;
}
.paybycheck {
  color: #333;
}
.paybycheck tr td:first-child {
  line-height: 25px;
  padding-left: 35px;
  width: 33%;
}
.paybycheck tr:last-child td {
  line-height: 25px;
  padding-left: 25px;
}
.paybycheck tr:last-child td:last-child {
  line-height: 25px;
  padding-left: 5px !important;
}
.paybycheck-dynamic-title-color {
  font-size: 20px;
  font-weight: bold !important;
  font-family: Arial, sans-serif;
  padding: 10px 10px;
  color: #0d47a1;
}
.pg_magtop {
  margin-top: 5px !important;
}
.lheight tr td {
  padding: 5px;
}
.bordered_table td,
th {
  /*padding: 15px 12px !important;*/
  display: table-cell !important;
  vertical-align: middle !important;
  border-radius: 0px !important;
  white-space: nowrap;
}
.bordered_table tbody td {
  color: #212121 !important;
}
table.bordered_table > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
.success_mes {
  font-size: 20px !important;
  text-align: left;
  line-height: 30px;
}
.view_register_blue {
  color: #0bbed5 !important;
  font-weight: bold;
}
.tsearch {
  text-align: left;
  margin-left: -30px;
  line-height: 36px;
}
.label_align .black-text {
  display: block;
  padding: 6px 0px 8px 0px;
}
.association span[customtooltip]:hover:after {
  position: absolute;
  top: 0 !important;
  margin-left: 150px;
  left: 125px;
  width: 400px;
}
.login-content_selectcommitte {
  padding: 24px 24px;
  border: none !important;
  margin-top: 0px !important;
  overflow-y: auto;
  /*margin-bottom: 100px;*/
  max-height: 100%;
  height: 100% !important;
  min-height: 250px;
  position: relative;
  width: 100%;
  /*z-index: 9999;*/
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.yearDropNew {
  border: none;
  border-bottom: 1px solid #CCC;
  padding-right: 40%;
}
.input-field span i {
  position: absolute;
  width: auto;
  top: 0px;
}
#toast-container {
  min-width: 30% !important;
  position: fixed;
  width: auto;
  left: 40%;
  bottom: 15% !important;
  right: 40%;
  height: 100%;
  margin-top: -10px;
  margin-left: -150px !important;
  margin-right: -150px !important;
  text-align: center !important;
  padding-bottom: 15px !important;
}
.toast {
  border-radius: 2px;
  top: 0;
  width: 100%;
  clear: both;
  position: relative;
  margin: 0px auto !important;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  text-align: center !important;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toast span {
  display: block;
  text-align: center !important;
  margin: 0px auto;
}
.toastExit {
  white-space: nowrap;
}
.display_inlineblock div {
  display: inline-block !important;
}
table.view_selector {
  width: 99%;
}
table.view_selector tr th:last-child {
  padding-right: 28px !important;
}
.pd_lt16 {
  padding-left: 16px !important;
}
.pd_bt16 {
  padding-bottom: 16px !important;
}
.table_section_layout {
  background: #fff;
  /*margin-bottom: 20px;*/
}
.bt_over {
  z-index: 9 !important;
  position: static !important;
}
#totalContributions span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: -25px !important;
  padding: 15px 15px;
  margin-top: -55px;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  border: 1px solid #0d47a1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  width: auto !important;
  border-radius: 3px;
  z-index: 999999;
}
#conSource span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: -25px !important;
  padding: 15px 15px;
  margin-top: -55px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border: 1px solid #0d47a1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  width: auto !important;
  border-radius: 3px;
  z-index: 999999;
}
#conState span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: -25px !important;
  padding: 15px 15px;
  margin-top: -55px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border: 1px solid #0d47a1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  width: auto !important;
  border-radius: 3px;
  z-index: 999999;
}
#expState span[customtooltip]:hover:after {
  content: attr(customtooltip);
  position: absolute;
  font-size: 12px;
  margin-left: -25px !important;
  padding: 15px 15px;
  margin-top: -55px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border: 1px solid #0d47a1;
  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  width: auto !important;
  border-radius: 3px;
  z-index: 999999;
}
.ContributionType-input-drp ul {
  top: 0px !important;
}
.auto-text-drp-active {
  width: 100%;
  left: 61.5333px;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 36px;
  opacity: 1;
  max-height: 606px;
}
.action-section ul li a:focus {
  background: #eee;
  color: #000;
}
#hdntxt {
  margin: 0px;
}
.inputinfo textarea {
  margin-top: 10px;
}
a#sidebar-toggle:focus i {
  color: #26a69a;
}
a.user-model:focus i {
  color: #26a69a;
}
.label-spacing {
  padding-bottom: 4px;
}
/*********************************************
    *********************************************
    *********************************************
    New CSS for CF-CORE PROJECT
    *********************************************
    *********************************************
**********************************************/
.pull-right {
  float: right;
}
.align-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.icon_white {
  color: #fff;
}
.left_slider_logo {
  margin-top: 14px !important;
  /*margin-left: 45px;*/
  /*17022017*/
  margin-left: 20px;
}
.right_login_section {
  marign-top: 45px !important;
}
.md_top0 {
  margin-top: 0px;
}
.md_bottom0 {
  margin-bottom: 0px;
}
.md_0 {
  margin: 0px !important;
}
.pd_0 {
  padding: 0px !important;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.primary-button-color {
  /*background: #26a69a !important;*/
  background: #18345D !important;
  color: #fff !important;
  padding: 2px 15px;
  font-size: 14px !important;
}
.primary-button-color:not([disabled]):hover {
  background: #2d61ae !important;
  color: #fff !important;
}
a.secondary-text-color {
  text-decoration: none;
  color: #083E7D !important;
}
.confirmation-dialog {
  max-width: 80%;
  overflow: auto;
  max-height: 100%;
  min-width: inherit;
}
.confirmation-body {
  overflow-x: auto;
  line-height: normal;
}
.confirmation-btn {
  border-radius: 5px;
}
.dropdown_home {
  width: 40%;
  margin-top: -10px;
  margin-right: 10px;
}
.dropdown_home100 {
  width: 100%;
  margin-top: -10px;
  margin-right: 10px;
}
.line-height60 {
  line-height: 60px;
}
.section-text {
  font-size: 13px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.explore_section {
  padding: 0px 10px 10px 10px;
  margin: 10px 10px 0px 0px;
  height: 100%;
}
.explore_committee_section {
  padding: 0px 10px 10px 10px;
  margin: 10px 0px 0px 10px;
  height: 100%;
}
.extraction_text {
  margin-top: 20px;
  text-align: center;
}
.pd_bt9 {
  padding-bottom: 10px;
}
.md-button.md-raised:not([disabled]):focus {
  background-color: #224b86 !important;
  color: #fff;
}
.md-button.md-primary.md-raised.dropdown {
  color: #383838 !important;
  background-color: #D7D7D7 !important;
  border: 1px solid white;
  height: 36px;
  max-width: 250px;
}
.md-button.md-primary.md-raised.dropdown:focus {
  color: #383838 !important;
  background-color: #bebebe !important;
}
.button-width {
  max-width: 200px;
  overflow: hidden;
  display: inline-grid;
}
#txtSearch {
  margin-left: -4px !important;
}
.white-text-transaction {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
}
md-input-container .md-errors-spacer {
  float: right;
  min-height: 0px !important;
  min-width: 0px;
}
#loginmodal {
  min-width: 500px;
  width: 100%;
}
#Registermodal {
  min-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  #loginmodal {
    min-width: 80vw;
  }
  #Registermodal {
    min-width: 80vw;
  }
}
label.active {
  font-size: 14px !important;
  transform: translateY(-100%);
  color: #26a69a !important;
}
md-input-container label {
  color: #8C8C8C !important;
}
md-menu-content {
  min-width: 336px;
}
.left_filer_section li {
  list-style: none;
}
.log-bt {
  /*background-color: #26c6da !important;*/
  background-color: #18345D !important;
  display: inline-block;
  padding: 6px 6px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  color: #fff;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  margin: 10px 0px !important;
}
.log-bt:hover {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.9) !important;
  transform: translate3d(0, 6px, 0) scale(0.9) !important;
  -webkit-transition: width cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s, -webkit-transform cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s;
  transition: width cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s, -webkit-transform cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s;
  transition: transform cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s, width cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s;
  transition: transform cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s, width cubic-bezier(0.55, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.55, 0.8, 0.55, 1) 0.4s;
}
.green-text {
  color: #4CAF50 !important;
}
.red-text {
  color: #d81607 !important;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 35px, 0) scale(0.9);
  transform: translate3d(0, 35px, 0) scale(0.9);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.dialogContent {
  height: 53vh;
  overflow-y: auto;
  padding-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #18345D !important;
  color: #fff !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.btn:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #2bbbad;
  color: #FFFFFF !important;
}
md-toolbar.md-default-theme.header-bar:not(.md-menu-toolbar),
md-toolbar.header-bar:not(.md-menu-toolbar) {
  background-color: #910123;
  color: #ffffff !important;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #910123;
  color: #FFFFFF !important;
}
md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 15px 0px 0px 0px;
  vertical-align: middle;
}
md-input-container textarea,
md-input-container input[type="text"],
md-input-container input[type="password"],
md-input-container input[type="datetime"],
md-input-container input[type="datetime-local"],
md-input-container input[type="date"],
md-input-container input[type="month"],
md-input-container input[type="time"],
md-input-container input[type="week"],
md-input-container input[type="number"],
md-input-container input[type="email"],
md-input-container input[type="url"],
md-input-container input[type="search"],
md-input-container input[type="tel"],
md-input-container input[type="color"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
h5.black-text {
  font-size: 14px !important;
}
.md-dialog {
  min-width: 60%;
}
md-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 6px 0 10px 0 !important;
}
.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.button-color.lighten-2:disabled {
  background-color: #18345D !important;
  box-shadow: none;
  color: #FFFFFF !important;
  cursor: default;
  opacity: 0.65;
}
.pad-top3 {
  padding-top: 1px !important;
}
.grey {
  background-color: #bdbdbd !important;
  color: #fff !important;
}
/*
.button-color {
    background-color: #26c6da !important;
    color: #fff !important;
}
*/
.md-button {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
#TopHeaderDiv {
  position: relative !important;
}
.tertiary-text-color {
  color: #083E7D !important;
}
.top-subttitle-header {
  background: #910123;
  width: 100%;
  margin-top: 64px;
  padding: 10px 20px;
  font-size: 18px;
  color: #FFFFFF;
  left: 0px;
  top: 0px;
  position: absolute;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0px 5px 4px -1px rgba(0, 0, 0, 0.37);
}
@media (max-width: 959px) {
  .top-subttitle-header {
    margin-top: 147px;
  }
}
.top-subttitle-header a {
  height: 28px;
}
.header-sml {
  height: 44px;
}
/*.top-subttitle-header span {
    padding: 20px;
}*/
md-toast {
  right: 38% !important;
  position: fixed;
}
.mTop25 {
  margin-top: 25px !important;
}
.hdrMenu h2 {
  font-weight: normal !important;
  margin: 0;
  line-height: 1.5rem;
}
.hdrMenu .header-logo {
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .hdrMenu .md-button.md-icon-button {
    margin-right: 0px;
  }
  .hdrMenu .header-logo {
    margin-right: 10px;
  }
  .hdrMenu h2 {
    font-size: 15px !important;
  }
}
@media (max-width: 424px) {
  .hdrMenu h2 {
    font-size: 12px !important;
  }
}
@media (max-width: 374px) {
  .hdrMenu h2 {
    font-size: 11px !important;
  }
}
table.bordered {
  width: 100%;
}
table.bordered tr th,
table.bordered tr td {
  border-bottom: 1px solid #d0d0d0 !important;
  color: #707070;
}
*::-moz-placeholder {
  color: #707070;
}
.text-white {
  color: #fff !important;
}
.alg_set md-input-container {
  /*padding-bottom: 0px;
margin-top: 17px;*/
  width: 100%;
  padding-top: 3px;
}
/*.alg_set label {
    margin-bottom: -20px;
}*/
.alg_set2 .md-chips {
  padding: 0 0 12px 0px !important;
}
md-virtual-repeat-container {
  width: 40%;
}
/*.autocomplete-custom-template{
min-width: 890px !important;
}*/
#datestyle input {
  width: 209px;
}
#slateMailerOrganizationRegistrationForm #datestyle input {
  width: 260px;
}
.addFilter {
  color: #083E7D !important;
  font-size: 16px;
  cursor: pointer !important;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: underline;
}
.tablelist-header {
  font-size: 17px;
  margin-bottom: 10px !important;
}
.pl-sm > md-checkbox span {
  white-space: nowrap;
}
.grey-text {
  color: #707070 !important;
}
.yeardp {
  margin: -21px 0px 0px -91px;
}
.primary-text-color {
  color: #083E7D !important;
}
.button-color {
  background-color: #18345D !important;
  color: #fff !important;
}
.md-nav-bar {
  border-style: none;
  border-width: 0px 0px 0px;
  height: 48px;
  position: relative;
}
md-nav-bar.md-default-theme md-nav-ink-bar,
md-nav-bar md-nav-ink-bar {
  color: transparent;
  background: transparent;
}
.md-button._md-nav-button {
  line-height: 24px;
  margin: 0px 4px;
  padding: 0px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1) 0s;
  border-radius: 50px;
}
.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
  margin-bottom: 15px;
}
.success-toolbar {
  min-height: 50px !important;
  background-color: #910123;
  color: #FFFFFF !important;
  vertical-align: middle;
}
#successModal td {
  padding: 0px 0px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}
.success-exit {
  color: #FFFFFF;
}
#successModal .content td {
  padding-bottom: 20px;
}
.orange-text {
  color: orange;
}
/*28th April 2017*/
.publicSrchBarResults {
  position: absolute !important;
  left: 88px !important;
  width: 100%;
  max-height: 388px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.search-list {
  cursor: pointer;
}
.search-list:hover {
  cursor: pointer;
  background: #eeeeee;
}
.second-head {
  padding-left: 24px !important;
}
.panel-head {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  margin: 0;
}
md-tooltip {
  height: auto !important;
}
.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}
md-input-container .md-input {
  border-width: 0 0 1px 0 !important;
}
.showcolumn {
  margin-right: 30px !important;
}
/*input.ng-invalid{
  border-bottom: 1px solid #F44336 !important;
}*/
.notvalid > md-chips-wrap.md-removable {
  border-bottom: 1px solid #F44336 !important;
}
/*md-chip.novalid md-chips-wrap{
     border-bottom: 1px solid #F44336 !important;
}*/
.registratondivmargin {
  margin-top: -117px;
}
.divcheckboxmargin {
  margin-top: -11px;
}
.spanhelpermargin {
  margin-top: 25px;
  height: 25px;
}
md-input-container.md-select.md-select-value.md-select-placeholder {
  color: #707070 !important;
}
#transactionSearchForm label.active,
md-input-container label,
md-input-container label.active {
  color: #707070 !important;
}
#addDebt md-input-container.md-input-invalid md-select .md-select-value.md-select-placeholder,
md-input-container.md-input-invalid md-select .md-select-value.md-select-placeholder,
.md-input-invalid label {
  color: #8c8c8c !important;
}
md-input-container.md-default-theme label,
md-input-container label,
md-input-container.md-default-theme .md-placeholder,
md-input-container .md-placeholder {
  color: #707070;
}
input.notvalid:focus {
  border-bottom: 1px solid #3f51b5 !important;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 1px !important;
}
.independentwarningmessage {
  font-size: 13px;
}
.select-wrapper label,
.select-wrapper label.active {
  color: #8c8c8c !important;
}
/*md-input-container {
    margin-bottom: 8px;
    margin-top: 8px;
}*/
#viewSourceModal .modal-header1 {
  padding: 0;
}
#viewSourceModal.modal .modal-content {
  padding: 0;
}
#viewSourceModal .modal-footer {
  padding: 0;
}
.topcontributers td {
  padding: 10px 15px;
}
.anchortext_notransform {
  text-transform: none !important;
}
.subtitle1 {
  text-align: center;
  font-weight: bold;
}
.addSubmission {
  margin-left: 35%;
  line-height: 21px;
}
ul.circle-type li {
  list-style-type: circle !important;
}
.date-sm .md-datepicker-input-container {
  width: 180px !important;
}
md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #083E7D !important;
  background-color: #083E7D !important;
}
md-checkbox.md-default-theme[disabled].md-checked .md-icon,
md-checkbox[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38) !important;
}
/* This fixes the focus trap not covering the entire screen. */
.md-panel-outer-wrapper {
  position: fixed;
}
/* This fixes ui tree handle attribute applying the move cursor even when the tree is disabled. */
md-card[data-nodrag=true] [ui-tree-handle] {
  cursor: default !important;
}
.filter-subheader {
  display: inline-flex;
}
