@winheight: 100vh;
@winwidth: 100vh;

.md-dialog-container{
    height: 100vh !important;
}
* {
    outline: none !important;
}

html{
    overflow-y: visible !important;
}
#sidebar-wrapper {
    z-index:100 !important;
}
md-backdrop.md-dialog-backdrop {
    z-index:101 !important;
}
.md-dialog-container {
    z-index:110 !important;
}
.att_overlayDiv {
    visibility: hidden;
    opacity: 0.5;
    z-index: 1000;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    top: 0px;
    
    &.active {
        visibility: inherit;
    }
    &.att-to-portion {
        position: absolute;
        z-index: auto !important;
    }
    
    .att_progressLinear {
        visibility: hidden;
        
        &.active {
            top: 150px;
        	position: relative;
            visibility: inherit;
        }
    }
}

.att-has-error{
    color: red !important;
}
.att-drop-down{
    margin-top:15px;
}

.att-right-panel-menu-container{
-moz-transform-origin: 17px 18px;
  -o-transform-origin: 17px 18px;
  -ms-transform-origin: 17px 18px;
  transform-origin: 17px 18px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  width:300px;
}
.att-grid-style {
    width: 100%; 
    height: 290px;
}

md-input-container .md-input{
	height:27px!important;
    font-size: 17px!important;
}

md-input-container label:not(.md-no-float):not(._md-container-ignore), md-input-container ._md-placeholder{
	font-size: 14px;
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float){
    -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
    transform: translate3d(0, 13px, 0) scale(0.75);
    transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    width: calc((100% - 18px) / 0.75);
    font-size: 17px;
}

.att-grid-cell-right {
    text-align: right;
}

md-input-container{
    margin-bottom: 0px !important;
    input {
        margin-bottom: 0px !important;
    }
    .md-errors-spacer {
        min-height: 15px !important;
    }
}
.md-input-message-animation {
    line-height: 13px !important;
    color: rgb(221,44,0);
}

.user-image.att-text-img-div{
    //background-color: #357fd4;
    background-color: #09ADC5;
    width: 35px;
    float: right;
    text-align: center;
}

.user-image .att-text-img{
    line-height: 35px;
    //color: rgb(255, 255, 255) !important;
    color: #fff !important;
    font-size: px;
}
.att-text-align-center{
    text-align: center !important;
}
.img-responsive.att-text-img-div{
    //background-color: #357fd4;
    background-color: #09ADC5;
    width: 68px;
    height: 68px;
    /*float: right;*/
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.profile-pic.att-text-img-div{
    //background-color: #357fd4;
    background-color: #09ADC5;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto !important;
}

.img-responsive .att-text-img{
    line-height: 60px;
    //color: rgb(255, 255, 255) !important;
    color: white !important;
    font-size: 34px;
}
.profile-pic  .att-text-img{
    line-height: 100px;
    color: #ffffff !important;
    font-size: 68px;
}

.att-user-name{
    line-height: 35px;
    float: left;
}

.att-user-name + .att-user-pic {
    float: right;
}

.att-breadcrumb {
    padding:0px !important;
    font-size:12px;
    float:none !important;
    //left: 70px;
    //left: 115px;
    left:205px;
    position: absolute;
    top: 56px;
    
    .att-breadcrumb-item:first-child{
        padding-left:10px;
    }

    .att-breadcrumb-item + .att-breadcrumb-item:before{
        content: '\003E';
        color: black;
        vertical-align: top;
        display: inline-block;
        font-family: 'Roboto Light';
        font-weight: bold;
        font-style: normal;
        font-size: 16px;
        margin: 0 8px 0 8px;
        -webkit-font-smoothing: antialiased;
        margin-top: -4px;
    }
    
    .att-breadcrumb-item:last-child{
        color: black !important;
    }
    
    .att-breadcrumb-item:not(:last-child){
        color: #09ADC5 !important;
    }
}

.att-no-action-text{
    margin: 6px;
}

.att-grid-checkbox{
    margin:0px;
}

.att-width-14-em {
    width: 14em !important;
}

.att-pull-right-text{
    text-align: right;
}
.att-no-redirection{
    text-decoration: inherit !important;
    cursor: text !important;

}
a:not(.att-no-redirection):hover {
    color: #23527c !important;
}

.att-item-selected{
    //background-color: #09ADC5 !important;
    background-color: #005cb9 !important;
    color: #fff !important;
}

.att-overflow {
    white-space: nowrap;
    width: 11em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.att-no-search-sort {
    padding-top: 0px !important;
    & :first-child{
        margin-top: 0px !important;
    }
}

.att-file-attachments{
    text-align: center;
    margin: 0px;
    position: relative;
    .att-action-name {
        display: block;
        font-size: 15px;
        padding-top: 6px;
        padding-left: 5px;
    }
    input[type=file] {
        top:0px;
    }
}
.att-no-hover-color:hover{
    background-color: #f9f9f9 !important;
}
.att-default-cursor {
    cursor: default;
    strong:hover {
        cursor: pointer;
    }
}

md-autocomplete[md-floating-label] md-input-container{
    padding-bottom: 0px !important;
}

.contactsFilter {
    md-select {
        margin:0px !important;
    }
    .att-search-btn {
        margin-top :0px !important;
    }
}

.att-datepicker-container{
    label {
        color: rgba(0,0,0,0.54);
    }
    md-datepicker {
        margin-top: 0px !important;
    }
}
table tbody tr:hover input {
	color: #000 !important;
}

.att-md-select-container {
    margin-bottom: 14px !important;
}
.att-md-checkbox-container {
    margin-bottom: 5px !important;
}

.att-md-datepicker-checkbox{
    margin-top: 14px !important;
}
.att-datepicker-error-message, .att-summary-error-message{
    font-size: 12px;
    color: #dd2c00;
}

.att-tab-actions-wrapper {
    margin: 10px 0;
}

.att-pagination .pagination {
    margin: 0px 0px;
}

.add-timesheet, .edit-timesheet, .add-reimbursement, .edit-reimbursement, .add-MailingList, .edit-MailingList, .att-add-payroll, .att-edit-payroll, .att-addedit-certificate {
    .att-table-container {
        > div:first-child { 
            padding-right: 5px;
        }
        > div:last-child { 
            padding-left: 5px;
        }
        table {
            display: block;
            width:100% !important;
            height: 310px;       
            overflow-y: auto;    
            overflow-x: hidden;  
            margin-bottom:0px !important;
            
            .att-activity-td-color{
                color: black !important;
                cursor: default !important;
            }
            
            tbody tr:not(.att-grid-row-error):hover{
                color: #fff !important;
            }
            
            tbody tr.att-activity-td-color:not(.att-grid-row-error):hover{
               color: black !important;
            }
           
            td.att-description-display{
                max-width: 25px !important;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        }
        
        .att-attachment:hover {
            a {
                color: #fff !important;
            }
        } 
        
        .att-closed-reason {
            padding-left: 25px;
            padding-right: 10px;
            &.right {
                padding-right: 0px !important;
            }
            
            label {
                left: 24px;
            }
        }
        md-input-container textarea.att-description{
            line-height: 15px;
            min-height: 91px !important;
            font-size: 15px !important;
            overflow-y: auto;
            width: 100% !important;
        }
        .att-padding-L-R-15 {
            padding-left: 15px;
            padding-right: 15px;
        }
        .att-no-attachments {
            text-decoration: inherit !important;
            cursor: default !important;
            color: black !important;
            &:hover {
                color: black !important;
            }
        }
        .att-no-cursor {
            text-decoration: inherit !important;
            cursor: default !important;    
        }
    }
    
    .att-payroll-details-container {
        md-content {
            background: #fff !important;
        }
    }
    
    .att-w-90-p {
        width: 90% !important;
    }
    
    .att-w-10-p {
        width: 10% !important;
    }
    
}

md-input-container textarea.att-description{
    line-height: 15px;
    width: 100% !important;
    min-height: 91px !important;
    font-size: 15px !important;
    overflow-y: auto;
}

md-input-container textarea.att-description.att-height-50 {
    min-height: 50px !important;
    height: 50px !important;
}

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

.att-padding-t-10 {
    padding-top:10px !important;
}
.att-padding-left-55 {
    padding-left: 55px !important;
}
.att-padding-t-5 {
    padding-top: 5px !important;
}

.att-certificate-search-container {
    .att-certificate-filter-container {
        .att-certificate-filter {
            margin-top: 9px !important;
        }
        .att-certificate-search {
            margin-top: 0px !important;
        }
    }
}

.att-huge-text-wrapper{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.att-textarea-container {
    width:100% !important;
}

.md-select-menu-container{
    z-index:120;
}
.att-cp-switch {
    margin-bottom: 20px;
    margin-top: 30px;
}
.att-current-group-indicator:before {
    content: '✔';
    font-size: 13px;
    line-height: .8;
    color: #357fd4;
    transition: all .2s;
    padding-right: 5px;
}
.att-passive-group-indicator:before {
    content: '✔';
    font-size: 13px;
    line-height: .8;
    color: #357fd4;
    opacity: 0;
    transition: all .2s;
    padding-right: 5px;
}

.att-socialLink-container{
    float: left;
    margin-left: 10px;
    width: 90%;
}

#add-options {
    display: none;
}
.att-search-wrapper .att-search-criteria .att-advance-search {
    #closeAdd {
        float:right;
        cursor: pointer;
    }
}

.att-no-records {
    text-align: center;
    background: #fff;
    padding: 15px;
    clear: both;
    border: 1px solid #ccc;
}

.att-pull-center {
    text-align: center;
}

.att-addedit-container {
    padding: 60px 15px 15px 15px;
    
    .att-list-form-section {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    
    .att-list-section {
        clear: both;
        padding: 15px;
        margin-bottom: 20px;
        float: left;
        width: 100%;

        .att-grid-row {
            border: 1px solid #ccc;
            border-bottom: none;
            padding: 0 5px;
            float: left;
            width: 100%;
            
            &.att-row-selected {
                background: #357fd4;
                color: #fff;
            }
            
            &.att-header-row {
                border-bottom: 1px double #ccc;
            }

            &:last-child {
                border-bottom: 1px solid #ccc;
            }
            .att-custom-check {
                float:left;
                padding: 10px 5px;
            }
            .att-in-name {
                float: left;
                padding: 10px;
                border-left: 1px solid #ccc;
            }
            
            .att-icon-arrow-right, .att-icon-arrow-down {
                font-size: 35px;
                color: #bfbfbf;
                cursor: pointer;
                float: right;
            }
            
            .att-expand-row {
                clear: both;
                margin: 0 -5px;
            }
        }
    }
}

.att-border-bottom-1-solid {
    border-bottom: 1px solid #ccc;    
}
.att-border-bottom-2-solid {
    border-bottom: 2px solid #ccc !important;    
}
.att-padding-15 {
    padding: 15px !important;
}

.att-top-space {
    margin-top: 70px;
}

/*It is being used in invoice.less and attainica.less so comment make it unique and also this has to be tested*/
/*.att-list-section {
    clear: both;
    padding: 15px;
    margin-bottom: 20px;
    float: left;
    
    .att-grid-row {
        border: 1px solid #ccc;
        border-bottom: none;
        padding: 0 5px;
        float: left;
        width: 100%;
    }
}*/

.att-settings-container {
    .att-general-setting {
        margin-top: 15px;
        
        &:last-child {
            margin-bottom: 15px;
        }
    }
    td {
        vertical-align: middle !important;
        border-top: none !important;
    }
    .att-setting-name {
        font-family: "Roboto Light";
        font-size: 18px;
        color: #040404;
        float:left;
    }
    .att-setting-tagline {
        font-family: "Roboto";
        font-size: 18px;
        color: #999999;
        float:left;
    }
    .att-setting-bottom-margin{
         margin-bottom: 30px;
    }
    
    .att-setting-tagline-blue {
        font-family: "Roboto";
        font-size: 18px;
        color: blue;
        float:left;
        margin-left:5px !important;
    }
    .att-setting-integration-margin-text{
        padding-left:15px;
    }
    
    .att-setting-integration-margin{
        padding-left:30px;
    }
    .att-qb-connection-type {
        .md-radio-button {
            margin-left: 15px;
        }
    }
    
    .integration-switch {
        margin: 0px 10px 0px 0px;
        float: left;
    }
    .integration-label {
        padding-top: 5px;
    }
    .att-footer {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.att-grid-row-error {
    color: #f00 !important;
    &:hover {
        color: #f00 !important;
        
        input {
            color: #f00 !important;
        }
    }
}

.att-invoice-table-container {
    height: 250px;
}

.att-error-container, .panel.panel-default.att-error-container{
    border-color: red !important;
}

 .md-select-value *:first-child { 
    width: calc(100% - 24px); 
 }
 
.att-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;

    &.panel-default {
        border-color: #ddd;
    }

    .panel-heading {
        border-radius: none;
    }
}

.att-search-left {
    width: calc(~"100% - 150px");
    
    input.att-search {
        width: calc(~"100% - 50px");
    }
}
.att-search-width-arrange{
    width: calc(~"100% - 250px") !important;
}
/*.att-icon-masterlist {
    margin-left: -25px !important;
}

.att-module-masterlist {
    margin-left: 20px !important;
}*/

.att-calendar-input {
    background-color: white !important;   
}

.att-calendar-input {
    background-color: white !important;   
}
.att-word-wrap-break-word {
    word-wrap: break-word;
}
.att-word-break-break-word{
    word-break: break-word;
}
.att-margin-t-15 {
    margin-top: 15px !important;
}

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

.att-width-50-per {
    width: 50%;
}
.att-height-50-per {
    height: 50%;
}
.att-width-60-per {
    width: 60% !important;
}
.att-height-60-per {
    height: 60% !important;
}
.att-width-75-per {
    width: 75%;
}
.att-height-55-per {
    height: 55%;
}
.att-height-80-per {
    height: 80% !important;
}
.att-width-80-per {
    width: 80% !important;
}
.att-height-90-per {
    height: 90% !important;
}
.att-width-90-per {
    width: 90% !important;
}
.att-top-0-per{
    top: 0% !important;
}
.resizer{
    display: none !important;
}
.resize{
    background:url(/images/resize.gif) 15px 15px no-repeat !important;
}
.tinyeditor-control{ 
    background-image:url(/images/icons.png) !important;
}
.tinyeditor-header {
    .toggle {
        background:url(/images/icons.png) -34px 2px no-repeat !important;
    }    
}
.tinyeditor-footer {display: none !important;}
/*
.att_body {
    .md-virtual-repeat-container.md-autocomplete-suggestions-container {
        top: 135px !important;
    }
}*/
.att-emp-timesheet-tr:hover a{
    color: #fff !important;  
}
@media (min-width: 480px) and (max-width: 767px){	
    .att_body {
        .md-virtual-repeat-container.md-autocomplete-suggestions-container {
            // top: 396px !important;
            top: auto !important;
            // bottom: 30px !important;
        }
    }   
}

.att-width-15-per {
    width: 15%;
}

.att-width-20-per {
    width: 20%;
}

.att-panel-width {
    width: 80%;
    float: left;
}

.att-visibility-hidden{
    visibility:hidden;
};

.att-error-color {
    font-size: 12px;
    color: rgb(221,44,0);
};

/*.att-window-popup-body {
    background: #fafafa;
    .md-virtual-repeat-container.md-autocomplete-suggestions-container {
        top: 133px !important;
    }
    
    .add-user, .edit-user {
        .md-virtual-repeat-container.md-autocomplete-suggestions-container {
            top: 390px !important;
        }
    }
}*/

.att-window-popup-body {
    .md-virtual-repeat-container.md-autocomplete-suggestions-container {
        height: 200px !important;
    }
}

.att-reimbursements-edit-height-38-px{
    height: 38px !important;
}
.att-width-100-per {
    width: 100% !important;
}
.att-word-break-all-break-word{
    word-break: break-all;
}
.att-detail-height {
    height: 340px;
}

.att-nus-container {
    width: 100%;
    padding-bottom: 10px !important;
    md-content {
        background-color: white;
    }
    
    .att-nus-greeting {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .att-nus-welcome {
        margin-bottom: 15px;
    }
}

.att-active-feature:before {
    content: '✔';
    font-size: 25px;
    line-height: .8;
    color: #357fd4;
    transition: all .2s;
    padding-right: 5px;
    text-align: center;
}

.att-frozen-text {
    font-size: 16px;
    float: left;
    border-bottom: 1px solid;
    padding-top: 3.9px;
    width: 26% !important;
}

.att-frozen-text-input {
    width: 73% !important;
}

.att-display-years {
    display:inline-block;
    float: none !important;
}

.att-width-85-per {
    width: 85%;
}
.att-overflow-x {
    overflow-x: scroll;
}

table.att-features-table{
    float: left;
    th,td {
        width:200px;
    }
    .att-package-names {
        display: block;
        position: relative;
    }
    .att-packages-features-prices {
        display: block;
        height: 350px;
        overflow: auto;
        width: 100%;
    }
}

.att-width-5em {
    width: 5em !important;
}
.att-width-3em {
    width: 3em !important;
}

.att-width-60-per {
    width: 60% !important;
}

.att-width-70-per {
    width: 70% !important;
}

.att-width-30-per {
    width: 30% !important;
}

md-dialog.att-sync-att-qb {
	max-height: 100% !important;
}

.att-sync-att-qb {
    
    md-content {
        background: white !important;
        overflow: hidden !important;
        .att-sync-box {
            border: 1px solid #ccc;
            .Table {
                display: block;
                .att-title {
                    font-weight: bold;
                    padding: 10px 5px;
                    text-align: left;
                    text-transform: uppercase;
                    line-height: 1.3;
                    background-color: #ededed;
                    float: left;
                    width: 100% !important;
                }
                .tr {
                    display: inline-flex;
                    width: 100%;
                }
                .td {
                    display: table-cell;
                }
                
                tbody {
                    md-select {
                        margin: 0px !important;
                    }
                }
            }
            
            .att-snyc-container {
                .tr {
                     display: flex;   
                }
            }
        }
    }
    .att-list-container {
        height: ~"calc(@{winheight} - 270px)";
        overflow-y: scroll;
    }
    .att-sync-center-table{
        .fixed_headers{
            thead{
                padding:0;
                tr{
                    padding:0;
                    th{
                        margin: 0 0 0 -1px;
                        padding: 10px 5px;
                        float: left;
                        border: 1px solid #ccc;
                        border-top: none;
                        border-right: none;
                    }    
                }
            }
            tbody{
                padding:0;
                tr{
                    padding:0;
                    td{
                        padding:10px;
                        float:left;
                        border-bottom: 1px solid #ccc;
                        /*border-top: none;
                        border-right: none;*/
                        md-select{
                            margin:0;
                            md-select-value {
                                padding: 0 !important;
                            }
                        }
                    }
                }
            }
        }
    }
}

#att-scroll-bar::-webkit-scrollbar, .att-scroll-bar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    
} 
#att-scroll-bar::-webkit-scrollbar-thumb, .att-scroll-bar::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #9c9c9c;
    border-radius:10px;
}

.att-syncattqb-table-container {
    width: 100%;
    float: left;
    
    .att-sync-list-container, .att-sync-list-container-mapped {
       /* height: ~"calc(@{winheight}px - 320px)"; */
        overflow-y: auto;
        float: left;
        width: 100%;
        .tr {
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #ededed !important;
        }
        .td {
                padding:10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
        }
        
        .att-item-already-mapped {
            color: lightgrey !important;
        }

    }
    .att-sync-list-container-mapped {
        height: ~"calc(@{winheight} - 245px)";    
    }
    
    #table-wrapper {
      position:relative;
    
        #table-scroll {
          height: ~"calc(@{winheight} - 240px)";
          overflow-y: overlay;
          margin-top:32px;
        }
        table {
          width:100%;
          border-bottom: 0px;
          
          thead {
                th {
                  padding: 0px !important; 
                  border: 0px !important;
                  span.text {
                        position:absolute;   
                        top:-37px;
                        width: 100%;
                        padding: 8px 9px;
                    }
                }
            }
        }
    }
    
    button[disabled]{
		cursor: not-allowed;
	}
	
	.att-sync-dir-btns {
		padding-top: 120px;
	    text-align: center;
	    
	    .att-add-sync-btn {
	        /*padding-top: 150px;*/ 
	        padding-bottom: 80px; 
	    }
	}
	.att-pull-center {
	    text-align: center;
	}
	.att-sync-dir-font {
	    i {
	        font-size: 18px;
	    }
	}
}
	
#reports-div {
	.report-section {
		.att-report-header {
			&.report-group-title{ width:63% !important; text-align:left !important; padding-left:10px !important; height:32px !important; }
			&.report-format { width:8% !important; height:32px !important; }
			&.report-format-option { padding-bottom:5px !important; padding-top:3px !important; width:21% !important; 
				select { color:#000 !important; padding:0px !important; height:auto !important; margin-bottom:0px !important; width:100% !important; height:24px !important; }
			}
			&.report-run { padding-bottom:4px !important; padding-top:4px !important; height:32px !important; width:8% !important; button { padding: 2px 15px !important; } }
		}
	}
}

/* copied from sb-admin.css for reports purpose*/

.box { background:#fff; margin-top:20px; border:1pt solid #ccc; margin-bottom:20px; border-radius:5px 5px 5px 5px; }
.Table{display:table; width:100%; font-size:13px; border-collapse:collapse; }
.tr{display:table-row;}
.td{display:table-cell;}
.Table .att-report-header { 
    font-weight:bold; 
    padding:8px 4px; 
    float:left;
    text-align:left; 
    text-transform:uppercase;
    line-height:1.3;
    background: #5093e1;
    color: white;

    .btn-group-sm>.btn, .btn-sm {
        font-weight: bold;
    }
    
    .btn-info {
        color: #000;
        background-color: #FAFAFA;
        border-color: rgb(0, 0, 0);
        margin: -1px 0 0 22px;
    }
}

/* copied from auth-common.less for reports purpose*/

.report {
	.excel-report, .pdf-report {
		width : 25px;
		float: right;
		margin-right: 7px;
		cursor : pointer;
	}
	.reportaltrow(@color) {
		background-color:@color;
		display:inline-block;
	}
	.report-data .oddrow{ .reportaltrow(#eee); }
	.report-data .evenrow{ .reportaltrow(#fff); }
	.report-data .totalrow{
		.reportaltrow(#fff);
		font-weight:bold;
		font-size: 16px;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
		margin-top: 5px;
		padding: 5px 0;
	}
	.report-result .report-header-row{
		display:inline-block;
		width:100%;
	}
	.report-filters{
		display:inline-block;
		margin-bottom:10px;
	}
	.views, .report-online .header, .report-online .report-data{
		display:inline-block;
	}
}

/** copied from jquery-custom-theme.css for reports purpose **/
.auditinfo {
	position:absolute;
	top:11px; //modified
	right:23px; // modified
	width:200px;
	color: white; // written by Anjali
}

.datepicker {
    /*z-index : 120 !important;*/
}

.att-report-error {
    border-color : red;
    &:focus {
        border-color: red !important;
    }
}

div.att-report-error{
	border:2px solid red !important;
}

/** copied from auth-common.less for reports purpose **/
.autocomplete-clear-btn {
	background-image: url(/images/clear_input_value.png);
	float:left; 
	width :20px;
	height:20px;
	position: absolute;
	top:6px;
	right:12px;
	cursor:pointer;
	display:none;
}

.att-overflow-initial {
    overflow: initial !important;
}

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

.att-padding-L-R-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.att-padding-L-R-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.att-border-L-dashed {
    border-left: 1px dashed black;
}

.bootstrap-datetimepicker-widget {
    z-index: 2150 !important;
}
.att-border-none{
    border: none !important;
}
.att-my-sharedocument, .att-shareDocument-mails, .att-billing-payment-content {
    .att-download-all:focus {
        outline: none !important;
    }
    
    .att-mydoc-list {
        height: 250px !important;
        overflow-y: scroll;
        outline: none;
    }
    
    .att-sharedocument-box { 
        &.att-margin-t-0 {
            margin-top: 0px !important;
        }
        background:#fff; 
        margin-top:20px; 
        border:1pt solid #ccc; 
        margin-bottom:20px;
        
        .Table {
            display:table; 
            width:100%; 
            font-size:13px; 
            border-collapse:collapse; 
            
            .att-sharedocument-header { 
                width: 100%;
                font-weight:bold; 
                padding:8px 15px; 
                text-align:left; 
                text-transform:uppercase; 
                line-height:1.3; 
                background-color: #ededed;
                float: left;
            }
            
            .att-sharedocument-title {
                width: 100% !important;
            }
            
            .att-sharedocument-download {
                float:right;
                
                .att-download-ioc {
                    color: black !important;
                    &:hover {
                        color: black !important;    
                    }
                }
            }
        }
        
        .tr {
            display:table-row;
        }
        
        .td{
            display:table-cell;
        }
        
        .att-icon.att-icon-download {
            font-size: 13px;
        }
    }
}

.att-unauth-sharedocument {
    .att-body-wrapper {
        padding: 90px 10px 10px 10px !important;
        background: none !important;
        margin: 0px !important;
    }
    
    .att-message-wrapper.att-container-margin {
        margin: 0px !important;
        
        &.att-has-margins {
            margin: 10px 0px !important;    
        }
    }
    
    .att-main-title {
        margin: 0px;
        padding: 20px 10px 10px 10px;
    }
        
    .att-download-all {
        float: right;
        text-align: right;
        font-size: 18px;
        padding-top: 5px;
        &:focus {
            outline: none !important;
        }
        
        .att-icon-download {
            font-size: 18px;
        }
    }
    
    .att-mydoc-list {
        height: 250px !important;
        overflow-y: scroll;
        outline: none;
    }
    
    .att-sharedocument-box { 
        &.att-margin-t-0 {
            margin-top: 0px !important;
        }
        background:#fff; 
        margin-top:20px; 
        border:1pt solid #ccc; 
        margin-bottom:20px;
        
        .Table {
            display:table; 
            width:100%; 
            font-size:13px; 
            border-collapse:collapse; 
            
            .att-sharedocument-header { 
                width: 100%;
                font-weight:bold; 
                padding:10px 15px; 
                text-align:left; 
                text-transform:uppercase; 
                line-height:1.3; 
                background-color: #ededed;
                float: left;
            }
            
            .att-sharedocument-title {
                width: 100% !important;
            }
            
            .att-sharedocument-download {
                float:right;
                .att-download-ioc {
                    text-decoration: none;
                    text-transform: none;
                    color: black !important;
                    &:hover {
                        color: black !important;    
                    }
                }
            }
        }
        
        .tr {
            display:table-row;
        }
        
        .td{
            display:table-cell;
        }
        
        .att-icon.att-icon-download {
            font-size: 13px;
            padding-right: 5px;
        }
    }
}

.att-addedit-MyDocuments {
    md-tab-content {
        color: black!important;    
        height: inherit;
    }
    
    md-tabs-content-wrapper {
        margin: 0px 10px !important;
        height: inherit;
    }
    
    .att-sharedocument-resend {
        width: 2% !important;
    } 
    .att-icon {
        font-size: 20px !important;
    }
    wysiwyg-edit .tinyeditor .sizer {
        height: 200px !important;
    }
    .att-padding-b-10 {
        padding-bottom: 10px !important;
    }
}

.att-padding-L-40 {
    padding-left: 40px !important;
}

.att-margin-0{
    margin: 0px !important;
}

.att-message-wrapper {
	clear: both;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    &.ng-hide {
        opacity: 0;
    }
    
    &.att-st-msg, &.att-container-margin {
        float: none !important;
        margin: 10px 0px !important;
    }
    
    .att-status-message {
        width: 97%;
        float: left;
    }

    .att-error-message {
    	color: red;
    }
    
    .att-info-message {
    	color: black !important;
    }
    
    .att-close-status-message {
        font-size: 1.5em !important;
        width: 3%;
        text-align: right;
    }
}

.att-rate-or-percent {
    float: left;
    left: -10px;
    position: absolute;
    top: 30px;
}

.att-width-10-em{
    width: 10em !important;   
}

.att-line-height-2 {
    line-height: 2;
}

.att-position-initial {
    position: initial !important;
}

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

.att-break-word {
    word-break: break-word !important;
}

.att-share-documents, .att-billing-payment-page {
    /*max-width: 100% !important;
    max-height: 100% !important;
    overflow-y:hidden;
    left: 0px;
    position: absolute !important;*/
    .modal-body {
        height: ~"calc(@{winheight} - 121px)";
        .att-documents-list {
            height: ~"calc(@{winheight} - 325px)";
            overflow-y: scroll;
        }
        
        .att-title {
            width: 100% !important;
            &.att-no-bg{
                background-color: white !important;
                border-bottom: 2px solid #ededed !important;    
            }
            
        }
        
        .att-padding-L-R-10 {
            padding: 0px 10px !important;
        }
        
        .att-expiration-padding{
            padding: 20px 10px !important;
        }
        
        .att-display-inherit {
            display: inherit !important;
        }
    }
}

.att-my-documents, .att-adocuments {
    .att-shared-with-label {
        line-height: 25px !important;
    }
    
    .att-shared-users-count {
        background: #09ADC5;
        color: #fff!important;
        padding: 2px 5px;
        border-radius: 50%;
    }
    
    .att-shared-users-info {
        line-height: 25px !important;
        .att-shared-users-count {
            width: 8px !important;
            float: none !important;
        }
    }
}

.att-popup-full-ui {
    top: 0px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    overflow-y:hidden;
    left: 0px;
    position: absolute !important;
    width: 100% !important;
    
    .modal-body {
        height: ~"calc(@{winheight} - 121px)";
    }
}

.att-popup-90-ui {
    max-width: 90% !important;
    max-height: 90% !important;
    overflow-y:hidden;
    position: absolute !important;
    width: 100% !important;
    left: 5%;
    top: 10%;
    
    .modal-body {
        height: ~"calc(90vh - 121px)";
    }
}

.att-sync-att-qb {
    .att-list-container {
        height: ~"calc(@{winheight} - 270px)";
        overflow-y: scroll;
    }
}

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

.att-popup-popup-model {
    z-index: 1001;
}

.att-popup-backdrop {
    display: inline-block;
    z-index: 12;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    opacity: 0.5;
    position: absolute;
}

.att-reinstate-emp {
    overflow: hidden;
    .modal-body {
        /*height: 400px;*/
        overflow-x: auto;
        .att-datepicker-align {
            height: 66px !important;    
            .att-datepicker-error-message {
                top: -15px !important;
            }
        }
        
        .att-small-heading {
            margin: 15px 0px;
        }
    }
}

.att-box-shadows {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    
    &.panel-default {
        border-color: #ddd !important;
    }

    .panel-heading {
        border-radius: 0px !important;
        border-bottom: 0px !important;
        
        .att-toggle-icon-m-t-0 {
            margin-top: 0px !important;    
        }
    }
}

.edit-employee {
    .att-qb-logo-container {
        padding-left: 10px;
        
        .att-qb-logo {
            padding-left: 5px;    
        }
        
    }
    
    .att-summary-info-container {
        .panel-collapse {
            height: auto !important;
        }
    }
}

.att-qb-logo {
    height: 25px;
}

.att-holidays {
    wysiwyg-edit .tinyeditor .sizer {
        height: 200px !important;
    }
}

.att-margin-t-negative-15 {
    margin-top: -15px;
}

.edit-certification {
    .att_certificet:hover {
        a {
            color: #fff !important;
        }
    }   
}

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

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

.add-MarketingMail {
     wysiwyg-edit .tinyeditor .sizer {
        height: ~"calc(@{winheight} - 320px)";
    }   
}

.add-partner, .edit-partner, .add-client, .edit-client {
    .att-pt-days {
        padding-top: 30px;
    }
    
    wysiwyg-edit .tinyeditor .sizer {
        height: 200px !important;
    }
    
    .att-arrow-align-center {
        padding-top : 1px;
        margin-bottom : -15px !important;
    }
    
    .att-m-t-n-4 {
        margin-top: -4px !important;
    }
    
    .att-readonly-feedback{
        height: 240px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .panel-heading {
        .att-line-height-40 {
            line-height: 40px;
        }
        i.att-align {
            margin-top: 0px !important;
        }
        .att-padding-r-0 {
            padding-right: 0px !important;
        }
    }
    
    .att-separater-p {
        padding: 0 5px 0 8px;
    }
}

.att-padding-t-30 {
    padding-top: 30px;
}

.att-redirection {
    cursor: pointer !important;   
    text-decoration: inherit !important;
}

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

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

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

.att-container-box { 
    &.att-margin-t-0 {
        margin-top: 0px !important;
    }
    background:#fff; 
    margin-top:20px; 
    border:1pt solid #ccc; 
    margin-bottom:20px;
    
    .Table {
        display:table; 
        width:100%; 
        font-size:13px; 
        border-collapse:collapse; 
        
        .att-container-header { 
            font-weight:bold; 
            padding:8px 4px; 
            text-align:left; 
            text-transform:uppercase; 
            line-height:1.3; 
            float: left;
            width: 100%  !important;
            border-bottom: 2px solid #ededed !important;
        }
        
    }
    
    .tr {
        display:table-row;
    }
    
    .td{
        display:table-cell;
    }
}

.add-employee, .edit-employee, .att-reinstate-emp {
    .att-container-box {
        .att-container-header {
            .att-emptype-title {
                padding-left: 15px;
                margin-top: 10px;
            }
            md-select {
                margin: 0px !important;
            }
        }
    }
}

/*.att-reinstate-emp {
    md-content {
        background: white;
        
        .att-container-box {
            margin-top: 0px !important;
            .att-container-header {
                .att-emptype-title {
                    padding-left: 15px;
                    margin-top: 10px;
                }
                md-select {
                    margin: 0px !important;
                }
            }
        }
    }
}*/

.att-btn-black {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    margin: 0 5px;
}

.att-bg-color-white {
    background-color: #fff !important;
}

.att-padding-0 {
    padding: 0px !important;
}

.att-padding-top-10 {
    padding-top: 10px !important;
}

.att-close-icon {
    float: right!important;
    position: relative;
    right: 0px;
    top: -10px;
    cursor: pointer;
    font-size: 40px!important;
}
.att-font-size-13-px{
    font-size: 13px !important;
}
.input-group.date {
    width: 100% !important;
}

.add-certification, .edit-certification {
    .att-no-attachments {
        text-decoration: inherit !important;
        cursor: default !important;
        color: black !important;
        &:hover {
            color: black !important;
        }
    }
    .att-no-cursor {
        text-decoration: inherit !important;
        cursor: default !important;    
    }
}
.att-margin-r-10{
	margin-right: 10px !important;
}
.att-margin-l-25 {
    margin-left: 25px !important;
}
.att-margin-r-0{
	margin-right: 0px !important;
}
.att-margin-l-0 {
    margin-left: 0px !important;
}
.att-upload-failed-records, .att-popup-height {
    .modal-body {
        height: 390px;
        overflow-y: auto;   
    }
}

.att-logged-out-page {
    .att-header {
        .att-logged-out-page-logo {
            .landing-logo {
                width: 150px;
                float: left;
                
                img {
                    width: 100%;
                }
            }
        }
        
        .att-logged-out-page-title {
            width: 50% !important;
            padding-top: 10px;
        }
        
        .att-logged-out-page-actions {
            padding-top: 10px;
        }
    }
    
    .att-body-wrapper {
        padding: 80px 15px 15px 15px;
        md-content {
            background-color: #fff;
        }
        
        clear: both;
        background: #fff;
        margin: 0 10px;
    }
    
    .att-footer{
        padding: 30px 0 15px;
        color: #000;
        
        p {
            text-align: center;
            margin: 0 0 10px;
        }
    }
}

.att-cursor-pointer {
    cursor: pointer;
}

.att-cursor-default {
    cursor: default;
}

table {
    tr:hover {
        .att-icon.att-hover-color-black {
            color: #000 !important;
        }
    }
}

.att-marketing-mails{
    a {
        text-decoration:none; 
        cursor: default; 
        pointer-events: none;
    }
}

.att-activity-scroll {
    overflow-y: scroll;
    height: 310px;
}
.att-height-100 {
    height: 100%;
}

.att-height-inherit {
    height: inherit;
}

.att-icon-synchronize.att-list-tile-view {
    font-size: 20px;
}

table tr:hover .att-icon.att-list-tile-view {
    font-size: 20px !important;
    color: black !important;
}

@media (min-width: 1025px) and (max-width: 1280px) {
     .att-user-details{
         width: 60% !important;
     }
    .att-user-details .att-overflow {
        width: 160px !important;
        
    }
    
    .att-card-item .att-card-body label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 1024px) {
     .att-user-details{
         width: 50% !important;
     }
     .att-user-details .att-overflow {
        width: 130px !important;
    }
    
    .att-card-item .att-card-body label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/*.att-user-details {
    width: 50% !important;
    .att-overflow {
        width: 11em !important;
    }
}*/

.att-padding-7 {
    padding: 7px !important;
}

.att-border-0 {
    border: 0px !important;
}

.att-hide-checkbox {
    width: 40px;
}

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

.att-list-style-circle-type {
    list-style-type: circle;    
}
.att-settings-font-color{
        font-family: "Roboto" !important;
    font-size: 14px !importan;
    color: #357fd4!important;
}

.att-padding-left-30-px{
    padding-left: 30px !important;
}
.att-padding-left-40-px{
    padding-left: 40px !important;
}
/*****************************************this is new code for wishes details 3-5-2017*************************************/ 
.wishes-details{
    width: 100%;
    overflow: hidden;
}
.schedule-list .event-for-holiday{
    border-bottom: 1px solid #ddd;

}

.schedule-list li.event-for-holiday:last-child{
    border-bottom: none !important;
}

.schedule-list h3 {
    color: #fff;
    margin: 8px 0;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wishes-details h3{
    width: 70%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wishes-details .wishes-images{
    width:30%;
    float:left;
}

/****************************** this is new code 20-4-2017 *********************************************************/
.att-table-fixed {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  
  th { 
      border-bottom-width: 1px !important;
  }
  th, td {
    padding: 5px;
    text-align: left;
  }
  
  td:nth-child(1), th:nth-child(1) { min-width: 200px; }
  td:nth-child(2), th:nth-child(2) { min-width: 200px; }
  td:nth-child(3), th:nth-child(3) { width: 320px; }

  .att-thead-content {
    tr {
      display: block;
      position: relative;
    }
  }
  .att-tbody-content {
     
    display: block;
    overflow: auto;
    width: 100%;
    height: 230px;
    
  }
}

.user-menu {
    .att-no-hover-color:hover {
        color: #666 !important;
        background-color: white !important;
    }
}

.group-company {
  display: flex;
  flex-direction: row;
}
.group-company > .single-company {
  flex: 1 1 auto;
  text-align: center;
  padding: 20px;
 // border: 1px solid #ccc;
  border: 2px solid #ccc;
  margin: 30px 20px;
}
.single-company h1 {
  text-align: center;
  color: #337ab7;
  margin: 0;
  padding-bottom: 15px;
}
.single-company h6 {
  text-align: right;
}
.single-company h6 a {
  color: #337ab7;
  text-decoration: none;
}

/**********************************************************************/

.company-offers{
	overflow: hidden;
	.radio-button{
    	width: 400px;
    	height: auto;
    	margin: 0 auto;
    	padding: 10px 0;
    	overflow: hidden;
    	ul{
        	margin: 0;
        	padding: 0;
        	overflow: auto;
        	cursor: pointer;
        	.list-button{
            	width: 50px;
            	margin: 0;
            	padding: 0 0 0 120px;
            	float: left;
            	list-style: none;
            	color: #AAAAAA;
              	display: block;
              	position: relative;
              	input[type=radio]{
                    position: absolute;
                    top: 20px;
                }
                label{
                    display: block;
                    position: relative;
                    font-weight: 300;
                    font-size: 1.35em;
                    padding: 25px 25px 25px 80px;
                    margin: 10px auto;
                    height: 30px;
                    z-index: 9;
                    cursor: pointer;
                    -webkit-transition: all 0.25s linear;
                }
                &:hover label,p{
	                color: gray;
                }
                .check{
                  	display: block;
                  	position: absolute;
                  	border: 5px solid #AAAAAA;
                  	border-radius: 100%;
                  	height: 30px;
                    width: 30px;
                    top: 15px;
                    left: 111px;
                	z-index: 5;
                	transition: border .25s linear;
                	-webkit-transition: border .25s linear;
                }
                &:hover .check {
                    border: 5px solid #ccc;
                }
                .check::before {
                  	display: block;
                  	position: absolute;
                	content: '';
                  	border-radius: 100%;
                  	height: 14px;
                  	width: 14px;
                  	top: 3px;
                	left: 3px;
                  	margin: auto;
                	transition: background 0.25s linear;
                	-webkit-transition: background 0.25s linear;
                }
                input[type=radio]:checked ~ .check {
                    border: 5px solid #5093e1;
                }
                input[type=radio]:checked ~ .check::before{
                    background: #5093e1;
                }
                input[type=radio]:checked ~ label{
                    color: #5093e1;
                }
                input[type=radio]:checked ~ p{
                  	color: #5093e1;
                  	font-weight: bold;
                }

                .line{
                	border: 1px solid #ccc;
                    padding: 0 0 0 93px;
                    position: absolute;
                    margin: 0 0 0 19px;
                    top: 29px;
                }
                #plan{
                    position: relative;
                    top: -10px;
                    left: -15px;
                    width:100px;
                }
            }
        }
    }
    .att-company-subscription-component-details{
        width: 100%;
        .section-content{
        	position: relative;
        	width: 100%;
        	//padding: 30px 0;
        	display: flex;
        	overflow: hidden;
        	.att-previous{
        	    margin: 15% 0;
        	    &:hover{
        	        text-decoration: none;    
        	    }
        	    span{
        	        font-size: 30px !important;
        	    }
        	}
        	.att-next{
        	    margin: 15% 0;
        	    &:hover{
        	        text-decoration: none;    
        	    }
        	    span{
        	        font-size: 30px !important;
        	    }
        	}
    	    .content-details{
    	        //border: 1px solid #ccc;
    	        border: 2px solid #ccc;
    	        width: 33.33%;
    	        //overflow: hidden;
    	        //overflow-y:scroll;
    	        //height: 470px;
    	        position: relative;
    	        margin: 0 10px;
    	        &:hover{
    	            -webkit-box-shadow: 0px 0px 22px 0px #357fd4;
                    -moz-box-shadow: 0px 0px 22px 0px #357fd4;
                    box-shadow: 0px 0px 22px 0px #357fd4;
    	        }
    	        .step-one{
	               overflow: hidden;
                	h1{
                    	padding: 10px 0;
                    	margin: 0;
                    	min-height:75px;
                    	align-items: center;
                    	border-bottom: 1px solid #ccc;
                    	text-align: center;
                    	font-size: 24px;
                        color: #5093e1
                    }
                    h3{
                    	padding: 10px 0;
                        margin: 5px 0;
                        height:47px;
                        font-weight: bold;
                        text-align: center;
                        span{
                        	font-size: 18px;
                        	font-weight: 100;
                        }
                    }
                .att-try-top-details{
                	overflow: hidden;
                	border: 1px solid #ccc;
                    border-right: none;
                    border-left: none;
                    padding: 0 15px;
                    .att-Cart-details{
                        width:100%;
                    	clear: both;
                    	overflow: hidden;
                    	.Cart{
                            width:100%;
                        	clear: both;
                        	overflow: hidden;
                        	margin: 3px 0;
                        	padding: 10px 5px;
                        	.att-cart-price-details{
                        	    width: 65%;
                        	    float: left;
                	       }
                    	    .att-cart-button-details{
                        	    width: 35%;
                        	    float: right;
                        	    .try-button{
                                	background: #357fd4;
                                	font-family: Arial;
                                	color: #ffffff;
                                	font-size: 16px;
                                    padding: 5px 10px 5px 10px;
                                	text-decoration: none;
                                	border:none;
                                	float: right;
                                	border-radius: 22px;
                                	&:hover {
                                        background: #3cb0fd;
                                        text-decoration: none;
                                    }
                                    .fa-cart-plus{
                                    	margin-right: 10px; 
                                    }
                            	}    
                    	    }
                    	}
                    }
                    .Cart{
                        width:100%;
                    	clear: both;
                    	overflow: hidden;
                    	margin: 3px 0;
                    	padding: 10px 5px;
                	    .att-cart-price-details{
                    	    width: 65%;
                    	    float: left;
                    	}
                	    .att-cart-button-details{
                    	    width: 35%;
                    	    float: right;
                    	    padding: 7px 0 0 0;
                    	    .try-button{
                            	background: #357fd4;
                            	font-family: Arial;
                            	color: #ffffff;
                            	font-size: 16px;
                                padding: 5px 10px 5px 10px;
                            	text-decoration: none;
                            	border:none;
                            	float: right;
                            	border-radius: 22px;
                                	&:hover {
                                    background: #3cb0fd;
                                    text-decoration: none;
                                }
                                .fa-cart-plus{
                                	margin-right: 10px; 
                                }
                    	    }    
                	    }
                    }    
                }
            }
        .list{
        	overflow: hidden;
        	padding: 0 10px 0 50px;
            display: inline-block;
            margin: 20px 0 70px;
            .list-items{ 
                li{
                	font-size: 20px;
                	padding: 5px 20px;
                	color: #777;
                    }
                }
            }
    	}
    	.att-try-down-details{
            overflow: hidden;
            border-top: 1px solid #ccc;
            clear: both;
            position: absolute;
            width: 100%;
            bottom: 0;
            padding: 0 15px;
            .att-Cart-details{
                width:100%;
            	clear: both;
            	overflow: hidden;
            	margin: 3px 0;
            	.Cart{
                    width:100%;
                    clear: both;
                    overflow: hidden;
                    margin: 3px 0;
                    padding: 10px 5px;
                	.att-cart-price-details{
            	        width: 65%;
            	        float: left;
                	}
                	.att-cart-button-details{
                	    width: 35%;
                	    float: right;
                	    .try-button{
                        	background: #357fd4;
                        	font-family: Arial;
                        	color: #ffffff;
                        	font-size: 16px;
                            padding: 5px 10px 5px 10px;
                        	text-decoration: none;
                        	border:none;
                        	float: right;
                        	border-radius: 22px;
                        	&:hover {
                                background: #3cb0fd;
                                text-decoration: none;
                            }
                            .fa-cart-plus{
                            	margin-right: 10px; 
                            }
                    	}    
                	}
                }
            }
        }
        .att-Cart-down-details{
            width: 100%;
            clear: both;
            position: absolute;
            bottom: 0;
            padding: 0 15px;
            border-top: 1px solid #ccc;
            overflow: hidden;
                .Cart{
                    width:100%;
                    clear: both;
                    overflow: hidden;
                    margin: 3px 0;
                    padding: 10px 5px;
                    .att-cart-price-details{
                        width: 65%;
                        float: left;
                    }
                    .att-cart-button-details{
                        width: 35%;
                        float: right;
                        .try-button{
                        	background: #357fd4;
                        	font-family: Arial;
                        	color: #ffffff;
                        	font-size: 16px;
                        	margin: 0 0 0 10px;
                            padding: 5px 10px 5px 10px;
                        	text-decoration: none;
                        	border:none;
                        	float: right;
                        	border-radius: 22px;
                        	&:hover {
                                background: #3cb0fd;
                                text-decoration: none;
                            }
                            .fa-cart-plus{
                            	margin-right: 10px; 
                            }
                        }    
                    }
                }
            }
        }
    }
}
.att-cart-price-details{
    width: 50%;
    float: left;
}
.att-cart-button-details{
    .btn{
        width: 85%;
        float: right !important;
        padding: 5px !important;
        margin-top: 0 !important;
        .fa{
            padding: 0 5px 0 0 !important;
        }
    }
}
@media screen and (max-width: 1280px) and (min-width: 1101px) {
    .att-cart-button-details{
        .btn{
            font-size: 10px;
        }
    }
}
@media screen and (max-width: 1100px) and (min-width: 1023px) {
    .att-cart-button-details{
        .btn{
            font-size: 9px;
        }
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .company-offers{
        .form-section{
            .table{
                thead{
                    tr{ 
                        th{
                            font-size: 12px; 
                        }   
                    }
                }
                tbody{
                    tr{
                        td{
                            font-size: 12px;
                            .att-cart-button-details{
                                width: 100%;
                                margin: 2px 0 0 0  ;
                                .btn {
                                    width: 100%;
                                    padding: 0 !important;
                                    font-size: 9px;
                                }
                            }
                            .att-cart-price-details{
                                width: 100%;
                                text-align: center;
                            }
                            .att-cart-button-details{
                                 width: 100%;
                                 .btn{
                                     width: 100%;
                                     margin-top: 0 !important;
                                 }
                            }
                        }
                    }
                }
            }
        }
    }
}

.att-width-50-percent{
    width:50%;
}
.att-float-left{
    float: left;
}
.att-width-20-percent{
    width: 20%;
}
.att-width-16-percent{
    width: 16%;
}
.subscription-button {
    width: 100px;
    background: #357fd4;
    font-family: Arial;
    color: #ffffff;
    float: right;
    padding: 3px 4px 5px 3px;
    text-decoration: none;
    border: none;
    margin-right: 4px;
    border-radius: 22px;   
    .fa{
         padding-right: 10px;   
    }
}

.material-icons {
  vertical-align: middle;
}

.att-font-weight-bold {
    font-weight: bold;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #5093e1;
}

input[type=radio]:checked ~ .check::before{
  background: #5093e1;
}

/*input[type=radio]:checked ~ label{
  color: #5093e1;
}*/

input[type=radio]:checked ~ p{
  	color: #5093e1;
  	font-weight: bold;
}




.cart-details{
	overflow: hidden;
	height: auto;
}
.cart-details1{
	overflow: hidden;
	height:auto;
}
.space{
	margin: 0;
	padding: 20px 0;
}
.notics-for-emi{
	overflow: hidden;
    padding: 5px 0 10px;
}
.notics{
    background: #fff3de;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #ffd98e;
}
.notics span{
    font-size: 15px;
}
.main-content{
    overflow: hidden;
    clear: both;
}
.left{
    width: 70%;
    padding: 0 40px 0 0;
    float: left;
    
    overflow: hidden;    
}
.checkout-bag-header{
    padding: 30px 0;
    overflow: hidden;
}
.checkout-bag-header a{
    float: left;
    font-size: 18px;
    color: black;
    padding: 0 0 0 20px;
}
.checkout-bag-header span{
    font-size: 18px;
   float: right;
}

.prod-set{
    overflow: hidden;
}
.shoping-details{
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #9d9d9d;
}
.details{    
    width: 70%;
    padding: 10px 20px 0;
    float: left;
}
.details h3{
    font-size: 20px;
    margin: 0;
}
.details p{
    margin: 0;
    font-size: 12px;
}

.company-plan{
    float: left;
}
.company-plan .quantity{
    width: 60%;
    overflow: hidden;
    float: left;
}
.company-plan .quantity p{
    margin:0;
    margin: 24px 0 0 0;
    font-weight: bold;
    font-size: 16px;
}
.remove-plan{
    float: left;
    padding: 0 0 0 50px;
}
.plan{
    width: 30%;
    height: auto;
    float: left;
    margin: 0 0 0 10px;
    padding-top: 10px;
}
.plan select{
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    margin-top: 22px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    display: inline-block;
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    cursor:pointer; 
}
.delete{
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0 0;
}
.delete a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.delete a .fa {
    font-size: 20px !important;
    padding: 0 10px 0 0;
}
.price-detail{
    width: 30%;
    float: left;
}
.price-detail h2{
    padding: 15px 20px;
    font-size: 20px;
    text-align: right;
    margin: 0;
}
.continue-shoping{
    overflow: hidden;
    width: 35%;
    cursor: pointer;
    margin-top: 20px;
    background: #5093e1;
    padding: 20px;
    border: 1px solid #9d9d9d;
    border-radius: 4px;
}
.continue-shoping h1{
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

.right{
	width: 30%;
    border-left: 1px solid #9d9d9d;
	float: left;
    margin-top: 30px;
	padding-left: 35px;
    padding-right: 30px;
}
.company-details{
    overflow: hidden;
    padding: 0 0 10px ;
}

.company-information{
    overflow: hidden; 
}

.company-information h1{
    margin: 0;
    padding: 0 0 24px;
    font-size: 20px;
    font-weight: bold;
    color: #596062; 
}
.company-information h2{
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: #596062;
    }
.company-information p{
    margin: 0;
    font-size: 15px;

}    
.company-address{
    padding: 10px 0 20px;
    overflow: hidden;
    border-bottom: 1px dotted #d4d5d9;
}
.company-address h2{
    margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #596062;
}
.company-address h3{
    margin: 0;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #596062;
}
.company-address p{
    margin:0;
}
.option{
    overflow: hidden;
}
.option h1{
    margin: 0;
    padding: 0;
    color: #596062;
    font-size: 12px;
    font-weight: bold;
}
.coupon-section{
    overflow: hidden;
    padding: 16px 0 20px 0;
    border-bottom: 1px dotted #d4d5d9;
    margin-bottom: 10px;
}
.coupon-section h2{
    float: right;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px;
    border: 1px solid #526cd0;
    border-radius: 5px;
}
.coupon-section h2 a{
    color: #526cd0;
}
.gift-wrap-order{
    overflow: hidden;
}
.gift-wrap-order h3{
    margin: 0;
    float: left;
    width: 70%;
}
.gift-wrap-order h3 a{
    font-size: 15px;
    color: #9d9d9d;
    font-weight: bold;
    text-decoration: none;
}

.gift-wrap-order a input[type="checkbox"]{
    width: 18px;
    height: 18px;
    float: right;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  }
.plan-price{
    overflow: hidden;
    padding: 20px 0 0 0;
}
.plan-price h1{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #596062;
    padding: 0 0 15px;
}
.plan-price-details {
    overflow: hidden;
    padding: 0 0 10px;
}
.plan-price-details p{
    float: left;
    font-size: 14px; 
    margin: 0;
}
.plan-price-details span{
    float: right;
    font-size: 14px;
}
.order-total{
    overflow: hidden;
}

.order-total p{
 
    float: left;
    margin: 0;
    font-size: 16px;
    color: #596062;
    font-weight: bold;
}
.order-total span{
    float: right;
    font-size: 16px;
    color: #596062;
    font-weight: bold;
}
.place-order{
    overflow: hidden;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 24px 0 30px;
    background: #5093e1;
    border: 1px solid #9d9d9d;
}
.place-order h1{
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.cards-details{
    overflow: hidden;
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
    margin-top: 20px
}
.cards-details h1{
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.cards-details h1 a{
    text-decoration: none;
}


/***/
.md-datepicker-calendar{ width:340px !important;}

.att_fm .md-datepicker-calendar-pane{
    z-index :1001;
}
ul,li{
  list-style-type: none;  
}

md-toast{
    z-index: 1000;
}
.att_attachemtFileName, .att_pull_left{
    float: left;
}
.att_pull_right{
    float: right;
}
.att_isValid {
  color : red !important;   
}

@header_background_color: #333;
@header_text_color: #FDFDFD;

@table_body_height: ~"calc(@{winheight} - 240px)";
@column_one_width: 208px;
@column_two_width: 200px;
@column_three_width: 208px;

.fixed_headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;

  th, td {
    padding: 5px;
    text-align: left;
  }

  thead {
    background-color: @header_background_color;
    color: @header_text_color;
    tr {
      display: block;
      position: relative;
    }
  }
  
  tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: @table_body_height;
    
    tr {
        /*border-bottom: 1px solid #ededed !important;*/
        
        // td:nth-child(1), td:nth-child(3){ max-width: @column_one_width; }
        // td:nth-child(2){ max-width: @column_two_width; }
    }
  }
}

.old_ie_wrapper {
  height: @table_body_height;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  tbody { height: auto; }
}

.att-rating { 
  float: left;
}
.att-rating > input { 
  display: none;
}
.att-rating > label:before { 
  margin: 8px 5px 0 !important;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.att-rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.att-rating > label { 
  color: #cbcfd4;
  cursor: pointer; 
  float: right; 
  
}
.att-rating-enabled{
   .att-rating:not(:checked) > label:hover, .att-rating:not(:checked) > label:hover ~ label {
        color:  #2265b2 !important; 
    }
    
    .att-selected-stars {
        color: #6AC7F5 !important;
    }
}
.att-rating-disabled {
    .att-rating:not(:checked) > label:hover, .att-rating:not(:checked) > label:hover ~ label {
        color:none;
    }
    
    .att-selected-stars {
        color: #666;   
    }
}

.att-rating i{
    line-height: 40px;
}
.att-huge-text-wrapper {
    
}

.att-payroll-list-view, .att-invoice-list-view {
    .att-content {
        box-sizing: border-box;
        display: flex;
        clear: both;
        position: relative;
        padding: 20px 20px 0;
    }
    .att-manual{
        border:1px solid #ccc;
        padding: 0;
        margin-left: 10px;
    }
    .att-manual-head{
        overflow: hidden;
        clear: both;
        border-bottom: 1px solid #ccc;
        
        span{
            font-size: 24px;
            float: left;
            padding: 10px 15px;
        }
        
    }
    
    .att-manual-radio{
        float: right;
    }
    .att-manual-radio input[type="radio"]{
        width: 20px;
        height: 20px;
        margin: 18px 18px 0 0;
        
        &:hover {
            cursor: pointer;
        }
    }
    .att-manual p{
        margin: 0;
        padding : 5px 15px;
    }
    .att-addroll-button{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .att-launch-btn{
        line-height: 42px;
        margin-left: 10px;
    }
}

.two-group{
	width: 100%;
    display: flex;    
}
.att-Automatic-label{
    display: block;
    position: relative;
    // padding-left: 35px;
    // margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.att-Automatic-label .att-myCompany-Automatic-radio-button{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -25px;
}
.att-Automatic-checkmark{
    position: absolute;
    content: "\2713";
    color: #ccc;
    top: 0;
    left: -28px;
    height: 25px;
    width: 25px;
}
.att-Automatic-label:hover .att-myCompany-Automatic-radio-button .att-Automatic-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.att-Automatic-label:hover .att-myCompany-Automatic-radio-button:checked  .att-Automatic-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.att-Automatic-checkmark:after {
    content: "\2713";
    position: absolute;
    color: #ccc;
    // display: none;
    // color: #357fd4;
}

/* Show the indicator (dot/circle) when checked */
.att-Automatic-label .att-myCompany-Automatic-radio-button:checked ~ .att-Automatic-checkmark:after {
    display: block;
    color: #357fd4;
}

/* Style the indicator (dot/circle) */
.att-Automatic-label .att-Automatic-checkmark:after {
 	top: -6px;
	left: 3px;
	border-radius: 50%;
// 	color: #357fd4;
}

.att-manual-label{
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.att-manual-label .att-myCompany-manual-radio-button{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -25px;
}
.att-manual-checkmark{
    content: "\2713";
    position: absolute;
    top: 0;
    left: -28px;
    height: 25px;
    width: 25px;
    // background-color: #ccc;
    // border: 1px solid #ccc;
    // border: 2px solid #357fd4;
}
.att-manual-label:hover .att-myCompany-manual-radio-button .att-manual-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.att-manual-label:hover .att-myCompany-manual-radio-button:checked  .att-manual-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.att-manual-checkmark:after {
    content: "\2713";
    position: absolute;
    color: #ccc;
    // display: none;
}

/* Show the indicator (dot/circle) when checked */
.att-manual-label .att-myCompany-manual-radio-button:checked ~ .att-manual-checkmark:after {
    display: block;
    color: #357fd4;
}

/* Style the indicator (dot/circle) */
.att-manual-label .att-manual-checkmark:after {
 	top: -6px;
	left: 3px;
	border-radius: 50%;
}

.myCompany{
	/*border: 1px solid #d5d5d5;*/
	/*margin: 15px;*/
	padding: 15px;
}
.att-myCompany-popup{
    border: 1px solid #ccc !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 10px !important;
    display: flex !important;
}
.att-border-1px{
    border: 1px solid #ccc !important;
}
.att-myCompany-Automatic{
    border: 1px solid #d5d5d5;
    overflow: hidden;
        padding: 10px;
        color: #999999;
}
.att-myCompany-Automatic-radio-button{
    width: 20px;
    height: 20px;
    background-color: none;
}
.att-myCompany-Automatic-radio-button:checked{
     -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox; 
}
.att-myCompany-Automatic-radio-button:checked, .att-myCompany-Automatic{
    // color: #2265b2;
}
.att-myCompany-manual-radio-button{
    width: 20px;
    height: 20px;
    background-color: none;
}
.att-myCompany-manual{
     border: 1px solid #d5d5d5;
    overflow: hidden;
        padding: 10px;
        color: #999999;
}
.att-myCompany-autocomplete-para{
    overflow: hidden;
}
.att-myCompany-manual-para{
    overflow: hidden;
}
.att-myCompany-manual-radio-button:checked{
     -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox; 
}
.myCompany h3{
	margin: 0;
	font-size: 20px;
// 	color: #2265b2;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #424242;
}
.myCompany p{
	margin: 0;
	font-size: 12px;
	overflow: auto;
	padding-top: 15px;
	color: #424242;
}
.myCompany h6{
	position: absolute;
	bottom: 0px;
	right: 20px;

}
.myCompany h6 a{
    background-color: #357fd4;
	text-decoration: none;
	font-size: 12px;
	    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.att-myCompany-radio-button-shadow, .att-radio-button-shadow{
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
        color: #357fd4 !important;
}
.att-myCompany-radio-button-shadow.myCompany p.myCompany h3{
    color: #357fd4 !important;
}
@media (max-width: 768px) {
	.container{
		display: block;
	}
	.myCompany {
    	margin: 10px 0;
	}
}


/********************************This is company details**************************************************/
.att-company-information-details{
    overflow: hidden;
    height: 340px;
    overflow-y: auto; 
}
.att-footer-bottom-none{
    padding-bottom:0 !important;
}

// .att-five-company-offer-details{
//     padding: 30px 0;
//     .row{
//         margin:0 !important;
//         .col-half-offset{
//             margin-left:4.166666667%
//         }
//         .att-one-company-details{
//             background: lightblue;
//             padding: 0;
//             .att-company-name-details{
//                 padding: 15px 0;
//                 h1{
//                     font-size: 24px;
//                     margin:0;
//                     font-weight: bold;
//                     text-align: center;
//                 }       
//             }
//         }
//     }
// }
.att-number-of-packages{
    overflow: hidden;
    .row{
        margin:0;
        .att-packages-details{
            width:33.33%;
            padding:10px 0;
            border: 1px solid;
            float: left;
        }
    }
}


/********************************This is end**********************************************************************/

/********************************This is consultants(7-6-2017)**********************************/
.att-mark-consultant-remove-shadow, .att-dialog-remove-shadow{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
}
.att-consultant-body-overflow, .att-dialog-body-overflow{
    overflow: hidden !important;
    .att-consultant-information{
        padding: 0;
        margin: 0 0 10px;
        .att-consultant-ratio-button{
            padding: 0;
            margin: 8px 0 0;
            .group-option{
                margin: 0 0 0 10px;
            }
        }
        .att-consultant-select-section{
            //padding: 0;
            .att-consultant-md-select{
                margin: 0 !important;
                .att-consultant-select-option{
                    margin: 45px 15px 0 !important;
                }
            }
            .md-block{
                margin:0;
                .md-errors-spacer{
                    min-height: 0 !important;
                }
            }
        }
        .att-consultant-content{
            margin: 10px 0 0;
           .att_left_arrow_box{
               margin: 0;
           }
        }
    }
    input[type=radio]:checked ~ label{
      color: #333;
    }
}
.att-mark-consultant-height{
        max-height: ~"calc(@{winheight} - 190px)" !important;
        overflow-y: auto !important;
}
.att-mark-consultant-body-height{
    height: ~"calc(100% - (56px + 79px))";
    overflow-y: auto !important;
    .att-mark-consultant-table-details{
        width: 100%;
        overflow: hidden;
        .att-mark-consultant-table{
            width: 100%;
        	padding: 0;
        	border-collapse: collapse;
        	overflow: hidden;
        	float: left;
        	.att-mark-consultant-header{
        	    width: 100%;
        	    overflow: hidden;
            	background: #357fd4;
            	padding: 0;
            	color: #fff;
            	border: 1px solid #ccc;
            	font-size: 18px;
            	.att-mark-consultant-header-section{
            	    width: 20%;
            	    float: left;
            	    padding: 5px;
            	    text-align: center;
            	    &:last-child{
            	        border-right: none;
            	    }
            	}
            }
            .att-mark-consultant-list-section{
                width: 100%;
                color: #676a6c;
                overflow: hidden;
                height: ~"calc(@{winheight} - 283px) " !important;
                padding: 0;
                overflow-y: auto;
                .att-no-consultants {
                    text-align: center;
                    border-left: 1px solid #ccc;
                    border-right: 1px solid #ccc;
                    height: 40px;
                    font-size: 18px;
                    line-height: 40px;
                    border: 1px solid #ccc;
                }
                .att-mark-consultant-table-file{
                    padding: 0;
                    width: 100%;
                    overflow: hidden;
                    padding-bottom: 15px;
                    border: 1px solid #EEEEEE;
                    .att-width-90-percent{
                        width: 90%;
                        margin: 0 auto;
                    }
                    .att-mark-consultant-section{
                        font-size: 22px;
                        width: 100%;
                        padding: 10px 0;
                        text-transform: uppercase;
                    }
                    .att-mark-consultant-second-row{
                        padding: 0;
                        width: 100%;
                        color: #676a6c;
                        font-size: 18px;
                        overflow: hidden;
                        &:nth-child(even){
                            background: #eee; 
                        }
                        .att-mark-consultant-box{
                            border: 1px solid #ccc;
                            width: 20%;
                            float: left;
                            text-align: center;
                            height: 40px;
                            line-height: 40px;
                            border-left: none;
                            &:first-child{
                                border-left: 1px solid #ccc;
                            }
                        }
                    }
                }    
            }
        }
        .att-drop-down-remove{
            padding: 0 0 0 15px;
            width: 30%;
            float: left;
            height: 100%;
            overflow: hidden;
            .att-mark-consultant-delete{
        	    overflow: hidden;
                text-align: center;
                margin: 0 auto;
                position: relative;
                border: 2px solid #ccc;
                height: 200px;
                .att-mark-consultant-icons-details{
                    overflow: hidden;
                    .att-mark-consultant-icon{
                        overflow: hidden;
                        width: 50%;
                        float: right;
                        .att-mark-consultant-trash-icon{
                            font-size: 16px;
                            float: right;
                            padding: 0 5px;
                            margin: 3px 0;
                        }
                        .att-mark-consultant-times-icon{
                            font-size: 16px;
                            float: right;
                            padding: 0 5px;
                            border-left: 1px solid #ccc;
                            margin: 3px 0;
                        }
                    }
                }
        	}
        }
    }
}

.att-sortable {
    &:last-child {
        border-bottom: 1px solid #ccc;
    }  
}

.att-backdrop-onpopup {
    opacity: 0.5;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    z-index: 11;
}

/****** Frozen action bar ******/
.att-actions-wrapper-seperate{
	clear: both;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}
.att-actions-wrapper{
	float: left;
    width: 100%;    
    padding: 0 !important;
    background: #fff;
    
    .att-right-side {
        padding: 10px 0px;
    }
    .att-left-side{
        padding: 10px 0;
    }
}
.att-right-side{
	float:right;
	/*width:15%;*/
}
.att-search-right-icon-hide{
	position: relative !important;
	width: 45% !important;
   	float: left !important;
   	overflow: hidden;
    height: 51px;
}
.att-search-icon-dislay-none{
	width: 100%;
	overflow: hidden;
}
.att-search-icon-dislay-none span{
    border-right: 1px solid #ccc;
}
.att-right-side-btn-group{
	width: 55% !important;
	float: left !important;
	padding: 10px 0;
}
.f-nav{ 
	z-index: 9;
    position: fixed;
    background: #fff;
    width: ~"calc(100% - 67px)" !important;
    top: 90px;
    margin: 0 0 0 -16px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
    border: 1px solid #ccc;
}

.in-advance-search{
    box-shadow: none !important;
}

.f-nav-search{ 
	z-index: 9;
    position: fixed !important;
    background: #fff;
    width: ~"calc(100% - 67px)"  !important;
    top: 183px;
    margin: 0 0 0 -21px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.8);
    border: 1px solid #ccc;
}

.att-frozen-menu-bar{
    /*width: 70%;*/
    float: left;
    padding: 11px 0;
    .att-action-list{
        overflow: hidden;
        .btn{
            background: none !important;
            color: #000 !important;
            border-color: none !important;
            border: none !important;
            padding: 5px 12px !important;
        }
        .caret{
            margin: -5px 0 0 7px;
        }
    }
    .att-action-container {
        outline: none !important;
        .att-action {
            outline: none !important;
        }
        .dropdown{
            .fa-ellipsis-h{
                float: left;
                font-size: 22px !important;
                color: #000;
                margin: 0 8px 0 0;
            }
        }
        .dropdown-menu{
            width: 200px;
            .att-more-actions{
                border-right: none !important;
                width: 100%;
                padding: 6px 8px !important;
                border-bottom: 1px solid #ccc !important;
                &:last-child{
                    border-bottom: none !important;
                }
            }
        }
    }
}


.att-search-right-icons-hide{
    width: 30%;
    overflow: hidden;
    float: left;
    .att-adocument-search-icon-hide{
        width: 100%;
        text-align: right;
    }
}

.att-icon-hide{
    width: 50px;
    float: left;
    overflow: hidden;
}

.att-consultant-height-100{
    height: 100%;
}

.att-consultant-hotlist-popup{ 
    
    .att-opacity-point-8{
        opacity: 0.8;
    }
    
    .att-consultant-details{
    	width: 100%;
    	overflow: hidden;
    	height: 100%;
    	overflow-y: auto;
    }
    .att-consultant{
    	width: 100%;
    	overflow: hidden;
    	float: left;
    	height: calc(~"100% - (5px)") !important;
    	box-sizing: border-box;
    	overflow-y: auto;
    }	
    .att-template-manager-content{
        width: 100%;
        /*border: 1px solid #ccc;*/
        overflow: hidden;
        height: calc(~"100% - (5px)") !important;
    	box-sizing: border-box;
    	overflow-y: auto;
    }
    .att-width-31-p {
        width: 31% !important;
    }
    
    .att-width-25-p {
        width: calc(~"25% - (20px)") !important;
    }
    
    .att-width-100-p {
        width: 100% !important;
    }
    
    .att-width-75-p {
        width: 75% !important;
    }
    
    .att-width-98-p {
        width: 98% !important;
    }
    
    .att-consultant-box {
    	width: calc(~"19% - (20px)");
    	min-height: 150px; 
    	outline: none;
    	border: 1px solid #949292;
    	float: left;
    	/*margin: 0 1% 10px;*/
    	box-sizing: border-box;
    }
    .att-consultant-box input{
    	position: relative;
    	margin-top: -296px;
    	right: 10px;
    	float: right;
    }
    .att-consultant-right-side{
        margin-left: 10px;
    	width: 23.5%;
    	overflow: hidden;
    	border: 1px solid #ccc;
    	float: left;
    	/*height: calc(~"100% - (5px)") !important;
    height: ~"calc(@{winheight}px - (280px+10px)) " !important;*/
        height: ~"calc(@{winheight} - 283px) " !important;
    	box-sizing: border-box;
    	
    	.att-consultant-dv-header {
    	    font-size: 25px;
            padding: 10px;
	        .att-consultant-name-details {
	            width: 60%;
	            float: left;
	            p{
	                font-size: 16px;
	                margin: 0;
	                overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
	            }
	        }
	        .att-consultant-right-icon-details{
	            width: 40%;
	            float: left;
	            height: 22px;
	            overflow: hidden;
	            .att-consultant-right-icon-content{
	                width: 100%;
	                overflow: hidden;
	                float: right;
    	            .att-consultant-detailview-close {
        	            font-size: 15px;
        	            outline: none;
        	            width: 24.33%;
                        float: right;
                        text-align: center;
                        border-left: 1px solid #ccc;
                         &:last-child{
                            border-left: 0;
                        }
                        span{
                            text-align: center;
                        }
        	        }
	            }
	        }
	        md-tabs-canvas{
	            box-shadow: 0 0 14px rgba(0,0,0,0.8);
	        }
	        .att-edit-consultant-account-details{
                padding: 10px 0 5px;
                overflow: hidden;
                &:first-child{
                    padding-top: 20px !important;
                }
                .att-edit-consultant-non{
                    padding-top: 10px;
                }
        	}
        	
        	md-tabs {
        	    height: calc(~"100% - (52px)") !important;
        	    md-tab{
        	        overflow: hidden;
        	    }
        	    md-tabs-wrapper {
            	    border-bottom: 1px solid #ccc;
                    z-index: 10;
        	    }
        	    
        	    .att-slide-check-bot-data {
        	        width: 100%;
                    float: left;
                    border: 1px solid #ccc;
                    margin: 10px 0px;
                    .att-page-num-label {
                        text-align: center ;
                    }
                    img {
                        width: 200px;
                    }
        	    }
        	    .att-share-content-section-part-two{
        	        overflow: hidden;
        	        height: calc(~"100% - (52px)") !important;
        	    }
    	    }
	    }
    	
    }
}

/*.att-action-name{
    display: block;
    float: left;
    font-size: 15px;
    padding-top: 6px;
    padding-left: 5px;
}
*/

.att-menu-display-none{
    display: none;
    width: 100%;
}

/*** outerline none ***/



/******************This is popup***********************/
.att-recipient-manager-general-error{
    width: 75% !important;
    top: 20% !important;
    .att-change-styles-popup{ 
      overflow: hidden !important;
      text-align: left !important;
        h4 {
            font-weight: bold !important;
            text-align: left !important;
            padding: 0 0 0 10px !important;
        }
        div{
            text-align: left !important;
            font-size: 17px !important;
            padding: 0 0 0 10px !important;
        }
        ul{
            font-size: 16px !important;
            text-align: left !important;
            list-style-type: disc !important;
            padding: 0 0 0 7% !important;
            li{
                list-style-type: disc !important;
            }
        }
    }
}

.att-text-align-left{
    text-align: left !important;
}
.att-text-align-right{
    text-align: right !important;
}

.att-float-right {
    float: right !important;
}

.att-w-98-p {
    width: 98% !important;
}

md-backdrop.md-select-backdrop {
    z-index: 111;
}

.att-img-68-px {
    width: 68px;
}

/**************This is payment cancel*******************/
.att-payment-cancel{
    width: 500px;
    margin: 0 auto !important;
    padding: 8% 0 !important;
    position: relative;
    top: 180px;
    background: none;
    .att-go-home-page{
        font-size: 20px !important;
        font-weight: bold !important;
    }
    .att-landing-page{
        font-size: 20px;
    }
    .att-font-size-11 {
        font-size: 11px;
    }
}

.att-frozen-menu-bar.att-visibility-none {
    left: -100000px;
    top: -100000px;
    position: fixed;
}

/*********************This is already approved***************************/
.att-already-approved-file{
    background: none !important; 
    .att-approved-file-details{
        width: 500px !important;
        margin: 8% auto !important;
        float: none !important;
        padding: 5% 0;
        p{
            text-align: center;
            font-size: 20px;
        }
        .att-approved-circle{
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border: 1px solid #ccc;
            border-radius: 50%;
            background: green;
            p{
                text-align: center;
                font-size: 50px;
                color: #fff;
                margin: 0;
                line-height: 95px;
            }
        }
    }
}
.att-error-page-detail{
    overflow: hidden;
    position: relative;
    top: 71px;
    .att-error-page{
        width: 65% !important;
        margin: 0 auto;
        h1{
            font-size: 100px;
        }
        p{
            font-size: 25px;
        }
    }
}
.att-padding-10-px{
	padding: 10px !important;
}
.att-remove-padding{
	padding: 0 !important;
}
.att-table-border{
	border: 1px solid #ccc !important;
}
.att-md-select-remove-margin{
	margin: 0 0 -4px !important;
}
.att-model-sync-header{
	button{
		float: right;
		margin: 0 5px;
	}
}

.att-sync-atta-height-calc-set{
    height: ~"calc(@{winheight} - 370px) " !important;
    /*height: calc(~"100vh - 330px") !important; */
}
.att-height-calc-set{
    height: ~"calc(@{winheight} - 330px) " !important;
    /*height: calc(~"100vh - 330px") !important; */
}
.att-margin-6px {
	margin: 6px !important;
}
.att-separater {
	float: left;
    padding-left: 5px;
}
.att-text-transform-capitalize {
	text-transform: capitalize !important;
}
.att-settings-details{
	.nav{
		li{
			a{
				padding: 10px !important;
			}
		}
	}
}

.att-margin-left-55 {
	margin-left: 55px;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
}
.tabs-left>li {
  border-right: 1px solid #ddd !important;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active{
	border-right-color: transparent !important;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border: 1px solid #ddd !important;
    border-right-color: transparent !important;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
padding-left: 5px !important;
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd !important;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border: 1px solid #ddd !important;
   border-bottom-color: transparent !important;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.att-preview-meta-data-in-table{
	overflow: hidden;
	.att-preview-meta-data-table-one{
		width: 32%;
		border: 1px solid #ddd;
		overflow: hidden;
		height: 100%;
		float: left;
		.att-preview-meta-data-table-header{
			border-bottom: 1px solid #ccc;
			h2{
				text-align: center;
				font-size: 14px;
				font-weight: bold;
				    padding: 5px;
			}
		}
		.att-sync-center-table{
			.fixed_headers{
				thead{
					background: none !important;
					color: #000 !important;
					padding: 0 !important;
					tr{
						padding: 0 !important;
					}
				}
				tbody{
					margin-top: 6px;
					tr{
						&:nth-child(odd){
							background: #ddd !important;
						}
					}
				}
			}
		}
		.att-perview-meta-data-height{
			height: ~"calc(@{winheight} - 370px)" !important;
		}
		
	}
}
.att-margin-2-percent{
	margin: 0 2%;
}

/**********************This is Send consultant table**************************/

.att-send-consultants-table-mail{
    width: 100% !important;
    overflow: hidden;
    thead{
        background: #f84343;
        tr{
            th{
                padding: 5px !important;
                color: #fff;
                float: left !important;
                text-align: center;
            }
        }
    }
    tbody{
        tr{
            td{
                padding: 5px !important;
                float: left !important;
                text-align: center;
            }
            &:nth-child(odd){
               /* background-color: #B7C9FF !important;*/
            }
        }
    }
}


.att-list-action-menu-button{
        padding: 5px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    border: none !important;
    font-size: 15px !important;
    .fa-ellipsis-v{
        margin-right: 8px;
    }
}

.att-list-action-hover{
	&:hover{
		background: #f1f1f1 !important;
	}
}
.att-padding-top-and-bottom{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.att-opportunity-source-name {
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 30px;
    height: 90px;
    width: 90px;
    font-size: 20px;
    font-weight: bold;
}
.att-approved-cross-background{
    background: red !important;
}
.att-adocument-width-50-percentage{
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    .att-adocument-background{
        background: #fff !important;
        border: none;
        width: 100% !important;
        margin-top: 30px;
        p{
            padding-top: 5px;
        }
    }
}
.att-background-none {
    background: none !important;
}
.att-remove-overflow-auto{
    overflow: hidden !important;
    .att-metadata-preview{
        .modal-body{
            height: ~"calc(@{winheight} - 180px)";
            overflow-y:  auto;
        }
    }
}
.att-margin-top-15-px{
    margin-top: 15px;
}
.att-share-certificates-calc-height{
    overflow: hidden;
    overflow-y: auto;
    height: ~"calc(90vh - 385px)";
}

.att-margin-right-10 {
    margin-right : 10px;
}
.att-margin-right-5 {
    margin-right: 5px !important;
}
.att-text-disabled {
    color: rgba(0,0,0,0.26) !important;
}
.att-overflow-hidden{
    overflow: hidden !important;
}
.att-timeline-content-header-details{
    h2{
        margin: 0 !important;
    }
}
.sidebar-menu {
	position: absolute;
	top: 0;
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
	>li {
		position: relative;
		&:hover {
			>a {
				color: #fff;
				background: #09ADC5;
			}
		}
		>.treeview-menu {
			margin: 0 1px;
			background: #09ADC5;
			float: left;
			width: 100%;
		}
		a {
			.nav-link {
				display: block;
				float: left;
				font-size: 16px;
				padding-top: 20px !important;
			}
		}
	}
	>li.active {
		>a {
			color: #fff;
			background: #09ADC5;
		}
	}
	li.active {
		>a.active {
			>.glyphicon-menu-right {
				transform: rotate(90deg);
				top: -10px;
				right: 5px;
			}
			>.arrow {
				background: url("/images/down-arrow.png") 0 0 no-repeat;
				top: 4px;
				right: 0;
				width: 15px;
				position: relative;
			}
		}
		>a {
			>.arrow {
				background: url("/images/right-arrow-active.png") 0 0 no-repeat;
				top: 0px;
				right: -6px;
				width: 15px;
				position: relative;
			}
		}
		>.treeview-menu {
			display: none;
		}
	}
	a {
		color: #fff;
		text-decoration: none;
	}
	.treeview-menu {
		display: none;
		list-style: none;
		padding: 0;
		margin: 0;
		padding-left: 5px;
		.treeview-menu {
			padding-left: 20px;
		}
		>li {
			margin: 0;
			>a {
				padding: 5px 5px 15px 10px;
				display: block;
				font-size: 14px;
				color: #fff;
				&:hover {
					color: #000;
				}
			}
		}
		>li.active {
			>a {
				color: #000;
			}
		}
	}
}
/*.att-leftmenu-icon {
	height: 50px;
	width: 60px;
	display: block;
	float: left;
	margin-left: -10px;
}*/
.att-leftmenu-icon {
    width: 40px;
    display: block;
    float: left;
    margin-left: -10px;
    margin-top: 7px;
}
.att-text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.att-text-overflow-and-width{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
}
.att-name-max-width{
    max-width: 200px;
}
@media (min-width: 768px) and (max-width: 998px){
    .att-immigration-width{
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .att-mail-address-width{
        max-width: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;    
    }
    .att-payroll-width{
        max-width: 75px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .att-name-max-width{
        max-width: 100px;
    }
    .att-location-width-text-overflow{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90px;
    }
    .att-duration-width-and-text{
        max-width: 70px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .att-phone-width-text{
        max-width: 70px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .att-text-overflow-and-width{
        max-width: 90px;
    }
}
.att-attachment-profile-pic{
    font-size: 24px !important;
    font-weight: 600 !important;
}

.att-icon-external-link{
    font-size: 18px !important; 
    margin: 0 6px 0 0;
    position: relative;
    top: 2px;
    color: #000;
}

.att-recipient-sent-popup-header{
    padding: 16px;
    background: #2f323b !important;
    color: #fff !important;
    .close{
        opacity: 0.9 !important;
        color: #ffffff !important;
    }
}

.att-recipient-sub-popup-active{
    color: #fff;
    background-color: #357fd4 !important;
}
@media (max-height: 1090px) {
    .att-preview-marketing-table{
        height: calc(~"100vh - 468px") !important;
    }
}
@media (max-height: 1080px) {
    .att-preview-marketing-table{
        height: calc(~"100vh - 460px") !important;
    }
}
@media (max-height: 900px) {
    .att-preview-marketing-table{
        height: calc(~"100vh - 279px") !important;
    }
}
@media (max-height: 768px) {
    .att-preview-marketing-table{
        height: calc(~"100vh - 425px") !important;
    }
}
.att-preview-marketing-table{
        height: calc(~"100vh - 425px") !important;
    }
.att-preview-model-content-height{
    height: 80vh !important;
}
.att-preview-send-marketing-mail-body-height{
    height: calc(~"100vh - 190px") !important;
    overflow-y: auto;
}
.att-preview-marketing-table{
    /*height: calc(~"100vh - 383px") !important;*/
    overflow-y: auto;
    border: 2px solid lightgrey;
}
.att-recipient-service-sub-popup-details{
    overflow: hidden;
    .att-recipient-service-sub-popup-details-one{
        width: 40%;
        float: left;
        .att-recipient-service-sub-table{
            width: 100%; 
            text-align: left;
            h4{
                text-align: center;
            }
            .att-recipient-service-sub-table-tbody{
                height: calc(~"100vh - 399px") !important;
                overflow-y: auto;
                .att-recipient-sub-popup-row{
                    overflow: hidden;
                    .att-recipient-sub-popup-row-column{
                        border: 0;
                        cursor:pointer;
                        padding: 10px !important;
                    }
                }
            }
        }
    }
    .att-recipient-service-sub-popup-details-two{
        width: 60%;
        float: left;
        border-left: 1px solid #ccc;
        height: calc(~"100vh - 360px") !important;
        .container{
            width: 100% !important;
            padding-right: 0px !important;
            .att-recipient-service-sub-table{
                overflow: hidden;
                height: calc(~"100vh - 400px") !important;
                display: block;
                padding: 0 !important;
                margin: 0 !important;
                .att-recipient-service-sub-table-thead{
                    float: left !important;
                    width: 100% !important;
                    .att-recipient-service-sub-table-thead-row{
                        padding: 0 !important;
                        float: left !important;
                        th{
                            float: left !important;
                            border: 0 !important;
                        }    
                    }
                }
                .att-recipient-service-sub-table-tbody{
                    height: calc(~"100vh - 432px") !important;
                    overflow-y: auto;
                    padding: 0 1px 0 0 !important;
                    text-align: left;
                    .att-recipient-service-sub-table-tbody-row{
                        width: 100% !important;
                        display: block;
                        overflow: hidden;
                        &:hover {
                            color: #000 !important;
                        }
                        td{
                            float: left !important;
                        }
                    }
                }
            }
        }
    }
}
.att-top-20-per{
    top: 20% !important;
}
.att-recipient-service-sub-table-tbody-members{
    // height: calc(100% - 60px) !important; 
}

.att-find-consultant-table-tbody{
    height: calc(~"100vh - 320px") !important;
    overflow-y: auto;
}
.att-find-consultant-data-temp-body{
    overflow: hidden;
    .att-find-consultant-data-temp-table-content{
        width: 100%;
        overflow: hidden;
        .container{
            width: 100% !important;
            padding: 0 !important;
            .att-find-consultant-data-temp-table{
                overflow: hidden;
                height: calc(~"100vh - 450px") !important;
                display: block;
                padding: 0 !important;
                margin: 0 !important;
                .att-find-consultant-data-temp-table-thead{
                    float: left !important;
                    width: 100% !important;
                    .att-find-consultant-data-temp-table-thead-row{
                        padding: 0 !important;
                        float: left !important;
                        th{
                            float: left !important;
                            border: 0 !important;
                        }    
                    }
                }
                .att-find-consultant-data-temp-table-tbody{
                    height: calc(~"100vh - 485px") !important;
                    overflow-y: auto;
                    padding: 0 !important;
                    text-align: left;
                    .att-find-consultant-data-temp-table-tbody-row{
                        width: 100% !important;
                        display: block;
                        overflow: hidden;
                        padding: 0 !important;
                        &:hover {
                            color: #fff !important;
                        }
                        td{
                            float: left !important;
                            border-bottom: 0 !important;
                        }
                    }
                }
            }
        }
    }
}
.att-mark-consultant-searched-opportunities-table{
    width: 100%;
    overflow: hidden;
    .container{
        width: 100% !important;
        padding: 0 !important;
        .att-mark-consultant-searched-opportunities-main-table{
                overflow: hidden;
                height: calc(~"100vh - 450px") !important;
                display: block;
                padding: 0 !important;
                margin: 0 !important;
            .att-mark-consultant-searched-opportunities-table-thead{
                float: left !important;
                width: 100% !important;
                .att-mark-consultant-searched-opportunities-table-thead-row{
                    padding: 0 !important;
                    float: left !important;
                    th{
                        float: left !important;
                        border: 0 !important;
                    }
                }
            }
            .att-mark-consultant-searched-opportunities-table-tbody{
                height: calc(~"100vh - 485px") !important;
                overflow-y: auto;
                padding: 0 !important;
                text-align: left;
                .att-mark-consultant-searched-opportunities-table-tbody-row{
                    width: 100% !important;
                    display: block;
                    overflow: hidden;
                    padding: 0 !important;
                    &:hover {
                        color: #000 !important;
                    }
                    td{
                        float: left !important;
                        border-bottom: 0 !important;
                    }
                }
            }
        }
    }
}
.att-sync-quick-loading-message{
	width: 100%;
	clear: both;
	.att-sync-quick-book-para-one{
	    margin: 0 !important;
	    width: 70%;
	    float: left;
	    background: #ccc;
	}
	.att-sync-quick-book-para-two{
	    margin: 0 !important;
	    width: 30%;
	    float: left;
	    background: #ccc;
	}
}
.att-btn-setting-icon{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.att-setting-icon{
	color: #fff !important;
	font-size: 17px !important;
}
.att-sync-attqb-attainica-search-icon input{
	 width: 120px;
    height: 23px;
    background-image: url('/images/searchicon.png');
    background-repeat: no-repeat;
    background-position: right;
    float: right;
    border: 1px solid #ccc;
    padding: 3px;
}
.att-sync-attqb-quick-search-icon input{
	width: 120px;
    height: 23px;
    background-image: url('/images/searchicon.png');
    background-repeat: no-repeat;
    background-position: right;
    float: right;
}
.att-color-black {
    color: black !important;
}
.att-padding-l-10 {
    padding-left : 10px;
}
.att-padding-r-10 {
    padding-right : 10px;
}
.att-search-right .att-icon-printer{
    font-size: 36px !important;
    padding-top: 8px;
}
.att-search-right .att-icon-reports{
    font-size: 36px !important;
    padding-top: 8px;
    padding-right: 12px;
}
.att-search-right .att-icon-download{
    font-size: 36px !important;
    padding-top: 8px;
    padding-right: 12px;
}
.att-sync-attQB-loading{
    width: 80%;
    overflow: hidden;
    margin: 0 auto !important;
    padding: 15px;
    background: #fff;
    border: 3px solid #616161;
    display: flex;
    justify-content: center;
    align-items: center;
    .att-progress-message{
        margin: 0!important;
    }
    .green{
        span{
            font-weight: 700;
            color: #000 !important;
        }
    }
}

.att-padding-r-0 {
    padding-right: 0px !important;
}
.att-sync-att-qd-table-head-background{
    background: #ededed !important;
    color: #000 !important;
    tr{
        th{
            border: none !important;
        }
    }
}
.att-sync-att-qb-add-button{
    border: 2px dashed #ccc !important;
    margin-top: 3px;
    p{
        text-align: center;
        padding: 10px;
        margin-bottom: 0px;
    }
}
.att-marketingmail-stats-popup {
    .modal-body {    
        overflow-y: auto;
    }
    .att-mm-stat-container {
        
    }
    .att-mm-stat-container-one{
        border: 1px solid black;
        padding: 0px !important;
            margin-bottom: 15px;
    }
    .att-mm-stat-header {
        border-bottom: 1px solid;
        padding: 5px !important;
    }
    table {
		width:100%;
	    border-collapse: collapse;
	}
	table, td, th {
	    
	}
}
.att-mm-stat-header-background{
    color: #fff !important;
    background: #357fd4 !important;
}
.att-mm-stat-container-border-padding{
    border: 1px solid #000000;
}
.att-mm-stat-detail-table{
    .att-mm-start-detail-table-height{
        display: block;
        margin-bottom: 0 !important;
        th{
            padding: 8px !important;
            float: inherit !important;
            border: none !important;
        }
        td{
            padding: 8px !important;
            float: inherit !important;
        }
    }
}
.att-mm-start-detail-table-tbody-height{
    height: calc(~"100vh - 315px") !important;
    overflow-y: auto;
}
.att-mm-start-hover{
    text-decoration: none !important;
    padding: 3px 8px !important;
    cursor: pointer;
    background: #357fd4;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 600;
    &[disabled] {
        cursor: not-allowed !important;
        &:hover {
            background: #ddd !important;
            border-radius: 4px !important;
            color: #000 !important;
        }
    }
    &:hover {
        background: #ddd !important;
        border-radius: 4px !important;
        color: #fff !important;
    }
}
.att-mm-start-form-control-width{
    width: 50% !important;
    height: 25px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.att-graph-icon-font{
    font-size: 24px !important;
    padding-top: 4px !important;
}

/** Drag and drop **/
.padding-remove {
	padding: 0 !important;
}
.height-600px {
	height: 600px;
	background: #edeff5;
}
.att-dragdrop-details {
	overflow: hidden;
	width: 70%;
	margin: 80px auto;
	background: #fff;
	border: 2px solid #ccc;
}
.att-dragdrop-header {
	overflow: hidden;
	h2 {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		background: #357fd4;
		padding: 15px;
		color: #fff;
		font-weight: 600;
	}
	p {
		text-align: center;
		font-size: 80px;
	}
}
.att-dragdrop-content {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 2px solid #ddd;
	table {
		&:first-of-type {
			border-right: 1px solid #ccc;
		}
	}
}
.att-float-left {
	float: left !important;
}
.att-dragdrop-table-row {
	padding: 10px !important;
}
.att-dragdrop-footer-content {
	padding: 10px;
}
.att-margin-right-15 {
	margin-right: 15px;
}

/** Submission tracking **/
.padding-remove {
	padding: 0 !important;
}
.att-margin-bottom {
	margin-bottom: 10px;
}
.att-all-candidate-information {
	overflow: hidden;
	border: 1px solid #ccc;
	background: #edeff5;
	margin-top: 15px;
}
.att-candidate-details {
	margin-top: 10px;
	margin-bottom: 10px;
}
.att-all-candidate-content {
	border: 1px solid #ccc;
}
.att-submission-tracking-details{
	width: 20%;
	overflow: hidden;
	float: left;
	padding: 0 10px;
}
.att-submission-tracking, .att-hr-workflow {
	width: 100%;
	overflow: hidden;
	h2 {
		margin: 0;
		font-size: 20px;
		font-weight: 600;
		padding: 10px;
		text-align: center;
		background: #357fd4;
		color: #fff;
	}
}
.att-submission-tracking-details {
    #sortable1, #sortable2, #sortable3 {
    	list-style-type: none;
    	margin: 0;
    	padding: 0 !important;
        height: calc(~"100vh - 298px") !important;
    	background: #fff;
    	overflow-y: auto;
    	li {
    		margin: 10px auto;
    		max-width: 90%;
    		border: 0;
    		cursor: pointer;
    	}
    }
    #sortable4 {
    	list-style-type: none;
        margin: 0;
        padding: 0 !important;
        height: calc(~"100vh - 589px") !important;
        background: #fff;
        overflow-y: auto;
    	li {
    		margin: 10px auto;
    		max-width: 90%;
    		border: 0;
    		cursor: pointer;
    	}
    }
    #sortable5 {
        list-style-type: none;
        margin: 0;
        padding: 0 !important;
        height: calc(~"100vh - 589px") !important;
        background: #fff;
        overflow-y: auto;
    	li {
    		margin: 10px auto;
    		max-width: 90%;
    		border: 0;
    		cursor: pointer;
    	}
    }
    @media (min-width: 1451px) and (max-width: 1920px){
        #sortable4 {
            height: calc(~"100vh - 650px") !important;
        }
        #sortable5 {
            height: calc(~"100vh - 650px") !important;
        }
    }
    @media (min-width: 1200px) and (max-width: 1450px){
        #sortable4 {
            height: calc(~"100vh - 506px") !important;
        }
        #sortable5 {
            height: calc(~"100vh - 506px") !important;
        }
    }
    @media (min-width: 1451px) and (max-width: 1530px){
        #sortable4 {
            height: calc(~"100vh - 534px") !important;
        }
        #sortable5 {
            height: calc(~"100vh - 534px") !important;
        }
    }
}
.att-submitCandidate-table-container, .att-table-detail-container{
    width: 100%;
    overflow: hidden;
    .container{
        width: 100% !important;
        padding: 0 !important;
        .att-submit-candidate-table-height, .att-table-container-height{
                overflow: hidden;
                height: calc(~"100vh - 408px") !important;
                display: block;
                padding: 0 !important;
                margin: 0 !important;
            .att-submit-candidate-table-thead, .att-table-container-thead{
                float: left !important;
                width: 100% !important;
                .att-submit-candidate-table-thead-row, .att-table-container-thead-row{
                    padding: 0 !important;
                    float: left !important;
                    th{
                        float: left !important;
                        border-bottom: 0 !important;
                        border-right: 0;
                        border-left:0;
                    }
                }
            }
            .att-submit-candidate-table-tbody, .att-table-container-tbody{
                height: calc(~"100vh - 443px") !important;
                overflow-y: auto;
                padding: 0 !important;
                text-align: left;
                border-bottom: 1px solid #ccc !important;
                .att-submit-candidate-table-tbody-row, .att-table-container-tbody-row{
                    width: 100% !important;
                    display: block;
                    overflow: hidden;
                    padding: 0 !important;
                    td{
                        float: left !important;
                    }
                }
            }
        }
    }
}
.att-submit-candidate-table-height{
    overflow: hidden;
    height: calc(~"100vh - 450px") !important;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    // height: calc(~"100vh - 300px") !important;
    // height: ~"calc(@{winheight} - 270px) !important";
    .att-submit-candidate-table-tbody-height{
        // height: ~"calc(@{winheight} - 350px) !important";
        // overflow-y: auto !important;
        height: calc(~"100vh - 485px") !important;
        overflow-y: auto;
        padding: 0 !important;
        
        tr{
            
        }
    }
}
#sortable6 {
	li {
		margin: 10px auto;
		max-width: 90%;
		border: 0;
		cursor: pointer;
	}
}
.att-all-candidate-content-box {
	border: 1px solid #ccc;
}
.att-sub-candidate-content-detail {
	overflow: hidden;
	padding: 5px !important;
	height: 100px;
	background: #edeff5;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 5px !important;
	height: 100px;
	background: #edeff5;
	p {
		margin: 0;
		color: #000;
		margin-bottom: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
.att-submission-tracking-header {
	overflow: hidden;
	padding: 10px;
	background: #ccc;
	h4 {
		margin: 0;
		color: #000;
		font-size: 16px;
		font-weight: 600;
	}
}
.att-sub-candidate-one {
	overflow: hidden;
	&:hover {
		-moz-box-shadow: 0 0 10px #357fd4;
		-webkit-box-shadow: 0 0 10px #357fd4;
		box-shadow: 0 0 10px #357fd4;
		.att-sub-candidate-content-header {
			color: #fff;
			background: #357fd4;
		}
	}
}
.att-sub-candidate-content-header {
	overflow: hidden;
	background: #bdbdbd;
	padding: 5px 0 0 !important;
	color: #000;
	h4 {
		margin: 0;
		font-weight: 600;
		font-size: 14px;
		padding-left: 5px;
		width: 60%;
		float: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	span {
	/*	width: 25%;
		float: left;
		text-align: right;
		padding-right: 5px;   */
	}
	.att-submission-candidate-menu{
	    width: 40%;
	    float: left;
	    padding: 5px;
	    text-align: center;
	    color: #000;
	}
	.att-dropbtn-bars {
        /*background-color: #3498DB;*/
        color: #000;
        /*padding: 16px;*/
        /*font-size: 16px;*/
        border: none;
        background: transparent;
        cursor: pointer;
        outline: none;
    }
    .att-dropdown-bar {
        display: inline-block;
        width: 25%;
    	float: left;
    	text-align: right;
    // 	position: relative
    }
}
.att-submission-candidate-menu{
    width: 40%;
    float: left;
    padding: 5px;
    text-align: center;
    color: #000;
    .att-submission-candidate-checking{
        width:50%;
        float: left;
    }
    .att-submission-candidate-button{
        width: 50%;
        float: left;
    }
}
.att-padding-top-3px{
    padding-top: 3px !important;   
}
.att-sub-candidate-content {
	overflow: hidden;
	padding: 5px !important;
	height: 100px;
	background: #edeff5;
	color: #000;
	border: 1px solid #ccc;
	p {
		margin-bottom: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
.att-select-reject-details {
	overflow-y: auto;
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 0;
	background: #fff;
	padding: 0 !important;
}
#att-scroll-bar {
	&::-webkit-scrollbar {
		width: 5px;
		background-color: #F5F5F5;
	}
	&::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #9c9c9c;
		border-radius: 10px;
	}
}
.att-scroll-bar {
	&::-webkit-scrollbar {
		width: 5px;
		background-color: #F5F5F5;
	}
	&::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #9c9c9c;
		border-radius: 10px;
	}
}

/** reset.css **/
#myModal2 {
	.att-submission-body {
		width: 68%;
		float: left;
		margin: 0 1%;
		background: #edeff5;
	}
}
.att-submission-details {
	background: #fff;
	width: 30%;
	overflow: hidden;
	border: 2px solid #ccc;
	float: left;
}
.att-submission-header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	background: #357fd4;
	color: #fff;
	h3 {
		margin: 0;
		font-weight: 600;
		width: 60%;
		float: left;
	}
}
.att-submission-header-icon {
	width: 40%;
	float: left;
}
.att-submission-sub-header {
	padding: 10px 15px;
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #357fd4;
	h4 {
		margin: 0;
		font-size: 20px;
		font-weight: 600;
		color: #357fd4;
	}
}
.att-submission-information {
	width: 100%;
	overflow: hidden;
	padding: 3px 0;
	font-size: 18px;
	color: #333 !important;
}
.att-submission-icon-content {
	overflow: hidden;
	float: right;
	.fa-trash-o {
		padding: 0 8px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
}
.att-availiable-status-color{
   border: 2px dashed #357fd4; 
}

/*.workflowStagesPopup .modal-body {
    height: calc(~"100vh - 375px") !important;
}*/

.att-padding-t-25-px {
    padding-top: 25px;
}

/** style-resume.css**/

/* -------------------------------- 

Primary style

-------------------------------- */
/*html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Droid Serif", serif;
  color: #7f8c97;
  background-color: #e9f0f5;
}

a {
  color: #acb7c0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

h1, h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.att-submission-body{
  width: 100%;
  /*overflow: hidden;*/
}
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/*header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}*/
/*@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
*/
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  /*background: #d7e4ed;*/
  background: #ccc;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
.cd-timeline-img p{
      line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /*.cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }*/
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  /*padding: 1em;*/
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  /*padding: 10px;
  background: #5093e1;
  color: #fff;*/
  /*color: #303e49;*/
  padding: 10px !important;
/*color: #fff !important;*/
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  /*margin: 1em 0;*/
  padding: 10px;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    /*padding: 1.6em;*/
    width: 43%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/****This is next class****/
.position-initial{
  position: initial;
}
/*.box-shadow-with-border{
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  border: 4px solid #fff;
}*/
.box-shadow-with-circle{
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  /* -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
}
.box-shadow-with-content{
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75) !important;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75) !important;
}
.box-shadow-with-content h2{
    color: #fff !important;
    background: #5093e1 !important;
}
.padding-60px{
  padding-bottom: 60px !important;
}
.att-resume-details{
  /*overflow: hidden;*/
  width: 100%;
}
.att-candidate-file .modal-dialog{
  width: 80% !important;
  height: 80% !important;
      top: 10% !important; 
    left: 10% !important;
    margin: 0 !important;
}
.att-candidate-file .modal-dialog .modal-header{
 background: #2f323a;
}
.att-candidate-file .modal-dialog .modal-header h4{
  color: #fff;
}
.att-candidate-file .modal-dialog .modal-header button.close{
  color: #fff;
}
.att-candidate-file .modal-dialog .modal-body{
  overflow: hidden;
    padding: 0 !important;
    /*background: #d7e4ed;*/
    margin: 15px;
}
.att-submission-body{
   background: #edeff5;
    overflow-y: auto;
    /*overflow: hidden;*/
}
.att-submission-body-height-calc{
    height: calc(~"100vh - 235px") !important;
}
.att-submission-content{
    height: calc(~"100vh - 330px") !important;
    overflow-y: auto;
    clear: both;
    th{
        float: inherit !important;
        padding: 8px !important;
    }
    td{
        float: inherit !important;
        padding: 8px !important;
    }
}
.att-submit-candidate-table-tbody-row{
    .btn-group-xs>.btn, .btn-xs {
        padding: 2px 5px 4px !important;
        line-height: 1.0 !important;
    }
}
.att-view-time-font-date{
    font-size: 14px;
    font-weight: 600;
}
.att-border-color-red {
    border-color:red;
}
.att-padding-t-b{
    padding: 13px 8px !important;
}
.att-submission-content{
    th, td{
        border: none !important; 
    }
    .att-padding-t-b-18px{
        padding: 18px 8px !important;
    }    
    .att-padding-t-b-16px{
        padding: 16px 8px !important;
    }
    md-select{
        margin-bottom: 0 !important;
    }
}
.att-header-background-color{
    background: #357fd4;
}
.att-share-content-section-part-two-height{
    height: ~"calc(90vh - 200px)" !important;
    overflow-y: auto !important;
}
.att-color-white{
    color: #fff !important;
}
.cd-timeline-content-header{
    background: #357fd4;
    color: #fff;
    h2{
        margin: 0 !important;
    }
}
.att-background-transparent{
    background: transparent !important;
}
/*.att-submission-candidate-header-menu{
    width: 25%;
    .btn.active, .btn:active {
        background: transparent !important;
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: transparent !important;
    }
}
.att-submission-all-candidate-header-menu{
    background: #fff !important;
   .att-submission-all-candidate-header-menu-list{
        width: 100% !important;
         margin: 0 !important;
         overflow: hidden;
         padding: 5px !important; 
         a{
             color: #000 !important;
             font-size: 10px;
             font-weight: 600px;
         }
     }    
 }*/
.att-padding-left-15{
    padding-left: 15px;
}
.att-padding-left-0{
    padding-left: 0px;
};
.att-padding-left-40{
    padding-left: 40px;
};
.att-padding-right-160{
    padding-right: 160px;
}
.att-padding-bottom-10 {
    padding-bottom: 10px;
};
.att-top-22 {
    top: 22px !important;
}
.att-hamburger{
	display: block;
// 	backgroussnd: green;
	width: 100%;
// 	float: right;
}
.att-submission-sub-menu {
    clear: both;
    margin: 0;
    top: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
    float: right;
}
.att-submission-sub-menu li{
    list-style-type: none;    
}
.att-submission-sub-menu li a{
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	line-height: 28px;
	padding: 0 27px;
	border-radius: 40px;
	border: 1px solid transparent;    
}
.att-disable-icon-color{
    color: #d2d2d2;
}
.att-view-notes-scroll {
    overflow-y: auto;
    height: 200px;
}
.att-timeline-edit-popup-header {
    background:#000;
    text-align:left;
    color:white;
    padding:10px;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
}
.att-text-center-box {
    top: 50%;
    left: 50%;
    transform: translate(-45%, -70%);
}
.att-max-width-100-per {
    max-width: 100% !important;
}
.att-submission-arrow-mark {
// 	position: relative;
// 	background: #88b7d5;
	border: 1px solid #ccc;
}
.att-submission-arrow-mark:after, .att-submission-arrow-mark:before {
	bottom: 100%;
	left: 78%;
	border: solid #ccc;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.att-submission-arrow-mark:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 12px;
	margin-left: 0px;
}
.att-submission-arrow-mark:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 12px;
	margin-left: 0px;
}

/***********************************************/


.att-progress-line-loading {
//   position: absolute;
}
.att-progress-line-loading-bar {
  display: inline-block;
  width: 6px;
  height: 60px;
  border-radius: 4px;
  animation: att-progress-line-loading 1s ease-in-out infinite;
}
.att-progress-line-loading-bar:nth-child(1) {
  background-color: #357fd4;
  animation-delay: 0;
  -webkit-animation-delay: 0;
}
.att-progress-line-loading-bar:nth-child(2) {
  background-color: #357fd4;
  animation-delay: 0.09s;
  -webkit-animation-delay: 0.09s;
}
.att-progress-line-loading-bar:nth-child(3) {
  background-color: #357fd4;
  animation-delay: .18s;
  -webkit-animation-delay: .18s;
}
.att-progress-line-loading-bar:nth-child(4) {
  background-color: #357fd4;
  animation-delay: .27s;
  -webkit-animation-delay: .27s;
}

@keyframes att-progress-line-loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.0);
  }
  40% {
    transform: scale(1);
  }
}
.att-margin-left-10 {
    margin-left: 10px !important;
}
.att-sign-add-account, .att-sign-out-button {
    button:hover {
        color: white;
        background: #09ADC5;
    }
}
.att-company-name {
    margin: 28px 20px;
    display: inline-block;
}

.att-reports-body-height{
     height: ~"calc(90vh - 270px)" !important;
     overflow-y: auto !important;
}

.att-padding-report-grid {
    padding-left: 0px;
    padding-top: 10px;
}
.att-report-grid  {
    /*height: 490px !important;*/
}
.att-reports-container {
    margin: 0px;
    width: 100%;
}

.ui-grid-header-cell-wrapper .ui-grid-filter-input{
    display: block;
    width: 100%;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
    
.ui-grid-column-resizer.left {
    padding: 0px !important;
}
.att-sharedocument-tile-view {
    .att-sharedocument-tile-container {
        width: 14%;
        min-height: 150px;
        border: 1px solid #949292;
        float: left;
        margin: 0 1% 10px;
        box-sizing: border-box;
        
        .att-sharedocument-header{
            height: 100px;
            padding: 10px;
            border-bottom: 1px solid black;
            background-color: white;
            
            .att-custom-check {
                float: left;
            }
            
            .att-sharedocument-document-view-container {
                text-align: center;
                margin-right: 25px;
                padding-top: 5px;
                
                img{
                    width: 50px;
                }
            }
        }
        
        .att-sharedocument-info {
            height: 50px;
            background-color: white;
            padding: 10px;
        }
    }
}
.att-max-height-100-per {
    max-height: 100% !important;
}
.att-padding-bottom-25{
    padding-bottom: 25px !important;
}
.att-close-icon-resume-table {
    font-size: 16px !important;
    font-weight: 900 !important;
}
.att-margin-left-neg-15 {
    margin-left: -15px;
}
.att-padding-top-6 {
    padding-top: 6px !important;
}
.att-margin-left-0{
    margin-left: 0px;
}

.btn-default.att-btn-default-reset {
    font-size: 14px;
    padding: 6px 12px;
}

.att-package-subscription {
    width: 70% !important;
    overflow:hidden;
    max-height: 85% !important;
    
    .att-p-s-wizard-step-body {
        height: 60vh;
        overflow-y:auto;
        overflow-x:hidden;
    }
}
.att-user-subscribe-link-color{
    color: #337ab7 !important;
}
.att-add-border-right-1-px{
    border-right: 1px solid #ccc;
}
.att-no-border-right-0-px{
    border-right: 0px solid #ccc;
}
.att-mark-consultant-table-details {
    .att-sortable {
    	list-style-type: none;
    	margin: 0;
    	padding: 0 !important;
    	background: #fff;
    	overflow-y: auto;
    	li {
    		margin: 10px auto;
    		max-width: 90%;
    		border: 0;
    		cursor: pointer;
    	}
    }
}
.att-border-radius-4px {
    border-radius: 4px;
}
.att-btn-color-333{
    color: #333;
}
.att-margin-b-15 {
    margin-bottom: 15px !important;
}
.att-width-18-per {
    width: 18% !important;
}
.att-share-documents-scroll {
    //height: 300px !important;
    //height: 260px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.att-view-timeline-details {
    .att-rejected-view,  .att-submitted-view{
        label {
            width: 35%;
        }
        span {
            width: 60%;
        }
    }
    
    .att-interview-scheduled-view, .att-selected-view{
        label {
            width: 45%;
        }
        span {
            width: 50%;
        }
    }
    
    .att-interviewed-view {
        label {
            width: 61%;
        }
        span {
            width: 37%;
        }
    }
}

.att-submission-track-notes-overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 125px;
    display: inline-block;
    margin-bottom: -5px;
}

.att-border-bottom-1px-solid{
    border-bottom: 1px solid;
}

.att-padding-L-10 {
    padding-left: 10px !important;
}

.att-padding-t-50 {
    padding-top: 50px;
}
.att-signature-setting {
    md-tab-data{
      opacity: 1;
      display: table;
      right: 0;
      left: initial;
      z-index: 20;
    }
    .att-color-357fd4 {
        color: #357fd4 !important;
    }
    .md-label {
        width: 100% !important;
    }
}

.att-modal-body-height-scroll {
    overflow-y: auto;
    height: 380px !important;
}

.att-mailing-list-import {
    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }
    
    td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }
    
    .att-border-r-dashed {
        border-right: 1px dashed;
    }
    
    input[type=file] {
        color: transparent;
        width: 90%;
        position: absolute;
        top: 0px;
        opacity: 0;
        float: left;
        cursor: pointer;
        z-index: 1;
        height: 100%;
        left: 18px;
    }
    
    .att-file-upload-ui {
        margin-top: 65px;
        .att-file-upload-container {
            padding: 40px 20px;
            border: dashed gray;
            text-align: center;
        }
    }
}

.att-view-opportunity-applications-table{
    .att-no-cursor {
        text-decoration: inherit !important;
        cursor: default !important;    
    }
    .att-no-hover-color:hover{
        background-color: #f9f9f9 !important;
    }
}

.att-opportunity-share-icon{
    font-size: 32px;
    float: left;
    color: #000;
    margin-top: -4px;
}

.att-hr-workflow-details {
    width: 25%;
	overflow: hidden;
	float: left;
	padding: 0 10px;
    #sortable1, #sortable2, #sortable3,#sortable4 {
    	list-style-type: none;
    	margin: 0;
    	padding: 0 !important;
        height: calc(~"100vh - 298px") !important;
    	background: #fff;
    	overflow-y: auto;
    	li {
    		margin: 10px auto;
    		max-width: 90%;
    		border: 0;
    		cursor: pointer;
    	}
    }
    .att-hr-workflow-user-profile{
        .img-responsive.att-text-img-div {
            //background-color: #357fd4;
            background-color: #09ADC5;
            width: 30px;
            height: 30px;
            margin: 0 auto;
            text-align: center;
            border-radius: 50%;
            border: 2px solid  #fff;
            margin-left: 2px;
        }
            
        .att-text-img {
            line-height: 27px;
            color: #ffffff !important;
            font-size: 15px;
        }
        
        img {
            height: 30px;
            width: 30px;
            margin-left: 2px;
            border-radius: 50%;
            border: 2px solid #fff;
        } 
    }

}

.att-height-45-px{
    height: 45px;
}

.att-overflow-y-auto {
    overflow-y: auto !important;
}

.att-hrworkflow-height-100{
    height: 100%;
}
.att-hrworkflow-info, .att-partner-docs-info{ 
    
    .att-opacity-point-8{
        opacity: 0.8;
    }
    
    .att-hrworkflow-details{
    	width: 100%;
    	overflow: hidden;
    	height: 100%;
    	overflow-y: auto;
    }
    .att-hrworkflow{
    	width: 100%;
    	overflow: hidden;
    	float: left;
    	//height: calc(~"100% - (5px)") !important;
    	box-sizing: border-box;
    	overflow-y: auto;
    }	
    .att-hrworkflow-content{
        width: 100%;
        overflow: hidden;
        //height: calc(~"100% - (5px)") !important;
    	box-sizing: border-box;
    	overflow-y: auto;
    }
    .att-hr-doc-footer-icon {
        text-align: right !important;
        margin-top: 45px !important;
        margin-bottom: 2px !important;
        margin-right: 2px !important;
    }
    .att-width-31-p {
        width: 31% !important;
    }
    
    .att-width-25-p {
        width: calc(~"25% - (20px)") !important;
    }
    
    .att-width-100-p {
        width: 100% !important;
    }
    
    .att-width-75-p {
        width: 75% !important;
    }
    
    .att-width-98-p {
        width: 98% !important;
    }
    
    .att-hrworkflow-box {
    	width: calc(~"19% - (20px)");
    	min-height: 160px; 
    	outline: none;
    	border: 1px solid #949292;
    	float: left;
    	margin: 0 1% 10px;
    	box-sizing: border-box;
        
        .att-doc-preview-container {
            height: 105px;
            padding: 10px;
            .att-line-height-45 {
                line-height: 45px;
            }
            .att-contant {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }
        }
        
        &.att-hrworkflow-selected {
            -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.4), 3px 2px 1px -2px rgba(0, 0, 0, 0.2), 3px 1px 5px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.4), 3px 2px 1px -2px rgba(0, 0, 0, 0.2), 3px 1px 5px 1px rgba(0, 0, 0, 0.2);
            .att-tile-container {
                background: #4285f4 !important;
                color: #fff !important;
                
            }
        }
        
        .att-tile-container {
            border-bottom: 1px solid #ccc;
            .att-doc-type-icon-container {
                padding:7px;
                float: left;
                img {
                    border-radius: 50%;
                    width: 25px;
                }
            }
            
            .att-hrworkflow-title {
                float:left;
                padding: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 90% !important;
            }
        }
    }
    /*.att-hrworkflow-box input{
    	position: relative;
    	margin-top: -296px;
    	right: 10px;
    	float: right;
    }*/
    .att-hrworkflow-right-side{
        margin-left: 10px;
    	width: 24%;
    	overflow: hidden;
    	border: 1px solid #ccc;
    	float: left;
    	height: 500px !important;
    	box-sizing: border-box;
    	
    	.att-hrworkflow-dv-header {
    	    font-size: 25px;
            padding: 10px 10px 20px 10px;
	        .att-hrworkflow-name-details {
	            width: 60%;
	            float: left;
	            p{
	                font-size: 16px;
	                margin: 0;
	                overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
	            }
	        }
	        .att-hrworkflow-right-icon-details{
	            width: 40%;
	            float: left;
	            //height: 22px;
	            overflow: hidden;
	            .att-hrworkflow-right-icon-content{
	                width: 100%;
	                overflow: hidden;
	                float: right;
    	            .att-hrworkflow-detailview-close {
        	            font-size: 15px;
        	            outline: none;
        	            width: 24.33%;
                        float: right;
                        text-align: center;
                        border-left: 1px solid #ccc;
                         &:last-child{
                            border-left: 0;
                        }
                        span{
                            text-align: center;
                        }
        	        }
	            }
	        }
	    }
	    .att-hrworkflow-account-details{
            padding: 10px 0 5px;
            overflow: hidden;
            &:first-child{
                padding-top: 20px !important;
            }
            .att-edit-hrworkflow-non{
                padding-top: 10px;
            }
    	}
	    .att-spinner-container {
	        padding-top: 150px;
            text-align: center;
	    }
	    
	    .att-hrworkflow-tile-description {
            display: block;
            display: -webkit-box;
            max-width: 400px;
            height: 14px*1.4*2; 
            margin: 0 auto;
            font-size: 14px;
            line-height: 1.4;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    	.att-padding-t-2-px {
            padding-top: 2px !important;
        }
    /*	md-tabs {
    	    //height: calc(~"100% - (52px)") !important;
    	    .md-active {
	            color: black !important;
	        }
    	    md-tab{
    	        overflow: hidden;
    	    }
    	    md-tabs-wrapper {
        	    border-bottom: 1px solid #ccc;
                z-index: 10;
                box-shadow: 0 0 14px rgba(0,0,0,0.8);
    	    }
    	    
    	    .att-slide-check-bot-data {
    	        width: 100%;
                float: left;
                border: 1px solid #ccc;
                margin: 10px 0px;
                text-align: center;
                .att-page-num-label {
                    text-align: center ;
                }
                img {
                    width: 100%;
                }
    	    }
    	    .att-share-content-section-part-two{
    	        overflow: hidden;
    	        //height: calc(~"100% - (52px)") !important;
    	        
    	        &.att-doc-pages {
                    padding: 10px !important;
                }
    	    }
    	}*/
    	/*.att-tab2{
    	    overflow: hidden;
    	    //height: calc(~"100% - (52px)") !important;
    	    overflow-y: auto !important;
    	}*/
    	
    	 md-tabs {
            height: 100%;
    
            md-tab-content > div
            {
                height: 100%;
    
                .vertical-scroll
                {
                    height: 100%;
                    overflow-y: auto;
                }
            }
            
            .md-active {
	            color: black !important;
	        }
    	    
    	    md-tabs-wrapper {
        	    border-bottom: 1px solid #ccc;
                z-index: 10;
                box-shadow: 0 0 14px rgba(0,0,0,0.8);
    	    }
    	    
    	    .att-slide-check-bot-data {
    	        width: 100%;
                float: left;
                border: 1px solid #ccc;
                margin: 10px 0px;
                text-align: center;
                .att-page-num-label {
                    text-align: center ;
                }
                img {
                    width: 100%;
                }
    	    }
    	    .att-share-content-section-part-two{
    	        overflow: hidden;
    	        //height: calc(~"100% - (52px)") !important;
    	        
    	        &.att-doc-pages {
                    padding: 10px !important;
                }
    	    }
        }
    	
    }
    
    .att-hrworkflow-circular {
        animation: rotate 3s linear infinite;
        //height: 30px;
        transform-origin: center center;
        width: 30px;
    }
    .att-hrworkflow-circular-path {
      stroke-dasharray: 2, 200;
      stroke-dashoffset: 0;
      animation: dash 1.5s infinite, color 6s infinite;
      stroke-linecap: round;
    }
    .att-display-inline-block {
        display: inline-block !important;
    }
}
/*
.att-hr-worflow-sub-docs:hover a{
    color: #fff !important;
    
}*/

.att-add-hr-hire-workflow {
    md-tabs-content-wrapper {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        //height: 420px !important;
    }
}
.att-padding-top-0-px {
    padding-top: 0px !important;
}
.att-hrworkflow-loggedin-details{
    width:40%;
    float:left;
}

.att-hr-table-container-height{
    overflow: hidden;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    .att-submit-candidate-table-thead, .att-table-container-thead{
        float: left !important;
        width: 100% !important;
        .att-submit-candidate-table-thead-row, .att-table-container-thead-row{
            padding: 0 !important;
            float: left !important;
            th{
                float: left !important;
                border-bottom: 0 !important;
                border-right: 0;
                border-left:0;
            }
        }
    }
    .att-submit-candidate-table-tbody, .att-table-container-tbody{
        overflow-y: auto;
        padding: 0 !important;
        text-align: left;
        border-bottom: 1px solid #ccc !important;
        .att-margin-t-8px{
            margin-top: 8px !important;
        }
        .att-submit-candidate-table-tbody-row, .att-table-container-tbody-row{
            width: 100% !important;
            display: block;
            overflow: hidden;
            padding: 0 !important;
            td{
                float: left !important;
            }
        }
        tr:hover{
            color: #fff !important;
        }
        
        .att-attachment:hover {
            a {
                color: #fff !important;
            }
        }
        .att-hr-doc-approve-icon {
            color: #000;
            font-size: 20px;
            margin-right: 10px;
        }
        .att-hr-doc-reject-icon {
            color: #000;
            font-size: 20px;
            border-left: 1px solid #1d1c1c;
            padding: 0px 14px;
        }
        .att-border-color-red {
            border-color: red !important;
        }
    }
}

.att-due-on-detail{
    width: 20%;
    float: right;
}

.att-due-on-detail-left{
    width: 20%;
    float: left;
}

.att-margin-left-neg-109{
    margin-left:-109px;
}
.att-margin-left-neg-14{
    margin-left:-14px;
}
.att-submission-tracking-toggle-height{
    height: 80px;
    overflow-y: auto;
}


.att-grid-table-container{
    width: 100%;
    overflow: hidden;
    .container{
        width: 100% !important;
        padding: 0 !important;
        .att-table-container-height{
            overflow: hidden;
            display: block;
            padding: 0 !important;
            margin: 0 !important;
            .att-table-container-thead{
                float: left !important;
                width: 100% !important;
                .att-table-container-thead-row{
                    padding: 0 !important;
                    float: left !important;
                    th{
                        float: left !important;
                        border-bottom: 0 !important;
                        border-right: 0;
                        border-left:0;
                    }
                }
            }
            .att-table-container-tbody{
                height: calc(~"100vh - 310px") !important;
                overflow-y: auto;
                padding: 0 !important;
                text-align: left;
                border-bottom: 1px solid #ccc !important;
                .att-margin-t-8px{
                    margin-top: 8px !important;
                }
                .att-table-container-tbody-row{
                    width: 100% !important;
                    display: block;
                    overflow: hidden;
                    padding: 0 !important;
                    td{
                        float: left !important;
                    }
                }
                tr:hover{
                    color: #fff !important;
                    .btn{
                        background-color: #ccc;
                        color: black !important;
                    }
                }
                
                .att-attachment:hover {
                    a {
                        color: #fff !important;
                    }
                }
                
                .att-partner-docs-buttons:hover{
                    .btn{
                        background-color: #ccc;
                        color: black !important;
                    }
                }
            }
        }
    }
}
.att-addedit-certificate {
   .att-attachment:hover {
        a {
            color: #fff !important;
        }
    } 
    table tbody tr:hover {
        background-color: #357fd4 !important;
        color: #fff !important;
        cursor: pointer;
    }
}
.edit-DocumentTypeInfo {
    md-input-container textarea.md-input
    {
        height: 100px !important;
    }
}
.att-f {
    background-color:#3c3c3c;
    color: white;
}
.att-f {
    a, a:hover {
        color: #ffffff !important;
    }
}

.att-left-0 {
    left: 0px !important;
}
.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1 !important;
}
.att-width-20px {
    width: 20px;
}
.custom-chips {
	md-chip {
		position: relative;
		.md-chip-remove-container {
			position: absolute;
			right: 4px;
			top: 4px;
			margin-right: 0;
			height: 24px;
			button.recipients {
				position: relative;
				height: 24px;
				width: 24px;
				line-height: 30px;
				text-align: center;
				background: rgba(0, 0, 0, 0.3);
				border-radius: 50%;
				border: none;
				box-shadow: none;
				padding: 0;
				margin: 0;
				transition: background 0.15s linear;
				display: block;
				md-icon {
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate3d(-50%, -50%, 0) scale(0.7);
					color: white;
					fill: white;
				}
				&:hover {
					background: rgba(255, 0, 0, 0.8);
				}
				&:focus {
					background: rgba(255, 0, 0, 0.8);
				}
			}
		}
	}
	md-chips-wrap.md-removable {
		md-chip {
			md-chip-template {
				padding-right: 5px;
			}
		}
	}
}
.att-clickable-link {
    color: #337ab7 !important;
}
.checkout .button {
  -webkit-animation-delay: 650ms;
  -moz-animation-delay: 650ms;
  animation-delay: 650ms;
  -webkit-animation-duration: 700ms;
  -moz-animation-duration: 700ms;
  animation-duration: 700ms;
}

.bt-drop-in-wrapper {
  min-height: 200px;
  position: relative;
  z-index: 1;
}

.bt-drop-in-placeholder {
  background-color: #f9f9f9;
  height: 187px;
  width: 100%;
  text-align: center;
  color: #707073;
  border: dashed 1px #DEE2E5;
  border-bottom: none;
  display: table;
}

.bt-drop-in-placeholder:before {
  content: "(Drop-in)";
  color: #707073;
  display: table-cell;
  vertical-align: middle;
}

.att-final-amount-label {
    a, a:hover {
        color: #ffffff !important;
    }
}
.att-billing-payment-des {
    border: 1px solid;
    height: 240px;
    width: 500px;
    margin-top: 15px;
    padding: 10px;
}
.att-billing-payment-button {
    float:right;
    padding: 6px 16px !important;
    font-size: 16px !important;
}
.att-overflow-x-hidden {
    overflow-x: hidden !important;
}
.att-billing-dashboard-screen .att-table-container-tbody-height{
    height: calc(~"100vh - 220px") !important;
    overflow-y: auto;
    padding: 0 !important;
    text-align: left;
    border-bottom: 1px solid #ccc !important;

    .att-margin-t-8px{
        margin-top: 8px !important;
    }
    .att-table-container-tbody-row{
        width: 100% !important;
        display: block;
        overflow: hidden;
        padding: 0 !important;
        td{
            float: left !important;
        }
    }
    tr:hover{
        color: #fff !important;
        .btn{
            background-color: #ccc;
            color: black !important;
        }
    }
}
.att-z-index-0 {
    z-index:0 !important;
}
.att-billing-dashboard-page-company-name {
    float: left;
    width: 20%; 
    margin:7px;
}
.att-billing-dashboard-title{
    float:left;
    width: 13% !important;
    margin-top: 5px !important;
}
.att-margin-top-neg-2-px {
    margin-top: -2px;
}
.att-bill-payment-buttons {
    background-color: white;
    color: black;
    margin: 0;
}
.att-padding-top-6-px {
    padding-top: 6px !important;
}
.att-margin-top-6-px {
    margin-top:6px !important;
}
.att-margin-top-neg-13-px {
    margin-top:-13px;
}
.att-billing-dashboard-menu {
    line-height: 35px;
    color: #6d6d6d;
}
.att-package-level-content{
    width: 100%;
    overflow: hidden;
    height: calc(~"100% - (5px)") !important;
	box-sizing: border-box;
	overflow-y: auto;
	.att-template-manager-box {
    	width: calc(~"24% - (16px)");
    	min-height: 150px; 
    	outline: none;
    	border: 1px solid #949292;
    	float: left;
    	margin: 0 1% 10px;
    	box-sizing: border-box;
    
        .att-doc-preview-container {
            height: 170px;
            padding: 10px;
            .att-line-height-45 {
                line-height: 45px;
            }
            .att-contant {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }
        }
        
        .att-tile-container {
            border-bottom: 1px solid #ccc;
            .att-doc-type-icon-container {
                padding:7px;
                float: left;
                img {
                    border-radius: 50%;
                    width: 25px;
                }
            }
            
            .att-template-title {
                float:left;
                padding: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }
        }
    }
}

.att-selected-package-color{
    color: white;
    background-color: #5093e1;
}
.att-max-width-200-per-imp {
    max-width: 200px !important;
}
.att-mailing-list-icons{
    float: left;
    position: initial !important;
    margin-right: 5px;
}
.att-background-color-gray {
    background-color:gray !important;
}
.att-background-color-red {
    background-color:red !important;
}
.att-font-weight-bold-imp {
    font-weight: bold !important;
}
.att-recipient-group-name {
    font-size: 16px;
    width: 60%;
}
.att-vendor-timesheet-search-width-arrange{
    width: calc(~"100% - 220px") !important;
}
.att-vendor-table {
    tbody {
        display:block;
        height:270px;
        overflow-y:auto;
    }
    thead tr, tbody tr {
        display:table;
        width:100%;
        table-layout:fixed;
    }
}
.att-width-80-px {
    width: 80px !important;
}
.att-login-popup-centered {
    opacity: 1000;
    position: fixed;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.sidebar-menu > li a .nav-link {
  display: block;
  float: left;
  font-size: 14px;
  padding-top: 10px !important;
}
.dashboard-item{
    .md-select-value {
        margin-left: -40px;
    }
}
.signatt-document-report {
    .att-report-table-fixed {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      
      th { 
          border-bottom-width: 1px !important;
      }
      th, td {
        padding: 5px;
        text-align: left;
      }
      
      .att-thead-content {
        tr {
          display: block;
          position: relative;
        }
      }
      .att-tbody-content {
         
        display: block;
        overflow: auto;
        width: 100%;
        height: 280px;
        
      }
    }
}
.att-display-inline-table {
    display:inline-table !important;
}
.att-display-initial {
    display:initial !important;
}
.att-padding-left-0px {
    padding-left: 0px !important;
}
.nav-item {
    color: #c9dcf0;
    display: block;
    font-family: Maven Pro,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 24px 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.nav-item:hover {
    color: #c9dcf0;
    text-decoration: none;
}
.nav-list {
    align-content: center;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-item-on, .nav-item.on {
    color: #fff;
}
.header_left {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    overflow: hidden;
}
.header-ndse .header_left, .header-ndse .header_nav-mobile, .header-ndse .header_right {
    -webkit-box-flex: 1;
    flex: 1 1 25%;
}
.header_logo {
    margin-right: 24px;
    margin-top: 2px;
}
.header_logo, .header_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
//For templates buttons
.css-nw3llb {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "Maven Pro", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.66px;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 13px;
    min-height: 34px;
    min-width: 34px;
    background-color: rgb(209, 167, 30);
    color: rgb(51, 51, 51);
    border-radius: 2px;
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
    margin: 0px;
    overflow: visible;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
    padding: 7px 18px;
    border-color: rgb(209, 167, 30);
    border-left: rgb(209, 167, 30);
}
.css-117u5rs {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "Maven Pro", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.66px;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
    min-height: 28px;
    min-width: 28px;
    background-color: rgb(44, 110, 225);
    color: rgb(255, 255, 255);
    border-style: solid solid solid;
    border-width: 1px 1px;
    margin: 0px;
    overflow: visible;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
    padding: 4px 14px;
    border-color: rgb(44, 110, 225);
    border-left: rgb(44, 110, 225);
    border-radius: 2px 0px 0px 2px;
}
.css-19gfowk {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "Maven Pro", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.66px;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
    min-height: 28px;
    min-width: 28px;
    //background-color: rgb(44, 110, 225);
    color: rgb(255, 255, 255);
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
    margin: 0px;
    overflow: visible;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
    padding: 0px;
    //border-color: rgb(44, 110, 225) rgb(44, 110, 225) rgb(44, 110, 225);
    border-radius: 0px 2px 2px 0px;
    border-left: 1px solid currentcolor !important;
}
.css-19gfowk:active {
    background-color: rgb(41, 103, 210);
    border-color: rgb(41, 103, 210);
}
.table {
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    //border-top: 1px solid #e9e9e9;
    width: 100%;
}
.css-1am6aje {
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
}
.css-19gfowk {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    //display: inline-flex;
    font-family: "Maven Pro", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    //-webkit-box-pack: center;
    //justify-content: center;
    letter-spacing: 0.66px;
    line-height: 18px;
    //position: relative;
    text-align: center;
    text-transform: uppercase;
    //vertical-align: middle;
    //font-size: 12px;
    //min-height: 28px;
    //min-width: 28px;
    //background-color: rgb(44, 110, 225);
    color: rgb(255, 255, 255);
    /*border-style: solid solid solid;
    border-width: 1px 1px 1px;
    margin: 0px;
    overflow: visible;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
    padding: 0px;
    border-color: rgb(44, 110, 225) rgb(44, 110, 225) rgb(44, 110, 225);
    border-radius: 0px 2px 2px 0px;
    border-left: 1px solid currentcolor !important;*/
}
.page-branded .header {
    background-color: #214e9f;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.site_footer, .site_header, .site_hero, .site_toolbar {
    -webkit-box-flex: 0;
    //-ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.css-1sc0cgy {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "Maven Pro", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.66px;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: rgb(255, 206, 0);
    color: rgb(30, 30, 30);
    font-size: 13px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    overflow: visible;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, box-shadow 0.2s ease 0s, color 0.2s ease 0s;
    border-color: rgb(255, 206, 0);
    padding: 10px 20px;
}
.upload-btn-wrapper {
  position: relative;
  //overflow: hidden;
  overflow: inherit !important;
  display: inline-block;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*.content_main {
    flex: initial !important;
}*/
.att-color-black{
    color: black !important;
}
.att-default-color { font-size: 20px; padding: 0px; margin-bottom: 5px; }
.att-normal-color { background: wheat; }
.att-select-color { background: #90ee90; }
.att-red-color{
    color: red !important;
}
.users-add-edit-screen { 
    .md-select-value {
        border: none !important;
    }
    
    .atgmail {
        position: absolute;
        //top: 55px;
        top: 42px;
        right: 30px;
        color: #999;
        user-select: none;
        direction: ltr;
    }
}
.contacts-add-edit-screen { 
    .md-select-value {
        border: none !important;
    }
}

.add-document-file-upload {
  //background-color: blue;
  width: 1000px;
  //margin: 0 auto;
  //padding: 20px;
  border: 2px dashed #ccc;
  text-align: center;
}

.add-document-file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.add-document-file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
  
}

.add-document-file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.add-document-file-upload-content {
  display: none;
  text-align: center;
}

.add-document-file-upload-input {
  //position: absolute;
  //margin: 0;
  //padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  //margin-left: -18px;
  //margin-top: -40px;
}

.upload-btn-document {
    position: absolute !important;
    top: 68% !important;
    left: 47% !important;
}

.dropdown-document {
    position: absolute !important;
    top: 68%;
    left: 54%;
}

.file-drop-text {
    position: absolute;
    top:62%;
    left:45%;
}

.full-screen-popup {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

.add-document-image-upload-wrap {
  //margin-top: 20px;
  //border: 4px dashed #1FB264;
  //position: relative;
}

.collapsein1{
    display: none;
}

#panel, #flip {
  padding: 5px;
  //text-align: center;
  //background-color: #e5eecc;
  border: solid 1px #c3c3c3;
}

#panel {
  //padding: 50px;
  display: none;
}

.att-recipient-screen md-input-container:not(.md-input-has-value) input:not(:focus) {
    color : black !important;
}


/*html,
body {
  overflow: hidden;
  max-width: 100%
}*/

/*.notification-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  display: none;
  height: 100%;
  overflow: hidden;
  background: #107b10;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.selected {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}*/

/** Style for the body **/
/* body {
    font: 12px Tahoma, Arial, Helvetica, Sans-Serif;
}*/
/** Style for the button & div **/
 .myButton {
    padding: .2em 1em;
    font-size: 1em;
}
.mySelect {
    padding: .2em 0;
    font-size: 1em;
}
#myDiv {
    //color:Green;
    //background-color:#eee;
    border:2px solid #333;
    display:none;
    text-align:justify;
}
#myDiv p {
    margin: 15px;
    font-size: 0.917em;
}
/** Style for the cointainer **/
 #body {
    clear: both;
    margin: 0 auto;
    max-width: 534px;
}
html, body {
    background-color:White;
}
hr {
    margin-bottom:40px;
}
.users-add-edit-screen, .contacts-add-edit-screen {
    .form-group {
        margin: 10px 0 !important;
    }
}


/*.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}*/

