﻿.ng-cloak {
    display: none !important;
}
.margin-left-5 {
    margin-left: 5px;
}
label {
    font-weight: 700;
}

.padding-bottom-5{
    padding-bottom:5px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.help-block {
    font-size: 11px;
}

.disabled {
    color: #cccccc !important;
    cursor: not-allowed !important;
}
/* when hiding the thing */

.transition.ng-hide-add {
    -moz-animation: 0.3s fadeOutDown ease;
    -ms-animation: 0.3s fadeOutDown ease;
    -o-animation: 0.3s fadeOutDown ease;
    -webkit-animation: 0.3s fadeOutDown ease;
    animation: 0.3s fadeOutDown ease;
}

/* when showing the thing */

.transition.ng-hide-remove {
    -moz-animation: 0.3s fadeInDown ease;
    -ms-animation: 0.3s fadeInDown ease;
    -o-animation: 0.3s fadeInDown ease;
    -webkit-animation: 0.3s fadeInDown ease;
    animation: 0.3s fadeInDown ease;
}

.layout-section {
    background-color: white;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    margin-right: 15px;
    padding: 15px;
}

.module-section {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    color: #5279a9;
    height: 70px;
    margin-bottom: 20px;
    margin-right: 15px;
    padding: 10px;
    padding-top: 5px;
    /*box-shadow: -5px 6px 13px rgba(0,0,0,.2);*/
}

.WImodule-section {
    height: 110px;
}

.legend {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    padding: 8px 0;
}

.circle {
    background: #466fa7;
    border-radius: 50%;
    display: inline-block;
    height: 55px;
    width: 55px;
}

.datetext {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
}

.dateyear {
    color: white;
    font-size: 14px;
    padding-top:7px;
    text-transform: uppercase;
}

.labeltext {
    font-size: 11px;
    margin-top: 5px;
    text-transform: uppercase;
}

.solutiontext {
    color: white;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
}

.solutiontextsmall {
    color: white;
    font-size: 12px;
    margin-top: 18px;
    text-transform: uppercase;
}

.createChart, .createMap {
    background-color: #ffffff;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
}

.createChart2 {
    background-color: #ffffff;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
}

.summaryTable {
    background-color: #ffffff;
    color: #ffffff;
    height: 0;
    overflow: hidden;
}

.app-modal-window .modal-dialog {
    width: 90%;
}

.limitSize {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.dottedBottomDiv {
    border-bottom: 1px dashed #ccc;
}

    .dottedBottomDiv:last-child {
        border-bottom: 0;
    }

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.cp-logo {
    height: 80px !important;
    width: 200px !important;
}

.cp-logo-small {
    height: 60px !important;
    width: 120px !important;
}
.cp-logo-small-tech {
    height: 40px !important;
    width: 80px !important;
    text-align: center;
}
.cp-logo-xxsmall {
    height: 60px !important;
    width: 64px !important;
    text-align: center;
}

.cp-box-xxsmall {
    height: 75px !important;   
    text-align: center;
}
.padding-13 {
    padding: 13px;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8ths {
    width: 12.5%;
    float: left;
}

.scroll-table,.scroll-table1 {
    display: block;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .col-sm-8ths {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8ths {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8ths {
        width: 12.5%;
        float: left;
    }
}

@media (max-width: 1366px) and (min-width: 0) {
    .scroll-table,.scroll-table1 {
        display: block;
        overflow-x: auto;
    }
}
@media (min-width: 1377px) {
    .scroll-table {
        display: block;
        overflow-x: auto;
    }
    .scroll-table1 {
        display: table;
        overflow-x: auto;
    }
}

@media (max-width: 1366px) and (min-width: 0) {
    .td-limit div {
        max-width: 70px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (min-width: 1377px) {
    .td-limit div {
        max-width: 150px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

/*Select with no borders*/
.selectwithnoborders .select2-default {
    color: #4c4f53 !important;
}

.selectwithnoborders .select2-container .select2-choice {
    border-style: none !important;
    border-color: transparent !important;
    background: none !important;
    font-size: 13px !important;
    padding-left: 0 !important;
}

.selectwithnoborders .select2-arrow {
    border-left: 0 !important;
    background: none !important;
}

.select2-drop-active {
    border: 1px solid #fafafa !important;
    font-size: 13px !important;
    min-width: 194px !important;
}

.selectwithnoborders .select2-dropdown-open {
    background: none !important;
    border-style: none !important;
}

.selectwithnoborders .select2-container .select2-container-multi .select2-choices {
    border-style: none !important;
    border-color: transparent !important;
    background: none !important;
    font-size: 13px !important;
    padding-left: 0 !important;
    min-width: 210px !important;
}

    .selectwithnoborders .select2-container.select2-container-multi .select2-choices:after {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        padding-top: 5px !important;
        padding-left: 4px !important;
        cursor: pointer;
    }

.selectwithnoborders .select2-container-multi .select2-choices .select2-search-field .select2-input {
    max-width: 90px !important;
    display: inline !important;
    font-family: "Inter,Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 13px !important;
}

.selectwithnoborders .select2-container-multi .select2-choices {
    border: none !important;
}
/*Font Awesome Icons Animation*/

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}

    .faa-flash.animated.faa-fast,
    .faa-flash.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
        -webkit-animation: flash 2s ease infinite;
        animation: flash 2s ease infinite;
    }

    .faa-flash.animated.faa-slow,
    .faa-flash.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
        -webkit-animation: flash 5s ease infinite;
        animation: flash 5s ease infinite;
    }

.search-div {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    position: relative;
    white-space: nowrap;
}

    .search-div:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        content: "\f002";
        top: 25%;
        left: 10px;
        color: #686868 !important;
    }

.searchResult-label {
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    padding: .5em .5em .5em .5em;
    line-height: 1;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    vertical-align: center;
    border-radius: .25em;
}

.searchResult-label-oneline {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: .5em .5em .5em .5em;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: center;
    border-radius: .25em;
}

.searchResult-box-text {
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.searchResult-text {
    padding: .2em .6em .3em;
}

.seperator {
    padding-top: .6em !important;
    border-bottom: 1px solid #ccc;
}

    .seperator:last-child {
        border-bottom: 0;
    }

/* Round Tabs*/
.round-tab {
    list-style: none;
    padding-left: 10px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    /*font-size: 14px;*/
    position: relative;
    min-width: 60em !important;
    float: left;
    margin-bottom: 0;
}

    .round-tab li {
        border: 1px solid #AAA;
        border-bottom: 0;
        background: #D1D1D1;
        background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
        display: inline-block;
        position: relative;
        z-index: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
        text-shadow: 0 1px #FFF;
        margin: 0 -5px;
        padding: 0 20px;
    }

    .round-tab a {
        color: #555;
        text-decoration: none;
    }

    .round-tab li.active {
        background: #FFF;
        color: #333;
        z-index: 2;
        border-bottom-color: #FFF;
        font-weight: bold;
    }

    .round-tab:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        /*border-bottom: 1px solid #AAA;*/
        z-index: 1;
    }

    .round-tab li:before,
    .round-tab li:after {
        border: 1px solid #AAA;
        position: absolute;
        bottom: -1px;
        width: 5px;
        height: 5px;
        content: " ";
    }

    .round-tab li:before {
        left: -6px;
        border-bottom-right-radius: 6px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #D1D1D1;
    }

    .round-tab li:after {
        right: -6px;
        border-bottom-left-radius: 6px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #D1D1D1;
    }

    .round-tab li.active:before {
        box-shadow: 2px 2px 0 #FFF;
    }

    .round-tab li.active:after {
        box-shadow: -2px 2px 0 #FFF;
    }

    /*.round-tab li.success {
        background: #739e73;
        border: 1px solid #65926;
        background: -o-linear-gradient(top, #65926 50%, #739e73 100%);
        background: -ms-linear-gradient(top, #65926 50%, #739e73 100%);
        background: -moz-linear-gradient(top, #65926 50%, #739e73 100%);
        background: -webkit-linear-gradient(top, #65926 50%, #739e73 100%);
        background: linear-gradient(top, #65926 50%, #739e73 100%);
        
    }
    .round-tab li.success a {
        color: #ffffff;
        text-decoration: none;
    }*/

/*option {
    font-weight: normal !important;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px;
}
*/
span.filterLabel {
    font-size: 12px !important;
}

span.filterValueLabel {
    font-size: 14px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider1 {
    background-color: #2196F3;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider1.round {
    border-radius: 34px;
}

.slider1.round:before {
    border-radius: 50%;
}
.tapfin-os-style nav>ul>li>a>i {
    font-size: 2em !important;
    margin-right: 15px !important;
}
.docItem {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-bottom: 1px #eaeaea solid;
}
    .docItem:hover {
        background-color: #f5f5f5;
    }

.docItem2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
/*    border-bottom: 1px #eaeaea solid;*/
}

    /*.docItem2 .item {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    .docItem2 .childItem .item {*/
/*        padding-top: 7px !important;*/
        /*padding-bottom: 7px !important;*/
       /* border-bottom: 1px #eaeaea solid;*/
    /*}*/

       /* .docItem2 .childItem .item:hover {
            background-color: #f5f5f5;
        }*/

.legendHeaderEmpty {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.legendHeader {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}
.legendHeaderLessPadding {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.legendHeaderText {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.navcp > li > a {
    padding-left: 5px !important;
    padding-right: 13px !important;
}

.docItem {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-bottom: 1px #eaeaea solid;
}

    .docItem:hover {
        background-color: #f5f5f5;
    }

.folder-pointer {
    cursor: pointer;
}

    .folder-pointer span:nth-child(2) {
        color: #3276b1;
    }

.accordion.accordion-outline .card {
    margin-bottom: 1rem;
    border: 2px solid rgba(0,0,0,.08) !important;
    border-radius: 4px !important;
}
.card, .card-group {
    -webkit-box-shadow: 0 0 13px 0 rgb(74 53 107 / 8%);
    box-shadow: 0 0 13px 0 rgb(74 53 107 / 8%);
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion > .card {
    overflow: hidden;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 4px;
}
.accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background-color: #f7f9fa;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.card-header:first-child {
    border-radius: 3px 3px 0 0;
}

.card-header {
    color: inherit;
    background-color: #f7f9fa;
}

.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.accordion .card .card-header .card-title {
    padding: 1rem 1rem;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.smart-accordion-default .panel-title > a > .fa {
    font-weight: 300 !important;
    margin-right: 8px;
}

/* New Select 2 Styles*/

.select2-container .select2-choice .select2-arrow b{
    background:none!important;
    margin-top:25%;
}

select.newselect {
    margin: 0;
    position: relative;
    margin-right: 26px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 32px;
    padding: 0 8px 0 8px;
    border: 1px solid #ccc;
    white-space: nowrap;
    line-height: 32px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;
    background-color: transparent;
}

    select.newselect option {
        line-height: 32px;
    }
        select.newselect option:hover {
            background-color: #3276b1;
            color: #fff;
            box-shadow: 0 0 10px 100px #3276b1 inset;
        }

.newselect optgroup option {
    line-height: 32px;
}

    .newselect optgroup option:hover {
        background: #3276b1;
        color: #fff
    }



.newselect[multiple] {
    padding-right: 0;
  
}
.newselect--disabled {
    cursor: not-allowed;
    background-color: #eee;
    background-image: linear-gradient(to top, #ddd, #eee 33%);
}

.newselect + label {
    margin-top: 2rem;
}


.newselect .select2-search-choice-close {
    background: none !important;
    display: block;
    min-width: 21px;
    min-height: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    left:inherit !important;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 12px;
    text-decoration: none !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newselect .ui-select-match-item > span {
    padding-left: 5px !important
}

.newselect.select2-container-multi .select2-choices .select2-search-choice {
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: none !important;
    -webkit-background-clip: padding-box;
    background-clip:unset!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3276b1;
    background-image:none !important;
    border-radius:unset !important;
}


.newselect .select2-search input {
    background: none;
}

/*Select with no borders*/
.selectwithnoborders .select2-default {
    color: #4c4f53 !important;
}

.selectwithnoborders .newselect .select2-container .select2-choice {
    border-style: none !important;
    border-color: transparent !important;
    background: none !important;
    font-size: 13px !important;
    padding-left: 0 !important;
}

.select2-search input {
    width: 100% !important;
    background: none !important;
}
.selectwithnoborders .newselect.select2-arrow {
    border-left: 0 !important;
    background: none !important;
}

.selectwithnoborders .newselect.select2-dropdown-open {
    background: none !important;
    border-style: none !important;
}

.selectwithnoborders .newselect.select2-container .select2-container-multi .select2-choices {
    border-style: none !important;
    border-color: transparent !important;
    background: none !important;
    font-size: 13px !important;
    padding-left: 0 !important;
    min-width: 210px !important;
}

    .selectwithnoborders .newselect.select2-container.select2-container-multi .select2-choices:after {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        padding-top: 5px !important;
        padding-left: 4px !important;
        cursor: pointer;
    }

.selectwithnoborders .newselect.select2-container-multi .select2-choices .select2-search-field .select2-input {
    max-width: 90px !important;
    display: inline !important;
    font-family: "Inter,Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 13px !important;
}

.selectwithnoborders .newselect.select2-container-multi .select2-choices {
    border: none !important;
}