
 /* ANIMATIONS */


 .blink_me {
  -webkit-animation: blinker 2s linear infinite;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


 .shake-horizontal {
    display: inline-block;
    -webkit-animation: shake-horizontal 1.5s cubic-bezier(.36,.07,.19,.97) both infinite;
    animation: shake-horizontal 1.5s cubic-bezier(.36,.07,.19,.97) both infinite;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@keyframes shake-horizontal{
  10%,90% {
    -webkit-transform:translate3d(-1px,0,0);
    transform:translate3d(-1px,0,0)
  }
  20%,80%{
    -webkit-transform:translate3d(2px,0,0);
    transform:translate3d(2px,0,0)
  }
  30%,50%,70%{
    -webkit-transform:translate3d(-4px,0,0);
    transform:translate3d(-4px,0,0)
  }
   40%,60%{
    -webkit-transform:translate3d(4px,0,0);
    transform:translate3d(4px,0,0)
  }
}

/* ANIMATIONS END*/

.alert-thin{
  padding-top: 8px;
  padding-bottom: 8px;
}

.color_1{
  color: #d9534f !important;
}
.color_2{
  color: #f0ad4e !important;
}
.color_3{
  color: #5cb85c !important;
}
.color_4{
  color: #337ab7 !important;
}
.color_5{
  color: #5bc0de !important;
}
.color_6{
  color: #25ab9e !important;
}


.bg_color_1{
  background: #d9534f !important;
}

.bg_color_2{
  background: #f0ad4e !important;
}

.bg_color_3{
  background: #5cb85c !important;
}

.bg_color_4{
  
  background: #337ab7 !important;
}

.bg_color_5{
  background: #5bc0de !important;
}

.bg_color_6{
  background: #25ab9e !important;
}

.bg_color_7{
  background: red !important;
}

.bg_color_8{
  background: red !important;
}

.bg_light_red{
  background: #ffe5e5 !important;
}
.font-9{
  font-size: 0.5625rem !important;
}
.font-10{
  font-size: 0.625rem !important;
}
.font-12{
  font-size: 0.75rem !important;
}
.font-14{
  font-size: 0.875rem !important;
}
.font-15{
  font-size: 0.9375rem !important;
}
.font-16{
  font-size: 1rem !important;
}
.font-18{
  font-size: 1.125rem !important;
}
.font-20{
  font-size: 1.25rem !important;
}
.font-22{
  font-size: 1.375rem !important;
}
.font-24{
  font-size: 1.5rem !important;
}
.font-26{
  font-size: 1.625rem !important;
}
.font-28{
  font-size: 1.75rem !important;
}
.font-30{
  font-size: 1.875rem !important;
}
.font-32{
  font-size: 2rem !important;
}

.has_border{
  border: 1px solid #ddd;
}
.has_dashed_border{
  border: 1px dashed #ddd;
}
.has_transition{
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.form-group{
  overflow: auto;
}

.ul_padded li {
    margin-bottom: 7px;
}

.no-margin, .margin-0{
  margin : 0 !important;
}

.no-padding{
  padding : 0 !important;
}

.padding-1rem{
  padding: 1rem !important;
}


.padding-l-r-1rem{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.padding-2{
  padding: 5px !important;
}
.padding-b-0{
  padding-bottom: 0px !important;
}

.padding-b-5{
  padding-bottom: 5px !important;
}

.padding-b-10{
  padding-bottom: 10px !important;
}


.padding-5{
  padding: 5px !important;
}
.padding-10{
  padding:10px !important;
}

.padding-15{
  padding:15px !important;
}

.padding-20{
  padding:20px !important;
}

.padding-l-0{
  padding-left: 0px !important;
}

.padding-l-5{
  padding-left: 5px !important;
}



.padding-l-15{
  padding-left: 15px !important;
}

.padding-l-20{
  padding-left: 20px !important;
}

.padding-t-30{
  padding-top: 30px !important;
}

.padding-t-50{
  padding-top: 50px !important;
}

.padding-l-5{
  padding-right: 5px !important;
}
.padding-r-0{
  padding-right: 0px !important;
}
.padding-r-5{
  padding-right: 5px !important;
}

.padding-r-10{
  padding-right: 10px !important;
}


.padding-l-r-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.margin-2{
  margin: 2px !important;
}
.margin-5{
  margin: 5px !important;
}

.margin-t-0{
  margin-top : 0 !important ;
}


.margin-t-10{
  margin-top : 0.625rem !important ;
}


.margin-t-15{
  margin-top :15px !important ;
}

.margin-t-20{
  margin-top : 1.25rem !important ;
}


.margin-t-30{
  margin-top : 1.875rem !important ;
}


.margin-t-50{
  margin-top : 3.125rem !important ;
}

.margin-b-0{
  margin-bottom : 0 !important ;
}

.margin-b-5{
  margin-bottom : 0.3125rem !important ;
}

.margin-b-10{
  margin-bottom : 0.625rem !important ;
}

.margin-b-20{
  margin-bottom : 1.25rem !important ;
}
.margin-b-30{
  margin-bottom : 1.875rem !important ;
}

.margin-b-50{
  margin-bottom : 3.125rem !important ;
}


.margin-t-5{
  margin-top: 5px !important;
}

.margin-r-5{
  margin-right: 5px !important;
}

.margin-r-10{
  margin-right: 10px !important;
}


.margin-l-5{
  margin-left:  0.3125rem !important;
}

.margin-l-10{
  margin-left:  0.625rem !important;
}


.margin-l-20{
  margin-left: 1.25rem  !important;
}

.margin-l-r-5{
  margin-left: 5px ;
  margin-right: 5px ;
}

.margin-l-r-10{
  margin-left: 10px  !important;
  margin-right: 10px  !important;
}


.margin-t-b-5{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-t-b-10{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.margin-t-b-20{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.margin-10{
  margin: 0.625rem !important;
}
.padding-5{
  padding : 5px !important;
}

.padding-10{
  padding :  0.625rem !important;
}

.padding-15{
  padding : 15px !important;
}

.padding-t-0{ 
  padding-top : 0 !important;
}
.padding-t-5{ 
  padding-top : 0.3125rem !important;
}


.padding-t-10{
  padding-top : 0.625rem !important;
}

.padding-t-b-0{
  padding-top : 0 !important;
  padding-bottom : 0 !important;
}
.padding-t-b-5{
  padding-top : 0.3125rem !important;
  padding-bottom : 0.3125rem !important;
}

.padding-t-b-15{
  padding-top : 15px !important;
  padding-bottom : 15px !important;
}

.padding-t-b-10{
  padding-top : 0.625rem !important;
  padding-bottom : 0.625rem !important;
}

.padidng-l-r-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-l-r-10{
  padding-left: 10px !important;
  padding-right: 10px !important;
}


.padding-t-b-20{
  padding-top : 20px !important;
  padding-bottom : 20px !important;
}

.padding-t-b-50{
  padding-top : 50px !important;
  padding-bottom : 50px !important;
}

.padding-t-15{
  padding-top : 15px !important;
}

.padding-t-20{
  padding-top : 1.25rem !important;
}

.padding-t-10{
  padding-top: 10px;
  padding-top : 0.625rem !important;
}

.padding-b-20{
  padding-bottom : 1.25rem !important;
}

.valign-top td,
.valign-top th{
  vertical-align: top !important;
}
.badge{
  font-weight: bold !important; 
}
.bg-gray-gradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.bg-dark-blue {
    background: #201E24 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-black{
  background: #666;
}
.bg-blue {
    background: #3b8ed6 !important;
}
.bg-gray-fbfbfb{
  background: #fbfbfb;
}
.bg-gray-f5f5f5{
  background: #f5f5f5;
}

.bg-gray-eee{
  background: #eee;
}

.bg-gray-f9f9f9{
  background: #f9f9f9;
}

.bg-light-gray{
  background: #f9f9f9;
}
.bg-gray{
  background: #edf1f3;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-light-green {
    background-color: #dff0d8 !important;
}
.bg-orange {
    background: #FF9800 !important;
}
.bg-purple {
    background: #7f2e8e !important;
}
.bg-red {
    background-color: #dd4b39 !important;
}
.bg-light-red{
    background-color : #f2dede !important;
}
.bg-teal {
    background: #009ea6 !important;
}
.bg-white{
  background: #fff;
}

.bg-warning {
    background-color: #ffedeb !important;
}

.font_weight_300{
  font-weight: 300;
}
.font_weight_400{
  font-weight: 400;
}
.font_weight_600{
  font-weight: 700;
}

.font_weight_700{
  font-weight: 700;
}


.display-inline{
  display: inline !important; 
}

.display-inline{
  display: inline !important; 
}

.width-60{
  width: 60px !important;
}
.width-100{
  width: 100px !important;
}

.width-auto{
  width: auto !important;
}

.border-right{
  border-right : 1px solid #d8d8d8;
}
/* HR*/
hr.thin{
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
}
hr.dark{
   border-top: 1px solid #ddd;
}
.top_right_btn_5{
  position: absolute;
  top: 5px;
  right:5px;
  z-index : 1000;
}

.top_right_btn_10{
  position: absolute;
  top: 10px;
  right:10px;
  z-index : 1000;
}

.top_right_btn_15{
  position: absolute;
  top: 15px;
  right:15px;
  z-index : 1000;
}


.alert.alert_with_icon{
  padding-left:60px;
  position: relative;
  display: block;
  text-decoration: none!important;
}

.alert_with_icon .alert_icon_span{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  padding-top:10px;
  display: inline-block;
  padding: 10px 14px;
  width:45px;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  margin-right: 0px;
  color: #fff;
}

.alert_with_icon .alert_icon_span .fa{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}

.alert-danger.alert_with_icon  .alert_icon_span{
  background: #E63A37;
}
.alert_with_icon a{
  display: inline-block;
  padding: 10px 5px;
}
.alert-danger.alert_with_icon a{
  color : #a94442;
  
}
.alert-info.alert_with_icon  .alert_icon_span{
  background: #2AA6FF;
}

.alert-info.alert_with_icon a{
  color : #337ab7;
}

.alert-warning.alert_with_icon  .alert_icon_span{
  background: #ffa500;
}

.alert-warning.alert_with_icon a{
  color : #e07818;
}

.alert-success.alert_with_icon  .alert_icon_span{
  background: green;
}

.alert-success.alert_with_icon a{
  color : green;
}


/* END HR*/

.custom_header{
  margin-top:5px;
  margin-bottom:10px;
  color:#666;
  font-weight: 600;
}

h1.custom_header{
  font-size:28px;
}


h2.custom_header{
  font-size: 1rem;
}

.page_header{

}

/* TEXT */
.text-left{
  text-align: left !important;
}
.text-bold{
  font-weight: bold !important;
}

.text-red{
  color: #E24D5C !important;
}
.text-blood-red{
  color : #D32F2F !important;
}

.text-green{
  color : #5cb85c !important;
}
.text-orange{
  color:#FE8036 !important;
}
.text-yellow {
  color: #ffd949 !important;
}

.text-gray-eee{
  color : #eee;
}

.text-gray-ddd{
  color : #ddd;
}

.text-gray-f2f2f2{
  color : #f2f2f2;
}

.text-gray-aaa{
  color : #aaa;
}

.text-gray-888{
  color : #888;
}

.text-gray-777{
  color : #777;
}
.text-gray-666{
  color : #666;
}

.text-gray-444{
  color : #444;
}

.font-weight-400{
  font-weight: 400 !important;
}

.font-weight-600{
  font-weight: 600 !important;
}

.list-group.inside-box .list-group-item {
    border-left: 0px;
    border-right: 0px;
}

.list-group.inside-box .list-group-item:first-child {
    border-radius: 0px;
    border-top: 0px;
}
.list-group.inside-box .list-group-item:last-child {
    /* border: 0px; */
    border-bottom: 0px;
}

.text_link{
  text-decoration: none !important;
  display: inline-block;
  padding: 5px;
  position: relative;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.text_link:hover{
  color: orange !important;
}

.text_link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: orange;
    transition: width .3s;
    position: absolute;
    bottom:-2px;
    left:0;
}

.text_link:hover::after {
    width: 100%;
}

hr.stylish {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
  background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
  width: 50%;
  left: 25%;
  position: relative;
  border: none;
}
label{
  font-size: 14px;
  color: #666;
}
.flat_form .form-control{
  border-radius: 1px;
  -webkit-box-shadow: none ;
   box-shadow: none ; 
  -webkit-transition: none ;
}

.link_on_dark_bg{
  color :#eee;
}
.link_on_dark_bg:hover{
  color :#fff;
}

.top-2{
  top:2px;
}
.position-relative{
  position: relative !important;
}

.help-text{
  color : #CE0E0A ;
}
.form-loader{
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 40px;
  z-index: 1001;
}
.form-loader  .fa{
  font-size: 42px;
}
.form-loader p{
  position: absolute;
  left: 50%;
  color: #fff;
  top: 50%;
  font-size: 22px;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.form-loader.white {
    background: rgba(255,255,255,0.6);
    color: #888;
}

.contact_success_msg{
  text-align: center;
  line-height: 1.5;
  color: #66C566;
}

.top-right-10{
  position: absolute;
  top : 10px;
  right : 10px;
}
.text-theme-orange{
  color:#ffaf23 !important;
  /*color:#FF9800 !important;*/
}

.line-height-1-5{
  line-height: 1.5;
}

/* TEXT */
.text-bold{
  font-weight: bold !important;
}
.text-normal{
  font-weight: normal !important;
}

.text-muted-light{
  color:#aaa;
}
.text-underline{
  text-decoration: underline !important;
}
.text-uppercase{
  text-transform: uppercase;
}
.text-white{
  color:#fff !important;
}
.text-red{
  color: red !important;
}

.text-ddd{
  color :#ddd;
}
.text-bbb{
  color :#bbb;
}
.text-888{
  color :#888;
}
.text-555{
  color:#555 !important;
}

.text-center{
  text-align: center !important; 
}

a.no-decoration{
  text-decoration: none !important;
}

.display-block{
  display: block !important;
}

.display-inline{
  display: inline;
}

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


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0px
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbb;
  -webkit-transition: .4s;
  transition: .4s;
  height: 28px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* BORDER */
.no-border{
  border:0px !important;
}

.no-border-top{
  border-top:0px !important;
}

.border-top{
  border-top: 1px solid #ddd;
}
.border-bottom{
  border-bottom: 1px solid #ddd;
}

.no-border-bottom{
  border-bottom: 0px !important;
}

.border_radius_round{
  border-radius: 50%;
}
.border-radius-5{
  border-radius:5px !important;
}
.border-radius-15{
  border-radius: 15px !important;
}
.no-border-radius{
  border-radius: 0px !important;
}
.eee_on_hover:hover{
  background: #eee !important;
}
/* END BORDER */
.user_small_thumb{
  width  : 34px;
  height : 34px;
  border-radius: 50%;
}
.overflow_x_scroll{
  width: 100%;
  overflow-x: auto;
}



.styled_scrollbar,.thin_scrollbar{
  max-height:490px;
  overflow-y:auto;
}
.styled_scrollbar.height_550,
.thin_scrollbar.height_550{
  max-height: 550px;
}
.styled_scrollbar.height_400,
.thin_scrollbar.height_400{
  max-height: 400px;
}
.styled_scrollbar.auto, .thin_scrollbar.auto{
  max-height: inherit;
  overflow-y:auto;
}
.styled_scrollbar::-webkit-scrollbar-track,
.thin_scrollbar::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #ebebeb;
}

.styled_scrollbar::-webkit-scrollbar,
.thin_scrollbar::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
  margin-right:2px;
}

.styled_scrollbar::-webkit-scrollbar-thumb,
.thin_scrollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #ccc;
}

.translucent_scrollbar::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #ebebeb;
  /*opacity: 0.4;*/
}
.translucent_scrollbar{
  overflow-y: scroll;
}
.translucent_scrollbar::-webkit-scrollbar{
  width: 8px;
  background-color: rgba(0,0,0,0.5);
  margin-right:2px;
}

.translucent_scrollbar::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background-color: #ccc;
}


/* Others Start */
.cursor-pointer{
  cursor: pointer !important;
}

label {
    font-weight: 600;
}

.label-light-gray{
  background-color : #f1f1f1;
  color: #777;
}
/* Others End */
.width-40 {
    width: 40px !important;
}

input[type=checkbox].custom_checkbox, 
input[type=radio].custom_radio {
    width: 15px;
    height: 15px;
    margin: 0;
    position: absolute;
    left: 9px;
    top: 10px;
}

.checkbox-pill label{
  background: #f2f2f2;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  font-weight: bold;
  /*border: 1px solid #ddd;*/
}

/* ###################### ANIMATIONS ################################## */

.pulsing {
  position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #eb4d63;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 158, 7, 1);
    animation: pulsing 1s infinite;
    top: 12px;
    right:7px;
}
.pulsing:hover {
  animation: none;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 158, 7, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 158, 7, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 158, 7, 0);
  }
}
@keyframes pulsing {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 158, 7, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 158, 7, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 158, 7, 0);
      box-shadow: 0 0 0 10px rgba(255, 158, 7, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 158, 7, 0);
      box-shadow: 0 0 0 0 rgba(255, 158, 7, 0);
  }
}

li.active .pulsing{
  display: none;
}

.highlight_flash {
  /*box-shadow: -4px 0px 0px -2px #4EB9F5;*/
  -webkit-animation-name: highlight_bg; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  animation-name: highlight_bg;
  animation-duration: 2s;
}


.table.no-border, 
.table.no-border>tbody>tr>td, 
.table.no-border>tbody>tr>th {
  border: 0;
}


.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  vertical-align: middle;
}


.thin_row td,.thin_row th{
  padding-top:4px !important;
  padding-bottom:4px !important;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes highlight_bg {
    50% {background-color: #CFE5F2;}
}

/* Standard syntax */
@keyframes highlight_bg {
    50% {background-color: #CFE5F2;}
}
/* ###################### ANIMATIONS ################################## */


.link-green{
  color: green;
}

/* ########### RIBBON BOX START ######### */

.ribbon_box {
  position: relative;
}
.ribbon_box .hr_ribbon{
  position: absolute;
  top: -10px;
  left: 0px;
  background: #ff8500;
  color: #fff;
  padding: 3px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.ribbon_box .hr_ribbon.yellow{
 background: #F1A702; 
}
.ribbon_box .hr_ribbon.red{
 background: #B71C1C; 
}
.ribbon_box .hr_ribbon.green{
 background: #73AD21; 
}
.ribbon_box .hr_ribbon.gray{
 background: #B6BAC9; 
}

.ribbon_box .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 150px;
  height: 150px;
  text-align: right;
}

.ribbon_box .ribbon span {
  /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 160px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 40px; left: -30px;
}

.ribbon_box .ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}

.ribbon_box .ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080;
}
.ribbon_box .ribbon.green span {
    background: #73AD21;
    background: linear-gradient(#579400 0%, #73AD21 100%);
}

.ribbon_box .ribbon.green span::before{
  border-left: 3px solid #3c763d;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #3c763d;
}

.ribbon_box .ribbon.green span::after{
  border-left: 3px solid transparent;
  border-right: 3px solid #3c763d;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #3c763d;
}

.ribbon_box .ribbon.red span{
  background: #B71C1C;
  background: linear-gradient(#EC6D64 0%, #B71C1C 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

.ribbon_box .ribbon.red span::before{
  border-left: 3px solid #A71919;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #A71919;
}

.ribbon_box .ribbon.red span::after{
  border-left: 3px solid transparent;
  border-right: 3px solid #A71919;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #A71919;
}


.ribbon_box .ribbon.yellow span{
  background: #F1A702;
  background: linear-gradient(#f39c12 0%, #FB8204 100%); 
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

.ribbon_box .ribbon.yellow span::before{
  border-left: 3px solid #D0710E ;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #D0710E ;
}

.ribbon_box .ribbon.yellow span::after{
  border-left: 3px solid transparent;
  border-right: 3px solid #D0710E ;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #D0710E ;
}


.marker_bg{
  background-size: 201% auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f9e647));
    background-image: linear-gradient(to right, #fff 50%, #f9e647 50%);
    background-position: 0% 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.marker_bg.delay-1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.marker_bg.active {
    -webkit-animation-name: highlight;
    animation-name: highlight;
}

.p-2{
  padding: 20px !important;
}

.p-3{
  padding: 30px !important;
}

.p-5{
  padding: 50px !important;
}

.mr-1{
  margin-right: 5px;
}
.m-2{
  
}
.mb-2{
  margin-bottom: 20px !important;
}

.py-4{
  padding-top : 40px;
  padding-bottom: 40px;
}

@-webkit-keyframes highlight {
    0% {
        background-position: 0% 0
    }
    100% {
        background-position: -100% 0
    }
}

@keyframes highlight {
    0% {
        background-position: 0% 0
    }
    100% {
        background-position: -100% 0
    }
}



/* ########### RIBBON BOX END ######### */

.btn.small {
    padding: 1px 5px;
}

.badge {
    background: transparent;
    border: 1px solid #888;
    color: #888;
    font-weight: normal;
}

.badge-success {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #4ca24c;
}

.badge-danger {
    background-color: #d9534f;
    color: #fff;
    border: 1px solid #bb413d;
}
/*  */

.top_right_btn{
  position: absolute;
  top:5px;
  right:5px;
}
/*  */

/* CUSTOM BUTTONS STARTS */

.btn-default.btn-special{
  color: #666;
  background-color: #fff;
  border-color: #f0f5f7;
  border-radius: 30px;
  padding: 6px 15px;
  border: 0px;
  box-shadow: 0px 1px 2px 0px #ddd;
}

.btn-default.btn-special:hover{
  color: #0097c3;
}

.btn-default.btn-special:active:focus{
    background: #f5f5f5;
}

.btn-default.btn-borderless{
  border:0px;
  background: #e8eef1;
}
.btn-rounded{
  border-radius: 40px;
}
.btn-info.btn-gradient{
  
  background: linear-gradient(111deg, #03A9F4, #33a79b);
}
.btn-danger.btn-gradient{
  background: linear-gradient(111deg, #FF9800, #f95826);
}

.custom_btn{
  display: inline-block;
  padding: 8px 14px;
  border-radius: 3px;
  background: #eee;
  color : #888;
  text-decoration: none !important;
}
.custom_btn.small{
  font-size: 12px;
  padding : 4px 10px;
}
.custom_btn:hover{
  color: #444;
  background: #ddd;
}
.custom_btn.info{
  background: #ebfafe;
  color : #03A9F4 ;
}
.custom_btn.info:hover{
  background: #d0f5ff;
  color : #00628e ;
}

.custom_btn.success{
  background: #dfffe4;
    color: #4ea552;
}
.custom_btn.success:hover{
  background: #bcecc4;
  color: #457d48;
}

.custom_btn.danger{
  background: #ffede7;
  color: #ff8058;
}
.custom_btn.danger:hover{
  background: #ffe2d8;
  color: #f15e30;
}

/* CUSTOM BUTTONS ENDS */

@media (max-width:760px){
  .no-padding-xs{
    padding:0px !important;
  }
  .padding-xs-l-r-5{
    padding-left: 5px;
    padding-right: 5px;
  }
  .no-margin-xs{
    margin: 0 !important;
  }
}