[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.w20{
  width:25%;
}

.close-session{
  border-left: 1px solid white;
  padding-left: 15px;
}

.baseGray {
  color:#888!important;
}

.dropdown{
  cursor:pointer;
}

.btn-cleaned{
  display:none;
}
.navbar-inverse .navbar-brand {
  color: #FFF;
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFF;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-r-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.navbar {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.p-r-10 {
  padding-right: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-0 {
  padding: 0;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-b-10{
  margin:10px 0;
}

.m-t-b-20{
  margin:20px 0;
}

.table-condensed>thead>tr>th {
  vertical-align: middle;
}

.nav-tabs>li {
  cursor: pointer;
}

.textCenter {
  text-align: center;
}

.noMargin {
  margin: 0;
}

.noBorder {
  border: 0 !important;
}

.table.table-condensed>tbody>tr>th {
  width: 50%;
}

.ngdialog-theme-default.anchor .ngdialog-content {
  width: 670px !important;
  z-index: 9999;
}

.ngdialog-theme-default.ngdialog-medium .ngdialog-content {
  width: 75% !important;
}

.ngdialog-theme-default.ngdialog-big .ngdialog-content {
  width: 98% !important;
}

.noEqual {
  color:red!important;
}
.equal {
  color:green!important;
}
.tableAnimations{
  height:auto;
  overflow:auto;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.tableAnimation{
  height:48px;  
  overflow:hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.tableAnimations .panel-heading{
  position:relative;
}
.tableAnimations .panel-heading span{
  position: absolute;
    top: 7px;
    right: 15px;
    border: 1px solid gray;
    padding: 5px;
    background: white;
    border-radius: 5px;
}
.table-cleaned tr td::selection {
  background: yellow;
}

.table-cleaned tr td::-moz-selection {
  background: yellow;
}

.table-cleaned tr td{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectTextTable{
  -webkit-user-select: inherit!important;
  -khtml-user-select: inherit!important;
  -moz-user-select: inherit!important;
  -o-user-select: inherit!important
  -ms-user-select: inherit!important;
  user-select: inherit!important;
}

.table tr td{
  vertical-align:middle!important;
  text-align:center !important;
}

.ngdialog.ngdialog-theme-default .table tr td{
  text-align:left !important;
}

@media ( max-width : 768px) {
  .infoActiveLearning.col-xs-6.col-sm-4 {
    width: 100% !important;
  }
}

.ngdialog *, .ngdialog *::before, .ngdialog *::after {
    word-wrap: break-word;
}

.tooltip{
  word-wrap: break-word;
}

.selectedtable{
  position:relative;
}
.navPanelTab, .navPanelButtons{
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin: 0 5px;
  display:none;
} 

.navPanelTab.show{
  display:inline-block!important;
} 
.selectedtable .navPanelTab.show{
  display:block!important;
  right: 0;
  top: -16px;
  position: absolute;
}

.navbar-brand{
  background-repeat: no-repeat;
  background-position: 17px center;
  cursor:pointer; 
  background-size: 92%;
  min-width: 217px;
}
.timeBox{
  border: 1px solid #DDDDDD;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 18px;
} 

.commerceDisabled td{
  background-color: #F2DEDE!important;
  text-decoration: line-through!important;
  color:#F7AAAA;
  border:1px solid #F7AAAA!important;
}
.commerceDisabled td.actionsManager{
  text-decoration: inherit!important;
}
.AddCommerceButtons{
  text-align:right;
  margin-bottom:20px;
}

.jobButtons{
  text-align:center;
  margin-bottom:20px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: #29D;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.material-switch .false{
  margin-right:5px;
}

.material-switch .true{
  margin-left:5px;
}

.label-default {
    background-color: #29d!important;
}

.formEdit input.ng-dirty.ng-invalid {
    border-color: #D44950!important;
}
.clikRange{
  color: #337ab7;
  text-decoration: underline;
  cursor:pointer;
}
.centerButtons{
  margin-bottom:20px;
  text-align:center;
}

.tags {border:1px solid #DDD;display:inline-block;color:#717171;background:#FFF;-webkit-box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:2px;margin:0 3px 6px 0;padding:2px 4px;}
.tags > i{cursor:pointer;}
.tags:hover{border-color:#08C;}
.tags.primary{color:#FFF;background-color:#428BCA;border-color:#357EBD;}
.tags.success{color:#FFF;background-color:#5CB85C;border-color:#4CAE4C;}
.tags.info{color:#FFF;background-color:#5BC0DE;border-color:#46B8DA;}
.tags.warning{color:#FFF;background-color:#F0AD4E;border-color:#EEA236;}
.tags.danger{color:#FFF;background-color:#D9534F;border-color:#D43F3A;}

.graphList{
  border: 1px solid #ddd;
}

body{ top:0; -moz-transition: top 0.35s ease-in-out; -webkit-transition: top 0.35s ease-in-out; -o-transition: top 0.35s ease-in-out; -ms-transition: top 0.35s ease-in-out; transition: top 0.35s ease-in-out; }
#notifications{ 
  position:fixed; top:0; left:0; z-index:9999;
  width:100%; border-radius:0; 
  padding:0; vertical-align:middle; margin:0; 
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  height:0!important;
  overflow:hidden;
  border:0!important;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

#notifications.active {
    -webkit-transition: height 0.8s ease;
    -moz-transition: height 0.8s ease;
    -ms-transition: height 0.8s ease;
    -o-transition: height 0.8s ease;
    transition: height 0.8s ease;
    line-height:40px;
    height:40px!important;
}

.badge.color1{
  background-color:#22B0DD;
}
.badge.color2{
  background-color:#0B5A02;
}
.badge.color3{
  background-color:#ff7f0e;
}
.badge.color4{
  background-color:#d62728;
}
.badge.color5{
  background-color:#9467bd;
}
.badge.color6{
  background-color:#8c564b;
}
.badge.color7{
  background-color:#f7b6d2;
}
.badge.color8{
  background-color:#9edae5;
}
.badge.color9{
  background-color:#aec7e8;
}
.badge.color10{
  background-color:#e377c2;
}


/* #notifications.active.ng-hide {
    height:0;
} */
.legend > span{
  border-right: 1px solid #DDDDDD;
  padding:10px;
}
.floatRight{float:right;}

.right{
  text-align:right;
}

.activedMultipleCleanded{
  background-color:#fee;
}

.activedMultipleCleandedToSend{
  background-color:#defbde!important;
}

.selected {
  background-color: rgba(29, 103, 139, 0.66);
}


  
