@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.modal-lg {
    width: 1100px!important;
}

.intimation-new
{
    color: #17ad0d;
    position: relative;
    top: -19px;
    font-weight: bold;
    left: -1px;
}
.select2
{
    width:90%!important;
}
.success-status
{
    background: #06ab06fa;
    color: white;
    padding: 5px 7px 5px 7px;
    font-weight: 500;
    border-radius: 5px;

}
.error-status
{
    background: #ed3315;
    color: white;
    padding: 5px 7px 5px 7px;
    font-weight: 500;
    border-radius: 5px;
}
.error-info {
    background: #0f9b88;
    color: white;
    padding: 5px 7px 5px 7px;
    font-weight: 500;
    border-radius: 5px;
}
.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #aaa;
	margin-left: 35px;
	font-size: .8em;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}
body.nude{
    background-color: #f4f3ef;
}

/**** Last Update : 13/11/2020***/
.custom-select
{
    padding: 10px;
}

.chartMention
{    
    width: 10px;
    height: 10px;
    margin-top: 5px;
    color: white;
    padding: 5px 8px 7px 9px;
    margin-right: 6px;
    border-radius: 4px;
}
.home-page-buttn
{
    margin: 24px 0px;
}
.card h6
{
    margin: 24px 0px;
}
div.dataTables_wrapper div.dataTables_length select
{
    width:85px!important;
}
.ct-series-a .ct-point {
    /* Colour of your points */
    stroke: red;
    /* Size of your points */
    stroke-width: 8px;
    /* Make your points appear as squares */
    stroke-linecap: square;
  }
  .ct-bar
  {
    stroke-width: 47px;
  }
  .bg-yellow
  {
    background-color: #f39c12 !important;
  }
  .bg-aqua
  {
    background-color: #00c0ef !important;
  }
  .bg-green
  {
    background-color: #00a65a !important;
  }
  .info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    color:white;
}
.info-box-icon i
{
    font-weight: 100;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
    color:white;
}
.info-box-text {
    text-transform: uppercase;
}
.info-box-number {
    display: block;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin: 8px 0px;
}
.info-box .progress, .info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress {
    background: rgba(0,0,0,0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-text
{
    font-size: 18px;
}
.custom-box
{
    padding: 0px;
    margin: 12px 0px;
}
.sendAlertBtun
{
    border-color: #7A9E9F;
    color: #ffffff;
    border: 1px solid #7A9E9F;
    width: 137px;
    padding: 0px;
    margin-left: 26px;
    background: #7A9E9F;
}
.alertapplyBtn
{
    border: none;
    background: none;
    padding: 9px 18px;
    padding-right: 49px;
}
.alertapplyBtn_icon
{
    position: absolute;
    left: 97px;
    top: 12px;
}
@media (min-width: 992px)
{
    .custom-width-home
    {
        width: 65.66666667%;
        margin-right: 1%;
    }
}


/** for employee filter in notifications page **/
.filter-container
{
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    
    z-index: 5;
}
.filter-header
{
	height: 56px;
    background-color: #fafafa;
    padding: 12px;
    
}
.filter-body
{
	margin: 18px 24px 20px;
    overflow-x: scroll;
    white-space: nowrap;
    border-radius: 2px;
    height: 288px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.filter-footer
{
	height: 56px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 10px;
}
.checkbox-div
{
    padding: 2px 0;
    font-size: 14px;
    width: 210px;
}
.checkbox-inner1
{
    cursor: pointer;
    padding: 3px 0;
}
.checkbox-inner2
{
    width: 100%;
    display: inline-block;
}
.checkbox-part
{
    cursor: pointer;
    width: 100%;
    position: relative;
}
.footer-class
{
    float: right;
}
.clear-all-btn
{
    color: #2874f0;
    margin-right: 13px;

    height: 38px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 10px;
    font-weight: 500;
    cursor: pointer;
}
.clear-all-btn button{
    padding: 10px;
    background-color: white;
    border: none;
}
.apply-all-btn
{
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    background-color: #2874f0;
    min-width: 123px;
    margin-right: 1px;

    height: 38px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 10px;
    font-weight: 500;
    cursor: pointer;
}
.apply-all-btn button
{
    background: no-repeat;
    border: none;
}
.serachInputEmp
{
    display: inline-block;
    width: 198px;
    height: 32px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
    padding: 8px 15px;
    font-size: 14px;
    color: rgba(0,0,0,.3);
}

.close_emp_filter
{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: .8;
    font-size: 15px;
    font-weight: 700;
}
/** for employee filter in notifications page **/

.usernameText
{
    background-color: #416da5;
    border-radius: 3PX;
    color: #ffffff;
    padding: 5px;
    margin: 2px;
    display: inline-block; 
}
.accepted_text
{
    padding: 3px;
    background-color: #4ea10f;
    color: white;
    border-radius: 2px;
    text-align: center;
}
.pending_text
{
    border-left: 2px solid red;
    background: #f3655759;
    text-align: center;
    border-radius: 12px;
    padding: 8px;
}

.selectedCompany li {
    float: left;
    list-style-type: none;
    border: 1px solid #e5e1e1;
    padding: 8px;
}
.selectedCompany{
padding-left: 14px;
    padding-top: 14px;
    }
.error_message_show
{
    padding: 20px 0px;
    background: #dd926e;
    color: #D63301;
    background-color: #FFCCBA;
    border: 1px solid;
}
.success_message_show
{
    padding: 20px 0px;
    background: #DFF2BF;
    color: #4F8A10;
    border: 1px solid;
}
#datatables .btn
{
    width:88px;
    border-radius: 5px;
    border-width: 1px;
    margin-bottom: 8px;
    padding: 5px 2px;
}

@keyframes glowing
{
    0% {
      /*background-color: #2ba85;*/
      box-shadow: 0 0 5px #a0a99e;
    }
    50% {
 /*     background-color: #49e819;*/
      box-shadow: 0 0 20px #599b47;
    }
    100% {
      /*background-color: #2ba805;*/
      box-shadow: 0 0 5px #3aef08;
    }
}
.pending_request_card {
    animation: glowing 1000ms infinite;
}

.cus-tooltip {
  position: relative;
  display: inline-block;
}

.cus-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.cus-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.cus-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}