
body{font-size: 14px; line-height: 18px;font-family: 'Roboto', sans-serif !important;}
.performace{float: right; font-size: 15px; margin-top: 15px;}
.performace a{color: #fff; background: #337ab7; font-weight: 500;  padding: 5px 10px}
.performace a:hover{text-decoration:none; color:#fff;}
.mainbody{ padding-bottom: 50px; min-height: 100%;}
.mainbody{max-width: 100%;
    margin: 0 auto;}
.add_causes{  border: 1px solid #3b5998;
    padding: 6px 10px;
    display: inline-block;
    font-size: 10px; 
    border-radius: 2px;
    cursor: pointer;} 
	
#main-container{overflow-x:hidden;}
.page-header{margin-top: 0px;  border-bottom: 1px solid #1995DC; padding-bottom: 0px; }
.page-header h3{margin: 0 auto;
    font-size: 18px;
    color: #04152F;}
.page-header h1{
    font-size: 18px;}
.page-header h3 span{    font-size: 14px;
    color: #1A59B3;}
.panel-body {width: 100%; margin: 0 auto;}
.panel-body .col-lg-3{margin:25px; border: 1px solid #006bd6; padding: 10px; }
.adjustImage{ border: 1px solid #000; text-align:center; width:auto; margin:0 auto; }
.adjustImage img{max-width: 200px; max-height: 200px; border: 1px solid #000; }
.textContainer{width: 100%; padding-top: 10px; }
.btn-social{padding-top: 5px;}
@media(max-width:750px){
.flat-form{width:80%;}
}
.flat-form h4{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;}
.flat-form {
background: #A14FF2;
    color: white;
   margin-left: 36%;
    margin-top: 10%;
    max-width: 392px;
    max-height: 100%;
    position: relative;
    font-family: 'Roboto';
    border: 5px solid #EA0FFD;
    box-shadow: 4px 5px 5px rgba(10, 10, 10, 0.43), -3px 2px 8px rgba(0, 0, 0, 0.53);
    border-radius: 6px;
z-index: 9999;
}
.flat-form .tabs {
 display: block;
    background: #E712FD;
    width: 100%;
    height: 40px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    list-style-type: none;
}
.form-action ul li{list-style:none;padding-bottom:10px;}
.flat-form .tabs li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
    width: 33.3%;
    text-align: center;
}
.flat-form .tabs li a {
  display: block;
  background: #EA0FFD;
  color: white;
  text-decoration: none;
  font-size: 16px;
  float: left;
    padding: 9px 29.5px;
 width: 100%;
    text-align: center;
margin:0 auto;
}
.flat-form .tabs li a.active {
background: #A14FF2;
    border-right: none;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.flat-form .tabs li a:hover {
  background: #A14FF2;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.flat-form .tabs li:last-child a {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-right: none;
}
.flat-form .form-action {
  padding: 0 20px;
  position: relative;
}
.flat-form h1 {
  font-size: 42px;
  padding-bottom: 10px;
}
.flat-form p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 25px;
text-align:center;
}
.flat-form a {
  color: yellow;
  text-decoration: none;
}
.flat-form a:hover {
  text-decoration: underline;
}
.flat-form form {
  padding-right: 20px !important;
}
.flat-form form input[type=text], .flat-form form input[type=password], .flat-form form input[type=submit] {
  font-family: 'Roboto';
}
.flat-form form input[type=text], .flat-form form input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #e74c3c;
  outline: none;
}
.flat-form form input[type=text], .flat-form form input[type=email] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: #fff;
    border: none;
    color: #e74c3c;
    outline: none;
}
.flat-form form button {
  border: none;
  display: block;
  background: #136899;
  height: 40px;
  min-width: 80px;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 3px 1px #2075aa;
  -webkit-box-shadow: 0px 3px 1px #2075aa;
  box-shadow: 0px 3px 1px #2075aa;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.flat-form form input.button:hover {
  background: #1e75aa;
  -moz-box-shadow: 0 3px 1px #237bb2;
  -webkit-box-shadow: 0 3px 1px #237bb2;
  box-shadow: 0 3px 1px #237bb2;
}
.flat-form form input.button:active {
  background: #136899;
  @inclue box-shadow( 0 3px 1px #0f608c );
}
.flat-form form input::-webkit-input-placeholder {
  color: #e74c3c;
}
.flat-form form input:-moz-placeholder {
  color: #e74c3c;
}
.flat-form form input::-moz-placeholder {
  color: #e74c3c;
}
.flat-form form input:-ms-input-placeholder {
  color: #e74c3c;
}
.flat-form .show {
  display: block;
}
.flat-form .hide {
  display: none;
}


.copyright{ color: #fff; text-align: center; }
.copyright a{ color: #fff; }
.required{color: #ff0039;}
.btn-group{margin: 5px !important;}
  #contextFirst {
        width: 96%;
          height: 60%;
          margin: 1% 2%;
       }
       
       #chatBox {
         width:100%;
         
         padding-top:1%;
       }
       
       
       barch:nth-child(odd) { background: #eee; }

  
   #context {
       margin-top:2%;
          width: 100%; 
       }
       
       #chatBox {
         width:100%;
         
       
       }
       
  .bottombar {
    position: fixed;
    z-index: 100; 
    top: 0; 
    left: 0;
    width: 100%;
    background-color: #333333;
    text-align:center;
    color:#ffffff;
  }
  
  #leftbar {
    float:left;
    width: 17%;
    margin-left:1%;
  }
  
  #rightbar {
   float:right;
    width: 20%;
    margin-right:1%;
  }
  
  .left {
    float:left;
    margin-left:1%;
  }
  
  .right {
    float:right;
    margin-right:1%;
  }
  

 .bar {
    height:400px;
    overflow-y:auto; 
    position:relative;
   
  } 
  
  #barch {
    height:430px;
    overflow-y:auto;
    position:relative;
  } 
  
  #chatbar {
  float:left;
    width: 59%;
    height:80%;
    margin-left:1%;    
  }
  
 .bubble-content {
position:relative;
float:left;
margin-left:12px;
height:auto;
width:95%;
padding:5px 20px;
border-radius:10px;
background-color:#FFFFFF;
box-shadow:1px 1px 5px rgba(0,0,0,.2);
}
.bubble-content-txt {
position:relative;
float:left;
margin-left:12px;
height:auto;
width:95%;
padding:5px 20px;
border-radius:10px;
background-color:#FFFFFF;

}

.pchatme {
 color:green;
 font-size:18px;
}

#butt {
  width:20px;
  height:20px;
  background: url('images/scrollUp.png');
  position:fixed;
  top:50%;

  right: 10%;
}
.form-group{margin-top:15px;}
.tour_hide{display:none;}
  
  .customAlert-wrap{
    display: none;
      display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(221, 221, 221, 0.85);
} 
.customAlert {
text-align: center;
  position: fixed;
  max-width: 25%;
  min-width: 250px !important;
  min-height: 50px;
  max-height: 100%;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -12.5%;
  margin-top: -5.2%;
  background: transparent;

  @media all and (max-width: 1300px) {
    .message {
      font-size: 14px !important;
    }
   
  }

  .message {
    padding: 5px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }

}



@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hd{display:none;}
.re{display:none;}
.getdetail_wrap {
    overflow: scroll;
    background: none;
}
label{font-size: 12px !important;min-height: 30px;}
.act-btn{opacity: 0.65;
    cursor: not-allowed;}


  
.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#wrapper {
  counter-reset: section;
}

#wrapper ul {
  list-style:none; 
  position:relative;
padding:5px;
}

#wrapper ul:after{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  width:100%;
  z-index:-1;
  border-top:1px solid rgba(0,0,0,0.3);
  border-bottom:1px solid rgba(255,255,255,0.1);
  height:0;
}
#wrapper li a{
  color:#fff;
  text-decoration:none;
}
#wrapper li  {
  display:inline-block;
margin-bottom:5px;
  padding:10px 10px 10px 33px;
  counter-increment: section;  
  color:rgba(255,255,255,0.9);
  position:relative;
  border-radius:0.3em;
  background:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),  url("/images/classy_fabric.png") #051835;
  border:1px solid rgba(0,0,0,0.4);
  box-shadow:
    inset 0 2px 4px rgba(0,0,0,0.3),
    0 1px 0 rgba(255,255,255,0.1);
  overflow:hidden;
}

#wrapper li a:before {
  content:counter(section);
  position:absolute;
  left:-13px;
  top:-7px;
  font-size:22px;
  border-radius:50%;
  border:5px solid rgba(255,255,255,0.1);
  padding:5px;
  width:35px;
  height:35px;
  text-align:center;
  line-height:18px; 
  color:rgba(255,255,255,0.1);
  font-weight:bold;
  transition:all 0.2s ease-out;
}

#wrapper li a:hover:before {
  color:rgba(255,255,255,0.6); 
  border-color:rgba(255,255,255,0.6); 
}

#wrapper .active a {
color: rgba(255,255,255,0.5);
    cursor: pointer;
    background: none;
}


#wrapper .active a:before {
    border-color: rgba(63, 182, 24, 0.92) !important;
    color: rgba(63, 182, 24, 0.92) !important;
}
#wrapper .active a:hover:before {
    border-color: rgba(63, 182, 24, 0.92) !important;
    color: rgba(63, 182, 24, 0.92) !important;
opacity:0.6 !important;
}
  
//   /*
//  * Table styles
//  */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
border-bottom:1px solid #000;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
    border-left: 1px solid;
    border-right: 1px solid;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
border-left: 1px solid; 
border-right: 1px solid; 
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
overflow: scroll;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.video-wrapper {
    position: relative;
    width:300px;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
.inr_sign:before {
    content: "\20B9 \00a0";
}
.add_model_table tr td input[type="text"]{border:0;}
.add_model_table th {
    color: #ffffff;
    border: 2px solid;
}
.add_model_table thead  th{
    background: #337ab7
}
.add_model_table{margin-top:10px;}

.transfer_sub tr td input[type="text"]{border:0;}
.transfer_sub th {
    color: #ffffff;
    border: 2px solid;
}
.transfer_sub thead  th{
    background: #337ab7
}
.transfer_sub{margin-top:10px;}


.transfer_sub_sub tr td input[type="text"]{border:0;}
.transfer_sub_sub th {
    color: #ffffff;
    border: 2px solid;
}
.transfer_sub_sub thead  th{
    background: #60b4ff
}
.transfer_sub_sub{margin-top:10px;}


.get_chassis_number input{border:0;}


.transfer_sub td{ border: 1px solid #ddd;}
.transfer_sub_sub td{ border: 1px solid #ddd;}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
         top: -33px;
    left: -82px;
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}
.toogle_div{    width: 95%;
    padding: 7px 0px 10px 45px;}
/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
       top: -26px;
    right: 75px;
  background: #1A59B3;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
      transform: rotate(45deg) translate(-2px, -2px);
  background: #4080ff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(4)
{
    transform: rotate(-45deg) translate(-4px, 1px);

}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 445px;
      margin: -78px 0px 0 -145px;
  padding: 10px;
      padding-top: 15px;
    padding-left: 80px;
     border: 1px solid #9D9D9D;
    box-shadow: 4px 5px 5px rgba(10, 10, 10, 0.43), -3px 2px 8px rgba(0, 0, 0, 0.53);
    border-radius: 6px;
    background: #222222;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
.text-danger {
    color: #fff !important;
}
form{border: 0 !important; box-shadow: none !important;}
.tab-pane h5{    color: #1A59B3;}
.tab-pane{overflow-x: scroll;
    max-width: 900px; padding: 5px;}

@media screen and (max-width: 750px) and (min-width: 510px){
  .flat-form .tabs li a {
    display: block;
    background: #EA0FFD;
    color: white;
    text-decoration: none;
    font-size: 12px;
    float: left;
    padding: 9px 29.5px;
}
.flat-form .tabs li:last-child a {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
width: 100%;
}
#login h4{font-size:12px;}
}
@media screen and (max-width: 510px) and (min-width: 200px) {
  .flat-form .tabs li a {
    display: block;
    background: #EA0FFD;
    color: white;
    text-decoration: none;
    font-size: 12px;
    float: left;
    padding: 9px 10.5px;
}
.flat-form .tabs li:last-child a {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
width: 100%;
}
#login h4{font-size:12px;}
}
  .blink {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
 color:#e40001  !important;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
.cancel_bg{background: #ffd7d7 !important;}

.tab-pane{max-width: 100%;margin:0 auto;}
.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.loader
{
    display: none;
    height: 200px;
    position: fixed;
    top: 45%;
    left: 40%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}
.ash{    width: 99%;
    height: 100%;
    position: absolute;
    z-index: 9999;
display: none;
    top: 0;
    background: #00000042;}

.ds-box-1{
    background: #e74c3c;
   color: #fff;
   min-height: 155px !important;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    vertical-align: middle;
    display: inline-block;
}
.ds-box-1 p{
   vertical-align: middle;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    font-size: 23px;
   text-shadow: 0.5px 1.5px 0.5px #757575;
}


.ds-box-1 div{
  vertical-align: middle;
    margin: 0 auto;
    font-size: 35px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px #ececec;
max-width:100%;
}
.ds-box-2{
background: #f39c12;
    color: #fff;
    min-height: 155px !important;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    vertical-align: middle;
    display: inline-block;
}
.ds-box-2 p{
  vertical-align: middle;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    font-size: 23px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
}
.ds-box-2 div{
 vertical-align: middle;
    margin: 0 auto;
    font-size: 35px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px #ececec;
max-width:100%;
}
.ds-box-3{
background: #3498db;
    color: #fff;
    min-height: 155px !important;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    vertical-align: middle;
    display: inline-block;
}
.ds-box-3 p{
	vertical-align: middle;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    font-size: 23px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
 
}
.ds-box-3 div{
    vertical-align: middle;
    margin: 0 auto;
    font-size: 35px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px #ececec;
max-width:100%;
}
.ds-box-4{
 background: #27ae60;
    color: #fff;
    min-height: 155px !important;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    vertical-align: middle;
    display: inline-block;
}
.ds-box-4 p{
  vertical-align: middle;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    font-size: 23px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
}
.ds-box-4 div{
    vertical-align: middle;
    margin: 0 auto;
    font-size: 35px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px #ececec;
max-width:100%;
}
.ds-box-4 h2, .ds-box-3 h2, .ds-box-2 h2, .ds-box-1 h2{  
  border: 5px solid #FFF;
    min-width: 150px;
    margin: 0 auto;
    box-shadow: 0.6px 1px 1.3px 0.5px rgba(31, 30, 30, 0.52);
    background: rgba(98, 168, 209, 0.4);
    color: #1B1B1B;
}

.ds-box-4 h2 a, .ds-box-3 h2 a, .ds-box-2 h2 a, .ds-box-1 h2 a{
vertical-align: middle;
    margin: 0 auto;
    font-size: 24px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: transparent;
    border: none;
    max-width: 100%;
}
.unaccepted {background: #e74c3c !important;
    color: white;}
@media(max-width:750px){
.ds-box-2 p, .ds-box-4 p{    font-size: 12px;
    text-shadow: none;
    max-width: 80px;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;}
.ds-box-1 p,.ds-box-3 p{    font-size: 12px;
    text-shadow: none;
    max-width: 80px;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-right: 15px;}
}
.ds-box-1 button, .ds-box-2 button, .ds-box-3 button, .ds-box-4 button{
vertical-align: middle;
    margin: 0 auto;
    font-size: 24px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: transparent;
 border:none;
    max-width: 100%;
}
.ds-box-1 span, .ds-box-2 span, .ds-box-3 span, .ds-box-4 span{
vertical-align: middle;
    margin: 0 auto;
    font-size: 24px;
    text-shadow: 0.5px 1.5px 0.5px #757575;
    color: #000;
    min-width: 55px;
    max-height: 54px;
    background: transparent;
 border:none;
    max-width: 100%;
}
.btn_bg{background: #e7ebf1;}
ul.pcr_details li {
    list-style: none;
    font-weight: bold;
    color: #585858;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #B9B9B9;
}
ul.pcr_details li span {
    font-weight: 300;
    color: #585858;
    font-size: 14px;
}
.span_a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.span_a{
color:#000;
}
.remove_name {margin-top:10px} 
.remove_name th {    background: #60b4ff;
    color: #fff;}  
.sub_complete {margin-top:10px} 
.sub_complete th {    background: #60b4ff;
    color: #fff;} 	
.remove_name tbody tr td input{
	background: #fff !important;
    border: 0;}	
	.remove_name tbody tr td{border: 1px solid #ddd !important;}
	
.subtask_table tbody tr td input{
    border: 0;}	
	.subtask_table tbody tr td{border: 1px solid #ddd !important;}	
.res_bg{background: #ffd89a  !important;}	
h2 a{color:#000;cursor:pointer}
h2 a:active{color:#fff;}

.subtask_card li:nth-child(1){
    background: #7CD67C;
    padding: 5px 0px 0px 0px;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #5456EC;
}
.subtask_card li:nth-child(1)>ul li:nth-child(1){
background: #A3D8A3;
    padding: 10px;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #000;
}
.sub-sub li{
    background: #ccc !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #000 !important;
}
.subb{
width:550px;
}
.comp{    background: #55c7854a  !important;}
.approve1{font-size: 18px !important; 
    float: right;
    cursor: pointer;}
.approve2	{    color: green; font-size: 18px !important;
    float: right;
    padding-top: 7%;}
.approve3	{    color: green; font-size: 18px !important;
    padding-top: 7%;}	
.reject{    background: #f39c1294  !important;
    }	
.pagination a{    padding: 2px 11px;
    border: 1px solid;
    margin-left: 6px;}	
.sub_complete textarea {border:0; width:100%}	
.subtask_table textarea {border:0; width:100%}	
.sub_subtask_table textarea {border:0; width:100%}	
.add_model_table textarea {border:0; width:100%}	
.task_update{font-size: 18px;
    margin-right: 12px;}
.tab_checksheet{
background: #85BEE4;
    margin: 0;}
.tab_checksheet li a{
border-radius: 0 !important;
    font-weight: bold;}
.tab_checksheet li a:hover{
border-radius: 0 !important;
    font-weight: bold;background:none !important;}
.circle1{    width: 15px;
    height: 15px;
    margin-right: 5px;
    
    display: inline-block;}
.bg1{background: #ffd7d7 ;}
.bg2{background: #e74c3c ;}	
.bg3{background: #55c7854a;}	
.bg4{background: #f39c1294;}	
.inq_Close{
display: none !important;
}
ul.ecr_details li {
    list-style: none;
    font-weight: bold;
    color: #438eb9;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #B9B9B9;
}
ul.ecr_details li span {
    font-weight: 300;
    color: #585858;
    font-size: 14px;
}
ul.ecr_details.col-md-4 {
    margin: 0px;
}
.btn-primary-outline {
  background-color: transparent !important;
  padding:0  !important;
  border:none  !important;
}
.btn-primary-outline span{
    padding: 2px 10px;
    color: #000;
}
/* travel */
.bubble {
        padding: 13px 18px;  WIDTH: 22%;  position: relative; color: #fff; background: #00a6dd; border-color: #00a6dd;
}
.bubble:after {
    content: "";
    position: absolute;
   top: 100%;
   left: 34px;
   border-top: 20px solid blue; 
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent; 
}
.travel_form{    margin-top: 26px;
    background: #f6f6f6;
    padding: 2px 17px;}
.travel_type{position: absolute;
    top: 1px;}
	

.updated{background: #58b8f8; color: #fff; padding: 4px 6px; font-size: 10px;}
select { padding: 3px 4px;height: 23px;}	


/* begin status boxes */

.dbox {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 24px 0 20px;
}
.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
/* .dbox__icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #fda299;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
} */
.dbox__icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #f79489;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.dbox__icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
	font-size:22px;
}
.dbox__body {
    padding: 33px 20px;
}
.dbox__count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}
.dbox__title {
    font-size: 14px;
    color: #FFF;
}
.dbox__action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}
.dbox__action__btn {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}


.dbox--color-2 {
    background: rgb(252, 190, 27);
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}
.dbox--color-2 .dbox__icon:after {
    background: #fee036;
    background: rgba(254, 224, 54, 0.81);
}
.dbox--color-2 .dbox__icon:before {
    background: #fee036;
    background: rgba(254, 224, 54, 0.64);
}
.dbox--color-2 .dbox__icon > i {
    background: #fb9f28;
}

.dbox--color-3 {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-3 .dbox__icon:after {
    background: #b446f5;
    background: rgba(180, 70, 245, 0.76);
}
.dbox--color-3 .dbox__icon:before {
    background: #e284ff;
    background: rgba(226, 132, 255, 0.66);
}
.dbox--color-3 .dbox__icon > i {
    background: #8150e4;
}
/* end status boxes */