.addIcon { 
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 3px;*/
}
.modal-dialog {
    margin-top: 90px !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 768px !important;
    }
}

.headNav li:hover > ul {
    display: block;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

.map {
    background: transparent url(../img/checking-loader.gif) no-repeat center center;
    background-size: 40px;
}
.form-wrap{
    max-width: 500px;
    padding: 30px;
    background: #f1f1f1;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
}
.form-wrap form{
    border-bottom: 1px dotted #ddd;
    padding: 10px;
}
.form-wrap #output{
    margin: 10px 0;
}
.form-wrap .error{
    color: #d60000;
}
.form-wrap .images {
    width: 100%;
    display: block;
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin: 5px 0;
}
.form-wrap .thumbnails {
    width: 32%;
    display: inline-block;
    margin: 3px;
}

/* progress bar */
.progress-wrp {
    border: 1px solid #a5a5a5;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    /* box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12); */
    overflow: hidden;
}
.progress-wrp .progress-bar{
    height: 20px;
    border-radius: 3px;
    background-color: #B4F5B4;
    width: 0;
    /* box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11); */
}
.progress-wrp .status{
    top: 1px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #116b11;
}

/* Image Zoom Properties */
#imagePreview{
    position:absolute;
    border:1px solid #ccc !important;
    background:#ccc;
    display:none;
    color:#fff;
}
#imagePreview img {
    max-width: 400px;
    max-height: 300px;
    border: none !important;
}

.buttonIconCls{
    margin: 0 0 0 15px;
    color: #a7a7a7;
    display: inline-block;
    font-size: 15px;
}    
.buttonIconCls:hover {
    color:#333;
}
.customDrop {
    /* background: #f9fafc !important;
    border: 1px solid #dbe1e8;*/
    height: 24px;
    /*width: 20px;*/
    color: #394263;
    border-radius: 0 3px 3px 0; ;
    background-color: #f1f3f6;
    border: 1px solid #dbe1e8;
    border-left: 1px solid #e2e2e2;
    font-size: 12px;
    line-height: 20px;
}
.card-span {
    display: block;
    font-weight: 300;
}

.animatedBtn:hover, .animatedBtn:focus {
    color: #fff;
    text-decoration: none;
}

.animatedBtn:hover:after {
    width:90%;
    right:0px;
    content:'';
    border-right:0;
}


.customHeader {
    height: 55px;
    /*overflow: hidden;*/
    margin-bottom: 0;
    background-color: #2b2b2b;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.timeline-icon-new {
    background-color: #1bbae1;
    border-color: #1bbae1;
    color: #ffffff;
    position: absolute;
    left: -25px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
    z-index: 500;
}

.timeline-icon-new:hover{
    color: white;
}

.top_action {
    background-color: transparent;
    border: 1px solid lightgrey;
    margin-left: 15px;
    /*text-transform: uppercase;*/
    font-size: 11px;
    letter-spacing: 1px;
}
.top_action:hover {
    background-color: transparent;
    border: 1px solid lightgrey;
}
.top_action:focus {
    background-color: transparent;
    border: 1px solid lightgrey;
}
.floatNone {
    float: none !important;
}
.btn-header-custom {

}
.btn-header-custom a {
    margin: 7px 0 7px 15px !important;
    line-height: 20px !important;
    font-size: 12px !important;
    letter-spacing: 3px !important;
    float:left !important;
}
.NewPageContainer {
    margin-top: 55px;
}
.newLogo {
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: left;
}
.newLogo img {
    /*margin-top: 7px;*/
    margin-top: 12px;
}
.headNav {
    float: right;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 55px;
}
.headNav li {
    /*display: inline-block;*/
    float: left;
}
.headNav li a {
    color: rgba(255, 255, 255, 0.85);
    display: block;
    font-weight: 600;
    letter-spacing: 1.5px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    margin-left: 15px;
    margin-top: 0;
    overflow: hidden;
    transition: all 1s linear 0s;
    line-height: 55px;
}

.headNav li a:hover::after {
    left: 0;
    right: 0;
    width: 100%;
}

.appliedFilters-row {
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0;
    z-index: 20;
    position: relative;
/*    padding-right: 190px;*/
}
.clearFilter {
    position: absolute;
    right: 15px;
}
.appliedFilters-row label {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.appliedFilters-row span {
    font-size: 12px;
    display: inline-block;
    padding: 0px 0 0 5px;
    border-radius: 3px;
    line-height: 15px;
    margin: 0 2px 0px;
    font-weight: 500;
    /*background: #eaeaea;*/
/*    cursor: pointer;*/
}
.appliedFilters-row span:hover {
/*    color: #a2a2a2;*/
}
.appliedFilters-row span strong {
    display: inline-block;
}
.newFooter {
    padding: 9px 0px;
    margin: 15px -15px 0;
    font-size: 11px;
    background-color: #fff;
    border: 0;
    color: #888888;
}

#sidebar.fixHeightSidebar {
    position: fixed;
    margin-right: 0px;
    /*min-width: 190px;*/
    padding-left: 15px;
    overflow-y: auto;
    height: 100%;
    max-height: calc(100vh - 55px);
    background-color: #474747;
    top:55px;
}
.sidebar-visible-xs .fixHeightSidebar {
    z-index: 9;
}

.modal-body .tab-popup {font-size: 0px;}
.tab-popup li {
    width: 50%;
    text-align: center;
}
.tab-popup li a {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
}
.tab-popup li.active a {}
#filterPopup .modal-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
}

.filter_strip {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #dbe1e8;
    padding: 5px 0;
}
.filter_strip .form-group {
    margin-bottom: 0px;
}
.btn_strip {
    text-align: right;
    font-size: 0px;
}
.btn_strip a {
    text-transform: uppercase;
    display: inline-block;
    line-height: 34px;
    border: 1px solid #dbe1e8;
    padding: 0 12px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    color: #404040;
    background: #f9f9f9;
    transition: all 0.3s;
    margin-left: 10px;
}
/*.filter-btn_float {
    width: 56px;
    height: 56px;
    line-height: 54px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgb(254, 211, 96);
    
    border-radius: 30px;
    
    text-align: center;
    font-size: 32px;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    z-index: 9;
}*/

#responsiv_table_div {
    border: 0 !important;
    padding: 0;
}
table .dropdown-menu,
#tabInnerData .dropdown-menu {
    right: 0;
    left: auto;
}
.block-title input[type=checkbox] {
    margin: 0 !important;
    /*width: 20px;
    height: 20px;*/
}
#select_all label {
    line-height: 28px;
    padding-left: 28px;
    margin-top: 4px; /* added by chandan */
}
#select_all input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: -28px;
}
.block-title input[type=checkbox] + label {
    display: block;
    height: 16px;
    margin: 0;
    width: 16px;
    position: absolute;
    cursor: pointer;
    background: transparent;
    z-index: 99;
}
#tabInnerData .block-title h2 {
    position: relative;
}
#tabInnerData .block-title .btn {
    border-radius: 15px;
    padding: 0 8px !important;
    margin-top: 5px;
    line-height: 28px;
}
.block-title .checkBox-custom {
    display: block;
    position: absolute;
    border: 2px solid #989898;
    border-radius: 1px;
    height: 20px;
    width: 20px;
    top: 7px;
    left: 12px;
    z-index: 0;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.block-title .checkBox-custom::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}


.block-title input[type=checkbox]:checked ~ .checkBox-custom::before {
    top: 1px;
    left: 0px;
    width: 6px;
    height: 12px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.block-title input[type=checkbox]:checked ~ label {
    color: #ffbe34;
}
.add_plus_btn {
    display: block;
    text-align: center;
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 100px;
    color: #ccc;
    transition: all 0.3s;
}
.add_plus_btn:hover {
    background: #f9f9f9;
    text-decoration: none;
}
.result_count {
    font-size: 11px; margin-top:15px; margin-left:15px;
    margin-bottom: 10px;
}
.bread-custom {
    font-size: 12px;
    margin-bottom: 0px;
}
.pageBodyNew .breadcrumb {
    margin-bottom: 0;
    background: #f5f5f5;
    padding: 4px 15px;
    border-bottom: 1px solid #dbe1e8;
}
.breadcrumb-customized {
    background: #efefef;
    /*border-bottom: 1px solid #f3f3f3;*/
}
.breadcrumb-customized .breadcrumb {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    background: #efefef;
}
.clear_filter {
    display: inline-block;
    width: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    color: #656565;
    font-weight: 800;
    float: right;
    margin-left: 2px;
}
.clear_filter_text:hover,
.clear_filter:hover {
    text-decoration: none;
}
.clear_filter_text {
    display: inline-block;
    padding: 0 12px;
    margin-left: 5px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #333;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}


.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    &:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
.uploadImagePreview {
    display:block;
    margin-top: 15px;
    overflow: hidden;
}
.uploadImagePreview img {margin-right: 15px; float: left;}
.uploadImagePreview .imgDimension {
    float: left;
}
.uploadImagePreview span {
    display: block; 
}
.filter_frequent .form-control {
    width: 180px;
    float: left;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.filter_frequent .btn_frequent {
    width: 35px;
    float: left;
    margin: 0;
    padding: 0;
}
.filter_frequent .btn_frequent .tableFilterBtn {
    width: 35px;
    margin: 0;
    height: 34px;
    margin-top: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pleft0 {padding-left: 0;}

/* Geo Location and Manual Location */
.input-controls {
    /*margin-top: 10px;*/
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin-top: 43px!important;

}
#searchInput {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    /*margin-left: 12px;*/
    margin-left: -100px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    /*width: 50%;*/
    width:340px;
}
#searchInput:focus {
    border-color: #4d90fe;
}

.title-hstrip {
    color: rgb(255, 255, 255);
    margin: 0;
    left: 0 !important;
    font-size: 15px;
    padding: 0;
    line-height: 20px;
    height: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 25px;
}
.custom-content-header .header-filter-section {height: 40px;font-size: 0px;width: 100%;border-bottom: 1px solid #dbe1e8;z-index: 99;}
.content-header .search-band {
    background: #fff;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #dbe1e8;
}
.content-header .search-band ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;

}
.content-header .search-band ul li {
    display: inline-block;
    float: right;
}
.content-header .search-band ul li.sorted {

}
.content-header .search-band ul li.sorted a {
    width: auto;
    font-size: 12px;
    padding: 0 10px;
}
.content-header .search-band ul li.sorted a .clear_sort {
    background: #f5f5f5;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    line-height: 15px;
    display: inline-block;
    width: 15px;
}

.content-header .search-band ul li a {
    display: block;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s;
    border-left: 1px solid #dbe1e8;
    font-size: 16px;
    color: #8e8e8e;
}
.content-header .search-band ul li a:hover {
    /*background: #ccc;*/
    color: #333;
    text-decoration: none;
}
.search-expand {
    display: block;
    position: absolute;
    top: 0;
    width: 300px;
    height: 40px;
    background: #fff;
    z-index: 9;
    border-left: 1px solid #dbe1e8;
    right: -300px;
    transition: all 0.5s;
}
.search-expand.expanded {
    right: 0;
}
.search-expand .input-group {
    margin: 0;
}
.search-expand .input-group .input-group-btn {

}
.search-expand .input-group input[type="text"] {
    border: 0;
    height: 40px;
}
.search-expand .input-group button {
    height: 40px;
    border: 0;
    line-height: 40px;
    width: 40px;
    padding: 0;
}
.inline-left-btn {
    margin-top: 10px;
    float: left;
}
/*Filter Tabs in header*/
.filetr-tab {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}

.filetr-tab .hs-dropdown {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.filetr-tab:last-child .hs-dropdown {
    border-right: 0;
    margin-right: 0;
    text-align: center;
    padding-right: 0;
}
.filetr-tab .hs-dropdown-name {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}
.filetr-tab .hs-dropdown-name:after {
    content: "";
    height: 8px;
    width: 13px;
    background-image: url(../img/icon-angle-down.svg);
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    position: relative;
    top: 15px;
    margin-left: 15px;
}
.filetr-tab .more-filters .hs-dropdown-name:after {
    background-image: url(../img/more.png);
    height: 40px;
    top: 0;
    background-position: center;
    background-size: 9px;
    opacity: 0.7;
}
.filetr-tab .more-filters a {
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 30px;
}
.filetr-tab .filter-details {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    top: 40px;
    left: -1px;
    border-top: none;
    z-index: 9;
    min-width: 280px;
    max-height: 267px;
    transition: max-height .12s ease-in;
    overflow-x: auto;
    overflow-y: overlay;
    position: absolute;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.09);
}
.filetr-tab .filter-details-container {
    display: block;
    margin-top: 8px;
}
.filetr-tab .filter-details ul.list-items {
    position: relative;
    margin: 0;
    padding: 0;
}
.filetr-tab .filter-details ul.list-items li {
    list-style: none;
    padding: 0;
}
.filetr-tab .filter-details ul.list-items li label {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    padding: 15px 16px;
    transition:all 0.3s;
}
.filetr-tab .filter-details ul.list-items li label:hover {
    background-color: #f9f9f9;
}
.filetr-tab .filter-details ul.list-items li label span {
    display: inline-block;
    margin-left: 10px;
}
.filetr-tab .filter-details ul.list-items li label input[type="checkbox"] {
    float: left;
}

.filter-details {
    display: none;
}
.filetr-tab:hover .filter-details {
    display: block;
}

.batch-action {
    /*    float: left;
        margin-right: 15px;
        margin-left: 15px;
        width: 30%;*/
}
.batch-action .dropdown-toggle {
    padding: 0 10px;
    line-height: 30px;
    margin-top: 3px;
    border-radius: 0;
}
.batch-action .direction-image {
    float: left;
    width: 18px;
    margin: 15px 5px 0 0;
}
.searchNew .input-group {
    margin-top: 3px;
}
/*added classes by chandan*/
.profile-info p:last-child{margin-bottom: 0 !important;}
.search-band .searchNew{float: left;width: calc(100% - 185px) !important; padding-right: 0; border-left: 1px solid #dbe1e8; height: 40px;}
.header-filter-section .batch-action{position: relative; padding-left: 40px;}
.header-filter-section .batch-action .top_action_buttons{position: absolute; left:15px;}
.header-filter-section .batch-action .top_action{border: none;}
.header-filter-section .batch-action .top_action:focus,.batch-action .dropdown-toggle:focus{box-shadow: none; -webkit-box-shadow: none; background-color: transparent;}
#select_all .lavaLblCheck{position: relative;}
.checkspan:before{content: "\f00c"; display: none;}
.lavaInpCheck{opacity: 0; z-index:6;}
/*[type="checkbox"] + .checkspan{position: relative; width: 20px; height: 20px; border:2px solid #f1f3f6; color: #e74c3c; background-color: #fff; padding: 0 0; cursor:pointer; display: block;position: absolute;left: 0;font: normal normal normal 10px/1 FontAwesome;    line-height: 17px;text-align: center;z-index: 5;border-radius:4px;}*/
/*[type="checkbox"]:checked + .checkspan{border:2px solid #e74c3c;}*/
[type="checkbox"]:checked + .checkspan:before{display: block;}

.search-select{width: 170px;}
.content-header .search-band {width: calc(100% - 170px);padding: 0 0;}
.content-header .search-band.search-band-full {width:100%;padding: 0 0;}

.top_action_buttons .input-group-btn{position: relative;}
.batch-action .btn-text{position: absolute;width: 100%; height: 40px; line-height: 36px;padding: 0 15px 0 0; margin: 0 0;}
.batch-action .dropdown-toggle{width: 100%;text-align: right; padding: 0 0; margin: 0 0; height: 40px; line-height: 36px;}
.batch-action .dropdown-menu{margin: -1px 0 0;}
/*added classes closed*/

.searchNew .input-group input[type="text"] {
    line-height: 1;
    height: 32px;
    border-radius: 0;
    /*now added by chandan*/
    border-color: transparent;
}
.searchNew .input-group-btn .btn {
    line-height: 30px;
    padding: 0 8px;
    border-radius: 0;
    /*now added by chandan*/
    background-color: transparent;
    border-color: transparent;
}
.add-head {
    height: 31px;
    width: 30px;
    margin: 12px 0 !important;
    float: left;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition:all 0.3s !important;
}

.add-head:hover:after {
    display: none;
}
#add_head {
    position: relative;
    padding: 0 10px;

}

#add_head.active > a {
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
}

.create-fly {
    position: absolute;
    display: none;
    top: 55px;
    background: #fff;
    width: auto;
    min-width: 200px;
    right: 0px;
    padding: 0;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}

#add_head.active .create-fly {
    display: block;
}
.create-fly h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
.create-fly ul {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
.create-fly ul li {
    display: block; 
    width: 100%;
}
.create-fly ul li > a{display: block; 
                      width: 100%;
                      position: relative;
                      margin: 0 0 0 0;
                      padding: 10px 15px 10px 42px;transition: all 0.3s;
                      border-bottom: 1px solid #f5f5f5; white-space: nowrap;}

.create-fly ul li a i {
    position: absolute;  
    top: 20px;
    left: 15px;
    font-size: 15px;
}
.create-fly ul li a span {
    font-size: 11px;
    color: #999;font-weight: 400;
    width:100%; display: block;
    line-height: 19px; letter-spacing: 0.4px;
}
.create-fly ul li a b {
    font-weight: 700;
}
.create-fly ul li a strong {
    color: #333;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 19px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    width:100%; display: block;
}

.create-fly ul li a:hover strong,.create-fly ul li a:hover span,
.create-fly ul li a:hover i{color:#fff;}

.create-fly ul li a:hover:after {
    display: none;
}
footer .list-inline {
    margin-bottom: 0;
}
/*============= Detail Individual page styles =============*/
.detail-individual .head-section {
    display: block;
    margin-bottom: 15px;
}
.detail-individual .head-section h3 {
    margin: 0 0 10px;
    font-weight: 400;
}
.detail-individual .head-section p {
    margin: 0;
}
.detail-individual .head-section p span {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.detail-individual .head-section p span:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.detail-individual .tab-section {display: block;}
.detail-individual .nav-tabs {}
.detail-individual .nav-tabs li {
    position: relative;
}
.detail-individual .nav-tabs li:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 0px;
    border-right: 1px dotted #b3b3b3;
    right: 0;
    top: 7px;
}
.detail-individual .nav-tabs li:last-child:before {
    display: none;
}
.detail-individual .nav-tabs li a {
    position: relative;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #333;
}
.detail-individual .nav-tabs li a:hover,
.detail-individual .nav-tabs li a:visited,
.detail-individual .nav-tabs li a:active,
.detail-individual .nav-tabs li a:focus {
    border: 0;
    background: #fff;
}
.detail-individual .nav-tabs li.active {

}

.detail-individual .nav-tabs li.active a {
    color: #929292;
}

.detail-individual .tab-content {
    padding: 20px 0;
}

.profile-card {
    padding-bottom: 20px;
    position: relative;
    min-height: 150px;
}
.select-card {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
}
.select-card label {
    display: block;
    position: relative;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.select-card label:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #f1f3f6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    right: -23px;
}
.select-card label:hover,
.select-card label:focus,
.select-card label:active,
.select-card label:visited {
    text-decoration: none;

}
.select-card label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 9px;
    background: transparent;
    top: 8px;
    right: 5px;
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.select-card label:hover:after {
    opacity: 1;
}


.avatar {
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dbe1e8;
}
.avatar img
{
    width:auto; 
    height:auto;max-width: 120px; 
    max-height: 120px;  
    position: absolute; left:50%; top:50%; 
    transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); 
    z-index: 99;    
}
.profile-card .profile-info {
    display: block;
    float: left;
    width: calc(100% - 140px);
}
.profile-card .profile-info h4 {
    font-weight: 600;
}
.profile-card .contact-info {
    display: inline-block;
    margin-right: 10px;
    padding-right: 6px;
    border-right: 1px solid #ccc;
    margin-top: 15px;
}
.profile-card .contact-info.last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.profile-card p.profile-desc {
    margin-top: 15px;
}
.profile-card p.profile-label {
    font-size: 11px;margin-top: 15px!important;

}
.profile-card p.profile-label label {
    text-transform: uppercase;
    color: #292929; 
}
p.profile-label span {
    margin-right: 5px;
    color: #8c8c8c;
}
.card-select-check {
    position: relative;
    display: block;
    width: 25px;
    height: 32px;
    float: left;
    margin-top: 3px;
}

/*===== ScrollBar customization ====*/

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}
::-webkit-scrollbar-thumb:vertical {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0, 0, 0, 0.61);
    -webkit-border-radius: 100px;
}
::-moz-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0);
    -moz-border-radius: 100px;
}
::-moz-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}
::-moz-scrollbar-thumb:vertical {
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 100px;
}
::-moz-scrollbar-thumb:vertical:active {
    background: rgba(0, 0, 0, 0.61);
    -moz-border-radius: 100px;
}


/*Matrix page styles*/
.matrix-table {
    margin-top: 20px;
    padding-top: 15px;
}
.matrix-table table {
    background: #fff;
}
.matrix-table table th {
    background: #f2f2f2;
}
.matrix-table table td {
    text-align: center;
    padding: 0 !important;
}
.matrix-table td a.empty {
    background: #fff;
    opacity: 0;
}
.matrix-table td a.empty:hover {
    opacity: 1;
    background: #fbfbfb;
}
.matrix-table td a {
    display: block;
    background: #fbfbfb;
    padding: 8px 0;
    text-align: center;
    color: #777;
    transition:all 0.3s;
}
.matrix-table td a:hover,
.matrix-table td a:focus,
.matrix-table td a:visited,
.matrix-table td a:active {
    color: #333;
    text-decoration: none;
}
.validation-text .input-group-addon {
    background: #f2f2f2;
    cursor: pointer;
}
.roleModal-form .checkbox-inline {
    margin-right: 15px;
}
.roleModal-form .checkbox-inline+.checkbox-inline {
    margin-left: 0;
}
.roleModal .edit {
    float: right;
    display: block;
    width: 30px;
    text-align: center;
}
.custom-check{
    width: 200px;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    height: 50px;
}
.select-card input{
    width: 50px;
    height: 40px;
    opacity: 0;
    position: relative;
    z-index: 2000;
    margin: 0 !important;
}
.close-bread{
    position: absolute;
    width: 20px;
    height: 32px;
    right: 27px;
    z-index: 2;
    color: #394263;
    font-size: 15px;
    line-height: 32px;
    font-weight: 200;
}
#unsetSearchCross{
    position: absolute;
    width: 20px;
    height: 32px;
    right: 30px;
    z-index: 2;
    color: #394263;
    font-size: 15px;
    line-height: 32px;
    font-weight: 200;
}
.clearfix {
    float: none;
    clear: both;
    line-height: 0;
    font-size: 0px;
}
.profile-icon > a{
    margin-left: 0;
    padding: 0 10px;
}
.prof-drop li{
    display: block;
}
.dropdown-menu.dropdown-custom {
    min-width: 150px;
}
.defaultDropDown{
    padding: 2px 5px;
    min-height: 24px;     
    text-decoration: none!important;
    color: #394263;
    border-radius: 3px 0 0 3px;
    background-color: #f1f3f6;
    border: 1px solid #dbe1e8;
    border-right: none;
    font-size: 12px;
    line-height: 18px;
    display: table-cell;
    -webkit-display: table-cell;
    -moz-display: table-cell;
    white-space: nowrap;    
}
.defaultDropDown:hover {
    color: #394263;
    text-decoration: none!important;    
}
.defaultDropDown:focus {
    color: #394263;
}
.light-blue{
    background-color: #caeaf6;
    border-color: #c4cae8;    
}

/* Button Addd New */
.inline-btn{  
    margin-right: 5px;
    float: left;
    position: relative;
    display: inline-flex;
}
.inline-btn .btn-group{
    display: table-cell;
    -webkit-display: table-cell;
    -moz-display: table-cell;
}
#example-datatable .inline-btn .fa{
    font-size:16px
}
.profile-card .inline-btn .fa,.profile-card .btn-xs.btn-default .fa{
    font-size:16px
}
.profile-card .btn-xs.btn-default{
    font-size:16px
}
.profile-card .btn-xs.btn-default{
    padding: 5px 7px 3px;
}
.light-blue{
    background-color: #caeaf6;
    border-color: #c4cae8;    
}
#sidebar-scroll {
    position: relative;
    min-height: 100%;
}

/* Left Footer */
.footer-left{
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #5a5a5a;
    background: #474747;
    position: absolute;
    bottom: 0;
    left: 0; 
}
.footer-left p{
    margin-bottom: 0;
    font-size: 11px;
    color: #c1c1c1;
}
.footer-left p a{
    color: #ffffff;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-right-5 {
    margin-right: 5px;
}

#example-datatable tr th,#example-datatable tr td{border-right: 1px solid #f7f7f7;}
#example-datatable tr.odd td{border-right: 1px solid #dedede;position:relative;}
#example-datatable tr.even td{border-right: 1px solid #dedede;position:relative;}

/*Popover css by chandan start*/
.inlineFilterPop + .popover{border:1px solid #f2f2f2; background-color: #fefefe; box-shadow: -0px 3px 12px rgba(0,0,0,0.05); padding: 0 0 0 0;}
.inlineFilterPop + .popover>.arrow{border:1px solid transparent; background-color: transparent; box-shadow: 1px 5px 10px rgba(0,0,0,0);height: 20px;
    transform: translateY(-50%);}
.inlineFilterPop + .popover>.arrow::after{border-width: 8px; bottom:-10px;left:-5px;}
.inlineFilterPop + .popover .popover-content{padding:0 0; display: table;min-width:auto !important;}
.inlineFilterPop + .popover .popover-content span{padding: 8px 15px 6px;
    border-right: 1px solid #f2f2f2;
    display: table-cell;
    font-weight: 600;
    color: #6d6d6d;
    font-size: 16px;
    cursor: pointer;
}
.inlineFilterPop + .popover .popover-content span:last-child{border-right: none;}
.inlineFilterPop + .popover .popover-content span:hover{color: #2b2b2b;}
/*Popover css by chandan end*/


#top_action_buttons {
    padding-right: 15px;
}
.top_action_buttons .input-group-btn .top_action{
    padding-left: 36px;
    text-align: left;
}
.top_action_buttons .input-group-btn .top_action:before{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background-image: url(../img/level-down.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    left: 15px;
    top: 16px;
}
.space-re{
    padding: 0 !important;
}
#appliedFiltersDiv{
    margin:0;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    margin-bottom: 20px;
    display: block;
}
#appliedFiltersDiv:empty {
   display: none;
}
.selectize-dropdown-content-custome {
    max-height: 130px;
}
.block-options .btn {
    border-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 30px;
    text-align: center;
    background-color: #ed1556;
}

/*Chandan Css Start*/
.block-options .btn, .block-options .btn:hover {
    border-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 30px;
    text-align: center;
    background-color: #fff;
    border-color: #c1c1c1;
    color: #394263 !important;
}
.block-options .btn:focus,.block-options .btn:focus:active {
    background-color: #eaedf1;
    border-color:#eaedf1;
}
.divsContainer > .sideBySide{display: inline-block; width: 32%; min-width: 265px; padding: 0 0; margin-right: 15px;}
/*Chandan Css Close*/

/*Custom responsive Codes (11-06-2017:DD)*/
@media screen and (max-width: 767px) {
    .newLogo img {
        margin-top: 0px;
        width: 100px;
    }
    #searchInput {
        width: 220px;
    }
    .searchNew .input-group-btn .btn {
        padding: 0;
        margin: 0;
    }
    .divsContainer > .sideBySide.full {
        margin-right: 0px !important;
    }
    .sideBySide.full .sdDivWrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav.navbar-nav-custom {
        height: 55px;
    }
    .mobile_menu a {
        padding: 15px 5px !important;
        color: #fff !important;
    }
    .mobile_menu a:hover, .mobile_menu a:focus, .mobile_menu a:visited, .mobile_menu a:active {
        color: #fff !important;
    }
    #add_head {
        padding: 0 5px;
    }
    .profile-icon > a {
        padding: 0 5px;
        margin-left: 5px !important;
    }
    .headNav li a.add-sign{
        padding: 0px 9px !important;
    }
    .content-header, .content-top {
        margin: 0px 15px 10px;
        border-top: 0;
        border-bottom: 0;
    }
    #main-container.pageBodyNew {

        min-height: calc(100vh - 55px);
    }
    .appliedFilters-row {
        margin: 5px 15px;
    }
    /*.content-header .search-band {
        width: calc(100% - 0px);
    }*/
    #page-content {
        margin: 0 15px;
    }
    .create-fly:before {
        border-left: 20px solid transparent !important;
        border-right: 20px solid transparent !important;
        /*border-top: 7px solid #e74c3c !important;*/
    }
    .search-select {
        width: 160px;
    }
    #top_action_buttons .checkbox {
        margin-bottom: 0px !important;
    }
    #select_all label {
        line-height: 20px;
        padding-left: 16px;
        margin-top: 6px;
    }
    #select_all input[type=checkbox] {
        width: 16px;
        height: 16px;
        margin-left: -16px;
    }
    [type="checkbox"] + .checkspan {
        width: 16px;
        height: 16px;
    }
    .header-filter-section .batch-action {
        padding-left: 30px;
    }
    #searchBandCls {
        width: 100%;
        border-top: 1px solid #dbe1e8;
    }
    /*.searchNew .input-group input[type="text"] {
        display: none;
    }*/
    .searchNew {
        float: left;
    }
    .header-filter-section {
        overflow: hidden;
        min-height: 40px;
        height: auto !important;
    }
    #topActionUlDropdown{
        position:fixed !important;
        top: unset !important; 
    }
    .profile-card .avatar {
        width: 65px;
        height: 65px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .select-card input {
        width: 30px;
        height: 30px;
    }
    .select-card label:after {
        width: 13px;
        height: 6px;
    }
    .select-card label:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #f1f3f6;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -4px;
        right: -16px;
    }
    .profile-card .contact-info {
        background: #fbfbfb;
        border: 1px solid #ecf0f5;
        padding: 2px 8px;
        border-radius: 15px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 600;
    }
    .profile-card .profile-info {
        width: calc(100% - 80px);
    }
    .profile-card .profile-info h4 {
        margin: 0;
    }
    .profile-card .profile-info p {
        margin-bottom: 0px !important;
    }
    #tabInnerData .dropdown-menu {
        right: auto;
        left: auto;
    }
    .profile-card .btn-group {
        border: 1px solid #dbe1e8;
        margin-right: 3px;
        float: left;
    }
    .defaultDropDown {
        border: 1px solid #dbe1e8;
        margin-right: 3px;
        line-height: 20px;
        display: inline-block;
        float: left;
        padding: 0 5px;
    }
    #main-container.pageBodyNew {
        background: #fff;
    }
    #tabInnerData .imagePreview {
        display: block;
        width: 100% !important;
        margin-bottom: 15px;
    }
    #tabInnerData .imagePreview img {
        width: 100%;
    }
    #tabInnerData .icon_data {
        margin-left: -15px;
    }

    /*Edited on 26 - 8 - 2017*/

    .footer-left{
        padding: 5px 0;
        width: 100%;
        /*position: initial;*/
    }
    .close-bread {
        right: 9px;
    }
    .form-bordered .form-group.form-actions {
        text-align: center;
    }
    .modal-title {
        font-size: 16px;
        font-weight: 600;
    }
    #sidebar-scroll {
        padding-bottom: 50px;
    }
    .divsContainer > .sideBySide {
        width: 100%;
    }
    .profile-label .popover {
        width:100px;
    }
}
/*.history-clock-link{
    display: none;
}*/
.block.profile-card.history-hover:hover .history-clock-link{
    display: inline-block;
    position: relative;
    top: -1px;
}
.block.profile-card h4 > span {
    display: inline-block;
    margin-right: 5px;
}
.quotes {
    font-size: 6px;
}
.fa-quote-left.quotes{
    margin-right: 3px;
    position: relative;
    top: -5px;   
}
.fa-quote-right.quotes{
    margin-left: 3px;
    position: relative;
    bottom: 4px;
}

.history-div-alternate{
    background-color: rgba(128, 128, 128, 0.05);
}

.history-div {
    border-color: #eaedf1;
}
.historyDivUl li:hover {
    background:rgba(165, 165, 165, 0.22)  !important;
}


/* Chandan Trello like design CSS START */
/*.rowForce{
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -21px;
    margin-bottom: -40px;
    position: relative;
}
.bgGrey{background-color: #ededed; width: 100%; }
.divsContainer{padding: 15px 0;max-width:100%;overflow-x: auto; position: absolute; left: 15px; top: 0; bottom: 0; height: 100%; white-space: nowrap;;}
.divsContainer > .sideBySide{display: inline-block; padding: 0 0; margin-right: 15px;}
.sideDiv{padding: 0 0; background-color: #fafafa; border-radius: 10px; width: 300px;float: left;}
.sdHeading{padding: 12px 15px;width: 100%; float: left; border-bottom: 1px solid #ededed; position: relative;}
.sdHeading > span{padding: 3px 15px; border-radius: 99999px; background-color: #ededed;letter-spacing: 0.5px; font-size: 14px;display: inline-block;}
.sdHeading > i{float: right;margin-top: 10px;font-size: 16px;cursor:pointer;}
.sdHeading > .sdRed{background-color: #ff005c; color: #fff;}
.sdHeading > .sdOrange{
    color: #fff;
}
.sdHeading >.sdGreen{background-color: #20c933; color: #fff;}
.sdHeading > .sdPurple{background-color: #8b46ff; color: #fff;}
.sdHeading > .sdBlue{background-color: #2d7ff9; color: #fff;}


<<<<<<< HEAD
.sdBody{padding: 15px; width: 100%; float: left; overflow-y: auto; height: auto;}
.sdDiv{box-shadow:0 2px 10px rgba(0,0,0,0.2);width: 100%; float: left;overflow: hidden;border-radius: 5px; margin-bottom: 20px;}
.sdBody div.sdDiv:last-child{margin-bottom: 0;}
.sdPhoto{width: 100%; float: left; height: 150px; overflow: hidden; }
.sdPhoto img{object-fit: cover;object-position: center center;width: 100%; height: 150px;}
.sdInfo{width: 100%;float: left; padding: 10px 10px 5px;}
.sdInfo h2{font-size: 18px; letter-spacing: 0.5px; font-weight: 500; margin: 0 0 10px;}
.sdComplete{width: 100%;float: left; margin-bottom:5px;color: #767676;white-space: normal;}
.sdComplete p {margin-bottom: 0;}
.sdComplete > i{margin-right: 6px;margin-top: 4px;float: left;}
.sdComplete > span{font-size: 13px;display: block;}
.sdDeadLine{float: right; line-height: 22px; font-size: 15px; }*/





/* Chandan Trello like design CSS START */
.rowForce{
    margin-left: -35px;
    margin-right: -35px;
    margin-top: -21px;
    margin-bottom: -40px;
    position: relative;
}
.bgGrey{background-color: #ededed; width: 100%; }
.divsContainer{padding: 15px 0;max-width:100%;overflow-x: auto; position: absolute; left: 15px; top: 0; bottom: 0; height: 100%; white-space: nowrap;}

.divsContainer::-webkit-scrollbar {background-color: #ececec;height: 8px;}
.divsContainer::-webkit-scrollbar-thumb{background-color: #767676;border-radius: 999px;}
.sideDiv{padding: 0 0; background-color: #fafafa; border-radius: 10px; width: 100%;float: left;position: relative;}

.sdHeading{padding: 12px 15px;width: 100%; float: left; border-bottom: 1px solid #ededed;}
.sdHeadingOther{width: 100%; float: left;position: relative;top: 5px; margin-bottom: 15px;
    left: 5px;}
.sdHeadingOther > span{position: absolute;}
.sdHeading > span{padding: 3px 15px; border-radius: 99999px; background-color: #ededed;letter-spacing: 0.5px; font-size: 14px;display: inline-block;}
.sdHeadingOther span{background-color: rgba(255,255,255,0.8);padding: 3px 8px; border-radius: 5px 0 0 0;color:#474747;letter-spacing: 0.5px;font-weight: 700; font-style: normal;font-size: 12px;display: inline-block;}
.sdHeading > i{float: right;margin-top: 10px;font-size: 16px;cursor:pointer;}
.sdHeading > .sdRed{background-color: #ff005c; color: #fff;}
.sdHeading > .sdOrange{
    /*background-color: #ff8400;*/ 
    color: #fff;
}
.sdHeading >.sdGreen{background-color: #20c933; color: #fff;}
.sdHeading > .sdPurple{background-color: #8b46ff; color: #fff;}
.sdHeading > .sdBlue{background-color: #2d7ff9; color: #fff;}

.imageInlineEdit {
    /*visibility:hidden;*/
    cursor:pointer;
    float: right;
    margin: 3px 3px;
    z-index: 100;
    background-color:rgba(0,0,0,0.3); 
    padding:5px 8px;
    border-radius:4px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sdDiv{box-shadow:0 2px 10px rgba(0,0,0,0.2);background: #fff;width: 100%; float: left;border-radius: 5px; margin-bottom: 20px; position: relative;}
.sdBody{padding: 15px; width: 100%; float: left; overflow-y: auto; height: auto;}
.sdBody div.sdDiv:last-child{margin-bottom: 0;}


.sdAvtar{position:absolute; top:5px; right:5px;}
.sdBody div.sdDiv:last-child{margin-bottom: 0;}
.sdPhoto{width: 100%; float: left;}
.sdPhoto img{object-fit: cover;object-position: center center;width: 100%; height: auto;}
.sdInfo{width: 100%;float: left; padding: 10px 10px 5px;/*box-shadow:0 2px 10px rgba(0,0,0,0.2);background: #fff;*/ border-radius: 5px;}
@media screen and (max-width: 767px){
    .sdInfo{    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    background: #fff;}  
    .profile-label .popover-content {
        max-width: 100px;
    }  
}
.sdInfo h2{font-size: 18px; letter-spacing: 0.5px; font-weight: 500; margin: 0 0 10px;}
.sdComplete{width: 100%;float: left; margin-bottom:5px;color: #767676;white-space: normal;}
.sdComplete p {margin-bottom: 0;}
.sdComplete > i{margin-right: 6px;margin-top: 4px;float: left;}

.sdDeadLine{float: right; line-height: 22px; font-size: 15px; }

.sideBySide.full{width: 100%;}
.divsContainer > .sideBySide.disNone{display: none;}
.sideBySide.full .sdDivWrap{width: 25%;float: left;padding: 15px 15px;}
.sdHeading em{color: #767676; float: right; margin-top: 6px; font-size: 16px; cursor: pointer;}
.sdHeading em:hover{color: #394263;}
.sideBySide.full span{float: left !important; }
.sideBySide.full .pull-right{margin-left: 10px;}
.sdDivWrap .sdHeading{padding: 10px 0; border-bottom: none;}

.sdComplete > span,.sdComplete > p,.sdComplete .profile-info > p{font-size: 13px;display: block;width: 100%;float: left;border-bottom: 1px solid #ededed;
    padding: 2px 0;text-align: left;}

.sdComplete .profile-info h4{width:100%;float: left;}
.sdComplete .contact-info span,.sdComplete > p > span{ word-break: break-all;font-weight:400; margin-left: 5px;border-bottom: 1px solid #ededed;
    padding: 2px 0; float: none !important;}
.sdComplete .profile-label > span{width:100%; display: block; margin-left: 0;float: left !important;text-align: left;}
.sdComplete .profile-label > label{width:100%; display: block; border-bottom: 1px solid #ededed;margin-bottom: 0;}
.sdComplete > p:empty,.sdComplete .profile-label,.sdComplete span:empty{border-bottom: none; padding: 0 0; margin-bottom: 0;}
.sdComplete .profile-info b,.sdComplete .profile-label > span label,.sdComplete .profile-label > label{font-weight:400;float: left;text-align: left;}
.inline-btn a{margin:0 8px 0 0;padding: 5px 7px 3px;}

.sideBySide.full .profile-label > label > span{float:none !important;}

@media screen and (max-width: 1200px){
.sideBySide.full .sdDivWrap{width: 33.33%;}
}
@media screen and (max-width: 991px){
.sideBySide.full .sdDivWrap{width: 50%; text-align: center;}
.sideBySide.full .sdDivWrap .sdDiv{max-width: 300px; float: none;margin: 0 auto;}
}
@media screen and (max-width: 767px){
.divsContainer{padding: 15px 15px;}
}
@media screen and (max-width: 480px){
.sideBySide.full .sdDivWrap{width: 100%;}
}
/*Checkboxes*/
/* .slideThree Checkboxe Start */
.slideThree {
    width: 74px;
    height: 24px;
    background: #dfdfdf;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 2px, 0.1);
    float: right;
}
.slideThree:after {
    content: 'NO';
    color:#999;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
    content: 'YES';
    position: absolute;
    color: #fd0058;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}
.slideThree label {
    display: block;
    width: 34px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #aaa 0%, #999 40%, #888 100%);
    background: linear-gradient(to bottom, #aaa 0%, #999 40%, #888 100%);
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slideThree input[type=checkbox] {
    visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
    left: 37px;
    background: -webkit-linear-gradient(top, #ff0e62 0%, #fd0058 40%, #e60250 100%);
    background: linear-gradient(to bottom, #ff0e62 0%, #fd0058 40%, #e60250 100%);
}

/* .slideThree Checkboxes End */

/* Chandan Trello like design CSS END */
.nav.navbar-nav-custom{
    display: block;
    margin-right: 5px;
}
.leftslide{
    left: -230px;
}
.fullwidth{
    margin-left: 0;
    width: 100%;
}
.nav.navbar-nav-custom > li > a{
    padding: 7px 7px;
}

@media only screen and (max-width: 767px) {
    .leftslide{
        left: 0
    }
    .nav.navbar-nav-custom{
        margin: 0 0 0 9px;
    }
}
