﻿.dir-ltr {
    direction: ltr;
}
/*-------------for tab rtl-----------*/

md-tabs[dir="rtl"] .md-tab {
    float: right;
}

md-tabs[dir="rtl"] md-content .md-left:not(.md-active) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

md-tabs[dir="rtl"] md-content .md-right:not(.md-active) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


md-tabs[dir="rtl"] md-tabs-canvas .md-dummy-wrapper {
    left: auto;
    right: 0;
}

md-tabs[dir="rtl"] md-tabs-canvas md-pagination-wrapper {
    left: auto;
    right: 0;
}

md-tabs md-ink-bar {
    background: #00a6cc;
}





.border-bottom, .bb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.border-blue-bottom {
    border-bottom: 1px solid rgba(9, 84, 147, 0.44);
}


.lst-title {
    color: #225c90;
}



/*#p-employer > .header {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    background-color: #035782 !important;
}
#p-employer .employer-detail-form-container, #detailForm .employer-detail-form-container {
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fff;
}

#p-employer .title {
    color: #424e92;
}

#p-employer .icon {
    color: #424e92;
}*/

/*#p-employer .brd-bottom {
    border-bottom: 1px solid #205b79;
    margin-bottom: 20px;
}*/
/*****************/

/*deposit*/
.deposit-title-div, .search-title-div, .profile-title-div {
    padding: 15px;
    margin: 10px 0 10px 0;
}


/*----------------------------------------------------------------*/
/*  Dynamic - List
/*----------------------------------------------------------------*/

.dynamic-list {
    border-bottom:1px solid rgb(234, 234, 234);
    padding: 12px 8px;
}

.dynamic-panel {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    /*border: 1px solid #ededed;
    box-shadow: 0px 5px 5px -3px rgba(66, 181, 171, 0.36), 0px 8px 10px 1px rgba(220, 241, 240, 0.66), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);*/
}

.dynamic-title {
    padding: 11px 20px;
    /*border-bottom: 2px solid #f1f1f1;*/
    /*text-align: center;*/
    color: #0967a0;
    font-size: 16px;
}





