/* Open Sans Font Family */
@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 300 800; /* Variable font weight range */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 300 800; /* Variable font weight range */
    font-style: italic;
    font-display: swap;
}

html, body, input, select, textarea, button {
    font-family: "Open Sans", sans-serif;
}

body {
    color: #424242;
    font-size: 14px;
	font-weight: 400;
    overflow-y:hidden;
}

.button-caption
{
     color: #9B9B9B;
     font-size: 13px;
     
}

md-slider.md-default-theme.md-warn .md-track.md-track-fill, md-slider.md-warn .md-track.md-track-fill {
    background-color: rgb(28, 175, 154);
}

md-slider.md-default-theme.md-warn .md-thumb:after, md-slider.md-warn .md-thumb:after {
    border-color: rgb(28, 175, 154);
    background-color: rgb(28, 175, 154);
}

md-slider.md-default-theme.md-warn .md-focus-ring, md-slider.md-warn .md-focus-ring {
    background-color: rgb(28, 175, 154);
}

md-slider.md-default-theme.warning .md-track.md-track-fill, md-slider.warning .md-track.md-track-fill {
    background-color: red;
}

md-slider.md-default-theme.warning .md-thumb:after, md-slider.warning .md-thumb:after {
    border-color: red;
    background-color: red;
}

md-slider.md-default-theme.warning .md-focus-ring, md-slider.warning .md-focus-ring {
    background-color: red;
}

#clubbedinvoice #gridclubbed table tr td:nth-child(9),
#clubbedinvoice #gridclubbed table tr td:nth-child(10) ,
#clubbedinvoice #gridclubbed table tr td:nth-child(11){
   text-align:right !important;
}

#BatchGrid #grid table tr td:nth-child(8)
{
    text-align:right !important;
}

#CouponGrid #grid table tr td:nth-child(8)
{
    text-align:right !important;
}

.multi_lines_text { white-space: pre-line; }

* {
    box-sizing: border-box;
  }
  
  /* Set a background color */
  body {
    background-color: #474e5d;
    font-family: "Open Sans", sans-serif;
  }
  
  .legend{
    background-color: white;
    padding: 5px;
    border: 1px solid black;
  }

  .square {
    height: 15px;
    width: 20px;
  }

  .legend-line-small {
    height: 4px;
    width: 10px;
    margin-top: 5px;
}

.legend-line {
    height: 4px;
    width: 20px;
    margin-top: 5px;
}

.clear-user-button {
    border-style: solid;
    border-width: 2px;
    border-color: #1caf9a;
}

.clear-user-icon {
    color: red !important;
    padding-top: 2px;
}

.legend-triangle-right {
	width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid;
    border-bottom: 7px solid transparent;
}

.separation{
    margin: 20px 0px 20px 0px;
    border: 1px solid #1caf9a;
}

.evenly {
    display:flex;
    justify-content:space-between;
  }

  .timeline-sidenav{
      background-color: #c3cccb;
  }

  /* The actual timeline (the vertical ruler) */
  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 12px;
    background-color: #1caf9a;
    top: 0;
    bottom: 0;
    left: 10%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .timeline-container {
    padding: 10px 20px;
    position: relative;
    background-color: #c3cccb;
  }
  
  /* The circles on the timeline */
  .timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8f939e;
    border: 4px solid #1d2939;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the right */
  .timeline-right {
    left: 10%;
  }
  
  /* Add arrows to the right container (pointing left) */
  .timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    left: 10px;
    width: 0;
    z-index: 1;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .timeline-right::after {
    left: -16px;
  }
  
  /* The actual content */
  .timeline-content {
    padding: 5px 5px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    margin-right: 6px;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
      left: 31px;
    }
  
  /* Full-width containers */
    .timeline-container {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
  /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
  
  /* Make sure all circles are at the same spot */
    .timeline-left::after, .timeline-right::after {
      left: 15px;
    }
  
  /* Make all right containers behave like the left ones */
    .timeline-right {
      left: 0%;
    }
  }

  .animate-if {
    background:white;
  }
  
  .animate-if.ng-enter, .animate-if.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
  }
  
  .animate-if.ng-enter,
  .animate-if.ng-leave.ng-leave-active {
    opacity:0;
  }
  
  .animate-if.ng-leave,
  .animate-if.ng-enter.ng-enter-active {
    opacity:1;
  }

.brand-dialog
{
    color: #757575;
    font-size:18px;
    margin-bottom: 12px;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.disabled-icon {
    cursor: default !important;
    color:rgba(0,0,0,0.26) !important;
}

#order-line-grid table thead tr th{

    padding-left: 0px !important;
}

#order-line-grid table tbody tr td{
    
    padding-left: 0px !important;
}


.usernamePasswordForLogin.flex.ng-animate.md-input-invalid.md-input-focused>label{
    padding-top: 15px !important;
}
.usernamePasswordForLogin.flex.md-input-focused>label{
    padding-top: 15px !important;
}
.sub-header-min {
    line-height: 50px !important;
    /* width: 100%; */
    height: 48px;
    border-top: solid 1px #E0E0E0;
    padding-left: 24px;
    /* margin-bottom: 6px; */
    border-radius: 2px;
    /* margin-right: 86px; */
    background-color: #fafafa;
}

.sub-header-min .md-icon-button{
    margin-top:5px !important;
}

.listView
{
    color: gray;
    font-weight: bold;
    float:left;
    padding-left: 12px;
}
.list-style
{
    list-style: none;
}
.sidenavsearch-header {
    width: 100%;
    height: 50px;
    background-color:#1caf9a;
    border-top: solid 1px #e6e6e6;
    padding-left: 12px;
}

.sidenavsearch-label
{
    margin-top:15px;
    color:white; 
    font-weight: bold;
    font-size: 15px;
}

.md-open-menu-container md-menu-content>*{
    margin:0px;
}
/*////Used in Role Management privilege dialog ////*/
.md-divider{
    border-bottom:solid rgba(0,0,0,0.12) 1px;
    margin:16px 0px;
}
.dividerMarginBottom{
    margin-bottom:0px;
}

md-checkbox.md-checked.green .md-icon {
    background-color: #1caf9a;
}
md-checkbox.md-indeterminate.green .md-icon {
    background-color: #1caf9a;
}

.red{
    color: #e7505a !important ;
}

.green{
    color: #1caf9a !important ;
}

/*////////////////////////////*/
/*body,
.topbar-fixed {
    min-width: 1262px;
}*/

/* Fixed Topar */

.topbar-fixed {
    width: 100%;
    /* min-width: 1280px; */
    height: 72px;
    z-index: 99;
    position: fixed;
    top:3px;
    left:0;
    z-index:99;
}

.k-grid .k-edit-cell
{
    padding-left:18px;
}



.breadcrumb-fixed {
    width: 100%;
    min-width: 1280px;
    height: 72px;

    position: fixed;
    z-index:99;
}

.error-div {
    width: 100%;
    margin-bottom: 4px;
    height: 72px;
    display:table-cell; /*for firefox correct spacing*/
}

.company_logo {
    width: 287px;
    height: 70px;
    /* width: 100%; margin-left-297
    height: 72px; */
    /*border-right: 1px solid #e0e0e0;*/
        /* padding: 7px 0px 16px 38px; */
       background:#1d2939;
}

.logo-area{
    padding-left: 8px;
     padding-top: 20px; 
}

.tmxlogo{
    display: block;
    cursor: pointer;
    outline:none;
    margin-top: -10px;
    margin-left: 50px;
    width: 50%;
}

.leftnav-burger .md-button.md-icon-button{
    margin: 0 8px 0 0px;
}

/* Topbar right actions (username, settings, notifications, gravatar) */

.topbar-actions {
    padding: 16px;
}

.globalsearch-container{
    padding: 0 24px 0 8px;
}

.global-actions {
    padding: 0px 0px 0px 16px;
}

.global-actions .welcome-user {
    padding: 0 0px;
}
.margin-left-297{
    margin-left: -288px;
    /* padding-top: 13px; */
}
.margin-not-left-297{
    margin-left: 0px;
    /* padding-top:13px; */
}
.display-none{
    display:none;
    width:0px;
}

.margin-left-64{
    margin-left:64px;
}

.welcome-role{
    font-size: 14px;
    color:#1caf9a;
    margin-left: 15%;
}

.welcome-role-menu{
    text-align: center;
    margin: 6px 24px 16px 24px;
    display: none;
}

/* Layout changes */

.app-content {
    margin-top: 120px;
}

.margin-left-324-true{
    margin-left: 288px!important;
    padding-right:24px;
    background: rgb(228, 231, 234); 
    /* transition: margin-left 0.3s ease-out; */
    /*margin-left: -64px !important;*/
}

md-content.margin-left-324-true,
md-content.margin-left-324-false
{
    padding-top:24px;
    padding-bottom:24px;
    padding-left: 24px;
    z-index: 1;
}

.breadcrumbs breadcrumbs
{
 background: #f7f7f7;
}
breadcrumbs
{
    padding-right: 0px !important;
    line-height: 50px;
}

/* #invoicesummarygrid{
    padding: 50px;
} */

.k-grouping-row td {

    background-color: #e6e6e6;

}
.no-records-error{
    text-align: center;
    height: 100%;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    color: gray;
}

.k-grid-header[role="rowgroup"] th{
    text-align: left !important;
}

.k-grid-content{
  overflow-y:auto !important;
}
.k-grid-header {
    position: sticky !important;
    top: 0 !important;
 }



.md-autocomplete-suggestions-container li:hover{
    background-color: #E0E0E0;
}
.md-autocomplete-suggestions-container li:focus{
    background-color: #E0E0E0;
}
.md-autocomplete-suggestions-container li:visited{
    background-color: #E0E0E0;
}
.md-autocomplete-suggestions-container li:active{
    background-color: #E0E0E0;
}
.md-autocomplete-suggestions-container li.selected{
    background-color: #E0E0E0;
}
.md-button{
    font-size: 14px;
    font-weight: 400;
     min-width: 50px; 
}

.tmx-button {
    font-size: 20px;
    height:20px;
    width:20px;
    padding-right:25px;
}
.top-bar{
    background-color: #ffffff !important;
    min-height:73px;
    border-bottom:#E0E0E0 1px solid;
}

.border-bottom{
    border-bottom:#E0E0E0 1px solid;
}

.padding-none{
    padding:0 !important;
        /*margin-left: 64px !important;*/
}
.margin-none{
    margin:0  !important;
}
.box-shadow-none{
    box-shadow:none;

}
.margin-top-bottom-32{
    margin-top:32px;
    margin-bottom:32px;
}
.margin-top-80{
    margin-top:80px  !important;
}
.margin-right-8{
    margin-right:8px  !important;
}
.margin-left-8{
    margin-left:8px  !important;
}
.margin-bottom-4{
    margin-bottom:4px  !important;
}
.margin-bottom-8{
    margin-bottom:8px  !important;
}
.margin-bottom-24{
    margin-bottom:24px  !important;
}
.margin-bottom-70{
    margin-bottom:70px  !important;
}
.margin-bottom-34{
    margin-bottom:34px  !important;
}
.padding-bottom-4{
    padding-bottom:4px  !important;
}
.margin-top-8{
    margin-top:8px  !important;
}
.padding-top-8{
    padding-top:8px  !important;
    padding-left:5px;
    padding-right: 5px;
}

.padding-top-18{
    padding-top:18px  !important;
}

.padding-top-30{
    padding-top:30px  !important;
}
.padding-left-8{
    padding-left:8px  !important;
}
.padding-left-12{
    padding-left:12px  !important;
}
.margin-top-16{
    margin-top:16px  !important;
}

.margin-top-28-minus{
    margin-top: -28px !important;
}

.margin-left-right-10{
    margin-left: 10px;
    margin-right: 10px;
}

.margin-top-10{
    margin-top:10px  !important;
}
.margin-right-16{
    margin-right:16px  !important;
}
.margin-right-18{
    margin-right: 18px !important;
}
.margin-left-16{
    margin-left:16px  !important;
}
.padding-right-16{
    padding-right:16px  !important;
}
.padding-right-30{
    padding-right:30px  !important;
}
.padding-left-16{
    padding-left:0px  !important;
}
.padding-24{
    padding:24px;
}

.padding-24-no-right{
    padding:24px 0px 24px 24px;
}

.padding-left-24{
    padding-left: 24px !important;
}

.padding-left-right-24{
    padding:0px 24px 0px 24px;
}

.padding-left-right-12{
    padding:0px 12px 0px 12px;

}
.padding-24-no-top{
    padding:0px 24px 24px 24px;
}

.padding-24-no-top-no-right{
    padding:0px 0px 24px 24px;
}

.margin-top-29{
    margin-top:29px  !important;
}

.margin-top-14{
    margin-top:14px  !important;
}

.margin-top-44{
    margin-top:44px  !important;
}
.margin-top-2{
    margin-top:2px  !important;
}
.margin-top-45{
    margin-top:45px  !important;
}
.margin-top-40{
    margin-top:40px  !important;
}
.margin-top-20{
    margin-top:20px  !important;
}
.padding-bottom-16{
    padding-bottom:16px  !important;
}
.padding-bottom-30 {
    padding-bottom:30px  !important;
}
.margin-right-24{
    margin-right:24px  !important;
}
.margin-left-24{
    margin-left:24px  !important;
}
.padding-right-24{
    padding-right:24px  !important;
}
.margin-left-32{
    margin-left:32px  !important;
}
.padding-left-32{
    padding-left:32px  !important;
}
.padding-left-12{
    padding-left:12px  !important;
}
.margin-left-64{
    margin-left:64px  !important;
}
.no-padding{
    padding: 0  !important;
}

.padding-16{
    padding:16px  !important;
}

.padding-18-no-top-bottom{
    padding:0px 18px 0px 18px  !important;
}

.padding-18-no-bottom{
    padding:18px 18px 0px 18px  !important;
}


.padding-18-10-Left-no-bottom{
    padding:18px 18px 0px 10px  !important;
}
.padding-8{
    padding:8px  !important;
}
.padding-10{
    padding:10px  !important;
}
.menu-list-item{
    color:#757575 !important;
}
.menu-list-item2
{
    color: white;
    padding-left: 7px;
    padding-top: 3px;
}
.menu-list-item.active{
    color:#1caf9a !important;
}
i.menu-list-item{
    font-size:24px;

}

.menu-list-item-grid{
    padding-left:10px;
    /* right:-10px; */
    padding-top:4px;
    padding-bottom:0px;
}

/* For fixing the breadcrumb header to scroll*/
.breadcrumbs{
    background-color: #f7f7f7;
    border-bottom:1px solid #d3d7db;
    border-top:1px solid #eee;
    /* padding-left: 16px; */
    position: fixed;
    top: 64px;
    left: 0px;
    right: 0;
    z-index: 64;
     height: 64px; 
}

.page-title .md-fab.md-button{
    margin: 6px 8px;
}

.pagetitle-actions .md-button {
    min-width: auto;
}

.pagetitle-actions .md-button .fa {
    font-size: 24px;
    line-height: 1;
}

md-content.layout-fill {
    /*top: 53px;
    65px;
    padding: 8px 0px 60px 0px;*/
}
/*md-content{
    overflow-x:hidden;
}*/

md-content {
    position:relative;
    -webkit-overflow-scrolling: touch;    
}

.md-sidenav-right {
    left: 100%;
    top: 141px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

/* For fixing the breadcrumb header to scroll*/
.dialogIcon{
    height: 13px;
    font-size: 16px;
    width:12px;
}




md-menu-content.md-menu-add-content{
    background-color:#1caf9a;
    color:white;
    padding:0;
    border-radius:5px;
}

.options
{
 float: left;

 margin-left: 100px;
 padding: 2px;
 color: gray;
 font-weight: bold;

}
.optionIcons
{
 
}
md-menu.md-menu-add{
    color:white;
    padding:0;
}

.md-menu-add .md-fab{
    background-color:#1caf9a !important;
}
.md-menu-add .md-fab :hover{
    background-color:#1caf9a !important;
}
/*////////////////DISABLED ADD FAB ON BREADCRUMBS IN EVERY SCREEN (ng-class) applies whever the add privilege is unchecked for that entity///////////*/
.md-menu-add .md-button.md-fab.disabledAddFab,
.md-menu-add  .md-fab:hover .disabledAddFab
{
   /* background-color: gray; */
}
/*md-input-container label{*/
/*color:#9E9E9E !important;*/
/*}*/

.cancel-button, .clear-button, .search-button,.save-button,.primary-button,.assign-button
{
    min-width: 88px;
}

.cancel-button{
    background-color:#e7505a !important;
    border-color:  #e7505a !important;
    color:white;
    margin-right: 0px !important;
    margin-left: 8px !important;
}

.assign-button:not([disabled]):hover {    
    background-color:#1d2939 !important;
    border-color:  #1d2939 !important;
    color: white;

}
.assign-button{
    background-color:#1d2939 !important;
    border-color:  #1d2939 !important;
    color:white;
    margin-right: 0px !important;
    margin-left: 8px !important;
}
.cancel-button:not([disabled]):hover {    
    background-color:#c51b26 !important;
    border-color:  #a1161f !important;
    color: white;
    margin-right: 0px !important;
    margin-left: 24px !important;
}

.clear-button{
    margin-right:10px !important;
    background-color:#e7505a !important;
    border-color:  #e7505a !important;
    color:white;
    margin-right: 0px !important;
    margin-left: 24px !important;
}


.clear-button:not([disabled]):hover {    
    background-color:#c51b26 !important;
    border-color:  #a1161f !important;
    color: white;
    margin-right: 0px !important;
    margin-left: 24px !important;
}


.search-button{
    margin-right:10px !important;
    background-color:#36D7B7 !important;
    border-color:  #36D7B7 !important;
    color:white;
    margin-right: 0px !important;
    margin-left: 24px !important;
}


.search-button:not([disabled]):hover {    
    background-color:#1caf9a !important;
    border-color:  #1caf9a !important;
    color: white;
    margin-right: 0px !important;
    margin-left: 24px !important;
}


.save-button{
    background-color:#009aea !important;
    border-color:#009aea !important;
    color:white;
    margin-right: 0px !important;
    margin-left: 8px !important;
}

.save-button:not([disabled]):hover{
    background-color:#217ebd !important;
    border-color:#217ebd !important;
    color:white;
}

.save-button-disabled {
  color: white !important;
  background-color: #757575 !important;

}
.save-button-disabled md-icon {
  color: white !important;

}

.primary-button
{
   margin-right: 0px !important;
   margin-left: 8px !important;
}
/*/////////////////////////////////////PRIMARY BUTTON///////////////////////////////////////////////////////////////////*/

.primary-button:not([disabled]),
.primary-button:not([disabled]):hover{
    background-color:#1caf9a !important;
    color:white;
    text-align:center;
    
}
.primary-button[disabled],
.md-button .md-raised[disabled],
.md-button[disabled] {
    color: #757575 !important;
    cursor: default !important;
    pointer-events: none;
}

.primary-button[disabled],
.md-button .md-raised[disabled],
.md-button[disabled] md-icon {
    cursor: default;
}

.primary-button[disabled]
{
    color: rgba(0,0,0,0.38) !important;
    background-color:rgba(0,0,0,0.12);
}

.primary-button:not([disabled]):hover {

    
    background-color: #208b8c !important;
    border-color:#208b8c;
    
    /* background-color: #01579b !important; */
    color: white;
}
.primary-button:not([disabled]):focus {

    
    background-color: #1caf9a !important;
    border-color:#1caf9a;
     
    /* background-color: #0091EA !important; */
    color: white; 
}
/*/////////////////////////////////////PRIMARY BUTTON///////////////////////////////////////////////////////////////////*/


 /* CSS for file input Expense form */

.Expense-FileName-Align span.k-filename{
    display : block !important;
    line-height : 0.75 !important;
}
.Expense-total-amount-padding{
    padding-top: 33px !important;
}



/*Kendo row height*/

.k-grid {
    border: none;
    /*margin-left:64px ;*/
}

.margin-left--64{
    margin-left:-24px;
}

.k-grid td{
    /* padding: 1px 24px 1px 24px !important; */
    border-style: solid 1px !important;
    text-align: left;
    color: #1d2939;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.k-grid.custom th:first-child{
    padding: 1px 0 1px 24px !important;

}
.k-grid.custom th:last-child{
    padding: 1px 0 1px 24px !important;

}

.ng-scope.flex.md-input-has-value.md-input-focused>label{
    /* padding-bottom: 5px; */
}
.k-grid-header th.k-header, .k-filter-row th {
    border-bottom: 2px solid #e0e0e0;
    /*border-style: solid none !important;*/
    line-height: 40px;
}

.k-grid-header th.k-header {
    margin: 0 !important;
    text-align: left;
    color: #a8a8a8;
    background-color: #fafafa;
}
md-dialog .k-grid-header th.k-header {
    padding-left: 22px;
}   
.k-grid-header th.k-header > .k-link {
    line-height: 20px;
    color: #9e9e9e;
    font-weight:700;
    font-size:1em;
}
/*grid footer display*/
div .NoGridItems{
    color:red;

}
.margin-12.ng-isolate-scope.ng-animate.md-input-invalid>label{
    padding-right: 10px !important;
    padding-bottom:24px !important;
    padding-left: 0px !important;
}
.margin-12.ng-isolate-scope.ng-animate.md-input-invalid.md-input-focused>label{
    padding-bottom:14px !important;
    padding-left: 0px !important;
}
.k-pager-info{
    float:initial;
}

.k-pager-refresh{
    float: initial !important;
    margin-left: 9px !important;
    margin-right: 9px !important;
}
/*
.k-grid-content>table>tbody>tr
{
    background:black;
}
*/
md-tabs.privilege-tabs md-tabs-canvas{
    background-color: #1caf9a ;
    /*margin-right:24px;*/
}

.leave-plan-header
{
    background-color: #1caf9a ;
}

.leave-plan-header > label
{
    color: white;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.k-state-selected td{
    background-color: white !important;
    border-color: #E0E0E0 !important;
    color:#444 !important;
}

.k-primary-column{
    color:#1caf9a;
    padding-left:5px;
}

.k-status{
    background-color: #f5f5f5!important;
}

.k-i-clock {
    display: none;
}

.deleted-row{
    background-color: #E7E7E8!important;
}

.tmxMin{
    min-width: 30px;
    padding: 0;
    margin: 0;
}
.k-grid td.k-col-width{
    min-width: 140px;
    text-align:left;
}
.k-grid td.GridDisabled{
    background-color: #E0E0E0;
}

md-input-container .k-datepicker.k-header,
{
    /*padding: 10px !important;*/
    /*background-color: inherit !important;*/
    height: 100%
}

/*.k-picker-wrap.k-state-default{
    box-shadow: none !important;
	background-color: inherit !important;
}*/

.k-datepicker.k-header{
    padding:10px !important;
    margin-bottom:0 !important;
    border-width: 0 !important;
    background-color: white!important;
    box-shadow: none !important;
}

.k-picker-wrap.k-state-default{
    background-color: white!important;
    box-shadow: none !important;
}

.k-picker-wrap.k-state-default.k-state-hover{
    background-color: white!important;
    box-shadow: none !important;
}

/*.full-width{*/
/*width: 400px !important;*/
/*}*/

a{
    text-transform: none;
    min-width:10px !important;
    color: #424242 !important;
    margin-left: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 64px;
    padding: 6px 0px;
    
}

.link{
    color: #1caf9a;
}

/* SELECTED TEXT OR HYPERLINK*/
.tmx-primary-text {
    color: #1caf9a !important;
    text-transform: none;
    min-width:10px !important;
    margin-left: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 64px;
    padding: 6px 0px;
    cursor:pointer;
}
.tmx-selected-bg {
    background-color: Lavender!important;
}
/*MD TOAST*/
md-toast.md-success-theme .md-toast-content {
    background-color: #1caf9a;
}
md-toast.md-error-theme .md-toast-content,md-toast.md-default-theme .md-toast-content{
    background-color: #e7505a;
}


.my-message {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.loader{
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:1000;
    background-color:rgba(10, 10, 10, 0.5);
    opacity: .8;
}

.loader-repeat{
    position:absolute;
    left:0;
    width:100vw;
    height:100vh;
    z-index:1000;
    background-color:rgba(10, 10, 10, 0.5);
    opacity: .8;
}
.status-Pending{
    color:#0091EA !important;
}

.status-Active{
    color:#1caf9a !important;
}
.filter-active{
    color:#1caf9a !important;
}
.filter-active>i{
    color:#1caf9a !important;
    font-size: 18px
}

.status-Inactive{
    color:red !important;
}
.tmx-hidden{
    display:none !important;
}

.row-heading{
    line-height: 40px;
    border-top: #E0E0E0 1px solid;
    border-bottom: #E0E0E0 1px solid;
    background-color: #F5F5F5;
    width:100%;
}

.row-heading>b{
    margin-left:15px;
}

/*//////////////////////////////////   TENANT REGISTER IMAGE PUBLIC  ////////////////////////////////////////////////////*/
 .circularImageUser {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    float: left;
} 
.tenant_image {
    position: relative;
    /* float: left; */
}
/* .circularImage {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 120px; 100px;
    height: 120px;
     float: left; 
} */
.profilelinkImage{
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.profilelinkImageText{
    background-color:transparent;
    background-repeat: no-repeat;
    background-image: url(../images/profile-linkImage.png);
    text-align:center;
    color:#E0E0E0;
    vertical-align:middle;
    line-height:17px;
    font-size:12px;
    padding:8px 0px;
}
.profilelinkAccount{
    background-color:#26A69A;
    background-repeat: no-repeat;
    background-position:top center;
    background-image: url(../images/profilelinkAccountCard.png);
    padding:8px 0px;
    border-radius:3px 3px 3px 3px;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#404040;
}
.profilelinkDevice{
    background-color:#42A5F5;
    background-repeat: no-repeat;
    background-position:top center;
    background-image: url(../images/profilelinkDeviceCard.png);
    padding:8px 0px;
    border-radius:3px 3px 3px 3px;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#404040;
}
.profilelinkEmployment{
    background-color:#AB47BC;
    background-repeat: no-repeat;
    background-position:top center;
    background-image: url(../images/profile-linkEmploymentCard.png);
    padding:8px 0px;
    border-radius:3px 3px 3px 3px;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#404040;
}
.profilelinkAddress{
    background-color:#8D6E63;
    background-repeat: no-repeat;
    background-position:top center;
    background-image: url(../images/profile-linkAddressCard.png);
    padding:8px 0px;
    border-radius:3px 3px 3px 3px;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-color:#404040;
}
.imgText {
    position: absolute;
    top: 55px;
    padding-top: 5px;
    padding-left: 8px;
    left: 0;
    width: 90px;
    height: 50px;
    color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 10px;
}
.imgText:hover {
    background-color: rgba(54, 25, 25, .4);
    font-size: 14px !important;
}
.UploadText {
    float: left;
    display: none;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 1px;
    font-weight: bold;
}
.imgText:hover .UploadText {
    display: block;
}
.imgText:hover .camera-icon {
    display: block;
    font-size: 14px;
    margin-left: 8px;
    text-shadow: none;
    opacity: 1;
}
.camera-icon {
    text-shadow: 2px 2px 2px black;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 14px;
    opacity: 0.5;
    color: white;
    transition: margin .5s;
}
/*//////////////////////////////////   TENANT REGISTER IMAGE PUBLIC  ////////////////////////////////////////////////////*/

/*//////////////////////////////////  Text Color for AutoComplete List of Users////////////////////////////////////////////////////*/
.md-autocomplete-suggestions-container.md-default-theme li, .md-autocomplete-suggestions-container li{
    color: black;
}
md-autocomplete md-input-container label{
    padding: 0;
}

md-autocomplete[md-floating-label] md-input-container{
    /*padding: 5px 0 0 0;*/
    /*margin: 15px 0 0 0;*/
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container{
    min-height:50px;

}
.md-virtual-repeat-container.md-autocomplete-suggestions-container li{
    font-size: 14px;
    font-weight: 400;
    color:#9e9e9e;
    /*border-bottom: 1px solid #ccc;*/
}
/*////////////////////////////////// MD_TABS ////////////////////////////////////////////////////*/

/*////////////////////////////////// CROSS FOR TAB 3 IN ROLE MANAGEMENT : ADD A ROLE////////////////////////////////////////////////////*/
.md-button.md-fab.md-mini{
    line-height: 10px;
    background-color: #F5F5F5;
    box-shadow: 0
}

.md-button.md-fab.md-mini:hover{
    line-height: 10px;
    background-color: #F5F5F5;
    box-shadow: 0;
}
.md-fab.md-mini.md-button.md-ink-ripple.styling{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.26);
}
/*//////////////////////////////////  MD FAB STYLE    ////////////////////////////////////////////////////*/

/*md-tabs {
    background-color: #1caf9a;
    border-color: #404040;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    font-family: Roboto-Regular, Arial;
    font-size: 10pt;
}*/

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #1caf9a;
}



/*//////////////////////////////////  Profile Dialog   ////////////////////////////////////////////////////*/
.md-toolbar-tools{
    background-color: #1caf9a;
    color: white;
}
.profileDialogImg{
    height: 150px;
    border-radius: 100px;
}
.view-profile-img{
    width: 100px;
    height: 100px;
    -webkit-border-radius:100px ;
    -moz-border-radius:100px ;
    border-radius:50px ;

}

/*/Icon used in location tree/*/
.k-grid .k-icon {
    opacity: .45;
    /* margin-left: 8px; */
}

.k-icon.k-i-none {
    cursor: context-menu !important;
}

a.k-icon{
    padding: 0px;
}

/*
 tmxkendofooter
*/
.tmx-kendo-footer-icons img{
    float:right;
    width:20px;
    height:20px;
    padding:3px;
}

/*Formatting of forms*/

tmx-textbox .tmx-textbox md-input-container.md-input-invalid .md-input, tmx-textbox .tmx-textbox md-input-container.md-input-invalid .md-input, tmx-textbox .tmx-textbox md-input-container .md-input.ng-invalid.ng-dirty, tmx-textbox .tmx-textbox md-input-container .md-input.ng-invalid.ng-dirty {
    font-size: 14px !important;
    font-weight: normal;
    Color: #9E9E9E;
    border-bottom-color: red ;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}


tmx-textbox .tmx-textbox md-input-container {
    /*margin: 10px 10px 0 10px ;*/
}

md-input-container{
    margin:0px;
}
/*.tmx-datepicker tmx-datepicker {*/
/*margin: 10px 10px 0 10px ;*/
/*}*/


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 0.75;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.clear-selected-button {
    color: red !important;
}

.material-icons-records {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* background blur on dialog open*/
.md-dialog-container {
    background: rgba(10, 10, 10, 0.5);
}
/*
/!* Md dailog displayed on action button*!/
.md-dialog-container {
    background-color: #000000;
    opacity: 0.8;
}

md-backdrop.md-opaque {
    opacity: 0.31;
}

md-dialog {
    background-color: #ffffff;
    height: 250px;
    left: 465px;
    position: absolute;
    top: 80px;
    width: 350px;
}*/

/*md-tabs-wrapper {
    color: white !important;
    background-color: #1caf9a !important;
}*/
md-tabs.PrivilegeTabs md-tabs-canvas{
    background-color: #1caf9a ;
    /*margin-right:24px;*/
}

.md-tab{text-transform: initial !important;}

md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: white ;
    background-color: #1caf9a ;/* color: rgba(0,0,0,0.54); */
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: #1caf9a ;
    background-color: white ;
    
}
md-tabs[md-border-bottom] .md-tabs-wrapper {
    border-style: none;
}
.md-tabs-wrapper .md-next-button .md-icon {
    color: white;
}

.md-tabs-wrapper .md-next-button md-icon, .md-tabs-wrapper .md-prev-button md-icon {
    color: white;
}
.md-next-button, .md-prev-button{
    background-color: #1caf9a !important;
}
/*///////////////////// MD CARD TITLE/////////////////*/
md-card .md-card-title. md-card-title-text:only-child .md-subhead,
md-card .md-card-title .md-card-title-text .md-subhead{
    color: #424242;
    font-size: 14px;
    font-weight: 400;
}


.md-sidenav-right{
    position:fixed;
    top: 128px;
    width: 385px;
    /* padding-left:10px;
    padding-right:10px;
    padding-top:15px;
    padding-bottom:10px; */
    /* background: rgb(228, 231, 234); */
    /* border-radius: 7px; */
}

.md-sidenav-right-border{
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
}

.sidenav-search-element{
    /* height:74px !important; */
}

.loanApplicationMenuMainItem :hover{
    background-color:#E0E0E0;
    cursor:pointer;
}

.highlight{
    color:#00ACF1 !important;
}

.highlighted-row {
    background-color: #f7f7f7 !important;
}

.checkbox-label{
    font-size: large;
    opacity: 0.6;
}
.required-astrek{
    font-size: large;
    color: red;
}

.line-item-heading .required-astrek-small,
.required-astrek-small
{
    color:red;
}

multi-line .md-label{
    font-size: 14px;
    font-weight: 400;
    Color: #9E9E9E;
    height: 7px;
    padding: 0px 0px 0px 0px;
    margin:0px 0px 15px 0px;
}

md-checkbox {
    margin-left: 0px;
    margin-top: 20px;
}

multi-line.roleDescription md-input-container{
    width:97%;
}
multi-line.roleDescription md-input-container .md-input{
   margin-top:-1px;
}
.multilinediv {
    z-index: 21;
    background-color: white;
    position: absolute;
    margin-top: 20px;
    width: 60%;
}
md-input-container textarea {
    resize: none;
    overflow: auto;
}
.multilinelabel{
    transform: translate3d(0, -15px, 0) scale(.80) !important;
}
.md-input.customarea{
    height: 100px !important;
    overflow-y: auto !important;
    min-height: 26px;
    resize: none;
    white-space: pre-wrap !important;
}

.zeroeverything > span {
    font-size: 15px;
}
.multilinesavebutton{
    color: green;
}

tmx-dynamic-grid .k-icon{
    width: 10px;
}


/*//////////////////////////MD INPUT CONTAINER/////////////////////////////////////////////////////////////////////////*/
md-input-container input[ng-required]  label::after,
md-input-container input[required]  label::after{
    content:"*";
    color:Red;
}
.md-input-has-value:not(.md-input-invalid) label:first-child {
    color: #0091EA !important;
}
md-input-container label
{
    color:#9e9e9e;
}

/*//////////////////////////////////  ERROR MSG DIRECTIVE DIRECTLY USED IN FORM  /////////////////*/
md-input-container [ng-messages] :not(.md-char-counter) {
    color: red;
    padding:8px 0px 0px 0px;
    min-height:16px;
    margin:0px;
    font-weight: 400;
    font-size:11px;
}

/*md-input-container.md-default-theme.md-input-invalid .md-input, */
/*md-input-container.md-input-invalid .md-input{*/
/*border-color: red !important;*/
/*}*/


md-input-container .md-errors-spacer {
    float: right;
    min-height: 16px;
    min-width: 1px;
}

md-input-container .md-placeholder{
    margin-bottom: 8px;
    padding-bottom:0px;
}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    border-bottom-color: red;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding:8px 0px;
}

md-input-container {
    width:90%;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 0px;

    vertical-align: middle;
}
md-content tmx-datepicker[disabled] .tmx-datepicker label
{
    color:#fafafa;
    font-size:14px;
    padding: 0px 0px 8px 0px;
    font-weight:400;
}
md-content label
{
    font-size: 14px;
    font-weight: 400;
    Color: #1caf9a;
    height: 20px;
}

.md-content-label
{
    font-size: 18px;
    font-weight: 400;
    Color: #0091EA;
    height: 20px;
}

.tmx-datepicker-label
{
    Color: #0091EA;
    font-size:14px;
    height: 0px;
    font-weight:400;
    padding: 0px 0px 16px 0px !important;
}


md-input-container:not(.md-input-invalid) label,
md-input-container:not(.md-input-invalid) label:not(.md-no-float):not(.md-container-ignore)
{
    color:#9e9e9e;
    /*margin-bottom: -16px;*/
    padding:0px 0px 0px 0px;
    /*height:16px;*/
}
md-input-container:not(.md-input-invalid) md-input:focus label,
md-input-container:not(.md-input-invalid) md-input:focus label:not(.md-no-float):not(.md-container-ignore)
{

    /*margin-bottom: -16px;*/
    padding:0px 0px 16px 0px;
}
md-input-container.md-input-invalid.md-input-focused label,
md-input-container.md-input-invalid label{


    font-weight: 400;
    Color:  red;
    /* height: 0px; */
    width: auto;
    padding:0px 0px 0px 0px;
}
tmx-select .tmx-select md-input-container:not(.md-input-invalid).md-input-has-value label:first-child,
tmx-select .tmx-select md-input-container:not(.md-input-invalid).md-input-has-value label{


}
md-input-container:not(.md-input-invalid).md-input-has-value label:first-child,
md-input-container:not(.md-input-invalid).md-input-has-value label
    /*.md-input-has-value label:first-child {*/
{
    color: #1caf9a !important;
    font-size :  17px;
    font-weight: 400;
    padding:0px 0px 0px 0px;
    height:16px;
}
md-input-container:not(.md-input-invalid).md-input-has-value label:first-child.locationLabel,
md-input-container:not(.md-input-invalid).md-input-has-value label.locationLabel{
    padding:0px;
    margin-bottom:8px;
}

md-input-container[required].md-input-invalid.md-input-has-value label:first-child,
md-input-container[required].md-input-invalid.md-input-has-value label
{
    color: red; !important;
    margin-bottom: -11px;
    padding:0px 0px 8px 0px;


}

md-input-container input[type=text],
md-input-container .md-input,
md-input-container .md-input.ng-invalid.ng-dirty,
md-input-container.md-input-focused .md-input{
    padding:0px;
    color: rgb(66, 66, 66);
    cursor: auto;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    display: block;
    float: left;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
md-input-container  label.md-content-label
{
    font-size: 14px;
    font-weight: 400;
    Color: #0091EA;
    height: 7px;
    margin-bottom:-4px;
    top:-14px;
}
md-input-container.md-input-invalid.md-input-focused label.md-content-label,
md-input-container.md-input-invalid label.md-content-label
{
    font-size: 14px;
    font-weight: 400;
    Color: red;
    height: 7px;
    margin-bottom:0px;
    padding-left:0px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

tmx-dynamic-grid .k-header.k-grid-toolbar{
    background-color: #1caf9a;
    border-color: #1caf9a;
}

tmx-dynamic-grid .checkbox-label{
    opacity: 1;
    padding-top: 5px;
    padding-right: 10px;
    color: white;
}

tmx-dynamic-grid .k-grid .k-header .k-button{
    background-color:  rgba(0,0,0,0.54)!important;
    border: none!important;
    transition: all 0.5s;
}
tmx-dynamic-grid .k-grid .k-header .k-button:hover{
    background-color:  rgba(0,0,0,0.80)!important;
    border: none!important;
    transition: all 0.5s;
}
/*//////////////////////////////////////Chip Select ///////////////////////////////////////////*/
.custom-md-chip{

    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    display: block;
    float: left;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #E0E0E0;
    color: #424242;
    cursor: default;
    border-radius: 16px;
    line-height: 32px;
    height:32px;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;

}

.md-chips {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding: 0 0 8px 3px;
    vertical-align: middle;
}

md-chips.md-default-theme .md-chip.md-focused, md-chips .md-chip.md-focused{
    background: #E0E0E0;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.disable_label_input_container{
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    margin-top: -10px;
}
.md-input-container-error{
    position:absolute;
    top:37%
}

div:focus {outline:0;}

md-card .md-actions, md-card md-card-actions {
    background:#f7f7f7;
    width: 100%;
    padding: 16px;
    margin:0px !important;
}

.md-actions .md-button{
    min-width: 150px;
    border-radius: 99px;
}

.single-select-buttons .md-button{
    min-width: 150px;
    border-radius: 99px;
    background:#f7f7f7;
    padding: 16px;
    margin:0px !important;
}

.button-selected{
    background-color: #1caf9a !important;
    height: fit-content;
}

.button-unselected{
    background-color: #A4A4A4 !important;
    height: fit-content;
}

md-backdrop.md-opaque {
    background-color: transparent;
}

tmx-checkbox div md-input-container{
    margin-right: 0px;
}
tmx-checkbox .checkbox-label{
    cursor: pointer;
}

tmx-checkbox img{
    height:200px;
    width:200px;
}

tmx-checkbox .cancel{
    cursor: pointer;
}

md-chips .md-default-theme .md-chips, md-chips .md-chips
{
    box-shadow: 0 1px #e1e1e1 ;
}

.md-chip-error
{
    font-size: 12px;
    top: -12px;
    position: relative;
    color: red;

}

.pjp-filter-card-border{
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.pjp-filter-disabled{
    border-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0.9;
    background: #e4e7ea;
}

.pjp-highlight-name{
    border: 2px solid #1caf9a;
}

.md-chip.placeholder::-webkit-input-placeholder {
    color: red;
}

.md-chip.placeholder:-moz-placeholder { /* Firefox 18- */
    color: red;
}

.md-chip.placeholder::-moz-placeholder {  /* Firefox 19+ */
    color: red;
}

.md-chip.placeholder:-ms-input-placeholder {
    color: red;
}

.k-grid td.k-state-selected{
    background-color: white;
    color:black;
}
.question{
    font-size: larger;
    font-weight: bold;
}
.score{
    font-size: larger;
    font-weight: bold;
}

.k-grid-header th.k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-filter-row>th:first-child {
/*     width: 20px; wrong way to solve your problem- comitted by Ahsan*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.k-header.ng-scope
{
    height: 40px;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    vertical-align:middle !important;
}
    

.k-tooltip{
    position: relative;
}
.custom-iframe{
    width: 900px;
    height: 1200px;
}

tmx-dynamic-grid{
    width: 100%;
}
tmx-question{
    width: 100%;
}
.card-lines
{
    width: 100%;
    
}
.div-inner
{
    width:300px;
}
.cardContent {
    width: 30%;
    float: left;
 
}
.card-remove
{
    style: none;
}

.list-view
{
     list-style-type: none;
}

.list-view li
{
  

}
.card-style
{
    height: 30px;
    padding: 5px;
}
.cardLayout {
    margin-top: 20px;
    margin-left: 8px;
    background-color: #f5f5f5;
}
.cardLayout2 {
    margin-top: 20px;
    margin-left: 8px;
    float: left;
    background-color: #f5f5f5;
}

.white-icon{
    color: white;
}

.cardLayoutOtherCards {
    margin-top: 20px;
    margin-left: 8px;
    /* background-color: white;*/
}

.blue-text-CC {
    color: #0091EA;
    font-size: small;
}


#my-div {
    background-color: cornflowerblue;
    /* pour l'ex, on met une hauteur au div, pour qu'il soit suffisament
    haut pour le voir bien... */
    height: 200px;
}
/*
Pour dire en CSS3 ce qui devra être animé :
Angular ajoute dynamiquement des classes CSS.
La transition se fait soit entre ng-enter et ng-enter-active
ou entre ng-leave et ng-leave-active.
*/
.animate-bottom.ng-enter, .animate-bottom.ng-leave {
    -webkit-transition: 300ms linear all;
    -moz-transition: 300ms linear all;
    -ms-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
/* du début de l'entrée */
.animate-bottom.ng-enter {
    max-height: 0;
    /*opacity: 0;*/
    overflow: hidden;
}
/* à la fin de l'entrée */
.animate-bottom.ng-enter.ng-enter-active {
    max-height: 400px;
    /*opacity:1;*/
    overflow: hidden;
}
/* du début de la sortie */
.animate-bottom.ng-leave {
    max-height: 400px;
    /*opacity:1;*/
    overflow: hidden;
}
/* à la fin de la sortie */
.animate-bottom.ng-leave.ng-leave-active {
    max-height: 0;
    /*opacity:1;*/
    overflow: hidden;
}

/* du début de l'entrée */
.animate-top.ng-enter {
    max-height: 0;
    /*opacity: 0;*/
    overflow: hidden;
}
/* à la fin de l'entrée */
.animate-top.ng-enter.ng-enter-active {
    max-height: 400px;
    /*opacity:1;*/
    overflow: hidden;
}
/* du début de la sortie */
.animate-top.ng-leave {
    max-height: 400px;
    /*opacity:1;*/
    overflow: hidden;
}
/* à la fin de la sortie */
.animate-top.ng-leave.ng-leave-active {
    max-height: 0;
    /*opacity:1;*/
    overflow: hidden;
}

#addressCardDiv md-input-container{
margin-right: 0;
}

.margin-12{
    margin:12px;
}
.marginTop-42{
    margin-left:42px;
    margin-bottom:12px;
}
.margin-42{
    margin-left:42px;

}
.margin-62{
    margin-left:62px;

}

.margin-0{
    margin: 0;
}

/* .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap{
    padding-left: 15px;
} */

.form-row-height{
    height:78px;
}

.blue-icon{
    color: rgb(0,145,234);
}
md-input-container [ng-message]{
   transition:  all 0s cubic-bezier(.55,0,.55,.2);
}


.error-notification {
    color: #D84315;
}

.success-notification {
    color: #1caf9a !important;
}

/* .notification-popup{
    width: 100%;
} */

.slideDownNotification{
    display: block;
    -webkit-transition: height 1s ease;
    -moz-transition: ease-in 2s none;
    -ms-transition: ease-in  2s none;
    -o-transition: ease-in  2s none;
    transition: ease-in  2s none;
}

.white-background{
    background-color: white;
    padding:10px 10px 10px 10px;
    border-radius: 4px;
    opacity: 0.75;
}

.notification-error {
    background-color: #FBE9E7;
    color: #D84315;
    height: 7%;
}

.notification-warning {
    background-color: #FFF3E0;
    color: red;
    height: 7%;
}

.notification-success {
    background-color: #E8F5E9;
    color: #1caf9a;
    height: 7%;
}

.notification-info {
    background-color: #E1F5FE;
    color: #0091ea;
}
.Notification {
    padding-left: 24px;
    box-shadow: 0px 1px 5px #888888;
    margin-bottom: 4px;
}

.k-loading-image{
    background-image: url('../images/load3.gif');
    background-size: 50px 50px;
    margin: 0px auto;

}
.k-loading {
  background-image: url('../images/load3.gif');
  background-size: contain;
}

.animate-notification.ng-show, .animate-notification.ng-hide {
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
/* du début de l'entrée */
.animate-notification.ng-show {
    max-height: 0;
    opacity: 0;
    /*overflow: hidden;*/
}
/* à la fin de l'entrée */
.animate-notification.ng-show.ng-show-active {
    /*max-height: 400px;*/
    opacity:1;
    overflow: hidden;
}
/* du début de la sortie */
.animate-notification.ng-hide {
    /*max-height: 400px;*/
    opacity:1;
    overflow: hidden;
    overflow: hidden;
}
/* à la fin de la sortie */
.animate-notification.ng-hide.ng-hide-active {
    /*max-height: 0;*/
    opacity:0;
    overflow: hidden;
}

/* The starting CSS styles for the enter animation */
.fade.ng-hide {
    transition:0.5s linear all;
    opacity:0;
}

.fade.ng-show {
    transition:0.5s linear all;
    opacity:0;
}
.padding-12{
    padding-left:12px;
    padding-right: 12px
}

.tmx-select-disable, .customer-select-filter-disable, .orderbooker-select-filter-disable, .lazyload-select-filter-disable{
    border-bottom: 1px solid;
    color: #e8e8e8;
    position: relative;
    top: -15px;
}

.tmx-select-info-div, .customer-select-filter-info-div, .orderbooker-select-filter-info-div, .lazyload-select-filter-info-div{
    position: relative;
    top:-4px;
}
.tmx-select-info-msg, .customer-select-filter-info-msg, .orderbooker-select-filter-info-msg, .lazyload-select-filter-info-msg{
    font-size: 14px!important;
    padding-left: 5px;
}
.tmx-select-warn-msg, .customer-select-filter-warn-msg, .orderbooker-select-filter-warn-msg, .lazyload-select-filter-warn-msg{
    color: red;
    padding: 8px 0px 0px 0px;
    min-height: 16px;
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
    top: -12px;
    left: 2px;
    position: relative;
}

.tmx-select-info-icon, .customer-select-filter-info-icon, .orderbooker-select-filter-info-icon, .lazyload-select-filter-info-icon{
    font-size: 20px!important;
    height: 20px !important;
    width: 20px !important;;
}
.grey-icon{
color: grey !important;

}

.grid-col:focus {
    outline: none;

}

.grid-col-integer{
    text-align: right !important;
  
}

.gray {
    color: gray;
}

.md-select-value *:first-child {
    flex: 1 1 auto;
}


.export-side-nav{
    display:inline-block;
    cursor: pointer;
    outline:none;
}

.subsection-Multi{
    height: 0px;
}
/*Tree view buttons  */

.k-grid .k-icon{
    opacity: 1 !important;
    /* margin-left: 8px; */
    margin-right: 8px;
    cursor: pointer; 
}
.k-icon .k-i-collapse {
    opacity: 1;
    padding-left: 8px;
    padding-right: 4px;
}
.k-icon .k-i-expand {
    opacity: 1;
    padding-left: 8px;
    padding-right: 4px;
}
/* CSS added to remove the header speace of scroll bar in the Kendo Tree Input*/
#tree-grid .k-grid-header {

  padding-right: 0px !important;

}

#tree-grid {

  overflow-x: hidden;
}
.k-grid table {
    background: white;
    /* margin: 0px 0px 0px 6px; */
}

#grid,.k-treelist
{
/* padding: 10px; */
background: rgb(228, 231, 234);
}
#grid tbody
{
/* background: #F5F5F5; */
background: #ffffff;

}
#grid .k-alt
{
    background: #ffffff;
    /* background: #F5F5F5; */
}

#grid tbody tr{
    height: 64px;
}
.grid,.k-treelist
{
/* padding: 10px; */
background: rgb(228, 231, 234);
}
.grid tbody
{
/* background: #F5F5F5; */
background: #ffffff;

}
.grid .k-alt
{
    background: #ffffff;
    /* background: #F5F5F5; */
}

.grid tbody tr{
    height: 64px;
}
.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap
{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}



.selected-day{
    background-color: #1caf9a !important;
}

.not-selected-day{

}

.md-scene.md-icon-float>label{
   height:25px !important;
    padding-left: 0px;
}
.md-scene.md-icon-float.md-input-has-value
{

}
.md-scene.md-icon-float.ng-animate.md-input-invalid>label{
     padding-left: 0px !important;
 }
.md-scene.md-icon-float.md-input-has-value.ng-animate.md-input-invalid.md-input-focused>label {
    bottom: 33px !important;
    font-size: small;
    padding-left: 0px;
    padding-bottom: 0px;
}
.md-scene.md-icon-float.md-input-has-value.ng-animate.md-input-invalid>label {
    bottom: 14.7px !important;
    font-size: 19px;
    padding-left: 0px !important;
    padding-bottom: 4px;
}
.md-scene.md-icon-float.md-input-has-value>label{
    bottom: 33px !important;
    font-size: small;
    padding-left: 0px;
    padding-bottom: 4px;
}
.md-scene.md-icon-float.ng-animate.md-input-invalid.md-input-has-value{
    bottom: 17px !important;
    top: 0px;
    font-size: large;
    padding-left: 0px;
    padding-bottom: 4px;
}
.md-scene.md-icon-float.md-input-focused>label{
    bottom: 33px !important;
    font-size: small;
    padding-left: 0px;
    padding-bottom: 0px;
}
.md-input-container-error.layout-row.flex-100{
    margin-top: 5px;

}

.margin-top-5{
    margin-top: 5px !important;

}
.md-userscene.md-icon-float>label{
    height:25px !important;
    padding-left: 0px;
}

.md-userscene.md-icon-float.ng-animate.md-input-invalid>label{
    padding-left: 0px !important;
    margin-bottom: -9px;
    padding-bottom: 4px;
}
.md-userscene.md-icon-float.md-input-has-value.ng-animate.md-input-invalid.md-input-focused>label {
    font-size: small;
    padding-left: 0px;
    margin-bottom: -9px;

}
.md-userscene.md-icon-float.md-input-has-value.ng-animate.md-input-invalid>label {
    font-size: large;
    padding-left: 0px;
    margin-bottom: -23px;

}

.md-userscene.md-icon-float.md-input-has-value>label{
    font-size: small;
    padding-left: 0px;
    margin-bottom: -9px;

}
.md-userscene.md-icon-float.ng-animate.md-input-invalid.md-input-has-value{
    font-size: large;
    padding-left: 0px;
    margin-bottom: -5px;
    padding-bottom: 0px;

}
.md-userscene.md-icon-float.md-input-focused>label{
    font-size: small;
    padding-left: 0px;
    margin-bottom: -9px;

}
.dashCardContent {
    height: 800px;
    background-color: #b5b5b5;
}
/*.ng-pristine.md-input.ng-invalid.ng-invalid-required.ng-valid-mask.ng-touched{*/

/*}*/

.grid-header-action-button{
    top: 20px;
    left: 10px;
    position: relative;
}/*}*/

.phoennumberincontact.md-scene.md-icon-float:not(.md-input-has-value)>label{
    bottom: 41px !important;
    opacity: 0;
}
.phoennumberincontact.md-scene.md-icon-float.md-input-focused>label{
    bottom: 41px !important;
    opacity: 1;
}
.phoennumberinuser.md-userscene.md-icon-float:not(.md-input-has-value)>label{
    bottom: 41px !important;
    opacity: 0;
}
.phoennumberinuser.md-userscene.md-icon-float.md-input-focused>label{
    bottom: 41px !important;
    opacity: 1;
}
.warning-text{
    color: red;
    padding: 8px 0px 0px 0px;
    min-height: 16px;
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
}

.left-bar-true{
 margin-left: 324px;
 margin-top: 133px;
}

.left-bar-false{
    margin-left: 0px;
    margin-top: 133px;
}

.cursor-default{
    cursor: default !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

md-progress-linear.top-progress{
    z-index: 10;
    height: 3px;
    position: fixed;
    top: 0;
    left: 0;
}

md-progress-linear.top-progress .md-container{
    background-color: initial;
    height: 3px;
}
md-checkbox.md-checked .md-icon
{
    background-color: #1caf9a;
}

.input-red-true{
    border-color: red;
}

.menu-level-2{
    position: relative;
    left: -6px;
}

.duration-and-type-date-align{
    position: relative;
    top: -10px;
}


/* Terms And Condition Button CSS */

.tmx-file-input .k-filename {
    cursor: pointer;
}

.tnc-view-button{
    background-color:#1caf9a !important;
    color:white;
}

.tnc-view-button-disabled {
  background-color:#1caf9a !important;
}

.tnc-view-button-disabled ::hover {
    color: #757575;
}

.tnc-view-button-disabled md-icon {
  color: white !important;

}

tmx-datepicker#dateForGeoLocation {
    width: 100% !important;
    padding-right: 0px !important;
    padding-bottom: 80px !important;
}

button.md-greenery {
    color: green;
}

.location-input input{
    cursor: pointer !important;
}

.dateInUserReplacement {
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin: 12px;
    width: 100%;
}

.md-user.md-icon-float.ng-animate.md-input-invalid>label{
    margin-bottom:10px;
}
.md-block.md-user.md-icon-float.ng-animate.md-input-invalid>label{
    margin-bottom:1px;
}
.md-block.md-user.md-icon-float.md-input-has-value>label{
    margin-bottom: 1px;
    padding-left: 0px;
    top: 0px;

}
.md-content-label.disable_label_input_container.ng-scope{
    margin-bottom: 0px;
    top: -0.3px;
    opacity: 100;

}
.k-icon.k-i-arrow-n{
    color: #000;
    opacity:1;
}
.k-icon.k-i-arrow-s{
    color: #000;
    opacity:1;
}

#order-line-grid .k-grid-header {

  padding-right: 0px !important;

}

#order-line-grid .k-grid-header-wrap, .k-grid-footer-wrap {

    border: none !important;
}

#order-line-grid .k-grid-content {

    overflow-x: hidden !important;
}

md-select-menu[multiple] md-option {
    padding-left: 44px;
}

md-select-menu[multiple] md-option:before {
    transition: 240ms;
    position: absolute;
    top: 16px;
    left: 17px;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-radius: 2px;
    content: ' ';
    border-color: rgba(0, 0, 0, 0.54);
    z-index: 1;
}

md-select-menu[multiple] md-option[selected]:before {
    /* background-color: rgba(30, 136, 229, 0.87);
    border-color: rgba(30, 136, 229, 0.87); */
    border-color: #1caf9a;
    
    background-color: #1caf9a;
}

md-select-menu[multiple] md-option[selected]:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 22px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
    z-index: 2;
    /*border-color: #ffffff;*/
    border-color: #000;
}

.md-select-value{
    padding: 0;
}

.angular-google-map-container { height: 400px; }

.Is-Privalge-Active{
    color:grey;
}
.Day-Text-Alignment{
    margin: auto;
    width: 15px;
    padding: 10px;
}
.Day-Box:hover{
    background-color: grey;
}

.Selected-true{
    background-color:#1caf9a;
    border:none !important;
}
.Day-Box{
    height: 40px;
    cursor:pointer;
 }
.Grid-Inactive{
    background-color:grey ;
}
#order-line-grid .grid-col-edit {
    background-color: #fafafa;
}

#order-line-grid .grid-col-edit:hover {
    /* background-color: #d1d1d1; */
    /* border: 1px solid white; */
    cursor: text;
    
}

/* Added by Aqib for Geo Tracking */
.geotracking-grid-style{
    overflow-x:auto; margin-top:10%;
}
#geo-tracking-grid-table{
    border-collapse: collapse;
        width: 100%;
}

#geo-tracking-grid-table td , #geo-tracking-grid-table th{
    text-align: left;
    padding: 8px;
}

#geo-tracking-grid-table tr:nth-child(even) {
    background-color: #f2f2f2
}

.geotracking-grid-row-style{
    height:50px;background:#4CAF50;color:white;
}
.geo-tracking-emptypage-font{
    font-size: large; margin: 30px; opacity: 0.8;
}
.geo-tracking-map-height-width{
    height:100%; width:100%;padding: 20px; padding-top: 5px;
}
.full-height
{
    height: 100%;
}
.route-image-padding{
    /* padding:20px; */
}
div.route-image-padding > img
{
    width:100%;
}

/* Added by Aqib for Geo Tracking Grid */

.Inactive-row-icon {
    color: #e7505a !important;
}


.Active-row-icon {
    color:#1caf9a !important;
}

.imei-status-icon {
    margin-top: 16px;
}

.white-bg-tab md-ink-bar{
    background-color: #1caf9a;
}

md-tabs.white-bg-tab .md-tab{
    color: #1caf9a;
    background-color: white; 
}

.Pending-row-icon {
    color:#FFC107 !important;
}

.Close-row-icon {
    color:#f48342 !important;
}
.transfer-Dialog-col-L{
    width: 48%;
    height: 60px;
    border-right: solid 1px #E0E0E0;
    border-left: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    border-top: solid 1px #E0E0E0;
    background-color: white !important;
    padding-left: 24px;
    margin-bottom: 6px;
}
.transfer-Dialog-col-R{
    width: 48%;
    height: 60px;
    border-right: solid 1px #E0E0E0;
    background-color: white !important;
    border-bottom: solid 1px #E0E0E0;
    border-top: solid 1px #E0E0E0;
    padding-left: 24px;
    margin-bottom: 6px;
}


.selected-true{
    background-color: #f5f5f5!important;
}

.stock-transfer{
    background-color: white!important;
    height:150px!important;

}
.stock-shadow{
    box-shadow: 0px 3px 3px #888888;
}

.blue-color{
    color:#0019EA !important;
}

.order-lines,.adjustment-lines
{
    height: 64px;
}

.lines-item-div
{
    position: relative;
    float: right;
}

.header-div
{
    color: white;
   background-color: #1caf9a;
    height: 40px;
    padding:15px;
    font-size: 20px;
   
}

.search-add
{
    background-color: black;
    float: right;
    width: 350px;
    height: 700px;
}

.order-lines .text-item ,.adjustment-lines .text-item{
    padding: 4px 0px 4px 12px;
}

.order-lines .field-item {
    padding-right: 8px;
}

.line-item-remove-btn
{
position:absolute;
bottom:4px;
}

.trial{
    visibility: hidden !important;
}

 .margin-left-323-true {
     margin-left: 323px;
 }
.margin-left-323-false {
    margin-left: 0px;
}

.tmx-textbox-icon-password
{
    cursor:pointer;
    position: absolute;
    right:0px;
}
.margin-left--112{
    margin-left:-143px;
}

.margin-left-324-false{
    margin-left:72px;
    padding-right:24px;
}


md-content.margin-left-324-false{    
    background: rgb(228, 231, 234);
}

.white-background-editscreen{
    background-color: #ffffff;
    margin:0px 0px 16px 0px;
    border-radius: 4px;
}


.gray-background-editscreen{
    background-color: #e4e7ea;
}

.colors-menus{
   color:#8f939e;
   border-radius: 99px;
}
.active1{
    color:#1caf9a;
}
.side-menu .menu-toggle-list .md-button:hover{
    background-color:#1d2939;
    color:#1caf9a;
}

.side-menu .menu-toggle-list .md-button:hover .side-menu md-icon{
    color:#1caf9a;
}
.side-menu.topright .md-button.active:hover{
    color:white !important;
    background-color:#1caf9a;
}
.side-menu .md-button.active {
    color: white;
    font-weight: 400;
    background-color: #1caf9a;
    border-radius: 99px;
}

crud-buttons .md-button {
    min-width: 150px;
    border-radius: 99px;
}

.profile-menu-block{
    height: 155px;
    width: 275px;
    padding: 12px;
}
.profile-menu-image{
    border-radius:50%;
    height: 85px;
    width: 80px;
    border: 1px solid #e6e6e6;
}
.profile-logout-button{
    width: 145px;
    margin-top: 15px !important;
    font-size: 12px;
    padding: 0px;
    margin-left: -30px !important;
}





.logo-border{
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    width:72px;
    margin-top:8px;
    margin-bottom: 8px;
    height: 48px;
    /* padding-left: 9px; */
}

@media only screen and (max-width: 800px) {
    .topbar-username {
        display: none;
    }
    .welcome-role-menu{
        display: block;
    }
}

.tmx-tree-input > md-input-container:not(.md-input-focused):not(.md-input-has-value) > label {
    margin-bottom: 10px;
}
md-autocomplete.no-label > md-autocomplete-wrap > md-input-container.md-input-has-value > label {
display: none
}

.line-span
{
color: #0091ea;
}
.line-span-div
{
    color: white;
   
 
}
.md-scroll-mask{
    position: initial
}
.line-span-div-2
{
    color: #9e9d9d;
}
.line-span-div-3
{
    font-weight:bold;
}
.line-item-heading-div
{
   background-color:#1caf9a !important;
   padding: 1%;
}

.line-item-heading-div-2
{
   background-color:#eef1f1 !important;
   padding: 1%;
}

.no-lines
{
    margin-bottom: 12px; 
    color: #9e9e9e;
}

.required-error
{
    color:red;padding: 7px 0;
}
.section-heading
{
    margin-top:7px; color:#757575; font-weight:bold
}
.line-details-span
{
color: grey;
position:absolute;
bottom:4px;
}
.remove-circle
{
    top: -10px;
}
.line-row
{
    padding-bottom:16px;
}
.line-error-msg
{
    color: red; margin-top: -5px;
}
.popup-sizing
{
    width:80%;
}

.line-item-heading
{
    padding-bottom:16px;
}
.line-item-heading span:first-child
{   padding-left: 12px;
    color: #1caf9a;
}
.line-item-heading-2
{
    padding-bottom:0px;
}
.line-item-heading-2 span:first-child
{  
    color: #0091ea;
}
.line-item-heading-copy span:first-child
{   padding-right: 12px;
    color: #0091ea;
}
.date-picker-margin
{
    margin-top: -10px !important;
}
.select-message
{
border-top: 2px solid;
}
.hide-div
{
visibility: hidden; display:inline;
}
.flatButton
{
    border-radius:0px;    
}


html {
    overflow: auto;
}

/* Let's get this function started */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #424242; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1caf9a; 
    -webkit-box-shadow: inset 0 0 26px #1caf9a; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #1caf9a; 
}

/* #menu_container_0
{
   top: 64px !important;
}

#profileContent div.md-open-menu-container
{
    left: 1644px !important;
}

#profileContent{

}*/

.view-schemes{
    
    font-size: 12px;
    color: #1caf9a;
    background-color: #ffffff;
    position: absolute; 
    bottom: 8px; 
    cursor:pointer;
    border: 1px solid #1caf9a;
    margin-left: 12px;

}

.view-schemes[disabled]{
    
    font-size: 12px;
    color: grey;
    background-color: #ffffff;
    position: absolute; 
    border: 1px solid grey;
    bottom: 8px; 
    cursor:pointer;
    
    margin-left: 12px;
}
.arrow_box {
    /*position: relative;
    background: rgba(204,204,204,0.0);*/
    border: 1.5px solid #e5e4f0;
}
.arrow_box:after, .arrow_box:before {
     bottom: 100%;
     right : 50px;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
 }

.arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(204,204,204,0.0);
    border-width: 4px;
    margin-left: -4px;
}
.arrow_box:before {
    border-color: rgba(154, 153, 161, 0);
    border-bottom-color: #e5e4f0;
    border-width: 7px;
    margin-left: -7px;
}



a < span
{
background: red;
}

.md-fab.md-mini
{
 min-height: 20px;
 width: 40px !important;
 height: 40px !important;
}

.left-bar-icon
{
    color:#8f939e !important;  
    font-size: 24px;
    margin-bottom:1px !important; 
}


.md-button
{
    margin: 0px;
}

.topright .md-button
{
    width:100% !important;
    padding-right:60px !important;
    text-transform:capitalize;
}

.topright
{
    padding-left: 0px;
}

.topright .md-button:hover{
  color: white;
  background-color: #1caf9a;
}

.journeyPlan-customer-grid{
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
}
.association-dialog-icons{
    margin-top: 30px;
    margin-left: 30px;
}

#grid thead a{
    color: #757575;
}

.k-grid-header th.k-header>.k-link
{
    /* padding-left: 24px !important; */
}

.k-button.k-request-retry{
    pointer-events: none;
    opacity: 0;
}


md-card md-card-title.help-cards {
    padding: 6px 0px 3px 19px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

.md-headline-help {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding-top: 3px;
}

.help-cards{
    background: #1caf9a;
}

.help-content{
    margin-top: 30px;
}

.help-videos-right-margin{
    margin-right: 50px;
}

.help-videos-left-margin{
    margin-left: 50px;
}

.accordian-content{
    margin-top: 10px;
}

ng-form md-input-container input
{
    height: 32px !important;
}

ng-form tmx-textbox
{
    height: 80px;
}

form tmx-textbox
{
    height: 80px;
}


tmx-textbox
{
    padding: 4px 12px ;
}

ng-form tmx-select, orderbooker-select-filter, lazyload-select-filter
{
    height: 80px;
}
 tmx-select
 {
     padding: 4px 12px ;
 }

 customer-select-filter
 {
     padding: 4px 12px ;
 }

 orderbooker-select-filter  
 {
     padding: 4px 12px ;
 }

 lazyload-select-filter
 {
    padding: 4px 12px ;
 }

 tmx-multi-select
 {
     height: 80px;
 }

 tmx-multi-select
 {
     padding: 4px 12px ;
 }

 ng-form .location-input
 {
    height:80px;
    padding:4px 12px;
 }


 ng-form .tmx-tree-input,ng-form tmx-datepicker
 {
    height:80px;
    padding:4px 12px;
 }

 .treeinputLabel, .contactNumberLabel
 {
     margin-bottom: 8px;
 }

/* tmx-contact-details-widget tmx-textbox
{
    height: 56px;
} */

tmx-multi-select md-select
{
    height: 32px;
}

tmx-contact-details-widget tmx-textbox
{
    height: 80px;
}


tmx-contact-details-widget, tmx-select customer-select-filter, orderbooker-select-filter, lazyload-select-filter
{
    height: 56px;
}


tmx-datepicker
{
     height: 80px;
}

tmx-datepicker > div.layout-column > div > md-input-container > span{
    height: 32px;
}

.padding-right-24
{
    padding-right: 24px !important;
}

.padding-left-24
{
    padding-left: 24px !important;
}

.padding-right-48
{
padding-right: 48px !important;
}

.side-menu .mini-nav-slot .extend-nav-btn:not(.active):hover
{
    background: #1caf9a !important;
    color: white;
}

.extend-navtext:hover{
    color: white !important;
}

/* tmx-contact-details-widget
{
    padding-left:12px;
    padding-right:12px;
    padding-top:12px; 
} */

.section-content{
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.5, 0.2, .9, .01);
}

.section-content.collapsed{
    transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
}

/* tmx-leftbar *,tmx-topbar *{
    transition: 330ms cubic-bezier(0.62, 0.02, 0.49, 0.74) all;
} */


md-select-menu md-content
{
    /* min-height: 64px; */
}

.address-card-fields tmx-select
{
height: 56px !important;
}

.address-card-fields tmx-textbox
{
height: 56px !important;
}

.input-field-div
{
height:72px;
padding:8px 12px;
}

.floating-label-div
{
    height:16px;
}

.circle-button-div
{
    display:inline-block;
}


.circle-button
{
    float: right;
    padding-right: 50px !important;
    height: 100%;
}

.card-button
{
margin-left:40% !important;
}

.radio-button{
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
}
    

.field-label
{
top:-20px; 
left:10px !important;
}


.field-label-highlight
{
top:-20px; 
left:10px !important; 
color:red;
}

.field-border-highlight
{
color:red;
}

.selected-items-header
{
padding:12px 12px;
}

.address-cards-map tmx-textbox,.address-cards-map tmx-select
{
    padding: 0px;
}


.mobile-privileges-grid-true
{
    width: 1000px;
}

.grid-horizontal-scroll-true
{
overflow-x: scroll;
}

.grid-horizontal-scroll-false
{
    width: 100%;
}

.phoneNumberDiv
{
height:80px;
padding:4px 12px;
}

.k-icon.k-i-expand
{
    transform: rotateZ(90deg);
}

.k-icon.k-i-expand
{
    transform: rotateZ(90deg);
}

.k-pager-wrap .k-pager-numbers .k-state-selected
{
border-color: #1caf9a !important;
color: #1caf9a !important ;
background-color: #f7f7f7 !important;
}

.k-list>.k-state-selected.k-state-focused
{
    color: #1caf9a;
}
.k-list>.k-state-hover, .k-list>.k-state-focused
{
    border: 1px solid #e6e6e6 !important;
}
.k-grid-header, .k-grid-header .k-header, .k-pager-wrap, .k-pager-numbers, .k-state-selected, .k-grid-footer, .k-grid-footer td, .k-scheduler-header, .km-pane-wrapper .k-grid-header .k-header{
    background-color: #ffffff ;
}
md-menu-item
{
    min-height: 40px !important;
    height: 40px !important;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    align-content: center;
}
md-menu-item:hover
{
    background-color: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

md-menu-item>.md-button
{
padding-left: 8px;
padding-right: 8px;
}

.md-menu-add
{
line-height:53px;
}

.md-open-menu-container,.md-open-menu-container md-menu-content
{
border-radius: 3px;
}
md-menu-item>.md-button md-icon
{
margin: 2px 16px auto 0;
}
.md-open-menu-container.md-active
{
    margin-top: -10px;
}

.margin-left-36{
    margin: 0 auto 0px 36px;
}

.weight-700{
    font-weight: 700;
}

.font-size-17{
    font-size: 17px;
}
breadcrumbs{
    padding-left: 24px;
}

md-autocomplete
{
min-width: 0px;    
}

.sidenav-datepicker
{
    position: relative;
}

.survey-section-card
{
padding:12px;
margin-bottom: 10px;
}
.survery-section-button
{
height:60px;
}
.survery-question-text
{
    padding-left: 12px;
}

.survery-question-select
{
  margin-top:12px;
}
.survery-question-delete
{
margin-top:  20px;
}
.survery-answer-sample
{
    margin: 0px 12px 25px;
    
}
.survery-textbox-answer
{
height:56px;
}

.survery-textbox-answer-multiple-lines
{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin-left: 14px;
    color: rgba(0,0,0,0.26);
    margin-top: -10px;
    margin-bottom: 0px;
    line-height: 1.7;
}
.survery-img
{
    border: 1px solid black; 
    height: 98%;
}

.answer-options-widget-md-button-remove
{
    margin-left: -9px !important;
    margin-right: 0px;
    padding-right: 0px;
    
}

.answer-options-widget-md-button-add
{
   float: right !important;
   margin-right: 0px;
   padding-right: 0px;
   margin-left: 0px;
   padding-left: 0px;
}

.answer-options-widget .button-container
{
    margin-left: 6px

}
md-dialog .search-button
{
    margin:12px;
    height: 30px;
}

md-tooltip
{
font-size:12px !important;
}

#loading-bar .bar{
    background: #1caf9a;
    height: 6px;
}
.checkBoxSpan
{
    margin-bottom: 18px;
}

#customer-popup-grid table tbody tr td
{
    padding-left:21px !important;
}
#customer-popup-grid .k-grid-header th.k-header>.k-link
{
    padding-left:10px !important;
}

.md-fab.md-mini.not-selected-day
{
    margin:5px;
    color:black;
}

.md-button.md-primary.md-fab:not([disabled]):hover
{
    background-color:#1caf9a !important;
   
}
a.md-button.md-default-theme.md-primary:not([disabled]) md-icon, a.md-button.md-primary:not([disabled]) md-icon, .md-button.md-default-theme.md-primary:not([disabled]) md-icon, .md-button.md-primary:not([disabled]) md-icon
{
    color: #1caf9a;
}
.md-fab.md-mini.selected-day
{
    margin:5px;

}

md-icon.md-default-theme.md-primary, md-icon.md-primary
{
    color:#1caf9a;
}

.grid-crud-card
{
margin:16px 0px 0px 0px;
box-shadow:none;
}

md-switch[disabled]
{
 pointer-events: none; 
 
}

md-switch[disabled] .md-bar{
    background-color: #b0ede3 !important;
}

md-switch[disabled] .md-thumb{
    background-color: #23c9b1 !important;
}

html .k-upload
{
    background-color: #f7f7f7;
}
md-radio-group[disabled] md-radio-button .md-container
{
   cursor:default;  
}
md-radio-button .md-on
{
    background-color:transparent;
  
}
md-radio-group[disabled] md-radio-button .md-container .md-on
{
    background-color:rgba(0,0,0,0.26);
}

md-radio-group[disabled] md-radio-button .md-container .md-off
{
    border-color:rgba(0,0,0,0.26) !important;
}

.cursor-pointer
{
    cursor: pointer;
}

.cursor-default
{
    cursor: default;
}

#grid .k-header 
{
    color:#827575;
    font-weight:700;
    font-size:1em;
}

.k-footer-template td{
    background: #c1c1c1;
    color: #000;
    text-align: left;

}


#AmountRecieved .floating-label-div
{
height: 0px !important;
}


.amount-recieved-row
{
    height:20px;
}

#AmountRecieved > div.tmx-textbox.layout-row.flex
{
        top:-14px;
}

#TotalAmount .floating-label-div
{
height: 0px !important;
}


.TotalAmount-recieved-row
{
    height:20px;
}

#TotalAmount > div.tmx-textbox.layout-row.flex
{
        top:-14px;
}
#grid .merge-grid-header
{
    text-align: center;
}

#grid .merge-grid-new-header
{
    
    text-align: center !important;
}

.field-disabled{
    pointer-events:none;
}

.disabledFabButton
{
background: grey !important;
z-index: 20;
border-radius: 50%;
background-clip: padding-box;
transition: all .3s cubic-bezier(.55,0,.55,.2);
transition-property: background-color,box-shadow,transform;
min-height: 20px;
width: 40px !important;
height: 40px !important;
line-height:10px;
min-width:0px;
}

.disabledFabButtonSalesTarget
{
background: grey !important;
z-index: 20;
border-radius: 50%;
background-clip: padding-box;
transition: all .3s cubic-bezier(.55,0,.55,.2);
transition-property: background-color,box-shadow,transform;
min-height: 20px;
width: 40px !important;
height: 40px !important;
line-height:15px;
min-width:0px;

vertical-align: middle;
box-sizing: border-box;
}
.grid-row
{
    height: auto !important;
    min-height: 64px !important;
    border-bottom: grey;
}

.chipsdemoCustomInputs md-content.autocomplete {
  min-height: 200px; }

.chipsdemoCustomInputs input[type=number] {
  width: 110px; }

.chipsdemoCustomInputs .veggie-option {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 8px; }

.chipsdemoCustomInputs .veggie-option .md-item-text {
  padding: 8px;
  border-radius: 3px; }

.chipsdemoCustomInputs .veggie-option .md-item-text h3,
.chipsdemoCustomInputs .veggie-option .md-item-text p {
  padding: 0;
  margin: 0; }


  .drag-item{
      border: 1px solid #1caf9a;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
      
      border-radius: 3px;
  }

.indeterminate .md-icon{
    background-color: #1caf9a;
    height: 15px;
    width: 15px;
    padding-right: 5px;
    padding-left: 5px;
    border-style:none;
    outline-style: double;
    outline-color: #1caf9a;
}
}

  [ng-drag].drag-over {
      border: 1px solid #1caf9a;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
      
      border-radius: 3px;
  }
  
  [ng-drag].dragging {
    opacity: 0.7;
  }

  .row-background-blue
  {
      background: #A0D3F3;
  }
  
  .row-background-gray
  {
      background: #C2BDBC;
  }

  .row-background-brown
  {
      background: #f9cfac;
  }

  .row-background-pink
  {
      background: #eaacbabf;
  }

  .label
  {
    padding: inherit;
  }

  .inputcontainer{
    height: inherit;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
  
  .slidebar-label{
    margin-top: 13px;
    margin-right: 10px;
    color: #1caf9a;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0px -0.5px #1caf9a;
  }

  .van-comparison-div{
    border: #1caf9a 1px solid;
    padding: 20px 23px 25px;
    margin-bottom: 60px;
  }

  .select-buttons .md-button{
    min-width: 150px;
    background:#f7f7f7;
    margin-right:15px !important;
    border-radius: 99px;
  }

  .login-fields-div{
      border-radius: 25px;
      background-color: white;
  }

  md-dialog-actions .md-button{
    min-width: 150px;
    border-radius: 99px;
  }

/* Fading animation */  
.fade {  
    -webkit-animation-name: fade;  
    -webkit-animation-duration: 1s;  
    animation-name: fade;  
    animation-duration: 1s;  
}  
@-webkit-keyframes fade {  
    from {  
        opacity: 0.4  
    }  
    to {  
        opacity: 1  
    }  
}  

@keyframes fade {  
    from {  
        opacity: 0.4  
    }  
    to {  
        opacity: 1  
    }  
}  

.report-buttons{
    min-width: 150px;
    border-radius: 99px;
    height: fit-content;
    margin-top: 15px;
}

.k-more-events, .k-event, .k-task-single, .k-task-complete, .k-event .k-link {
    background-color: whitesmoke;
    border-color: #e6e6e6;
}

.product-warehouse-column{
    padding-top: 25px;
    font-weight: bold;
    color: #1caf9a;
}

.bold-text{
    font-weight: bolder;
}

.date-change-input{
    background: white;
    border: none;
    padding-top: 12px;
    padding-left: 12px !important;
    font-weight: 600;
    color: #9E9E9E;
}

.last-week-stats-column{
    font-weight: bold;
    color: #1caf9a;
}
.comprehensive-report-header{
    margin: 0 50px 30px 50px;
}
.color-cell-red {
    color: red !important;
    font-weight: bold;
  }


.button-height{
    height: 20px;
}

.k-grid-header{
    z-index: 1000;
}

.md-sidenav-right{
    z-index: 1000;
}

.remove-button-padding{
    padding: 100% 50% !important;
}

.gap-div {
    gap: 2%;
    padding: 1% 2%;
}

.profile-picture img{
    width: auto !important;
    height: 200px !important;
}

.profile-picture .multiple-file-list .item{
    width: auto !important;
}

.lines-table {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
  }
  
.lines-table-row { 
    display: table-row; 
}

.lines-table-row [lines-table-cell] { 
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}


.lines-table-cell {
    display: table-cell;
    padding: 5px;
}

.gap-div {
    gap: 2%;
    padding: 1% 2%;
}

.alternate-row:nth-child(even) {
    background-color: #f6f4f4;
}

.mb-2{
    margin-bottom: 1%;
}
.profile-picture img{
    width: auto !important;
    height: 200px !important;
}


.flex-space-between{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}

.time-sheet-hover:hover{
    background: #e1dcdc;
}

.flex-space-between-delete{
    display: flex;
    justify-content: center;
    flex: 3%;
    max-width: 3%;
    text-align: center;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 5px;
}

.flex-space-between-time{
    flex: 4%;
    max-width: 5%;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin: 0px !important;
}

.flex-space-between-project{
    flex: 25%;
    max-width: 25%;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-right: 5px;
    margin-top: 7px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
}

.flex-space-between-total{
    display: flex;
    justify-content: center;
    font-family: arial;
    font-size: 15px;
    font-weight: bolder;
    flex: 7%;
    max-width: 7%;
    margin-left: 0px;
    margin-right: 15px;
    padding: 2px;
    text-align: center;
}

.project-task
{
    color: black;
    font-weight:bold;
}

#UserTimesheet .floating-label-div
{
height: 0px !important;
}

.no-records-error-small{
    text-align: center;
    height: 100%;
    width: 100%;
    color: #6c6868;
    background: #e1dcdc;
}


.flex-space-between{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}

.time-sheet-hover:hover{
    background: #e1dcdc;
}

.flex-space-between-delete{
    display: flex;
    justify-content: center;
    flex: 3%;
    max-width: 3%;
    text-align: center;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 5px;
}

.flex-space-between-time{
    flex: 4%;
    max-width: 5%;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0px !important;
}

.flex-space-between-project{
    flex: 25%;
    max-width: 25%;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-right: 5px;
    margin-top: 7px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
}

.flex-space-between-total{
    display: flex;
    justify-content: center;
    font-family: arial;
    font-size: 15px;
    font-weight: bolder;
    flex: 7%;
    max-width: 7%;
    margin-left: 0px;
    margin-right: 15px;
    padding: 2px;
    text-align: center;
}

.project-task
{
    color: black;
    font-weight:bold;
}

#UserTimesheet .floating-label-div
{
height: 0px !important;
}

.no-records-error-small{
    text-align: center;
    height: 100%;
    width: 100%;
    color: #6c6868;
    background: #e1dcdc;
    padding: 7px;
}

.offday-color{
    color: #b100cd !important;
}

.holiday-color{
    color: #b33f3f !important;
}

.margin-bottom{
    margin-bottom: 5px !important;
}

.display-block{
    display: block !important;
}

.view-summary-total{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    padding: 4px 12px
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #302e2e54;
}

.center-element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-element {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 30px;
}

.flex-space-between-check-time{
    flex: 9%;
    text-align: center;
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.div-with-line {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px; 
}

.flex-space-between-attendance-date{
    flex: 6%;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.flex-space-between-is-checkout-next-day{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 6%;
    text-align: center;
    margin-right: 5px;
}

.display-block-font-size{
    display: block !important;
    font-size: 20px !important;
}

.flex-space-between-attendance-status{
    display: flex;
    justify-content: center;
    font-family: arial;
    font-size: 15px;
    font-weight: bolder;
    flex: 6%;
    margin-left: 0px;
    margin-right: 15px;
    padding: 2px;
    text-align: center;
}

.flex-space-between-total-working-time{
    flex: 6%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.margin-left-10{
    margin-left: -10px !important;
}

.flex-space-between-total-working-time-box{
    text-align: center;
    margin: 0px !important;
}

.absent-attendance-color{
    color: #ca2121 !important;
}

.absent-attendance-b-color{
    background: #e4b6b6 !important;
}

.offday-holiday-attendance-color{
    color: #b100cd !important;
}

.offday-holiday-attendance-b-color{
    background: #e7c3ec !important;
}

.early-going-attendance-color{
    color: #25b6b6 !important;
}

.early-going-attendance-b-color{
    background: #bfdcdc !important;
}

.late-arrival-attendance-color{
    color: #ff9d0e !important;
}

.late-arrival-attendance-b-color{
    background: #d2cbc1 !important;
}

.leave-attendance-color{
    color: #48A3F5 !important;
}

.leave-attendance-b-color{
    background: #bdd3e8 !important;
}

.present-attendance-color{
    color: #19d223 !important;
}

.present-attendance-b-color{
    background: #d2ebd3 !important;
}


.half-day-attendance-color{
    color: #31375efa !important;
}

.half-day-attendance-b-color{
    background: #98a0d6fa !important;
}

.flex-space-between-attendance{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    height: 60px;
}

.attendance-status-textbox{
    width: 100px;
    padding: 7px;
    border-radius: 6px;
    border: 1px solid;
}

.context-end{
    justify-content: end !important;
}

.time-input .md-errors-spacer {
    float: right;
    min-width: 0px;
    min-height: 0px;
}

.working-hour-input .md-errors-spacer {
    float: right;
    min-width: 0px;
    min-height: 0px;
}

.flex-space-between-shift{
    flex: 6%;
    text-align: center;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-between-attendance-location{
    flex: 3%;
    text-align: center;
    margin-left: 25px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

 
.copy-attendance-data{
    border: 1px solid;
    border-radius: 6px;
    height: 220px;
}

.margin-0{
    margin: 0px !important;
}


.margin-top-8{
    margin-top: 8px !important;
}

.margin-bottom-0{
    margin-bottom: 0px !important;
}

.align-left  .md-label{
    text-align: start !important;
}

.flex-space-between-copy-check-time{
    flex: 5%;
    text-align: center;
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.flex-space-between-copy-shift{
    flex: 20%;
    text-align: center;
    margin-left: 0px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-between-copy-radio-box{
    flex: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulk-update-attendance{
    font-size: 15px;
    font-weight: bold;
    color: #1caf9a;
}

.error-message-background-color{
    background-color: #eaa0a0ad;
}

.flex-space-between-update-attendance{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    color: #1caf9a;
    height: 70px;
    width: 90%;
}
.full-screen-background {
    background-image: url('../images/dashboard-layer-blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    margin-top: -67px;
    width: 100%;
   
}
.gif-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.dashboard-button{
    color: #FFFFFF !important;
    width: 175px;
    height: 27px;
    top: 32px;
    font-weight: 600;
    line-height: 26.63px;
    background-color: #1caf9a !important;
}
.dashboard-margin-left-324-true{
    margin-left: 94px !important; 
}

.classification-dialog {
    width: 25%;
}