/******************************************************************************
*  (C) COPYRIGHT Cambridge Consultants Ltd 2013
*
*  CCL Project Reference P1093 - Pushy Talker
*
*  FILE
*      $HeadURL:  $
*      $Revision:  $
*      $author:  $
*
*  ORIGINAL AUTHOR
*       Steve Haigh
*
*  DESCRIPTION
*       PTT Controller styles.
*
*****************************************************************************/

/* Site wide styles
-------------------------------------------------- */
body {
    font-family: "OpenSansLight" ,"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: #F3F4F5;
}

strong {
  font-family: OpenSansSemiBold;
  font-weight: normal;
}

#map-wrapper {
  height: 900px;
}

.hidden_js,
.hidden_nojs,
.hidden {
    display: none;
}

.panel {
    background-color: #3e4d58;
    background-color: rgba(62,77,88,0.8);
    border: 0;
    border-radius: 0;
    margin: 0 auto 10px;
    width: 95%;
    color: #fff;
    padding: 0 0 30px 0;
    position: relative;
    overflow-y: auto;
}

.scroll-off {
    overflow-y: auto;
}

.panel.clear {
  background-color: transparent;
  box-shadow: none;
}

.panel-header {
  background-color: #fff;
   border-bottom: 1px solid #fff;
   color: #000;
   margin-bottom: 20px;
}

.panel-header .header-buttons {
  margin-right: 10px;
  margin-top: 5px;
}

.panel-header .header-buttons i {
  color: #fff;
}

.panel-header .header-buttons input[type="text"] {
  margin: 8px 0;
}

.parent, .container {
  height: 100%;
}

.panel-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 0 4px 8px;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .panel-header h2 {
    font-size: 1.6em;
  }
}

.blur-bg {
  -webkit-background-size: 2000px 1200px;
     -moz-background-size: 2000px 1200px;
       -o-background-size: 2000px 1200px;
          background-size: 2000px 1200px;
  background: url(../img/bg-blur.jpg) no-repeat center top fixed;
}

.view {
    width: 100%;
    background: #eaeff4;
    margin: 2em 0;
}

.inline {
    display: inline-block;
}

.hidden-small-inline {
    display: none;
}

.popover {
    border-radius: 2px;
}

.tooltip {
    font-size: 14px;
}

.select-off {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1, h2, h3, h4, h5, label {
    font-family: "OpenSansLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,Arial, "Lucida Grande",sans-serif;
    display: inline-block;
}

label.short-label {
  width: 200px;
  display: inline;
}

.centre {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {

  h1, .h1 {
      font-size: 24px;
  }
  h2, .h2 {
      font-size: 18px;
  }
  h3, .h3,
  h4, .h4,
  h5, .h5 {
      font-size: 14px;
  }
}

@media screen and (min-width: 360px) {

  .hidden-small-inline {
    display: inline-block !important;
  }
}

a:active,
.navbar-left h1 a:focus,
.navbar-left h1 a:active {
   outline: 1px dotted #FCB131 !important;
}

a.white-link {
  color: #fff;
  text-decoration: underline;
}
.panel a:link, .panel a:visited {
  color: #fff;
  text-decoration: none;
}

.panel a:hover, .panel a:active {
  color: #fff;
}

.panel .table a:link, .panel .table a:visited {
  color: #fcb131;
  text-decoration: underline;
}

.panel .table a:hover,
.panel .table a:active,
.panel .table a:focus {
  color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #2F547E !important;
}


.panel h3 {
    padding: 6px 8px;
    margin-top: 0.5em;
}

.panel h3.no-banner {
    border-bottom: 0;
    padding: 0;
    background: transparent;
}

.panel h3 a {
    border-bottom: 1px dotted #4a8dde;
    text-decoration: none;
}

a {
    transition:color 0.3s ease-in-out;
}

textarea {
  resize: none;
}

select { display: block; } /* Override ptt.css l:227 */

select,
select.form-control{
  width: 100%;
  padding: 7px 32px 7px 3px;
  font-weight: normal;
  color: #FFF;
  border: solid 1px #fff;
  border-radius: 2px;
  /*  Hide the arrow */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/select-icons.png) transparent no-repeat; /*  Replace the arrow */
  background-position: right 1em top -113px;
  text-indent: .01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none; /*  Hide the arrow in IE10 */
}

.ie6 select,
.ie7 select,
.ie8 select,
.ie9 select {
  background: transparent; /* IE9 doesn't play nice so reset */
  padding-right: 3px !important; /* And normalize*/
}
  option {
  color: #FFF !important; /* Important needed for Chrome & IE */
  background: #3E4D58 !important;
  }

.required {
  color: #fcb131;
  margin-left: 5px;
}



/* Form error styles
-------------------------------------------------- */
ul.errorlist {
  list-style: none;
  padding-left: 0;
}
ul.errorlist li {
  background: #be1818;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
}

ul.errorlist li:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  padding-right: 8px;
}

/* Select dropdown styles
-------------------------------------------------- */
.sbHolder{
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 2px;
  font-weight: normal;
  height: 38px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
  display: block;
  height: 40px;
  left: 0;
  line-height: 35px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
  color: #fff !important;
}
.sbSelector a:link, .sbSelector a:visited, .sbSelector a:hover{
  color: #fff !important;
  outline: none;
  text-decoration: none;
  border-bottom: none;
}
.sbToggle{
  background: url(../img/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 40px;
  outline: none;
  position: absolute;
  right: 0;
  top: 2px;
  width: 30px;
}
.sbToggle:hover{
  background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
  background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
  background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
  background-color: #95a1aa;
  border: solid 1px #fff;
  list-style: none;
  left: -1px;
  margin: 0 2px 0 0 ;
  padding: 0 0 0 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li{
  padding: 0;
}
.sbOptions a{
  border-bottom: dotted 1px #cbcbcb;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
  color: #fff !important;
  text-decoration: none;
  border-bottom: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
  color: #fff;
  background: #3e4d58;
}
.sbOptions li.last a{
  border-bottom: none;
}
.sbOptions .sbDisabled{
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
  padding-left: 17px;
}



/* Sticky footer styles
-------------------------------------------------- */

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
    min-width: 320px !important;
  height: auto !important;
  height: 100%;
  margin: -40px auto -30px; /* The bottom margin is the negative value of the footer's height, and the top margin is the negative value of the header's height (navbar-parentage) */
  padding-top: 40px; /* Must be the same height as 'navbar-parentage' */
}
footer, .push {
  height: 30px; /* '.push' must be the same height as 'footer' */
}

/* The login and registration pages do not have a header, so do not make room for one. The talkgroup page has a header, but making room for it distrupts the map's position */
body#login .wrapper,
body#registration .wrapper,
body#talkgroup .wrapper {
  padding-top: 0;
  margin-top: 0;
}

body#talkgroup .push {
  height:0 !important;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
    }
}

/* Header styles
-------------------------------------------------- */
.spacer {
  height: 80px;
}

#talkgroup .spacer {
  height: 0;
}

.so-header {
  position: relative;
}

.so-header  .org-name {
  margin: 0 auto;
  background-color: #3e4d58;
  color: #fff;
  font-size: 1.1em;
  padding: 11px 9px;
  width: 25%;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#talkgroup .so-header  .org-name {
  display: none;
}

.navbar-parentage {
    background-color: #3e4d58;
    background-color: rgba(62,77,88,0.8);
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 2px 8px 4px;
    line-height: 1.3em;
    font-size: 1em;
    overflow: hidden;
}

.nbp-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nbp_name {
  text-align: right;
}

.navbar-parentage .iridium-menu  ul li {
  float: left;
  list-style: none;
  margin-left: 1em;
}

.navbar-parentage  a:link,
.navbar-parentage  a:visited {
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

.navbar-parentage  a:hover,
.navbar-parentage  a:active,
.navbar-parentage  a:focus {
  color: #FCB131;
  border-bottom: 1px dotted #FCB131;
}

.navbar-left h1 {
    padding:0;
    margin: 10px 0 10px;
    z-index:1;
    position: absolute;
    left: 1%;
    top: 0;
}

.navbar-left h1 a {
    display: block;
    color: #fff;
    text-indent:-9999px;
    width:180px;
    height:55px;
    background:url(../img/IridiumEverywhereLogo.png) no-repeat top left;
    margin-left: 25px;
    background-size: cover;
    border-bottom: none;
}

#talkgroup .navbar-left h1 a {
  background:url(../img/IridiumEverywhereLogoWhite.png) no-repeat top left;
}

/*
Responsive header
P1093-942
*/
@media (max-width: 768px) {
  .nav { font-size: .8em; }
}

@media (max-width: 480px) {
  .navbar-parentage { height: auto; font-size: .8em; }

}

.navbar-parentage {
  transition-property: font-size, margin;
  transition-duration: 0.3s, 0s;
  transition-timing-function: ease-in-out;
}

.menu-open .navbar-parentage {
    width: 100%;
}

/* Active Notifications styles
-------------------------------------------------- */
.active-notifications {
  float: left;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
}

.active-notifications:hover * {
  color: #fcb131;
  border-color: #fcb131 !important;
}

.active-notifications .circle {
  margin: 6px auto;
  border-radius: 50%;
  border: 2px solid #be171e;
  width: 2em;
  height: 2em;
}

.active-notifications .circle .icon {
  text-align: center;
  font-size: 1.3em;
  line-height: 1em;
  padding-top: 3px;
  padding-left: 2px;
  color: #be171e;
}

@media screen and (min-width: 768px) {

  .active-notifications .circle{
    width: 2.5em;
    height: 2.5em;
  }

  .active-notifications .circle .icon {
    font-size: 1.5em;
    padding-top: 5px;
    padding-left: 2px;
  }
}

/* Feedback status bar styles
-------------------------------------------------- */
#feedback-status-bar-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

#feedback-status-bar {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    border-radius: 4px;
    z-index: 1000010;
    text-align: center;
}

#feedback-status-bar p {
    height: 100%;
    line-height: 29px;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    width: auto;
    margin: 0px;
    padding: 8px;
}

#feedback-status-bar button.close {
    margin-right: 4px;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px 0 #222;
    opacity: 0;
    padding-right: 2px;
}

#feedback-status-bar.status-error {
    background: #be1818;
}

#feedback-status-bar.status-success {
    background: #109e08;
}

#feedback-status-bar.status-info {
    background: #3887be;
}

#feedback-status-bar > p,
#feedback-status-bar > p > span {
    word-wrap: break-word;
}

#feedback-status-bar.status-error p span {
    background: url(../img/i-submit-bad.png) 0 50% no-repeat;
    height: 24px;
    width: 24px;
    padding-left: 35px;
    padding-bottom: 2px;
}

#feedback-status-bar.status-success p span {
    background: url(../img/i-submit-good.png) 0 50% no-repeat;
    height: 24px;
    width: 24px;
    padding-left: 35px;
    /* P1093-3760: Change padding so that success tick icon is not clipped on small screen sizes */
    padding-bottom: 4px;
    padding-top: 4px;
}

#feedback-status-bar.status-info p span {
    background: url(../img/i-submit-info.png) 0 50% no-repeat;
    height: 24px;
    width: 24px;
    padding-left: 35px;
    padding-bottom: 2px;
}

@media screen and (min-width: 768px) {

  #feedback-status-bar {
      width: 450px;
      margin-left: -225px;
  }

  #feedback-status-bar p {
      height: 100%;
      line-height: 29px;
      font-size: 16px;
      vertical-align: middle;
      color: #fff;
      width: auto;
      margin: 0px;
  }
}

/* Iridium Notification List styles
-------------------------------------------------- */

.add-notification-pane {
  display: none;
}

button.add-notification {
  margin-top: 20px;
  margin-left: 10px;
}

ul.active-notification-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.notification-active {
  border-radius: 2px;
  min-height: 210px;
  position: relative;
  margin-bottom: 20px;
}

.notification-active .notification-header {
  background: #fff;
  color: #222;
  padding: 5px 10px;
}

.notification-active .notification-text {
  padding:12px;
  word-wrap: break-word;
}

.notification-active .notification-footer {
    position: absolute;
    bottom: 0;
    height: 35px;
    border-top: 1px solid #fff;
    width: 100%;
    padding: 4px 8px;
 }

 .notification-active .notification-footer-cleared {
    position: absolute;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #fff;
    width: 100%;
    padding: 4px 8px;
 }

.notification-active .notification-creation-time {
  font-style: italic;
  line-height: 25px;
  font-size: 0.9em;
  width: 100%;
}

.notification-active .notification-clear {
  color: #be171e !important;
  border: 1px solid #be171e !important;
  margin-top: 2px;
}

.notification-past {
  border-radius: 2px;
  min-height: 250px;
  position: relative;
  margin-bottom: 20px;
}

.notification-message {
  word-wrap:break-word;
}

.notification-time {
  font-style: italic;
  font-size: 0.8em;
  margin-top: 4px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 8px;
}

/* Menu bar styles
-------------------------------------------------- */
#menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  margin: -3px 0 0 0;
  text-align: center;
  cursor: pointer;
}

/* Push menu to right to work around div width issue in Chrome (P1093-1265) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #menu-trigger {
    float: left;
  }
}

#menu-trigger:before {
  content:"\f0c9";
  font: 28px/50px 'FontAwesome';
  color: #95A1AA;
}

.menu-container {
  position:absolute;
  z-index:90;
  right: 0;
  top:0;
}

@media (max-width: 767px) {
  .menu-container {
    width: 100px;
  }
}

.menu {
  height: 100%;
  background-color: #95A1AA;
}

.off-canvas-menu .menu {
  display: none;
}
.off-canvas-menu.menu-open .menu {
  display: block;
}

.menu .menuitem,
.menu .dropdown .links a {
  width: 100%;
  position: relative;
  display: block;
  text-align:left;
  background:#95a1aa;
  color: #fff;
  padding:10px 14px;
  height:42px;
  border-bottom: 1px solid #a1b2b4;
  text-decoration: none;
  }

.menu .menuitem:hover,

.menu .dropdown .links a:focus,

.menu .dropdown .links a:hover  {
  background: #3e4d58;
  color:#fff;
  cursor: pointer;
}

.menu #dropdown {
  margin-right: 20px;
  padding: 0;
}

.menu #dropdown .dropdown-link {
  display: none;
}

.org_identifier {
  display: none;
}

body.off-canvas-menu .outer-wrapper {
  overflow-y: hidden; /* Stop scrollbar in IE9 if menu is too high */
}

  i.devices {
      background:url(../img/icons/dev-16px.png) no-repeat 50% 60%;
      height: 16px;
      width: 16px;
      margin-top: -1px;
      margin-bottom: -2px;
      display: inline-block;
  }

.fa-stack i.devices {
    background:url(../img/icons/dev-16px.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    margin-left: 8px;
    margin-top: 6px;
  }

i.iridium-device-48 {
  background:url(../img/icons/dev-48px.png) no-repeat 0 0;
  height: 32px;
  width: 32px;
  display: inline-block;

  margin-top: 5px;
}

i.iridium-device-template-48 {
    background:url(../img/icons/dev-template-32px.png) no-repeat 50% 50%;
    height: 32px;
    width: 32px;
    display: inline-block;
}

.selected i.iridium-device-48 {
  background:url(../img/icons/dev-48px-selected.png) no-repeat 100% 100% !important;
  height: 32px;
  width: 32px;
  display: inline-block;
}

i.iridium-device-multiple-48 {
  background:url(../img/icons/dev-48px-selected.png) no-repeat 100% 100%;
  height: 32px;
  width: 32px;
  display: inline-block;
}


.fa-stack i.iridium-device-32-blue {
  background:url(../img/icons/dev-32px.png) no-repeat 0 0;
  height: 32px;
  width: 32px;
  margin-left: 7px;
  margin-top: 6px;
}

#tg-nav-replication.non-replicated {
  	/* create an indent mark - button pressed */
    border: 2px inset #647079;
    padding: 6.4px;
}

i.replicated-16, i.non-replicated-16 {
    height: 16px;
    width: 16px;
    margin-top: -1px;
    margin-bottom: -2px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: 1px;
}
i.replicated-16 {
    background:url(/static/img/Distributed16.png) no-repeat 50% 60%;
}
i.non-replicated-16 {
    background:url(/static/img/Centralized16_orange.png) no-repeat 50% 60%;
}

#tg-nav-replication.non-replicated:hover i.non-replicated-16 {
    /* ensure the icon appears white on hover */
    background:url(/static/img/Centralized16.png) no-repeat 50% 60%;
}
#tg-nav-replication.replicated:hover i.replicated-16 {
    /* ensure the icon appears white on hover */
    background:url(/static/img/Distributed16_orange.png) no-repeat 50% 60%;
}

i.talkgroup-16 {
  background:url(../img/icons/tg-16px.png) no-repeat 50% 60%;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-bottom: -2px;
}

.fa-stack i.talkgroup-16 {
    background:url(../img/icons/tg-16px.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    margin-left: 8px;
    margin-top: 6px;
  }

.fa-stack i.talkgroup-32-light-green {
    background:url(../img/icons/tg-32px.png) no-repeat 0 0;
    height: 32px;
    width: 32px;
    margin-left: 6px;
    margin-top: 7px;
  }

i.talkgroup-48 {
  background:url(../img/icons/tg-48px.png) no-repeat 50% 40%;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-top: 5px;
}

i.talkgroup-data-48 {
  background:url(../img/icons/tg_data-32.png) no-repeat 50% 40%;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {

  .menu-container {
    height: 29px;
  }

  #menu-trigger {
    display : none;
  }

  .menu {
    display: block;
    background-color: transparent;
    z-index:1000;
    line-height:1.6em;
    font-size:1em;
    white-space:nowrap;
    transition:right 100ms;
    -webkit-transition:right 100ms;

    float: right;
    }

  .menu .menuitem {
    width: auto;
    float: left;
    position: relative;
    display: block;
    text-align:center;
    background:#95A1AA;
    color: #fff;
    border-right:1px solid #a1b2b4;
    padding:10px 14px;
    height:42px;
    border-bottom: 0;
    }

    .menuitem:focus {
      color: #fcb131;
    }

    .menu .menuitem i {
      margin-top: 0px;
    }

  .menu > .menuitem:last-child {
    border-right:0;
  }

  .menu .dropdown {
    min-width: 60px;
  }

  .menu .dropdown.active {
    background: #3e4d58;
  }

  .menu .dropdown .dropdown-link {
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
  }

  .menu .dropdown .links {
    display:none;
    position:absolute;
    top:50px;
    width: 300%;
    left: -200%;
    color: #95a1aa;
    }
  .menu .dropdown.active .links { display:block; }

  .menu .dropdown .links:after {
    width:0;
    height:0;
    display:block;
    content:'';
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #95a1aa;
    position:absolute;
    top:-16px;
    left:80%;
    }

  .menu .dropdown .links a {
    float:none;
    color: #fff;
    border-width: 0;
    display:block;
    background:#95a1aa;
    margin:0;
    padding:5px 10px;
    border-bottom:1px solid #fff;
    text-align:left;
    height: auto;
    }

  .menu .dropdown .links a:hover {
      background:#3e4d58;
      color: #fff;
    }

  .menu .dropdown .links a:last-child {
    border-bottom: none;
  }

  .nav-help {
    font-size: 18px;
    font-weight: bold;
  }
  .nav-help span {
    display: none;
  }


  /* active menu highlighting */
  body#subscribers a.nav-home,
  body#devices a.nav-devices,
  body#talkgroups a.nav-talkgroups,
  body#talkgroup a.nav-talkgroups,
  body#messages-alarms a.nav-messages,
  body#event-log a.nav-event-log,
  body#user-profile a.nav-user-profile,
  .menu a:hover {
      background: #3e4d58;
      text-decoration: none;
  }

  .org_identifier {
    background-color: #3E4D58;
    color: #fff;
    margin-top: 45px;
    padding: 2px 8px;
    display: block;
    text-overflow: ellipsis;
    text-align: center;
    margin-right: 20px;
    cursor: default;
  }  
}

/* Footer styles
-------------------------------------------------- */
  #footer {
      width: 98%;
      margin: 0 auto;
      color: #3e4d58;
      font-size: 0.9em;
      display: block;
  }

  #footer a:link, #footer a:visited {
      color: #3e4d58;
      text-decoration: none;
      border-bottom: 1px dotted #fff;
  }

  #footer a:hover, #footer a:active, #footer a:focus {
      color: #FCB131;
      border-bottom: 1px dotted #FCB131;
  }


  #copyright {
    text-align: right;
  }

@media (max-width: 768px) {
   #copyright {
    text-align: left;
  }
}

/* Modal styles
-------------------------------------------------- */
.modal {
  padding-top: 80px;
  overflow-y: auto;
}


.modal-open {

  overflow: auto;
}

.modal-no-scroll {
  overflow: hidden;
}

.modal-content {
  color: #fff;
  background-color: #3e4d58;
  border-radius: 0;
}

.modal-body {
  background-color: transparent;
  color: #fff;
}

.modal-body  h3 {
  font-size: 1.1em;
}

.modal-body  h2 {
  margin-top: 0;
  text-align: center;
  margin:0 auto 10px;
  display: inline-block;
  width: 100%;
}

.modal-body-no-scroll {
  margin-right: 0px !important;
}

.modal-footer {
  background-color: transparent;
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding: 0;
}

.modal-footer .button-wrapper {
  margin: 10px auto;
  width: 80%;
  text-align: center;
}


.modal-label,
.modal-content input[type="text"] {
  font-size: 1.2em;
  height: 38px;

  padding: 8px 12px;
  vertical-align: middle;
}

.modal-label {
  padding-top: 0;
  text-align: right;
}

.modal-content input[type="text"] {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 1.2em;
  height: 38px;
  /*line-height: 1.8em; Causes text misalignement in IE (P1093-1630) */
  padding: 8px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'OpenSansLight';
}

.modal-footer button {
  font-size: 1.1em;
  width: 40%;
  margin: 0 20px;
}

.talkgroup-type-modal label,
.talkgroup-type-modal div,
 {
  font-size: 1em;
  height: auto !important;
  line-height: 1.57em;
  vertical-align: middle;
  font-family: 'OpenSansLight';
  margin-right: 0px;
  margin-left: 0px;
  float: left;
}

.talkgroup-type-modal label {
  text-align: right;
}

.talkgroup-type-modal div {
  text-align: left;
}

.talkgroup-type-modal select {
  vertical-align: middle;
}

.talkgroup-type-modal-select-label {
  margin-top: 8px;
}

.modal-body p.centered-text {
  text-align: center;
}

/* Read-only user styles 
 --------------------------------------------------*/

.readonly-user-bar {
  background-color: green !important;
}

/* Login page styles
-------------------------------------------------- */
body#login {
  padding-top: 7%;
}

#login-form {
    width: 95%;
    max-width: 450px;
    margin: 0 auto;
    padding: 3% 3% ;
    color: #fff;
    border-radius: 2px;
    display: block;
    background-color: #3e4d58;
    background-color: rgba(62,77,88,0.8);
}

#form-login {
    margin: 0;
    width: 100%;
}

#login-form .logo {
  width: 100%;
  text-align: center;
}
#login-form .logo img {
  margin: 0 auto;
  text-align: center;
  margin-left: -15%;
}

#login-page h1 {
    font-size: 1.7em;
    margin-top: 0.6em;
    text-align: center;
    width: 100%
}


@media only screen and (max-width: 480px) {
    #login-page h1 {
        padding-top: 0.8em;
        font-size: 1.6em;
    }
}

#form-reset-password {
    margin: 0;
    width: 100%;
    display: none;
}

#form-login p {
    word-wrap: break-word;
    text-overflow: clip;
}

#login-page form fieldset {
  margin: 15px 0 15px 0;
  background-color: transparent;
  border: none;
  letter-spacing: 1px;
  clear: both;
}

#login-page label {
  display: block;
  font-size: 1.1em;
  line-height: 1.2em;
}


#login-page input[type="password"],
#login-page input[type="text"] {
  width: 100%;
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  padding: 5px;
  letter-spacing: 1px;
}

.error-input {
    border: 4px solid #be1818 !important;
}

#form-login select {
    height: 2.8em;
    width: 316px !important;
}


#login-page .button-small {
  font: normal 1.2em "OpenSansLight", "Helvetica Neue", helvetica, sans-serif;
  padding: 8px 12px;
}


#login-page .useful-link {
    padding: 18px 0;
    font-size: 1em;
}

#login-page .useful-link.compressed {
    padding: 0;
    text-align: center;
}

#form-register .please-login {
  padding: 2px;
  font-size: 1em;
}

#login-page .useful-link a:link,
#login-page .useful-link a:visited,
#form-register .please-login a:link,
#form-register .please-login a:visited {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

#login-page .useful-link a:hover,
#login-page .useful-link a:active,
#login-page .useful-link a:focus,
#form-register .please-login a:hover,
#form-register .please-login a:active,
#form-register .please-login a:focus {
    color: #FCB131;
    border-bottom: 1px solid #FCB131;
}

#login-message {
    margin-top: 5px;
    padding-bottom: 10px;
}

p.error-message {
    border-radius: 4px;
    text-align: center;
    padding: 6px 8px;
    background: url(../img/i-submit-bad.png) 6px 5px no-repeat;
    padding-left: 35px;
    background-color: #d22b2b;
    color: #fff;
    font-size: 15px !important;
    width: 100%;
    margin: 0 auto 20px;
}

p.warning-message {
    border-radius: 4px;
    text-align: center;
    padding: 6px 8px;
    background: url(../img/i-submit-bad.png) 6px 5px no-repeat;
    padding-left: 35px;
    background-color: #FCB131;
    color: #fff;
    font-size: 15px !important;
    width: 100%;
    margin: 0 auto 20px;
}

p.success-message {
    border-radius: 4px;
    text-align: center;
    padding: 6px 8px;
    background: url(../img/i-submit-good.png) 6px 5px no-repeat;
    padding-left: 35px;
    background-color: #71aa00;
    color: #fff;
    font-size: 15px !important;
    width: 100%;
    margin: 0 auto 20px;
}

.button {
  font: normal 0.9em "OpenSansLight", "Helvetica Neue", helvetica, sans-serif;
  background: transparent;
  border: 1px solid #5AD9EF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 10px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out 0s;
}

.button-small {
  font: normal 1.0em "OpenSansLight", "Helvetica Neue", helvetica, sans-serif;
  background: transparent;
  border: 1px solid #5AD9EF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 8px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out 0s;
}

.button-tiny {
  font: normal 0.8em "OpenSansLight", "Helvetica Neue", helvetica, sans-serif;
  background: transparent;
  border: 1px solid #5AD9EF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 6px;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  transition: background-color 0.3s ease-in-out 0s;
}

.button.dark,
.button-small.dark,
.button-tiny.dark {
  color: #3e4d58 !important;
  border: 1px solid #3e4d58 !important;
}

.button.wide {
  width: 100%;
}

.spacer-right {
    margin-right: 8px;
}

.spacer-left {
    margin-left: 8px;
}

.button:hover,
.button:focus,
.button-small:hover,
.button-small:focus,
.button-tiny:hover,
.button-tiny:focus {
  text-decoration: none;
  border-color: #FCB131;
  color: #FCB131;
  background-color: #3E4D58;
}

.button.dark:hover,
.button-small.dark:hover,
.button-tiny.dark:hover {
  color: #fff !important;
}

.button:active,
.right.button-small:active,
#form-login a.form-sub:active {
  text-decoration: none;
  background-color: #FCB131;
}

.button[disabled]:hover,
.button[disabled]:focus,
.button-small[disabled]:hover,
.button-small[disabled]:focus,
.button-tiny[disabled]:hover,
.button-tiny[disabled]:focus {
  background-color: #7f939f;
  color: #ddd;
  border: 1px dotted #fff;
}

.button-danger {
    background-color: #be1818;
}

.button-cancel {
    background-color: #3bb2d0;
}

.button-submit {
    background-color: #109e08;
}

.button-disabled, button[disabled] {
  background-color: #7f939f;
  color: #ddd;
  border: 1px dotted #fff;

}

.button-disabled:hover, button[disabled]:hover {
  background-color: #7f939f;
  cursor: disabled;
  color: #ddd;
}

#form-login label a:link,
#form-login label a:visited {
  margin-left: 5px;
  font-size: .9em;
  line-height: 1;
  font-weight: normal;
  text-decoration: underline;
}

.reg-header {
  height: 6em;
}
#form-register form {
  margin-bottom: 2em;
}

.all-form-fields{
    display:inline-block;
    width:100%;
}

.form-field .errorlist{
    list-style: none;
    padding: 3px;
}

.terms-of-service {
  margin: 2em auto;
  background-color: #272822;
  background-color: rgba(39,40,34,0.75);
  border-radius: 2px;
  height: 300px;
  overflow-y: scroll;
  padding: 0 1.4em;
  width: 96%;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.terms-of-service h1 {
  font-size: 0.9em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 1em 0;
}

.terms-of-service h2 {
  font-size: 0.8em;
  font-weight: bold;
  width: 100%;
  text-align: left;
  text-indent: 1em;
}

.terms-of-service p {
  font-size: 0.8em;
  font-weight: normal;
  width: 100%;
  text-align: justify;
}

.terms-of-service > ul > li > p > a:hover {
  text-decoration: underline;
}

.terms-of-service > ul {
  padding-left: 1.4em;
  list-style: decimal;
}

.terms-of-service > ul > ul {
  padding-left: 2em;
}

.terms-of-service > ul > li > p {
  padding-left: 1em;
}

.terms-of-service > ul > li > ul > li {
  margin-left: -1.8em;
  list-style-type: none;
}

.terms-of-service > ul > li > ul > li > p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* registration error styles */
.registration-error{
    background: #be1818;
    border-radius: 4px;
    padding: 3px 0;
    width: 316px;
    margin-bottom: 10px;
    display: none;
}

.registration-error ul {
    list-style: none;
}

.popover-content ul {
    list-style: square;

}

.popover-content ul li a {
    cursor: pointer;

}

/* Terms page style
-------------------------------------------------- */

#terms {
  color: #fff;
  font-size: 1.5em;
}

#terms .terms-of-service {
  width: 80%;
  height: auto;
  overflow: auto;
}

#terms a {
  color: #fff;
}

/* Toolbox list styles
-------------------------------------------------- */

.toolbox {
  margin-top: 0;
}

.toolbox a:link, .toolbox a:visited {
  color: #fff;
}

h2.title {
  color: #fff;
  margin-top: 0.3em !important;
}

h3.sub-title {
  display: block;
  line-height: 3em;
  margin-top: 0;
}

.dark {
  color: #2F547E !important;
}


.toolbox a.tool {
    display: block !important;
    height: 12em;
    background-color: #fefefe;
    border-radius: 1px;
    margin-bottom: 2em;
    padding: 0;
    position: relative;
    opacity: 0.9;
}


  a.tool:focus footer,
  a.tool:focus span,
  a.tool:focus header,
  .searchable-talkgroup-link:focus h3
  {
  text-decoration:underline;
}

.toolbox a:hover {
  color: #fff;
}

.toolbox a.tool .tool-header .icon-stack {
  font-size: 0.7em;
}

.toolbox a.tool .tool-header {
  background: #fff;
  color: #444;
  padding: 2% 4%;
  border-bottom: 1px solid #444;
  font-size: 0.9em;
}

.tool {
  max-width:200px;
  margin: 0 auto;
}

span.hidden-sm {
  display: none !important;
}

.tool-body .circle{
  margin: 4px auto;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 7em;
  height: 7em;
}

.tool-body .circle .icon {
  text-align: center;
  font-size: 3.5em;
  padding-top: 4px;
}

.tool-body .circle .number {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.1em;
  padding-top: 7px;
}

.tool-body .circle .desc {
  text-align: center;
  font-size: 1.0em;
}

i.fa-light {
  color: #fff !important;
}

.tool-body .tool-number {
  text-align: center;
  font-size: 2em;
  padding: 2% 8%;
  margin: 0 8%;

  font-family: 'OpenSansLight', Helvetica, sans-serif;
}

.tool-body .tool-number.smaller {
  font-size: 1.6em;
  padding: 10% 0;
}

.tool-body .tool-desc {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  margin-top: 1%;
}

.tool-body .tool-desc.smaller {
  font-size: 1.1em;
  padding: 10%;
}

.tool .footer {
  position: absolute;
  bottom: 0;
  padding: 5px;
  width: 100%;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .toolbox .title {
    font-size: 2em;
    line-height: 2em;
    margin-top: 0;
  }


  span.hidden-sm {
    display: inline-block !important;
  }

  .toolbox a.tool {
      height: 14em;

  }

  .toolbox a.tool .tool-header .icon-stack {
    font-size: 0.9em;
  }

  .toolbox a.tool .tool-header {
    font-size: 1.1em;
  }

  .tool-body .circle{
    border: 8px solid #fff;
    width: 8em;
    height: 8em;
  }

  .tool-body .circle .icon {
    text-align: center;
    font-size: 3.5em;
    padding-top: 10px;
  }

  .tool-body .circle .number {
    text-align: center;
    font-size: 3em;
    line-height: 1.1em;
    padding-top: 7px;
    font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
  }

  .tool-body .circle .desc {
    text-align: center;
    font-size: 1.2em;
  }

  .tool i.fa-light {
    color: #fff;
  }

  .tool-body .tool-number {
    text-align: center;
    font-size: 3.7em;
    padding: 2% 0;
    border-bottom: 1px solid #ccc;
  }

  .tool .footer {
    position: absolute;
    bottom: 0;
    padding: 7px 6px;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
  }
}

.green {
  background-color: #85BB65 !important;
  color: #fff;
}

.green i {
  color: #85BB65;
}

.green .footer {
  background-color: #74AB65 !important;
}

.iridium-orange {
  background-color: #FCB131 !important;
  color: #fff;
}

.iridium-orange i {
  color: #FCB131;
}

.iridium-orange .footer {
  background-color: #d39429 !important;
}

.red {
  background-color: #be171e !important;
  color: #fff;
}

.red i, i.red {
  color: #be171e;
}

.red .footer {
  background-color: #a9131a !important;
}

.light-blue {
  background-color: #00b0ea !important;
  color: #fff;
}

.light-blue i {
  color: #00b0ea;
}

.light-blue .footer {
  background-color: #009bd3 !important;
  color: #fff;
}

.orange {
  background-color: #fd432c !important;
  color: #fff;
}

.orange i {
  color: #fd432c;
}

.orange .footer {
  background-color: #e43d27 !important;
  color: #fff;
}

.grey {
  background-color: #434343 !important;
  color: #fff;
}

.grey i {
  color: #434343;
}

.grey .footer {
  background-color: #383639 !important;
  color: #fff;
}

.purple {
  background-color: #563d7c !important;
  color: #fff;
}

.purple i {
  color: #563d7c;
}

.purple .footer {
  background-color: #443162 !important;
  color: #fff;
}

.light-green {
  background-color: #71aa00 !important;
  color: #fff;
}

.light-green i {
  color: #71aa00;
}

.light-green .footer {
  background-color: #659a00 !important;
  color: #fff;
}

.dark-blue {
  background-color: #2F547E !important;
  color: #fff;
}

.dark-blue i {
  color: #2F547E;
}

.dark-blue .footer {
  background-color: #1D447E !important;
  color: #fff;
}

/* Talkgroup Service Plan styles
-------------------------------------------------- */
/* overriding bootstrap styles */
.nav-tabs {
  border: 0;
  margin-top: 6px;
}
.nav-tabs > li {
  padding: 0;
}
.nav-tabs > li > a {
  border: 1px solid #fff !important;
  border-radius: 0;
  margin-right: 0;
  color: #fff;
  font-size: 0.9em;
  padding: 10px 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #434343;
}

.nav-tabs > li:first-child > a {
  border-radius: 2px 0 0 2px;
}

.nav-tabs > li:last-child > a {
  border-radius: 0 2px 2px 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

.slide-down-pane {
  display: none;
}

header button {
  margin-top: 8px;
}

#talkgroup-service-plans .header-button {
  min-height: 40px;
}

#tariff-table {
  padding-bottom: 20px;
  font-size: 0.9em;
}

#tariff-table_info {
    display: block;
    text-align: center;
    background: #d0e7f8;
    color: #222;
    border-radius: 4px;
    padding: 6px 7px;
    margin: 0 2em;
}

#tariff-table_length {
    display: inline-block;
    float: left;
    line-height: 13px;
}

#tariff-table_length {
  margin-right: 10px;
}

#tariff-table_length select {
    display: block;
    width: 80px;
    margin-top: 4px;
}

body#event-log #tariff-table tr {
  height: 64px;
}

.tariff-card {
  height: auto;
}

@media screen and (min-width: 768px) {
  .tariff-card {
    height: 20em
  }
}

@media screen and (min-width: 1200px) {
  .tariff-card {
    height: auto;
    min-height: 20em;
  }
}

@media screen and (min-width: 788px) {
  #tariff-tabs {
    position: absolute !important;
    top: 2px;
    right: 15px;
  }

  .nav-tabs > li > a {
    padding: 10px 15px;
  }
}

.service-plan-limit-box {
  border: 1px solid #fff;
}


.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 38px; /* To overcome bootstrap */
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}

.form-control_mb15 {
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #fcb131;
}

.dark.form-control {
  color: #3e4d58;
  border: 1px solid #3e4d58;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff !important;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff !important;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff !important;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff !important;
}

.dark.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3e4d58 !important;
}
.dark.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3e4d58 !important;
}
.dark.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #3e4d58 !important;
}
.dark.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #3e4d58 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    cursor: not-allowed;
}

.input-group-addon {
    -moz-box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 8px 12px;
    text-align: center;
    color:#fff;
}

.area-js-update {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {

  #area-form input[type="button"] {
    font-size: 1em;
  }
  #tariff-table {
    font-size: 1em;
  }
}

th.tariff-type {
  width: 30%;
  text-align: center important!;
}

th.tariff-response-type,
th.tariff-traffic-type,
th.tariff-code,
th.tariff-size {
  width: 25%;
}


/* User table list styles
-------------------------------------------------- */
.add-user-pane {
  display: none;
}

/* First User Login
-------------------------------------------------- */
.first-login header,
.first-login form {
  width: 80%;
  margin: 20px auto;
  font-size: 1em;
}

.first-login h3 {
  margin-left: 10px;
}

.first-login form {
  padding-bottom: 60px;
}

.first-login form .username {
  padding-bottom: 10px;
}

/* Organization list styles
-------------------------------------------------- */

#find-organization {
  overflow-y: scroll;
}

.find-organization-search {
  margin-top: 10px;
  margin-bottom: 14px;
}

#find-organization .search-message {
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

#find-organization .button-wrapper {
  padding-left: 0px;
}

#find-organization .button-wrapper {
  padding-left: 0px;
}

#find-organization #search_button {
  height: 38px;
}

.sp-block {
  margin-bottom: 8px;
  overflow: hidden;
}
.sp-table {
  margin: 3px 10px;
}
.sp-header  {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  padding: 6px 12px;
  background-color: #272822;
  background-color: rgba(39,40,34,0.75);
  margin-top: 0;
}

#find-organization a {
  color: #FFFFFF;
}

#find-organization a:hover {
  color: #fcb131;
  cursor: pointer;
}

#find-organization .panel {
  padding: 0px;
}

#find-organization .sp-header {
  margin: 0px;
  padding: 12px;
}

#find-organization .sp-header.suspended a.sp-title{
  color: #DDDDDD;
  cursor: default;
}

#find-organization .sp-header .ribbon {
  font: bold 16px 'OpenSansLight', Sans-Serif;
  padding: 3px ;
  text-align: left;
  width: 100px;
  display: inline;
  top: -2px;
}

#find-organization .so-block {
  margin-top: 16px;
}

body#find-organization .panel a:focus {
  text-decoration: underline;
}

a:focus h3.sp-header {
  text-decoration: underline;
}

.billing-id {
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  bottom: 0.2em;
}

.bottom-icon {
  position: absolute;
  bottom: 0.2em;
  right: 0.3em;
}

/* Organization suspended styles
---------------------------------------------------*/

.card-box.suspended {
  background: #888;
  color: #aaa;
  overflow: hidden;
  position: relative;
}

.card-box.suspended a {
  text-decoration: none;
}

.card-box.suspended .card-name {
  background: #ddd; color: #888 !important;
  cursor: default !important;
}

.card-box.suspended .card-name .billing-id {
  color: #888 !important;
}

.card-box.suspended .light-green,
.card-box.suspended .light-blue,
.card-box.suspended .dark-blue,
.card-box.suspended .purple {
  background: #444 !important;
}

.card-box.suspended .card-name:hover {
  opacity: 1;
}

.card-box.suspended .header,
.card-box.suspended .footer {
  background: #ddd !important; color: #888;
}

.sp-header.suspended {
  background: #666 !important; color: #999 !important;
}

.card-box.suspended .ribbon-wrapper {
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.card-box.suspended .ribbon {
  font: bold 14px 'OpenSansLight', Sans-Serif;
  padding: 3px ;
  text-align: left;
}


/* User Profile details styles
-------------------------------------------------- */


#user_profile form {
  margin-top: 20px;
  margin-bottom: 30px;
}

#user_profile .btn-group {
  margin: 10px 0;
}

#user_profile .btn-group a:link, #user_profile .btn-group a:visited {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
}

#user_profile .btn-group a.active {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  #user_profile .btn-group a:link, #user_profile .btn-group a:visited {
    font-size: 1em;
  }
}

.user-status {
  width: 95%;
  margin: 1em auto;
  background-color: #fcb131;
  color: #fff;
  text-align: center;
  padding: 0.3em 1em;
  border-right: 2px;
}

ul.messages > li.success {
  list-style-type: none;
}


/* Reset all passwords styles
-------------------------------------------------- */
.reset-all-passwords p {
  font-size: 18px;
}

/* Talkgroup aggregate view styles
-------------------------------------------------- */

#subscriber-dashboard  {
  position: absolute;
  top: 0;

}
#talkgroup-filters {
    color: #222222;
    display: block;
    padding: 4px 12px 0;
}

#talkgroup-filters label {
    display: inline-block;
    padding-right: 10px;
}

#talkgroup-filters select {
    margin-top: 6px;
}

#talkgroup-filters #total-devices,
#talkgroup-filters #total-talkgroups,
#talkgroup-filters #device-count{
    display: inline-block;
    opacity: 0;
    margin-left: 10px;
}
.talkgroup-validation{
    color: red;
    font-size: 14px;
}
.talkgroup-boxdata{
    padding: 0.2em 0.5em;
    overflow: hidden;
    color: #222;
}
.talkgroup-boxdata.active{
    cursor: pointer;
}
.talkgroup-status{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #999;
    float: left;
    margin: 2px 6px 0 0;
}

.talkgroup-status.active{
    background-color: #2F547E !important;
}
.talkgroup-boxdata.inactive {
    color: rgba(0, 0, 0, 0.5);
}
.talkgroup-boxdata.selected {
    background: #2F547E;
    color: #fff;
}
.talkgroup-boxdata.hovered {
    background-color: #ffb131;
    background: rgba(255, 177, 49, 1);
}
.talkgroup-boxdata.hovered.selected {
    background-color: #ffb131;
    background: rgba(255, 177, 49, 1);
}
.talkgroup-boxdata .text{
    padding: 2px 0 2px 10px;
}
.scroll-button{
    min-height: 10px;
    text-align: center;
    color: #222;
    background: #95a1aa;
}
.scroll-button.active{
    cursor: pointer;
    background-color: #FCB131;
    color: #222;
}


/* Business Card styles
-------------------------------------------------- */

.card-name{
    text-decoration: none;
    padding: 2% 4%;
    border-bottom: 1px solid #fff;
    font-size: 1.1em;
    color: #222;
    min-height: 3em;
    height: 5em;
    position: relative;
    word-break: break-word;
}

.card-name:hover,
.card-name:focus {
  opacity: 0.8;
  color: #fff;
}

a.card-name {
    color: #fff !important;
    width: 100%;
    display: block;
}
.card-name i{
    color: #fff !important;
}

.card-box{
    margin: 2% 0;
    padding-bottom: 2%;
    background-color: #3e4d58;
    background-color: rgba(62,77,88,0.8);
    border-radius: 1px;
    overflow: hidden;
}

.card-box .header {
  background: #fff;
  text-decoration: none;
  color: #444;
  padding: 2% 4%;
  border-bottom: 1px solid #444;
  font-size: 1em;
  text-align: center;
}

.card-box .icon-set a {
  width: 30%;
  margin: 2% 0 2% 2%;
  display: inline-block;
}

span.privacy-banner {
  background: rgba(250, 250, 250, 0.11);
  color: white;
  margin: 0 auto;
  padding: 0% 2%;
  float: right;
}

@media screen and (max-width: 512px) {
  .card-box .icon-set a {
    font-size: .7em;
  }
}

.card-stat-box{
    width: 100%;
    height: 100%;
}

.card-stat-box .circle{
  margin: 4px auto;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 48px;
  height: 48px;
}

.card-stat-box .circle .icon {
    text-align: center;
    font-size: 2em;
    padding-top: 0;
}

.card-stat-box .circle.users .icon {
    text-align: center;
    font-size: 2.4em;
    margin-top: -6px;
}

.card-stat-box .icon i{
    color: #fff !important;
}

.card-text{
    width: 100%;
    text-align: center;
    clear: both;
    height: 25px;
    font-size: 1.1em;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

/* Service Provider homepage styles
-------------------------------------------------- */

.ptt-icon-link i {
  color: #2F547E;
  font-size: 1.8em;
  margin-top: 0.1em;
  margin-right: 0.3em;
}

.ptt-icon-link:hover i,
.ptt-icon-link.active i {
  color: #fcb131;
}

.talkgroup-list-table-links {
  margin-top: 25px;
}

.sub-search{
    margin-top: 20px;
    width: 100%;
}
.sub-search input{
    padding: 5px;
    width: 100%;
    border: 1px solid #3e4d58;
    color: #3e4d58;
}

.sub-search.light input{
    border: 1px solid #fff;
    color: #fff;
}

.tg-search {
  margin-top: 20px;
}

@media screen and (max-width: 360px) {
  .tg-search {
    width: 100%;
  }
}

.sub-noresults{
    background: #fff;
    color: #333;
    clear:both;
    display: none;
    box-sizing: border-box;
    padding: 20px 10px;
}
.sub-noresults a:hover{
    color: #333;
    cursor: pointer;
}

/* device styles
-------------------------------------------------- */
.device-detail-info {
  display: inline-block;
  float:left;
  width: 25%;
  height: 100%;
  border-right: thick solid #FFFFFF;
  overflow: hidden;
  overflow-y: auto;
}
.suspended-device-banner {
  background: #be171e;
  color: #fff;
  text-align: center;
  padding: 3px;
  margin-bottom: 3px;
}
.device-detail-top {
  display: inline-block;
  width: 75%;
  height: 60%;
}
#DeviceTalkgroups.panel {
  padding: 0;
}

.device-detail-talkgroups {
  border-top: thick solid #FFFFFF;
  height: 40%;
  padding: 0 8px 16px 8px;
}

.device-detail-talkgroups header {
  height: 55px;
}
.device-detail-talkgroups .content {
  overflow-y: auto;
}

.device-detail-slots {
  height: 60%;
  overflow: auto;
}

#device-details-col .info-row {
  margin: 0 10px 8px;
  font-size: 0.9em;
}

#device-details-col  .device-buttons {
  margin-top: 3em;
}

#device-details-col #save_as_template {
  width: 100%;
}

@media (max-width: 768px) {
  #clear-all {
    font-size: .8em;
  }
}

#device-details .nav.nav-tabs.pull-right {
  margin-top: 8px;
  margin-left: 3px;
  margin-bottom: 1em;
}

#device-details a.button-small i {
  margin-top: 19px;
}

#device-details button i, #device-details a {
  white-space: nowrap;
}

#device-details-col #comments {
  overflow-y: auto;
}

#device-talkgroups {
  margin: 5px auto;
}

.slot-container {
  clear: both;
  max-width: 400px;
  margin: auto;
}

.slot-container .talkgroup-tile  {
  background-color: transparent;
}

@media screen and (min-width: 480px) {
  .slot-container .talkgroup-tile .circle {
       margin: 0 auto;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      text-align: center;
      border: 3px solid #fff;
      transition:background-color 0.3s ease-in-out;
    }

  .slot-container .talkgroup-tile .circle i.talkgroup-48,
  .slot-container .talkgroup-tile .circle i.talkgroup-data-48 {
    margin-top: 10px !important;
  }

  #device-detail .talkgroup-tile .number {
    text-align: center;
    font-size: 2em;
    padding: 20% 8%;
    margin: 0 8%;
    color: #eee;
    font-family: 'OpenSansSemiBold', Helvetica, sans-serif;
    cursor: default;
  }
}

@media screen and (min-width: 820px) {
  .slot-container {
    max-width: 620px;
    margin: auto;
  }

  .slot-container .talkgroup-tile .circle {
     margin: 0 auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 3px solid #fff;
    transition:background-color 0.3s ease-in-out;
  }
}

#horizontal-talkgroup-list {
    display: inline-block;
}

#horizontal-talkgroup-list .talkgroup-tile {
    margin-bottom: 30px !important;
}

#device-top-detail{
    width:100%;
    margin:0;
    padding-top: 10px;
}
#device-detail-table{
    margin-top: 20px;
}
.talkgroup_row i{
    cursor: pointer;
    color:  #666;
}
.talkgroup_row .close{
  color: #fff;
}
.talkgroup_row i.selected{
    color:  #fff !important;
}
#device-detail-table td, #device-detail-table th{
    border: none;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}
#error_message{
    text-align: center;
    margin: 20px 0 -20px 0;
    line-height: 2em;
    color: #fff;
    background: #109e08;
}
#error_message.error{
    background: #be1818;
}

.display-only-selectbox {
    border: 1px solid #fff;
    border-radius: 2px;
    height: 40px;
    text-align: left;
    padding: 7px 0 0 10px;
    margin-bottom: 15px;
}

.device-state{
    background: #FCB131;
    width: 50px;
    height: 50px;
    float: right;
    margin: 20px 10px 0 0;
    text-align: center;
}
.device-state i{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.device-state-text{
    font-size: 9px;
    margin-top: -5px;
    line-height: 9px;
}


#ptt-filter-destination {
    display: inline-block;
}

#tableManager {
    display: inline-block;
    padding: 8px 12px;
    width: 100%;
}

#search_table_length,
#search_table_filter {
    display: inline-block;
    float: left;
    line-height: 13px;
}

#search_table_length,
#search_button {
  margin-right: 10px;
}

#search_table_filter {
  margin-right: 4px;
}

#search_table_length select {
    display: block;
    width: 80px;
    margin-top: 4px;
}

#search_table_filter input {
    display: block;
    margin-top: 4px;
}

#search_table_info {
    display: block;
    text-align: center;
    background: #d0e7f8;
    color: #222;
    border-radius: 4px;
    padding: 6px 7px;
    margin: 0 2em;
}

.dataTables_paginate {
    float: right;
    display: inline-block;
    text-align: right;
}

.dataTables_paginate .button-small,
.DTTT_container .button-small {
    display: inline-block;
    margin-left: 10px;
}

.DTTT_container {
    display: inline-block;
    margin-left: 15px;
    padding-top: -2px;
}

.datatable-eventlog-filter {
  margin-top: 15px;
  margin-bottom: 15px;
}

.datatables-button {
  margin-top: 4px;
  height: 38px;
}

#event-log .datatables-button {
  margin-top: 0px;
  margin-right: 20px;
}

.dataTables_processing {
  width: 50px;
  display: inline-block;
}

body#event-log #search_table tr {
  height: 64px;
}

/* Useful */
.label_inline {
  margin-top: 9px; /* Match form-input top padding */
}

.text_right {
  text-align: right;
}


#device-list-drag-frame {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#device-list {
    overflow: hidden;
    display: inline;
}

.num-visible-devices {
  font-size: 14px;
  cursor: pointer;
}

#talkgroup-panel-content-talkgroup-detail {
    display: none;
    height: 2000px;
}

.device-search {
  margin-top: 0;
}

.all-devices {
  position: relative;
}


.tile-talkgroup-type {
  padding: 1px !important;
}

.device-tile {
  background-color: #00B0EA;
}

.device-tile,
.template-tile,
.talkgroup-tile {
  float: left;
  width: 88px;
  height: 96px;
  margin: 0 12px 12px 0px;
}

#dragging-underlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

#dragging-underlay.dragging {
  z-index: 999;
}

.talkgroup-tile-draggable,
.device-tile-draggable {
    z-index: 999;
    position: absolute;
    pointer-events: none;
    background: transparent !important;
}

#device-detail {
  overflow-x: auto;
}


#device-detail .talkgroup-tile {
  margin: 0px 15px 0px;
}

#device-detail .talkgroup-tile .number {
  text-align: center;
  font-size: 1.8em;
  padding: 10% 8%;
  margin: 0 8%;
  color: #eee;
  font-family: 'OpenSansSemiBold', Helvetica, sans-serif;
  cursor: default;
}


/* Applied to talkgroup */
.talkgroup-tile {
  position: relative;
  background-color: #2F547E;
}
.priority_ident {
  position:absolute;
  top: -2px;
  right:-2px;
}

#primary-talkgroup-container {
  padding-bottom: 20px;
  margin: 0 auto;
}

#primary-talkgroup-container .deleteicon {
  position: relative;
}

#primary-talkgroup-container .deleteicon .primary-tg {
  display: block;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 16px;
  position: relative;
}

#primary-talkgroup-container .deleteicon  #primary-talkgroup-name {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

#primary-talkgroup-container .deleteicon #clear-primary {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.talkgroup-tile .primary-indicator {
  text-align: center;
  font-size: 0.85em;
}

.talkgroup-tile.primary {
  background-color: #272822;
  background-color: rgba(39,40,34,0.75);
  border-radius: 8px;
  border: 2px dashed #fff;
}

.device-tile-target,
.template-tile-target,
.talkgroup-detail-device-tile-target ,
.talkgroup-tile-target,
.shared_isu_tile_image {
  padding: 5px 15px 5px 15px;
}

.device-tile-target {
  cursor: move;
}

.device-tile-target.selected,
.talkgroup-detail-device-tile-target.selected {
    background-color: #2F547E;
}
.device-tile-target.selected .circle ,
.talkgroup-detail-device-tile-target.selected .circle {
  border: 3px solid #fcb131 !important;
  background-color: #2F547E;
}

.device-tile-target .circle ,
.template-tile-target .circle,
.talkgroup-detail-device-tile-target .circle,
.talkgroup-tile-target .circle,
.shared_isu_tile_image .circle {
  margin: 0 auto;
  border-radius: 50%;
  width: 48px;
  height: 46px;
  text-align: center;
  border: 3px solid #fff;
  transition:background-color 0.3s ease-in-out;
}

.device-tile:not(.disabled) .device-tile-target .circle:hover ,
.template-tile-target .circle:hover,
.talkgroup-detail-device-tile-target .circle:hover,
.talkgroup-tile:not(.disabled) .talkgroup-tile-target .circle:hover,
.template-tile-target  {
  background-color: #fcb131;
}

.device-tile:not(.disabled) .device-tile-target.selected  .circle:hover {
  background-color: #fff;
}

.talkgroup-tile:not(.disabled) .talkgroup-tile-target .circle.has-tg,
.talkgroup-tile:not(.disabled) .talkgroup-tile-target .circle:hover {
  background-color: #2F547E;
}

.template-tile-target {
  background-color: #00b0ea;
}

.device-tile-target .circle i,
.talkgroup-detail-device-tile-target .circle i,
.template-tile-target .circle i,
.shared_isu_tile_image .circle i {
  margin-top: 4px;
}

.template-tile-target .circle i,
.talkgroup-tile-target .circle i {
  font-size: 3em;
  line-height: 65px;
  color: #fff;
}
.shared-tg-tile {
  background-color: rgb(67, 0, 127) !important;
  color: #fff !important;
}

.template-tile-target .circle:hover i,
.talkgroup-tile-target .circle:hover i {
  color: #FCB131;
}

.device-tile.disabled .device-tile-target {
    cursor: default;
}

.device-info,
.talkgroup-info,
.talkgroup-name-or-id {
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    text-align: center;
    color: #000;
    background-color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.device-info.device-suspended,
.talkgroup-info.talkgroup-suspended {
  background-color: #be1818;
  color: #fff;
}


a.device-tile-detail:link, a.device-tile-detail:visited,
a.template-tile-detail:link, a.template-tile-detail:visited,
a.talkgroup-detail-device-tile-detail:link, a.talkgroup-detail-device-tile-detail:visited,
#device-detail a.talkgroup-tile-detail:link, #device-detail a.talkgroup-tile-detail:visited,
#device-detail p.talkgroup-tile-detail,
p.talkgroup-tile-detail,
.talkgroup-name-or-id:hover {
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    text-align: center;
    color: #000;
    background: #fff;
    border-bottom: none;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:background-color 0.3s ease-in-out;
}

a.device-tile-detail:hover, a.device-tile-detail:active, a.device-tile-detail:focus,
a.template-tile-detail:hover, a.template-tile-detail:active, a.template-tile-detail:focus,
a.talkgroup-detail-device-tile-detail:hover, a.talkgroup-detail-device-tile-detail:active, a.talkgroup-detail-device-tile-detail:focus,
a.talkgroup-tile-detail:hover, a.talkgroup-tile-detail:active, a.talkgroup-tile-detail:focus,
.talkgroup-name-or-id.selected, .talkgroup-name-or-id:hover, .talkgroup-name-or-id:active, .talkgroup-name-or-id:focus {
  background-color: #FCB131 !important;
  text-decoration: none;
}
a.device-tile-detail.selected {
    background-color: #659a00 !important;
    color: #fff;
}

.device-list-device-panel,
.device-list-template-panel,
.device-list-right-panel {
  margin: 0 auto;
  overflow-y: auto;
}

.device-list-device-panel {
  border-bottom: thick solid #FFFFFF;
  height: 60%;
}

.device-list-right-panel,
.device-list-device-panel {
  overflow: hidden;
  margin-top: 1em;
}


.device-tile-wrapper,
.device-list-talkgroup-panel,
.device-list-template-panel,
.device-list-talkgroup-panel {
  overflow-y: auto;
}

.device-list-loading {
    background-color: rgba(62, 77, 88, 0.95);
    color: #FFFFFF;
    display: none;
    height: 110px;
    left: 50%;
    margin-left: -55px;
    margin-top: -100px;
    padding-top: 8px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 110px;
    z-index: 100;
    font-size: 22px;
}

.add-template-button {
  display: none;
  margin: 0.1em 0.8em;
}

#device-splitter {
  width: 100%;
}
#tg-splitter {
  height: 100%;
}

#device-list-splitter {
  padding: 0;
}

#device-detail .panel {
  overflow: hidden;
}

.hsplitter {
  background-color: #3e4d58;
  height: 0.5em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hsplitter:hover {
  cursor: n-resize;
}

.vsplitter:hover {
  cursor: e-resize;
}

.hsplitter:active, .vsplitter:active {
  cursor: default;
}

.splitter_panel {
  position: relative;
}
.splitter_panel .vsplitter {
  background-color: #3e4d58;
  width: 0.5em;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  z-index: 900;
}

.splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel,
.splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
    position: absolute;
    overflow: auto;
}
.splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel {
  height: 100%;
}
.splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
  width: 100%;
}
.splitter_panel .top_panel, .splitter_panel .left_panel, .splitter_panel .vsplitter {
   top: 0;
}
.splitter_panel .top_panel, .splitter_panel .bottom_panel, .splitter_panel .left_panel, .splitter_panel .hsplitter {
   left: 0;
}
.splitter_panel .bottom_panel {
   bottom: 0;
}
.splitter_panel .right_panel {
   right: 0;
}

.inner-container {
  margin: 0 8px;
}

.device-header {
  color: #fff;
  margin-top: 0;
}

.device-header .nav-tabs {
  margin-top: 0;
}

ul#device-tabs {
  margin-top: 0;
  margin-bottom: 8px;
}

ul#device-tabs li {
  text-align: center;
}

.device-header p {
  font-size: 1.1em;
}

.device-header h2,
#talkgroups-templates-title,
#talkgroup-detail-talkgroup-name {
  margin-top: 0;
  font-size: 1.8em;
}

#talkgroup-detail-talkgroup-name span {
  font-size: 14px !important;
}

.device-instruction {
  color: #ddd;
  text-align: center;
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
}

.talkgroup-buttons,
.talkgroup-buttons .button-small {
  margin-top: 0;
}

#DeviceTalkgroups, #Talkgroups { overflow-y: auto; }

#Talkgroups {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .device-instruction {
    text-align: center;
    float: none;
    margin-top: -3em;
  }
}

/* Talkgroup Summary styles
-------------------------------------------------- */

.ribbon-wrapper {
  overflow: hidden;
  position: absolute;
  top: 7px;
  right: 0;
  opacity: 1 !important;
  pointer-events:  none;
}

.ribbon {
  font-size: 0.9em;
  position: relative;
  padding: 5px 10px;
  text-align: right;
  color: #fff;
}

#talkgroups-title {
  white-space: nowrap;
}

#talkgroup-summary-button-container {
    text-align: center;
}

#talkgroups-list .toolbox a:hover{
  opacity: 1 !important;
}

#talkgroups-list .talkgroup-map .opacity-layer {
    z-index: 10;
    display: block;
    background: #3e4d58;
    opacity: 0.4;
}
#talkgroups-list .talkgroup-map .opaque-layer {
    background: #222;
    background-position: center;
    background-size: cover;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 268px;
}

#talkgroups-list .talkgroup-map .opaque-layer .suspend-message {
  color: #fff;
  z-index: 11;
  display: block;
  margin: 45px 20px;
  font-size: 1.2em;
}
/*#talkgroups-list .talkgroup-map img{
    width: 100%;
    height: auto;
}*/
#talkgroups-list .talkgroup-text .data {
  width: 100%;
  margin:0;
}

/*.data-box {
  border-right: 1px solid #888;
}

.data-box:last-child {
  border: 0;
}*/
#talkgroups-list .talkgroup-text .data .data-heading {
  font-family: 'OpenSansLight';
  text-align: center;
  font-size: 1.1em;
  line-height: 2em;
}

#talkgroups-list .talkgroup-text .data .data-entry {
  font-family: 'OpenSansLight';
  text-align: center;
  font-size: 1em;
  line-height: 2em;
  padding-bottom: 5px;
}

.talkgroup-text .card-stat-box .circle{
  margin: 4px auto;
  border-radius: 50%;
  border: 4px solid #fff;
  width: 4em;
  height: 4em;
}

.talkgroup-text .card-stat-box .circle .icon {
    text-align: center;
    font-size: 1.5em;
    padding-top: 12px;
}

#talkgroups-list .talkgroup-text.suspended {
    background-color: #434343;
}

#talkgroups-list .talkgroup-text h3 {
  text-align: center;
  width: 100%;
  margin: 10px auto;
  font-size: 1.4em;
}

#talkgroup-list-container {
    position: relative;
}

#talkgroups-list {
  margin-top: 1em;
}

#talkgroups-table,
.talkgroups-table {
  color: #fff;
  background-color: #3e4d58;
  background-color: rgba(62,77,88,0.8);
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.all-talkgroups-button {
  margin-top: 25px;
  margin-left: 20px;
  display: inline-block;
  padding-bottom: 3px;
}

#setAreaName, #closeInfoWindow{
    border: 1px solid #ddd !important;
    color: #444;
}

/* Talkgroup styles
-------------------------------------------------- */
.carousel-inner{
    height: 100%;
}
#talkgroup-map-container{
    height: 100%;
    width: 100%;
}
#talkgroup{
    height: 100%;
}
#talkgroup-map{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #7bdfff;
}
#map-data{
    position: relative;
    height: 100%;
}
#map-and-tools{
    height: 100%;
    position: relative;
    overflow: hidden;
}

#talkgroup .wrapper{
    /*overflow: hidden; This breaks the pull in menu on the talkgroup map */
    /*height: 100% !important;*/
    margin: 0;
    position: relative;   /* Stops the map from causing a scrollbar to appear */
    width: 100%;
    min-height: 0;
}


body#talkgroups .carousel {
    margin-bottom: 0;
}

#talkgroup-areas {
    color: #222;

}

#talkgroup-areas .table tr {
    width: 20%;
}
#talkgroup-areas .table th {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
#talkgroup-areas .table td.areaIdx {
    line-height: 28px;
    font-size: 14px;
}
#talkgroup-areas .table th,
#talkgroup-areas .table td {
    border-top: none;
    font-weight: normal;
    font-size: 12px;
    color: #222;
    line-height: 12px;
}

#talkgroup-areas .table td  input[type="text"] {
    color: #222;
    text-align: right;
    font-weight: normal;
    width: 95%;
    margin-bottom: 0;
}

/* Fix for the images on the map controls getting clobbered by bootstrap styling */
#talkgroup img {
    max-width: none;
    vertical-align: baseline;
}

/* Fix for sliding menu appearing at wrong place in Chrome (P1093-1265) */
body#talkgroup .so-header {
  position: static;
}

.talkgroup-area-label {
  background-color: #3e4d58;
  background-color: rgba(62,77,88,0.8);
  font-family: "OpenSansLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 14px;
  color: #FFFFFF;

  padding: 6px 12px;
  white-space: nowrap;
}

.talkgroup-area-label p {
  margin: 0px;
}

.talkgroup-area-label p.label-name {
  font-family: 'OpenSansSemiBold';
}


#talkgroup #footer{
    display: none;
}

.talkgroup-areas-inner{
    margin-top: 80px;
    padding: 8px 30px;
    height: 100%;
    background-color: #3e4d58;
    background-color: rgba(62,77,88,0.8);
}
.talkgroup-areas-inner h3 {
  margin-top: 0;
}

.talkgroup-areas-inner #add-region {
  margin-left: 20px;
  vertical-align: top;
}

#talkgroup-table .highlighted {
  background: #444;
  background: rgba(0, 0, 0, 0.25);
}

.talkgroup-table-section {
  padding: 18px;
  border-top: 1px dotted #ddd;
}

#talkgroup-areas .row {
  margin-bottom: 18px;
}

.shape-type {
  width: 9em;
  color: #fff;
  text-align: center;
  margin-right: 1em;
}

.shape-type .type-shape {
  margin-top: 0.5em;
}

.shape-type .type-label {
  text-align: center;
  margin: 0 auto 10px;
  font-size: 1.1em;
}

.shape-type .area-label, .shape-type .area {
  background: #fff;
  color: #222;
}


.talkgroup-table-section input[type="text"] {
  text-align: right;
}

.talkgroup-table-section .delete-region {
  margin-right: 0;
  margin-top:4px;
}

table.region-definition {
  width: 80%;
}

.region-definition  td{
  width: 25%;
  padding-right: 1em;
  vertical-align: top;
}

.region-definition  td.delete-region-button {
    vertical-align:middle;
}

.region-definition .input-group-addon {
  margin: 0;
}

.region-type {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}

.region-type_Circle {
  background: url('../img/Circle.png') 50% 50% no-repeat;
}

.region-type_Rectangle {
  background: url('../img/Rectangle.png') 50% 50% no-repeat;
}

.separator {
    height: 30px;
    vertical-align: middle;
    border-left: 1px solid #fff;
    display: inline-block;
    margin-left: 10px;
}


#talkgroup-actions {
    clear:both;
    margin-top: 14px;
    padding-top: 10px;
    margin-right: 1%;
    border-top: 1px solid #ddd;
    height: 40px;
}

.tg-message {
    height: 100px;
    width: 400px;
    background-color: rgba(62, 77, 88, 0.8);
    color: #FFF;
    text-align: center;

    /* Centrally position */
    position: fixed;
    margin-left: -200px;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    line-height: 110px;
    z-index: 100;
}

/* Event Log styles
-------------------------------------------------- */

a#event-log-download-button {
    display: inline-block;
    border-bottom: 1px solid #FFFFFF;
}

table#search_table {
    width: 100%;
    table-layout:fixed;
}

table#search_table th.el_timestamp {
    width: 17%;
}

table#search_table th.el_organization {
    width: 15%;
}

table#search_table th.el_user {
    width: 15%;
}

table#search_table th.el_type {
    width: 15%;
}

table#search_table th.el_event{
    width: 53%;
}

table#search_table td {
    word-wrap: break-word;
}

/* Datatable styles
-------------------------------------------------- */

.datatable-cptt th {
    text-align: left;
    font-family: OpenSansSemiBold;
    font-weight: normal;
}

.datatable-cptt .sorting_asc {
  background: url('../img/sort_asc.png') no-repeat center left;
  padding-left: 18px;
}

.datatable-cptt .sorting_desc {
  background: url('../img/sort_desc.png') no-repeat center left;
  padding-left: 18px;
}

.datatable-cptt .sorting {
  background: url('../img/sort_both.png') no-repeat center left;
  padding-left: 18px;
}

.datatable-cptt .sorting_asc_disabled {
  background: url('../img/sort_asc_disabled.png') no-repeat center left;
}

.datatable-cptt .sorting_desc_disabled {
  background: url('../img/sort_desc_disabled.png') no-repeat center left;
}

.datatable-cptt th.talkgroup-id {
  width: 15%;
}

.datatable-cptt th.talkgroup-name {
  width: 20%;
}

.datatable-cptt th.talkgroup-org {
 width: 50%;
}

.datatable-cptt th.talkgroup-state {
  width: 15%;
}


/* 404/500 error page styles
-------------------------------------------------- */
#errorpage {
    margin: 0 auto;
}
#errorpage h1 {
    font-size: 10em !important;
    line-height: 1em;
    color: #d0e7f8;
    font-family: OpenSansBold;
    margin: 0;
    text-align: center;
    display: block;
}

#errorpage h2 {
    text-align: center;
    background: transparent;
    border-bottom: none;
    display: block;
}

#errorpage p {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    font-size: 18px;
}

#errorpage img {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.header-500 {
  margin-left: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Fontface styles
-------------------------------------------------- */
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
--------------------------------------------------
Bootstrap overrides for our color scheme
--------------------------------------------------
*/

/* Following are used for uploading device keys.
-------------------------------------------------- */
.table-nonfluid {
   width: auto;
}

.text-error {
    text-align: center;
    background-color: #630000;
    background-color:rgb(99, 0, 0);
}

.text-warning {
    text-align: center;
    background-color: #636300;
    background-color:rgb(99, 99, 0);
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{
  background-color: #303030;
  background-color:rgb(48, 48, 48)
}


/* Fontface styles
-------------------------------------------------- */
/* the norm */
#gritter-notice-wrapper {
  position:fixed;
  top:20px;
  bottom:20px;
  right:20px;
  max-height: 100%;
  width:301px;
  z-index:1000010;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
  position:relative;
  background:url('../img/ie-spacer.gif'); /* ie7/8 fix */
  max-height: 100%;
  overflow-y: auto;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display:block;
  background-color: #272822;
  background-color: rgba(39,40,34,0.9);
  color:#fff;
  padding:12px 11px 18px 11px;
  font-size: 1em;
  font-family:'OpenSansLight';
  border-radius: 4px;
  max-height: 100%;
  overflow: auto;
}
.hover .gritter-item {
  background-position:right -40px;
}
.gritter-item p {
  padding:0;
  margin:0;
  word-wrap:break-word;
}
.gritter-close {
  position:absolute;
  top:5px;
  right:3px;

  /*background:url(../images/gritter.png) no-repeat left top;*/
  cursor:pointer;
  width:30px;
  height:30px;
  /*text-indent:-9999em;*/
}
.gritter-close:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  padding-right: 8px;
  color: #fff;
}
.gritter-title {
  font-size:1.2em;
  font-weight:bold;
  padding:0 0 7px 0;
  display:block;
  text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
  border-bottom: 1px dotted #fff;
  margin-bottom: 8px;
}
.gritter-image {
  width:48px;
  height:48px;
  float:left;
}
.gritter-with-image,
.gritter-without-image {
  padding:0;
}
.gritter-with-image {
  width:220px;
  float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}

/* Popover
-------------------------------------------------- */
.popover {
  color: #333;
}
h3.popover-title {
  display: block;
  margin-top: 0;
}

/* Typeahead
-------------------------------------------------- */
.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-dropdown-menu {
    z-index: 2000;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #000;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #000;
    background-color: #FFF;
    background-image: -moz-linear-gradient(top, #FFF, #CCC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#CCC));
    background-image: -webkit-linear-gradient(top, #FFF, #CCC);
    background-image: -o-linear-gradient(top, #FFF, #CCC);
    background-image: linear-gradient(to bottom, #FFF, #CCC);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffcc', endColorstr='#ccccccb3', GradientType=0)
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

/* Buttons
------------------------------------------------- */
.input-group .form-control {
  z-index: 2; /* Lift it above the other el */
}

.input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}


/* Tables
   Wrap your tables with this to make them scrollable 
   instead of spilling out of their container at 
   smaller screen sizes.
-------------------------------------------------- */
.table-wrapper {
  margin: 0 15px;
  overflow-x: auto;
}

.table-wrapper table {
  margin-left:  0;
  margin-right: 0;
}

/* Overrides
-------------------------------------------------- */
.js .js-hidden,
.no-js .no-js-hidden,
.js #talkgroups-list.js-hidden,
.js #talkgroups-table.js-hidden,#talkgroups-list
.js #device-list-talkgroups.js-hidden
{
    display: none;
}

.js .js-transparent {
  opacity: 0;
}

.mb_0,
.input-group input {
  margin-bottom: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.pl_0 {
  padding-left: 0;
}

.mt_15 {
  margin-top: 15px;
}

.w_auto {
  width: auto;
}

.w_100pc {
  width: 100%;
}

.h_45px {
  height: 45px !important;
}

.in-bk {
  display: inline-block;
}

.va-md {
  vertical-align: middle;
}

.title-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 75%;
  word-break: break-all;
}

/* Random
-------------------------------------------------- */

.i-yellowspinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/i-yellowspinner.gif);
}

/*  Stop text wrapping  */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  Add this class to an element (the body is a good start)
    to indicate progress  */
.isLoading {
  cursor:progress;
}

/*  Links without a href get a normal cursor */
a[href=""] {
    cursor: default;
}

/* Responsive pull-* solution */
.pull-left-xs {
  float: left!important;
}

.pull-right-xs {
  float: right!important;
}

.pull-reset-xs {
  float: none!important;
}

@media (min-width: 768px) {

  .pull-left-sm {
    float: left!important;
  }

  .pull-right-sm {
    float: right!important;
  }

  .pull-reset-sm {
    float: none!important;
  }

}

@media (min-width: 992px) {

  .pull-left-md {
    float: left!important;
  }

  .pull-right-md {
    float: right!important;
  }

  .pull-reset-md {
    float: none !important;
  }

}

@media (min-width: 1200px) {

  .pull-left-lg {
    float: left!important;
  }

  .pull-right-lg {
    float: right!important;
  }

  .pull-reset-lg {
    float: none!important;
  }

}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspVerticalBar /* left hand scroll bar */
{
  right: 0;
}

.jspContainer
{
  overflow: hidden;
  position: relative;
}

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 6px !important;
  height: 100%;
  background: red;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: #b3cde0;
  position: relative;
}

.jspDrag
{
  background: #7DB9E8;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 8px;
}

.jspHorizontalBar .jspArrow
{
  width: 8px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}

.shared_isu_tile_image .circle i {
  color: #FFF !important;
}

/*****************************************************************************
* End of file
*****************************************************************************/
