
*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.navbar-dark {
   background-color: #e9ecef;
   padding : 10px;
}

.wrapper {
  margin : 1%;
}

.wrapper .main_content .main-content-header {
  padding: 5px;
  background: #fff;
  color: #717171;
  font-size: 20px;
  border-bottom: 1px solid #e0e4e8;
}

.main-content-body{
  margin : 5px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}

/* modal style */
.modal-sm {
  height: 100%;
  margin: 0;
}

.modal-xl {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
}

.modal-data {
  height: 100%;
  overflow: hidden;
}
.modal-header .modal-title {
  padding: 0px;
  background: #fff;
  color: #717171;
  font-size: 20px;
  }
  
/* Loader style */

.loader {
   border: 16px solid #f3f3f3;
   border-radius: 50%;
   border-top: 16px solid #2c3e50;
   width: 30px;
   margin-left: 50%;
   margin-right: 50%;
   margin-top: 20px;
   height: 30px;
   animation: spin 1s infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.selected_row{
  background:black;
  color:white;
}

.grid {
  margin-top:10px;
  height:500px
}
.text-center .ui-grid-cell-contents {
  text-align: center;
}
.text-right .ui-grid-cell-contents {
  text-align: right;
}
.modalGrid {
  width: 100px;
  height: 200px;
}

.progressline {
  border-radius: 10px !important;
  position: relative;
  height: 20px;
  background-color: red;
  margin:7px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progressline::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}

.active {
  color: white;
  text-decoration:none;
  background-color: rgb( 54, 122, 183 );
}
.inactive {
  color: white;
  text-decoration:none;
  background-color: red;
}

.myprogress {
  position: relative;
  width: auto;
  height: 20px;
  margin: 2px;
  background: #9cbab4;
  border-radius: 10px;
  overflow: hidden;
  margin:10px;
}

.myprogress__fill {
  height: 100%;
  background: #009579;
  transition: all 0.2s;
}

.myprogress__text {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font: bold 10px "Quicksand", sans-serif;
  color: #ffffff;
}

.hm-fieldset {
   border: 2px groove #ddd;
   border-radius: 8px;
   padding: 0px 10px 10px 10px;
}

.hm-legend {
   font-size: 15px;
   color: #555;
   border-bottom: none;
   width: auto;
   font-weight:bold;
   padding-left:5px;
   padding-right:5px;   
}

.reloaded-time{
   font-size : 12px;
   margin    : 0px;
   padding   : 0px;
}

td, th{
   vertical-align: middle;
   padding:3px;
   margin:3px;
}

.error_messages{
   font-size:10px;
   color:red;

}

nav a, a:visited {
   outline:none;
   color:#389dc1;
}

nav a:hover{
   text-decoration:none;
}

nav{
   display: block;
}

navbar{
   display:inline-block;
   margin-left:25%;
   box-shadow:0 1px 1px #ccc;
   border-radius:2px;
   text-align:center;
   width:auto;
   background-color:#282A35;  
}

navbar a{
   display:inline-block;
   padding: 10px;
   color:#fff !important;
   text-decoration:none !important;
   background-color:transparent;

   -webkit-transition:background-color 0.25s;
   -moz-transition:background-color 0.25s;
   transition:background-color 0.25s;
}

navbar a:first-child{
   border-radius:2px 0 0 2px;
}

navbar a:last-child{
	border-radius:0 2px 2px 0;
}

navbar.volume .volume,
navbar.bounce .bounce,
navbar.timing .timing,
navbar.client .client,
navbar.document .document{
   background-color:#5867E3;
}

.table-responsive {
    max-height:400px;    
}

* {
  -webkit-font-smoothing: antialiased;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.past-users-filter {
    cursor:pointer;
    margin-left:20px;
}

.no-results {
  padding-left:20px;
  padding-bottom:10px;
}

/*matched result from search*/
.matched {
    font-weight:700 !important;
}

/*wraps entire selector*/
.hierarchy-wrap {
    background: #FFFFFF;
    border:1px solid #ccc;
    border-radius:5px;
}

/* past users + search */
.hierarchy-header {
    padding:10px;
}

.hierarchy-header .search-wrap {
    margin-bottom:5px;
}

.angular-ui-tree-handle {
    color: black;
    padding: 5px;
    font-weight:normal;
    cursor:pointer;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes { padding-left:0; }
.angular-ui-tree-nodes .angular-ui-tree-nodes .node-embed {
    padding-left:10px;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .node-embed {
    padding-left:20px;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .node-embed {
    padding-left:30px;
}

.angular-ui-tree-handle:hover {
    color: black;
    background: #f5f5f5;
}

.node-header {
    padding-right:5px;
}

.nodeActive {
    background:#deeaf9;
}

.nodeActive:hover {
    background: #428bca;
    color:#FEFEFA;
}

.angular-ui-tree-handle i {
    color:black;
}

.container{

  overflow:auto;

}

#email_body,
#composer_command,
#post_composer_command,
#digital_certificate{

width: 95px;
overflow: hidden;
}

.logo_title{
   margin-right:25%;
   font-size:25px; 
   font-weight:600;
}

.logo_title span{
   margin-left:40%; 
   color:orange;
}

.logo_title a{
   text-decoration:none;
}

.error_message {
   color:red;
}

.logo{
   text-decoration:none; 
   padding:0px;
}

.grid_results{
   height:480px;
}

.client_search_grid{
   height:350px;
}

.modal_responsive{
   height:400px; 
   overflow:auto;
}

.add_email_recipients{
   padding:5px; 
   width:250px;
}

.cursor_pointer{
   cursor:pointer;
}

comtracknav li a {
  color: #fff;
  text-decoration: none;
}
comtracknav {
  list-style:none;
  display: block;
}

comtracknav li {
  display: inline-block;
  position: relative;
  border-bottom: 1px;
}

comtracknav li a{
  color:white;
  text-decoration:none;
  cursor: pointer;
}

.menu li a:hover {
  background-color: black ; // #33CEFF
  color: white;
  transition: 0.5s;
}

.menu-logout{
   float:right;
}

.user{
   float:right;
 }

.menu-logout a{
  color: #fff;
  background-color:rgb( 54, 122, 183 ) ;
}

comtracknav li a, comtracknav li span {
  display: block;
  padding: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}

comtracknav .links ul.dropdown_menu li a {

  padding: 10px;

}
comtracknav li ul.dropdown_menu{
  width: 100%;
  position:absolute;
  z-index: 999;
  display: none;
  
}

comtracknav li comtracknav.dropdown_menu li{
  display: block;
}

comtracknav li a:hover{
  display: block;
  color: #fff;
  background:black;
  text-decoration: none;    
}

comtracknav li:hover ul.dropdown_menu {
  display: block;
}

.dropdown_menu .links{
  width: 100%;
  text-align: center;
}

.dropdown_menu .links:hover{
  display: block;
  color: #fff;
  background:black;
  text-decoration: none;  
}

.links a {
  color: #fff;
  text-decoration: none;  
}

.title{
  margin-top:10px;
  font-size: 15px;
}

button{
  cursor:pointer;
}

.row-rejected {
    background-color: #ee4636 !important;
    border: 1px solid #000000;
    color: #ffffff
}

.row-label-generated {
    background-color: #69e858 !important;
    border: 1px solid #000000;
    color: #000000
}

.fedex-label-failed {
    background-color: #ff8800 !important;
    border: 1px solid #000000;
    color: #000000
}