html {
  position: relative;
  min-height: 100%;
}
body {
  padding: 0;
  background-color: #e7e7e7;
}
a {
  cursor: pointer;
  color: #000000;
  text-decoration: none !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.page-wrapper {
  padding: 0 15px;
  margin-top: 70px;
  min-height: 568px;
}

.header {
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */

.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.container-narrow> hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */

.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #72c04e;
  color: #ffffff;
  margin-bottom: 80px;
  max-width: 700px;
  ;
}
.whichHeadline {
  text-align: center;
  margin-bottom: 30px;
}
.text-yellow {
  color: #fed136;
}
.paddingIcon{
  padding: 5px;
}
.navbar {
  background-color: #203a64;
  height: 60px;
}
.navbar-brand {
  color: #eee !important;
  font-weight: bold !important;
}
.navbar-brand>img {
  width: 70px !important;
  height: 40px !important;
  display: inline !important;
  margin-top: -5px !important;
  margin-left: -20px;
}
.navbar-nav {
  margin-left: 160px;
}
.nav>li>a {
  padding-top: 20px;
  text-decoration: none;
  color: #000 !important;
  font-weight: bold !important;
  height: 60px;
}

.nav>li.active>a {
  text-decoration: none;
  background-color: #fed136 !important;
}
.nav> li> a:focus, .nav> li> a:hover {
  text-decoration: none;
  background-color: #fed136 !important;
  z-index: 1;
}
.navbar-right .dropdown-toggle {
  text-decoration: none !important;
  background-color: #203a64 !important;
}

.grid {
  height: 800px;
  margin-top: 20px;
}
.ui-grid-pager-control {
  padding-top: 15px;
}
.ui-grid-pager-row-count-picker {
  padding-top: 15px;
}

.panel-yellow{
  border-color: #e3e3e3;
}
.panel-yellow .panel-heading{
  color: #4D5360;
  font-weight: bold;
  background-color: #fed136;
}

.panel-talking{
  border-color: #00BCD4 ;
  background-color: #00BCD4 !important;
  color: #fff;
}
.panel-waiting{
  border-color: #ff8a65;
  background-color: #ff8a65   !important;
  color: #fff;
}

.statPanel{
  background-color: #14bcc8;
  color: #fff;
  border-radius: 30px;
  border-bottom: 6px solid #222;
}
.panel-red {
    border-color: #f66666 ;
    color: #fff;
    background-color: #f66666 ;
}

.panel-green {
    border-color: #72c04e;
    color: #fff;
    background-color: #72c04e;
}

.huge {
    font-size: 40px;
}

.cancel {
  color: #fff ;
  opacity: 0.7;
}

.cancel:hover {
  color: #f66666;
  opacity: 1;
}

.tools{
  padding: 1px;
}

.tools:hover {
  color: green;
}

.table{
  font-size: 18px;
  text-align: center;
  /*border: 3px inset  lightgrey;*/
}

.table>thead{
  /*background-color: #f9f9f9;*/
  /*background-color:  rgb(0, 121, 107);*/
  border-bottom: 2px solid #222;
}
#statsTable>tfoot>tr{
  background:#E5F1F0;
 }
#statsTable{
  font-size: 18px;
}
#agentsTable{
  font-size: 18px;
}


.statusShape{
  padding: 4px;
  border-radius: 20px;
  width: 160px;
}

.panel-custom{
  border: 1px solid #B8B8B8;
  border-radius: 0px;
  //background-color: #F7F5F5 !important;
}

.panel-custom-heading{
  height: 70px;
  font-size: 24px;
  padding: 20px;
  background-color: rgb(0, 121, 107) !importan;
  border-radius: 0px;
}

.toolBar{
  width: 370px;
}

.panel-custom-body{
  padding : 25px;
}

.panel-view-heading{
  height: 50px;
  font-size: 20px;
  padding: 10px;
  background-color: rgb(0, 121, 107) !important;
  border-radius: 0px;
}

.dashPanel{
  background-color: #4b5497 !important;
  text-align: center;
  font-size: 24px;
  height: 55px;
  font-weight: 600;
}

.reportPanel{
  border-bottom-color: #fff !important;
  background-color:  rgb(0, 121, 107) !important;
  text-align: center;
  font-size: 24px;
  height: 55px;
  font-weight: 600;
}
.graphPanel{
  background-color: #4b5497 !important;
  font-size: 20px;
}

.panel-view-body{
  padding : 10px;
}

.button-date{
  background-color: #FFB300 !important;
  font-size: 14px;
}

.buttonDateActive{
  background-color: #FF9800 !important;
}

.btn-submit{
  background-color: #3F51B5 !important;
  color: #fff;
}

.fadeAnim.ng-hide-remove {
  transition: all linear 0.3s;
  display: block !important;
}
.fadeAnim.ng-hide-add {
  transition: all linear 0.3s;
  display: block !important;
}
.fadeAnim.ng-hide {
  opacity: 0;
}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}

.widget {
    border-radius: 5px;
    padding: 30px;
    margin-top: 20px;
    max-height: 150px;
}
.widget>h3 {
  font-size: 16px;
  font-weight: bold;
}

.hoverAnim:hover> i,
.hoverAnim:hover> h3 {
  transform: scale(1.5, 1.5);
  opacity: 1;
 }
 .hoverAnim:hover {
   background-color : #8c8c8c;
 }

.error{
  color: red;
  font-weight: bold;
}

.submitBtn{
  background-color: rgb(255,183,77);
  margin-top: 5px;
  font-weight: bold;
  width: 100px;
}

.checkGreen{
  color : green;
}

.uib-datepicker .text-muted {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.uib-datepicker .btn:enabled {
  font-size: 14px;
  font-weight: bold;
  color: green;
}
audio { width: 700px; }


@keyframes blinker {
  50% { opacity: 0.1; }
}
/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  .nav>li>a>p {
    display: none;
    /*margin-right: 100px;
      overflow:hidden;*/
  }

  .page-wrapper {
    position: inherit;
    margin: 80px 0 0 50px;
    padding: 0 30px;
  }


}

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

}
@media screen and (max-width: 768px) {
  .navbar-brand>img {
    margin-left: -10px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
