/* Minification failed. Returning unminified contents.
(512,1): run-time error CSS1019: Unexpected token, found '@import'
(512,9): run-time error CSS1019: Unexpected token, found 'url('navigation/SidebarMenu.css')'
(591,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(592,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(603,26): run-time error CSS1039: Token not allowed after unary operator: '-transition-timing'
(606,34): run-time error CSS1039: Token not allowed after unary operator: '-tab-inactive-diff'
(611,19): run-time error CSS1039: Token not allowed after unary operator: '-tab-inactive-diff'
(612,26): run-time error CSS1039: Token not allowed after unary operator: '-transition-timing'
(2455,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(3633,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4531,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(4642,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*********************************************
    TEXT
*********************************************/
.text-bold {
    font-weight: bold;
}

.color-muted {
    color: #999999;
}

.color-primary {
    color: #005b8e;
}

.color-warning {
    color: #e84d25;
}

.color-danger {
    color: #b94a48;
}

.color-success {
    color: #468847;
}

.color-info {
    color: #3a87ad;
}

/*********************************************
    HELPERS
*********************************************/
.margin-small {
    margin: 5px;
}

.margin-top {
    margin-top: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 5px;
}

.spacer {
    height: 10px;
}

.input-table-editable {
    margin: 4px;
}

.inline-block {
    display: inline-block;
}

.position-relative {
    position: relative;
}


/*********************************************
    TABLE
*********************************************/
.table > thead > tr > th {
    font-weight: bold;
}

.table-overlay {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}


body a {
    color: #005b8e;
}

/*********************************************
    Login
*********************************************/

.logo-login {
    bottom: 20px;
    left: 50%;
    margin-left: -113px;
    -ms-opacity: 0.6;
    opacity: 0.6;
    position: absolute;
}

.auth-block {
    z-index: 1;
}

.auth-link {
    color: #fff !important;
    text-decoration: underline !important;
}

/*********************************************
    Navbar - Bootstrap overrides
*********************************************/

@media (max-width: 767px) {
    /* Copied from bootstrap.css for larger media queries. We don't want bootstrap's official navbar css to be here */
    .lawsafe-navbar .navbar-nav .open .dropdown-menu {
        position: absolute;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .lawsafe-navbar .navbar-nav {
        margin: 0;
    }
}

/*********************************************
    LAYOUT
*********************************************/
        .al-sidebar {
    background-color: #00529B;
    width: 200px;
}

.sidebar-hover-elem {
    background-color: #86dff9;
    left: 196px; /* WIDTH .al-sidebar - 4 */
}

.al-sidebar-sublist > li a {
    padding-left: 18px;
}

.al-main {
    margin-left: 200px; /* WIDTH .al-sidebar */
}

.menu-collapsed .al-main {
    margin-left: 50px;
}

.al-footer {
    padding-left: 0; /* WIDTH .al-sidebar */
}

.menu-collapsed .al-footer {
    padding-left: 50px;
}

.top-header {
    display: table;
    height: 100%;
}

.top-header h2 {
    display: table-cell;
    margin: 0;
    padding-left: 20px;
    vertical-align: middle;
}

a.al-sidebar-list-link i {
    margin-right: 0px !important;
}

.page-top {
    background-color: #ffffff;
}

.page-top.scrolled {
    background-color: rgba(255,255,255,0.85);
}

.page-top a {
    color: #00529B;
}

.page-top .al-msg-center a {
    color: #00529B;
}

a.al-sidebar-list-link.selected:hover,
a.al-sidebar-list-link.selected b,
a.al-sidebar-list-link.selected:hover b {
    background-color: #fff;
    color: #d84d23 !important;
}

.panel-primary > .panel-heading {
    background: #00529B !important;
    border-color: #00529B !important;
}

.al-sidebar-sublist > li a {
    padding-left: 18px;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary.focus,
a.btn.btn-primary:active {
    background: #00529B;
    border-color: #00529B;
}

.nav.nav-tabs {
    background: #00529B;
}

.nav.nav-tabs > li.active > a {
    background: #008cc8;
}

.nav.nav-tabs > li > a:hover {
    background: #007db3;
}

#preloader {
    background: #fff;
}

#preloader > div,
#preloader > div:before,
#preloader > div:after {
    border-top-color: #00529B;
}

.pagination > .active > a,
.pagination > .active > a:hover {
    background-color: #00529B;
    border-color: #d6d6d6;
}


/*********************************************
    MODAL
*********************************************/
.modal-open .datepicker-dropdown {
    z-index: 1060 !important;
}

.modal-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

.modal-header .sn-link-close {
    color: #FFFFFF;
}

    .modal-header .sn-link-close:hover {
        color: #949494;
    }

/*********************************************
    SPINNERS
*********************************************/
.form-control-feedback.fa-spinner {
    line-height: 35px;
}

.spinner-with-overlay {
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.table-hover .spinner-table-row:hover {
    background-color: transparent;
}

.spinner-table {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}



/*********************************************
    UI SELECT
*********************************************/
body > .ui-select-bootstrap.open {
    z-index: 1051;
}

.modal .modal-dialog .ui-select-choices-row.active span {
    color: #fff;
}

.ui-select-placeholder,
.ui-select-match-text {
    display: block;
    max-width: 86%;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-select-allow-clear {
    position: relative;
}

.ui-select-toggle .btn-link {
    position: absolute;
    right: 10px;
}

.btn.btn-default.form-control.ui-select-toggle {
    margin-bottom: 0px !important;
}
/*********************************************
    DATEPICKER
*********************************************/
.uib-day .btn.btn-default {
    border-color: transparent !important;
}

.uib-day button.btn.btn-default:hover,
.modal .modal-dialog .modal-body .uib-day button.btn.btn-default:hover {
    background-color: #005b8e !important;
    color: #fff !important;
}

    .uib-day button.btn.btn-default:hover span,
    .modal .modal-dialog .modal-body .uib-day button.btn.btn-default:hover span,
    .modal .modal-dialog .modal-body .uib-day button.btn.btn-default.active span {
        color: #fff !important;
    }

.modal .modal-dialog .modal-body .uib-day button.btn.btn-default span.text-info {
    color: #31708f
}

.uib-day button.btn.btn-default.active,
.modal .modal-dialog .modal-body .uib-day button.btn.btn-default.active {
    background-color: #13294E !important;
}

.uib-day button.btn.btn-default span.text-info {
    font-weight: bold;
}

.uib-day button.btn.btn-default.active span.text-info,
.uib-day button.btn.btn-default.active span,
.modal .modal-dialog .modal-body .uib-day button.btn.btn-default.active span.text-info {
    color: #fff !important;
}

.uib-day button.btn.btn-default span.text-muted {
    color: #ccc;
}

.uib-title, .uib-right, .uib-left {
    border: 0px;
}

/*********************************************
    IMAGE CROPPER
*********************************************/
.cropArea img {
    display: block;
    max-width: 100%;
    max-height: 400px;
}

.cropArea.circle .cropper-view-box,
.cropArea.circle .cropper-face {
    border-radius: 50%
}

/*********************************************
    FILE UPLOAD
*********************************************/
.drop-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    border: 5px dashed #DDD;
    font-size: 30px;
    height: 3em;
    cursor: pointer;
    margin-bottom: 16px;
}

    .drop-box:hover {
        border: 5px dashed #d84d23;
        color: #d84d23 !important;
    }

    .drop-box.has-content {
        border: 5px dashed #005b8e;
        color: #005b8e !important;
    }

        .drop-box.has-content:hover {
            border: 5px dashed #d84d23;
            color: #d84d23 !important;
        }


.drop-box-browse-btn {
    height: 3em !important;
    font-size: 30px;
    margin-bottom: 16px
}

.upload-file-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3em;
    border: 1px solid #b7b7b7;
    padding: 15px;
    margin-bottom: 5px;
}

.upload-file-title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upload-preview-btn-xs {
    border: none;
    background: white;
    color: #005b8e;
}

.upload-preview-btn-xs:hover {
    color: #d84d23 !important
}

.form-control.poc-upload-to {
    padding: 12px;
}
/*********************************************
    PANELS
*********************************************/
.panel.embedded-panel {
    border-radius: 5px;
    border: 1px solid #DDD;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 2px;
}

    .panel.embedded-panel > .panel-body {
        background: initial;
    }

/*********************************************
    ACTION MENU
*********************************************/
ul.option-list {
    line-height: 25px;
    margin: 0;
    padding: 0;
}

/*********************************************
    NAVIGATION
*********************************************/
@import url('navigation/SidebarMenu.css');

/* COT Logo */
.cot-nav-icon-wrapp {
    position: relative;
    top: -12px;
    width: 135px;
    height: 50px;
    display: inline-block;
}

@media screen and (max-width: 1170px) {
    .cot-nav-icon-wrapp {
        top: 0;
    }
}

.cot-nav-icon-wrapp.small {
    width: 70px;
    height: 26px;
    top: unset;
}

.cot-nav-icon-wrapp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    will-change: opacity;
}

.cot-nav-icon-wrapp img:first-child {
    opacity: 0;
}

.al-sidebar-list-link:hover .cot-nav-icon-wrapp img:first-child {
    opacity: 1;
}

.al-sidebar-list-link:hover .cot-nav-icon-wrapp img:last-child {
    opacity: 0;
}

.uib-tooltip {
    display: inline-block;
}

    .uib-tooltip button:disabled {
        pointer-events: none;
    }


.tab-container .nav-tabs {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-bottom: -2px;
}

.tab-container .tab-definition {
    padding: 16px 0px 12px;
}

.tab-definition {
    background-color: none;
}

.content-padding .tab-content {
    padding: 24px;
}

.note-section-description {
    color: #d84d23;
}

/* --nav-items-- */
.nav-tabs .nav-item {
    --tab-inactive-diff: 0px;
    --transition-timing: all .5s;
    background-color: unset !important;
}

    .nav-tabs .nav-item::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 10px 10px 0 0;
        transition: var(--transition-timing);
        pointer-events: none;
        background-color: rgba(0,0,0, .1);
        height: calc(100% - var(--tab-inactive-diff));
    }

    .nav-tabs .nav-item .nav-link.ng-binding {
        position: relative;
        top: var(--tab-inactive-diff);
        transition: var(--transition-timing);
        background-color: unset !important;
    }


    .nav-tabs .nav-item.active .nav-link.ng-binding,
    .nav-tabs .nav-item:hover .nav-link.ng-binding {
        top: 0 !important;
        font-weight: bold;
        color: red;
    }

    .nav-tabs .nav-item.active::before,
    .nav-tabs .nav-item:hover::before {
        background-color: white;
        height: 100%;
    }

/*!
 * bootstrap-fileinput v4.4.0
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */.file-loading{top:0;right:0;width:25px;height:25px;font-size:999px;text-align:right;color:#fff;background:url(../img/loading.gif) top left no-repeat;border:none}.file-object{margin:0 0 -5px;padding:0}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.file-caption-name{display:inline-block;overflow:hidden;height:20px;word-break:break-all}.input-group-lg .file-caption-name{height:25px}.file-zoom-dialog{text-align:left}.file-error-message{color:#a94442;background-color:#f2dede;margin:5px;border:1px solid #ebccd1;border-radius:4px;padding:15px}.file-error-message pre,.file-error-message ul{margin:0;text-align:left}.file-error-message pre{margin:5px 0}.file-caption-disabled{background-color:#EEE;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:5px;width:100%;margin-bottom:5px}.krajee-default.file-preview-frame{position:relative;display:table;margin:8px;border:1px solid #ddd;box-shadow:1px 1px 5px 0 #a2958a;padding:6px;float:left;text-align:center}.krajee-default.file-preview-frame:not(.file-preview-error):hover{box-shadow:3px 3px 5px 0 #333}.krajee-default.file-preview-frame .kv-file-content{height:170px}.krajee-default.file-preview-frame .file-thumbnail-footer{height:70px}.krajee-default .file-preview-image{vertical-align:middle;image-orientation:from-image}.krajee-default .file-preview-text{display:block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.krajee-default .file-preview-html{border:1px solid #ddd;padding:8px;overflow:auto}.krajee-default[data-template=audio] .file-preview-audio{display:table-cell;vertical-align:middle;height:170px;border:1px solid #ddd;border-radius:5px}.krajee-default .file-preview-audio audio{vertical-align:middle}.krajee-default .file-zoom-dialog .file-preview-text{font-size:1.2em}.krajee-default .file-preview-other{left:0;top:0;right:0;bottom:0;margin:auto;text-align:center;vertical-align:middle;padding:10px}.krajee-default .file-preview-other:hover{opacity:.8}.krajee-default .file-actions,.krajee-default .file-other-error{text-align:left}.krajee-default .file-other-icon{font-size:8em}.krajee-default .file-actions{margin-top:15px}.krajee-default .file-footer-buttons{float:right}.krajee-default .file-footer-caption{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;text-align:center;padding-top:4px;font-size:11px;color:#777;margin:5px auto}.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-ajax-new .no-browse .input-group-btn,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file,.file-input-new .no-browse .input-group-btn{display:none}.krajee-default .file-preview-error{opacity:.65;box-shadow:none}.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.krajee-default .file-drag-handle,.krajee-default .file-upload-indicator{position:absolute;text-align:center;bottom:-6px;left:-6px;padding:8px 8px 1px 3px;border-left:none;border-bottom:none;border-right:1px solid #8a6d3b;border-top:1px solid #8a6d3b;border-top-right-radius:24px;font-size:12px}.krajee-default .file-drag-handle{background-color:#d9edf7;border-color:#bce8f1}.krajee-default .file-upload-indicator{font-size:13px;background-color:#fcf8e3;border-color:#faebcc;padding-bottom:0}.krajee-default.file-preview-error .file-upload-indicator{background-color:#f2dede;border-color:#ebccd1}.krajee-default.file-preview-success .file-upload-indicator{background-color:#dff0d8;border-color:#d6e9c6}.krajee-default.file-preview-loading .file-upload-indicator{background-color:#e5e5e5;border-color:#777}.krajee-default .file-thumb-progress .progress,.krajee-default .file-thumb-progress .progress-bar{height:10px;font-size:9px;line-height:10px}.krajee-default .file-thumbnail-footer{position:relative}.krajee-default .file-thumb-progress{height:10px;position:absolute;top:35px;left:0;right:0}.krajee-default.kvsortable-ghost{background:#e1edf7;border:2px solid #a1abff}.file-zoom-dialog .file-other-icon{font-size:22em;font-size:50vmin}.file-caption-main{width:100%}.file-input-ajax-new .no-browse .form-control,.file-input-new .no-browse .form-control{border-top-right-radius:4px;border-bottom-right-radius:4px}.file-thumb-loading{background:url(../img/loading.gif) center center no-repeat content-box!important}.file-sortable .file-drag-handle{cursor:move;cursor:-webkit-grabbing;opacity:1}.file-sortable .file-drag-handle:hover{opacity:.7}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone-title{color:#aaa;font-size:1.6em;padding:85px 10px;cursor:default}.clickable .file-drop-zone-title,.file-preview .clickable{cursor:pointer}.file-drop-zone.clickable:hover{border:2px dashed #999}.file-drop-zone.clickable:focus{border:2px solid #5acde2}.file-drop-zone .file-preview-thumbnails{cursor:default}.file-highlighted{border:2px dashed #999!important;background-color:#f0f0f0}.file-uploading{background:url(../img/loading-sm.gif) center bottom 10px no-repeat;opacity:.65}.file-zoom-fullscreen.modal{position:fixed;top:0;right:0;bottom:0;left:0}.file-zoom-fullscreen .modal-dialog{position:fixed;margin:0;width:100%;height:100%;padding:0}.file-zoom-fullscreen .modal-content{border-radius:0;box-shadow:none}.file-zoom-fullscreen .modal-body{overflow-y:auto}.file-zoom-dialog .modal-body{position:relative!important}.file-zoom-dialog .btn-navigate{position:absolute;padding:0;margin:0;background:0 0;text-decoration:none;outline:0;opacity:.7;top:45%;font-size:4em;color:#1c94c4}.file-zoom-dialog .floating-buttons{position:absolute;top:5px;right:10px}.floating-buttons,.floating-buttons .btn{z-index:3000}.file-zoom-dialog .kv-zoom-actions .btn,.floating-buttons .btn{margin-left:3px}.file-zoom-dialog .btn-navigate:not([disabled]):focus,.file-zoom-dialog .btn-navigate:not([disabled]):hover{outline:0;box-shadow:none;opacity:.5}.file-zoom-dialog .btn-navigate[disabled]{opacity:.3}.file-zoom-dialog .btn-prev{left:1px}.file-zoom-dialog .btn-next{right:1px}.file-zoom-content{height:480px;text-align:center}.file-zoom-content .file-preview-image,.file-zoom-content .file-preview-video{max-height:100%}.file-zoom-content>.file-object.type-image{width:auto;height:auto;min-height:inherit;max-width:100%;max-height:100%}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-video{width:auto;height:100%;max-width:100%;max-height:100%}.file-zoom-content>.file-object.type-audio{width:auto;height:30px}.file-zoom-content>.file-object.type-default,.file-zoom-content>.file-object.type-html,.file-zoom-content>.file-object.type-pdf,.file-zoom-content>.file-object.type-text{width:100%}.file-preview-initial.sortable-chosen{background-color:#d9edf7}.btn-file ::-ms-browse{width:100%;height:100%}
treecontrol {
	/* prevent user selection */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* default */
	font-family: 'Roboto', Helvetica, Roboto, sans-serif;
	font-size: 13px;
	color: #555;
	text-decoration: none;
}

treecontrol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

treecontrol li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

treecontrol li.tree-expanded i.tree-leaf-head, treecontrol li.tree-collapsed i.tree-leaf-head {display:none;}
treecontrol li.tree-expanded i.tree-branch-head, treecontrol li.tree-collapsed i.tree-branch-head {display:inline;}
treecontrol li.tree-leaf i.tree-branch-head {display:none;}
treecontrol li.tree-leaf i.tree-leaf-head {display:inline;}

treecontrol li i.tree-branch-head {
    cursor: pointer;
}

treecontrol li .tree-label {
    cursor: pointer;
    display: inline;
}

treecontrol li .tree-unselectable {
    cursor: not-allowed;
}

    treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/folder.png") no-repeat;
    }

treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
    padding: 1px 10px;
    background: url("/content/images/folder-closed.png") no-repeat;
}

    treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
        padding: 1px 10px;
        background: url("/content/images/file.png") no-repeat;
    }

treecontrol.tree-classic li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}

treecontrol.tree-classic li .tree-selected {
    background-color: #aaddff;
    font-weight: bold;
}

treecontrol.tree-classic li .tree-unselectable {
    color: #ddd;
}

    treecontrol.tree-light li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-opened-2.png") no-repeat;
    }

    treecontrol.tree-light li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-closed-2.png") no-repeat;
    }

treecontrol.tree-light li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-light li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}

treecontrol.tree-light li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-light li .tree-unselectable {
    color: #ddd;
}

    treecontrol.tree-dark li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-opened-light.png") no-repeat;
    }

    treecontrol.tree-dark li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-closed-light.png") no-repeat;
    }

treecontrol.tree-dark li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

treecontrol.tree-dark li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}

treecontrol.tree-dark li .tree-selected {
    font-weight: bold;
}

treecontrol.tree-dark li .tree-unselectable {
    color: #777;
}

treecontrol.tree-dark {
    color: #ddd;
}

treecontrol.tree-boot {
    color: #428bca;
    font-family: inherit;
    font-size: inherit;
}

treecontrol.tree-boot > ul > li {
    padding: 0;
}

treecontrol.tree-boot li > .tree-label {
    display: block;
    padding: 3px 0;
    border-radius: 4px;
}

treecontrol.tree-boot i.tree-branch-head,
treecontrol.tree-boot i.tree-leaf-head {
    float: left;
    height: 16px;
    margin: 5px;
}

    treecontrol.tree-boot li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/folder.png") no-repeat;
    }

    treecontrol.tree-boot li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/folder-closed.png") no-repeat;
    }

    treecontrol.tree-boot li.tree-leaf i.tree-leaf-head {
        padding: 1px 10px;
        background: url("/content/images/file.png") no-repeat;
    }

treecontrol.tree-boot li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}

treecontrol.tree-boot .tree-label.tree-selected,
treecontrol.tree-boot .tree-label.tree-selected:hover {
    color: #fff;
    background-color: #428bca;
}

treecontrol.tree-boot .tree-label:hover {
    background-color: #eee;
}

[treecontrol] {
	/* prevent user selection */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* default */
	font-family: 'Roboto', Helvetica, Roboto, sans-serif;
	font-size: 13px;
	color: #555;
	text-decoration: none;
}

[treecontrol] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

[treecontrol] li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

[treecontrol] li.tree-expanded i.tree-leaf-head, [treecontrol] li.tree-collapsed i.tree-leaf-head {display:none;}
[treecontrol] li.tree-expanded i.tree-branch-head, [treecontrol] li.tree-collapsed i.tree-branch-head {display:inline;}
[treecontrol] li.tree-leaf i.tree-branch-head {display:none;}
[treecontrol] li.tree-leaf i.tree-leaf-head {display:inline;}

[treecontrol] li i {
    cursor: pointer;
}

[treecontrol] li .tree-label {
    cursor: pointer;
    display: inline;
}


[treecontrol].tree-classic li.tree-expanded i.tree-branch-head {
    padding: 1px 10px;
    background: url("/content/images/folder.png") no-repeat;
}

    [treecontrol].tree-classic li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/folder-closed.png") no-repeat;
    }

    [treecontrol].tree-classic li.tree-leaf i.tree-leaf-head {
        padding: 1px 10px;
        background: url("/content/images/file.png") no-repeat;
    }

[treecontrol].tree-classic li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}
[treecontrol].tree-classic li .tree-selected {
    background-color: #aaddff;
    font-weight: bold;
}


    [treecontrol].tree-light li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-opened-2.png") no-repeat;
    }

    [treecontrol].tree-light li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-closed-2.png") no-repeat;
    }

[treecontrol].tree-light li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}

[treecontrol].tree-light li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

[treecontrol].tree-light li .tree-selected {
    font-weight: bold;
}


    [treecontrol].tree-dark li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-opened-light.png") no-repeat;
    }

    [treecontrol].tree-dark li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/node-closed-light.png") no-repeat;
    }

[treecontrol].tree-dark li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}


[treecontrol].tree-dark li.tree-leaf i.tree-leaf-head {
    padding: 1px 10px;
    width: 16px; height: 16px;
    background: none no-repeat;
}

[treecontrol].tree-dark li .tree-selected {
    font-weight: bold;
}

[treecontrol].tree-dark {
    color: #ddd;
}

	[treecontrol].tree-boot {
		color: #428bca;
		font-family: 'Roboto';
		font-size: inherit;
	}

[treecontrol].tree-boot > ul > li {
    padding: 0;
}

[treecontrol].tree-boot li > .tree-label {
    display: block;
    padding: 3px 0;
    border-radius: 4px;
}

[treecontrol].tree-boot i.tree-branch-head,
[treecontrol].tree-boot i.tree-leaf-head {
    float: left;
    height: 16px;
    margin: 5px;
}

    [treecontrol].tree-boot li.tree-expanded i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/folder.png") no-repeat;
    }

    [treecontrol].tree-boot li.tree-collapsed i.tree-branch-head {
        padding: 1px 10px;
        background: url("/content/images/folder-closed.png") no-repeat;
    }

    [treecontrol].tree-boot li.tree-leaf i.tree-leaf-head {
        padding: 1px 10px;
        background: url("/content/images/file.png") no-repeat;
    }

[treecontrol].tree-boot li.tree-has-children:before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 6px;
    font-size: 12px;
}

[treecontrol].tree-boot .tree-label.tree-selected,
[treecontrol].tree-boot .tree-label.tree-selected:hover {
    color: #fff;
    background-color: #428bca;
}

[treecontrol].tree-boot .tree-label:hover {
    background-color: #eee;
}

tags-input {
  display: block;
}
tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

/*# sourceMappingURL=ng-tags-input.css.map */

tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}
tags-input .host {
  margin: 0;
}
tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}
tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}
tags-input .tags.focused {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
tags-input .autocomplete {
  border-radius: 4px;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
tags-input.ng-invalid .tags {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
tags-input[disabled] .tags {
  background-color: #eee;
}
tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
}

.input-group tags-input {
  padding: 0;
  display: table-cell;
}
.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

tags-input.ti-input-lg, .input-group-lg tags-input {
  min-height: 46px;
}
tags-input.ti-input-lg .tags, .input-group-lg tags-input .tags {
  border-radius: 6px;
}
tags-input.ti-input-lg .tags .tag-item, .input-group-lg tags-input .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}
tags-input.ti-input-lg .tags .tag-item .remove-button, .input-group-lg tags-input .tags .tag-item .remove-button {
  font-size: 20px;
}
tags-input.ti-input-lg .tags .input, .input-group-lg tags-input .tags .input {
  height: 38px;
  font-size: 18px;
}
tags-input.ti-input-sm, .input-group-sm tags-input {
  min-height: 30px;
}
tags-input.ti-input-sm .tags, .input-group-sm tags-input .tags {
  border-radius: 3px;
}
tags-input.ti-input-sm .tags .tag-item, .input-group-sm tags-input .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}
tags-input.ti-input-sm .tags .tag-item .remove-button, .input-group-sm tags-input .tags .tag-item .remove-button {
  font-size: 16px;
}
tags-input.ti-input-sm .tags .input, .input-group-sm tags-input .tags .input {
  height: 22px;
  font-size: 12px;
}

.has-feedback tags-input .tags {
  padding-right: 30px;
}

.has-success tags-input .tags {
  border-color: #3c763d;
}
.has-success tags-input .tags.focused {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-error tags-input .tags {
  border-color: #a94442;
}
.has-error tags-input .tags.focused {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-warning tags-input .tags {
  border-color: #8a6d3b;
}
.has-warning tags-input .tags.focused {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/*# sourceMappingURL=ng-tags-input.bootstrap.css.map */

.steps-indicator {
  /* ---- steps quantity ---- */
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 0 0 0;
  height: 30px;
  list-style: none;
  /* --- http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ---- */
}
.steps-indicator:before {
  background-color: #e6e6e6;
  content: '';
  position: absolute;
  height: 1px;
}
.steps-indicator.steps-2:before {
  left: calc(100% / 2 / 2);
  right: calc(100% / 2 / 2);
}
.steps-indicator.steps-3:before {
  left: calc(100% / 3 / 2);
  right: calc(100% / 3 / 2);
}
.steps-indicator.steps-4:before {
  left: calc(100% / 4 );
  right: calc(100% / 4 );
}
.steps-indicator.steps-5:before {
  left: calc(100% / 5 );
  right: calc(100% / 5 );
}
.steps-indicator.steps-6:before {
  left: calc(100% / 6 / 2);
  right: calc(100% / 6 / 2);
}
.steps-indicator.steps-7:before {
  left: calc(100% / 7 / 2);
  right: calc(100% / 7 / 2);
}
.steps-indicator.steps-8:before {
  left: calc(100% / 8 / 2);
  right: calc(100% / 8 / 2);
}
.steps-indicator.steps-9:before {
  left: calc(100% / 9 / 2);
  right: calc(100% / 9 / 2);
}
.steps-indicator.steps-10:before {
  left: calc(100% / 10 / 2);
  right: calc(100% / 10 / 2);
}
.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  line-height: 15px;
}
.steps-indicator li a {
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
  cursor: pointer;
}
.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #f7f7f7;
  border: thin solid #005d90;
  content: '';
  transition: 0.25s;
}
.steps-indicator li a:hover {
  color: #4d4d4d;
}
.steps-indicator.steps-2 li {
  width: calc(100% / 2);
}
.steps-indicator.steps-3 li {
  width: calc(100% / 3);
}
.steps-indicator.steps-4 li {
  width: calc(100% / 4);
}
.steps-indicator.steps-5 li {
  width: calc(100% / 5);
}
.steps-indicator.steps-6 li {
  width: calc(100% / 6);
}
.steps-indicator.steps-7 li {
  width: calc(100% / 7);
}
.steps-indicator.steps-8 li {
  width: calc(100% / 8);
}
.steps-indicator.steps-9 li {
  width: calc(100% / 9);
}
.steps-indicator.steps-10 li {
  width: calc(100% / 10);
}
.steps-indicator.steps-11 li {
  width: calc(100% / 11);
}
.steps-indicator li.default {
  pointer-events: none;
}
.steps-indicator li.default a:hover {
  color: #808080;
}
.steps-indicator li.current,
.steps-indicator li.editing {
  pointer-events: none;
}
    .steps-indicator li.current a:before {
        border: none;
        background-color: #e84d25;
    }
    .steps-indicator li.done a:before {
        border: none;
        background-color: #005D90;
    }
    .steps-indicator li.editing a:before {
        border: none;
        background-color: #e84d25;
    }

.jp-card.jp-card-safari.jp-card-identified .jp-card-front:before, .jp-card.jp-card-safari.jp-card-identified .jp-card-back:before {
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),linear-gradient(-25deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%)
}

.jp-card.jp-card-ie-10.jp-card-flipped, .jp-card.jp-card-ie-11.jp-card-flipped {
    -webkit-transform: 0deg;
    -moz-transform: 0deg;
    -ms-transform: 0deg;
    -o-transform: 0deg;
    transform: 0deg
}

    .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-front, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-front {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

        .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back:after {
            left: 18%
        }

        .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-cvc, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-cvc {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
            left: 5%
        }

        .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny {
            left: 84%
        }

            .jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny:after, .jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny:after {
                left: -480%;
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
                transform: rotateY(180deg)
            }

.jp-card.jp-card-ie-10.jp-card-amex .jp-card-back, .jp-card.jp-card-ie-11.jp-card-amex .jp-card-back {
    display: none
}

.jp-card-logo {
    height: 36px;
    width: 60px;
    font-style: italic
}

    .jp-card-logo, .jp-card-logo:before, .jp-card-logo:after {
        box-sizing: border-box
    }

        .jp-card-logo.jp-card-amex {
            text-transform: uppercase;
            font-size: 4px;
            font-weight: bold;
            color: white;
            background-image: repeating-radial-gradient(circle at center, #fff 1px, #999 2px);
            background-image: repeating-radial-gradient(circle at center, #fff 1px, #999 2px);
            border: 1px solid #EEE
        }

            .jp-card-logo.jp-card-amex:before, .jp-card-logo.jp-card-amex:after {
                width: 28px;
                display: block;
                position: absolute;
                left: 16px
            }

            .jp-card-logo.jp-card-amex:before {
                height: 28px;
                content: "american";
                top: 3px;
                text-align: left;
                padding-left: 2px;
                padding-top: 11px;
                background: #267AC3
            }

            .jp-card-logo.jp-card-amex:after {
                content: "express";
                bottom: 11px;
                text-align: right;
                padding-right: 2px
            }

.jp-card.jp-card-amex.jp-card-flipped {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:before, .jp-card.jp-card-amex.jp-card-identified .jp-card-back:before {
    background-color: #108168
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex {
    opacity: 1
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-cvc {
    visibility: visible
}

.jp-card.jp-card-amex.jp-card-identified .jp-card-front:after {
    opacity: 1
}

.jp-card-logo.jp-card-discover {
    background: #f60;
    color: #111;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding-top: 9px;
    letter-spacing: .03em;
    border: 1px solid #EEE
}

    .jp-card-logo.jp-card-discover:before, .jp-card-logo.jp-card-discover:after {
        content: " ";
        display: block;
        position: absolute
    }

    .jp-card-logo.jp-card-discover:before {
        background: white;
        width: 200px;
        height: 200px;
        border-radius: 200px;
        bottom: -5%;
        right: -80%;
        z-index: -1
    }

    .jp-card-logo.jp-card-discover:after {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: 10px;
        left: 27px;
        background-color: #f60;
        background-image: -webkit-radial-gradient(#f60,#fff);
        background-image: radial-gradient( #f60,#fff);
        content: "network";
        font-size: 4px;
        line-height: 24px;
        text-indent: -7px
    }

.jp-card .jp-card-front .jp-card-logo.jp-card-discover {
    right: 12%;
    top: 18%
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:before, .jp-card.jp-card-discover.jp-card-identified .jp-card-back:before {
    background-color: #86B8CF
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-logo.jp-card-discover {
    opacity: 1
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front:after {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
    content: " ";
    display: block;
    background-color: #f60;
    background-image: -webkit-linear-gradient(#f60,#ffa366,#f60);
    background-image: linear-gradient(#f60,#ffa366,#f60);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    position: absolute;
    left: 100%;
    top: 15%;
    margin-left: -25px;
    box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.5)
}

.jp-card-logo.jp-card-visa {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    margin-top: 5px
}

    .jp-card-logo.jp-card-visa:before, .jp-card-logo.jp-card-visa:after {
        content: " ";
        display: block;
        width: 100%;
        height: 25%
    }

    .jp-card-logo.jp-card-visa:before {
        position: absolute;
        left: -4px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 6px 0;
        border-color: transparent #ffffff transparent transparent
    }

.jp-card.jp-card-visa.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visa.jp-card-identified .jp-card-back:before {
    background-color: #191278
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-logo.jp-card-visa {
    opacity: 1;
    box-shadow: none
}

.jp-card-logo.jp-card-visaelectron {
    background: white;
    text-transform: uppercase;
    color: #1A1876;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px
}

    .jp-card-logo.jp-card-visaelectron:before, .jp-card-logo.jp-card-visaelectron:after {
        content: " ";
        display: block;
        width: 100%;
        height: 25%
    }

    .jp-card-logo.jp-card-visaelectron:before {
        background: #1A1876
    }

    .jp-card-logo.jp-card-visaelectron:after {
        background: #E79800
    }

    .jp-card-logo.jp-card-visaelectron .elec {
        float: right;
        font-family: arial;
        font-size: 9px;
        margin-right: 1px;
        margin-top: -5px;
        text-transform: none
    }

.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visaelectron.jp-card-identified .jp-card-back:before {
    background-color: #191278
}

.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-logo.jp-card-visaelectron {
    opacity: 1
}

.jp-card-logo.jp-card-mastercard {
    color: white;
    font-style: normal;
    text-transform: lowercase;
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    line-height: 84px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0,0,0,0.6)
}

    .jp-card-logo.jp-card-mastercard:before, .jp-card-logo.jp-card-mastercard:after {
        content: " ";
        display: block;
        width: 36px;
        top: 0;
        position: absolute;
        height: 36px;
        border-radius: 18px
    }

    .jp-card-logo.jp-card-mastercard:before {
        left: 0;
        background: #EB001B;
        z-index: -1;
        opacity: 0.9
    }

    .jp-card-logo.jp-card-mastercard:after {
        right: 0;
        background: #FF5F00;
        z-index: -2
    }

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front .jp-card-logo.jp-card-mastercard, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back .jp-card-logo.jp-card-mastercard {
    box-shadow: none
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front:before, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back:before {
    background-color: #0061A8
}

.jp-card.jp-card-mastercard.jp-card-identified .jp-card-logo.jp-card-mastercard {
    opacity: 1
}

.jp-card-logo.jp-card-maestro {
    color: white;
    font-style: normal;
    text-transform: lowercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 84px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0,0,0,0.6)
}

    .jp-card-logo.jp-card-maestro:before, .jp-card-logo.jp-card-maestro:after {
        content: " ";
        display: block;
        width: 36px;
        top: 0;
        position: absolute;
        height: 36px;
        border-radius: 18px
    }

    .jp-card-logo.jp-card-maestro:before {
        left: 0;
        background: #EB001B;
        z-index: -2
    }

    .jp-card-logo.jp-card-maestro:after {
        right: 0;
        background: #00A2E5;
        z-index: -1;
        opacity: 0.8
    }

.jp-card.jp-card-maestro.jp-card-identified .jp-card-front .jp-card-logo.jp-card-maestro, .jp-card.jp-card-maestro.jp-card-identified .jp-card-back .jp-card-logo.jp-card-maestro {
    box-shadow: none
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-front:before, .jp-card.jp-card-maestro.jp-card-identified .jp-card-back:before {
    background-color: #0B2C5F
}

.jp-card.jp-card-maestro.jp-card-identified .jp-card-logo.jp-card-maestro {
    opacity: 1
}

.jp-card-logo.jp-card-dankort {
    width: 60px;
    height: 36px;
    padding: 3px;
    border-radius: 8px;
    border: #000 1px solid;
    background-color: #fff
}

    .jp-card-logo.jp-card-dankort .dk {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

        .jp-card-logo.jp-card-dankort .dk:before {
            background-color: #ED1C24;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 6px
        }

        .jp-card-logo.jp-card-dankort .dk:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -7.7px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 10px 0;
            border-color: transparent #ED1C24 transparent transparent;
            z-index: 1
        }

    .jp-card-logo.jp-card-dankort .d, .jp-card-logo.jp-card-dankort .k {
        position: absolute;
        top: 50%;
        width: 50%;
        display: block;
        height: 15.4px;
        margin-top: -7.7px;
        background: white
    }

    .jp-card-logo.jp-card-dankort .d {
        left: 0;
        border-radius: 0 8px 10px 0
    }

        .jp-card-logo.jp-card-dankort .d:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            background: #ED1C24;
            border-radius: 2px 4px 6px 0px;
            height: 5px;
            width: 7px;
            margin: -3px 0 0 -4px
        }

    .jp-card-logo.jp-card-dankort .k {
        right: 0
    }

        .jp-card-logo.jp-card-dankort .k:before, .jp-card-logo.jp-card-dankort .k:after {
            content: '';
            position: absolute;
            right: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            margin-right: -1px
        }

        .jp-card-logo.jp-card-dankort .k:before {
            top: 0;
            border-width: 8px 5px 0 0;
            border-color: #ED1C24 transparent transparent transparent
        }

        .jp-card-logo.jp-card-dankort .k:after {
            bottom: 0;
            border-width: 0 5px 8px 0;
            border-color: transparent transparent #ED1C24 transparent
        }

.jp-card.jp-card-dankort.jp-card-identified .jp-card-front:before, .jp-card.jp-card-dankort.jp-card-identified .jp-card-back:before {
    background-color: #0055C7
}

.jp-card.jp-card-dankort.jp-card-identified .jp-card-logo.jp-card-dankort {
    opacity: 1
}

.jp-card-logo.jp-card-elo {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: black;
    color: white;
    text-align: center;
    text-transform: lowercase;
    font-size: 21px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 13px
}

    .jp-card-logo.jp-card-elo .e, .jp-card-logo.jp-card-elo .l, .jp-card-logo.jp-card-elo .o {
        display: inline-block;
        position: relative
    }

    .jp-card-logo.jp-card-elo .e {
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    .jp-card-logo.jp-card-elo .o {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        right: 0;
        top: 7px;
        border-radius: 100%;
        background-image: -webkit-linear-gradient( #ff0 50%,red 50%);
        background-image: linear-gradient( #ff0 50%,red 50%);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg);
        text-indent: -9999px
    }

        .jp-card-logo.jp-card-elo .o:before {
            content: "";
            position: absolute;
            width: 49%;
            height: 49%;
            background: black;
            border-radius: 100%;
            text-indent: -99999px;
            top: 25%;
            left: 25%
        }

.jp-card.jp-card-elo.jp-card-identified .jp-card-front:before, .jp-card.jp-card-elo.jp-card-identified .jp-card-back:before {
    background-color: #6F6969
}

.jp-card.jp-card-elo.jp-card-identified .jp-card-logo.jp-card-elo {
    opacity: 1
}

.jp-card-logo.jp-card-jcb {
    border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    background-color: white;
    font-style: normal;
    color: white;
    width: 50px;
    padding: 2px 0 0 2px
}

    .jp-card-logo.jp-card-jcb > div {
        width: 15px;
        margin-right: 1px;
        display: inline-block;
        text-align: center;
        text-shadow: 1px 1px rgba(0,0,0,0.6);
        border-radius: 5px 0px 5px 0px;
        -moz-border-radius: 5px 0px 5px 0px;
        -webkit-border-radius: 5px 0px 5px 0px
    }

        .jp-card-logo.jp-card-jcb > div:before, .jp-card-logo.jp-card-jcb > div:after {
            content: " ";
            display: block;
            height: 8px
        }

        .jp-card-logo.jp-card-jcb > div.j {
            background-color: #000063;
            background-image: -webkit-linear-gradient(left, #000063,#008cff);
            background-image: linear-gradient(to right,#000063,#008cff)
        }

        .jp-card-logo.jp-card-jcb > div.c {
            background-color: #630000;
            background-image: -webkit-linear-gradient(left, #630000,#ff008d);
            background-image: linear-gradient(to right,#630000,#ff008d)
        }

        .jp-card-logo.jp-card-jcb > div.b {
            background-color: #006300;
            background-image: -webkit-linear-gradient(left, #006300,lime);
            background-image: linear-gradient(to right,#006300,lime)
        }

.jp-card.jp-card-jcb.jp-card-identified .jp-card-front:before, .jp-card.jp-card-jcb.jp-card-identified .jp-card-back:before {
    background-color: #CB8000
}

.jp-card.jp-card-jcb.jp-card-identified .jp-card-logo.jp-card-jcb {
    opacity: 1;
    box-shadow: none
}

.jp-card-logo.jp-card-dinersclub {
    font-family: serif;
    height: 40px;
    width: 100px;
    color: white;
    font-size: 17px;
    font-style: normal;
    letter-spacing: 1px
}

    .jp-card-logo.jp-card-dinersclub::before, .jp-card-logo.jp-card-dinersclub::after {
        display: block;
        position: relative
    }

    .jp-card-logo.jp-card-dinersclub::before {
        content: 'Diners Club'
    }

    .jp-card-logo.jp-card-dinersclub::after {
        content: 'International';
        text-transform: uppercase;
        font-size: 0.6em
    }

.jp-card.jp-card-dinersclub .jp-card-front .jp-card-logo {
    box-shadow: none !important
}

.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-front:before, .jp-card.jp-card-dinersclub.jp-card-identified .jp-card-back:before {
    background-color: #999
}

.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-logo.jp-card-dinersclub {
    opacity: 1
}

.jp-card {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 315px;
    border-radius: 10px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear
}

    .jp-card > *, .jp-card > *:before, .jp-card > *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: inherit
    }

    .jp-card.jp-card-flipped {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .jp-card .jp-card-front, .jp-card .jp-card-back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        transition: all 400ms linear;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 10px;
        background: #DDD
    }

        .jp-card .jp-card-front:before, .jp-card .jp-card-back:before {
            content: " ";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            border-radius: 10px;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            transition: all 400ms ease
        }

        .jp-card .jp-card-front:after, .jp-card .jp-card-back:after {
            content: " ";
            display: block
        }

        .jp-card .jp-card-front .jp-card-display, .jp-card .jp-card-back .jp-card-display {
            color: #fff;
            font-weight: normal;
            opacity: 0.5;
            -webkit-transition: opacity 400ms linear;
            -moz-transition: opacity 400ms linear;
            transition: opacity 400ms linear
        }

            .jp-card .jp-card-front .jp-card-display.jp-card-focused, .jp-card .jp-card-back .jp-card-display.jp-card-focused {
                opacity: 1;
                font-weight: 700
            }

        .jp-card .jp-card-front .jp-card-cvc, .jp-card .jp-card-back .jp-card-cvc {
            font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
            font-size: 14px
        }

        .jp-card .jp-card-front .jp-card-shiny, .jp-card .jp-card-back .jp-card-shiny {
            width: 50px;
            height: 35px;
            border-radius: 5px;
            background: #CCC;
            position: relative
        }

            .jp-card .jp-card-front .jp-card-shiny:before, .jp-card .jp-card-back .jp-card-shiny:before {
                content: " ";
                display: block;
                width: 70%;
                height: 60%;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                background: #d9d9d9;
                position: absolute;
                top: 20%
            }

        .jp-card .jp-card-front .jp-card-logo {
            position: absolute;
            opacity: 0;
            right: 5%;
            top: 8%;
            -webkit-transition: 400ms;
            -moz-transition: 400ms;
            transition: 400ms
        }

        .jp-card .jp-card-front .jp-card-lower {
            width: 80%;
            position: absolute;
            left: 10%;
            bottom: 30px
        }

@media only screen and (max-width: 480px) {
    .jp-card .jp-card-front .jp-card-lower {
        width: 90%;
        left: 5%
    }
}

.jp-card .jp-card-front .jp-card-lower .jp-card-cvc {
    visibility: hidden;
    float: right;
    position: relative;
    bottom: 5px
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
    font-size: 24px;
    clear: both;
    margin-bottom: 30px
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
    font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
    letter-spacing: 0em;
    position: relative;
    float: right;
    width: 25%
}

    .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before, .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: bold;
        font-size: 7px;
        white-space: pre;
        display: block;
        opacity: .5
    }

    .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
        content: attr(data-before);
        margin-bottom: 2px;
        font-size: 7px;
        text-transform: uppercase
    }

    .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
        position: absolute;
        content: attr(data-after);
        text-align: right;
        right: 100%;
        margin-right: 5px;
        margin-top: 2px;
        bottom: 0
    }

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    text-transform: uppercase;
    font-family: "Bitstream Vera Sans Mono",Consolas,Courier,monospace;
    font-size: 20px;
    max-height: 45px;
    position: absolute;
    bottom: 0;
    width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis
}

.jp-card .jp-card-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

    .jp-card .jp-card-back .jp-card-bar {
        background-color: #444;
        background-image: -webkit-linear-gradient(#444,#333);
        background-image: linear-gradient(#444,#333);
        width: 100%;
        height: 20%;
        position: absolute;
        top: 10%
    }

    .jp-card .jp-card-back:after {
        content: " ";
        display: block;
        background-color: #fff;
        background-image: -webkit-linear-gradient(#fff,#fff);
        background-image: linear-gradient(#fff,#fff);
        width: 80%;
        height: 16%;
        position: absolute;
        top: 40%;
        left: 2%
    }

    .jp-card .jp-card-back .jp-card-cvc {
        position: absolute;
        top: 40%;
        left: 85%;
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        transition-delay: 600ms
    }

    .jp-card .jp-card-back .jp-card-shiny {
        position: absolute;
        top: 66%;
        left: 2%
    }

        .jp-card .jp-card-back .jp-card-shiny:after {
            content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free. It comes with no warranty. For support issues, please visit: github.com/jessepollak/card.";
            position: absolute;
            left: 120%;
            top: 5%;
            color: white;
            font-size: 7px;
            width: 230px;
            opacity: .5
        }

.jp-card.jp-card-identified {
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

    .jp-card.jp-card-identified .jp-card-front, .jp-card.jp-card-identified .jp-card-back {
        background-color: #000;
        background-color: rgba(0,0,0,0.5)
    }

        .jp-card.jp-card-identified .jp-card-front:before, .jp-card.jp-card-identified .jp-card-back:before {
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            transition: all 400ms ease;
            background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 30% 30%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 70% 70%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 90% 20%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 15% 80%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);
            background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 30% 30%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 70% 70%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 90% 20%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 15% 80%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),linear-gradient(-25deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);
            opacity: 1
        }

        .jp-card.jp-card-identified .jp-card-front .jp-card-logo, .jp-card.jp-card-identified .jp-card-back .jp-card-logo {
            box-shadow: 0 0 0 2px rgba(255,255,255,0.3)
        }

    .jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before, .jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before {
        background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);
        background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),linear-gradient(-25deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%)
    }

@wz-color-default: #E6E6E6;
@wz-color-current: #808080;
@wz-color-done:    #339933;
@wz-color-editing: #FF0000;

.steps-indicator {
    /* ---- steps quantity ---- */
    margin-bottom: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    /* margin: 0; */
    padding: 20px 0 0 0;
    height: 30px;
    list-style: none;



    &:before {
        background-color: @wz-color-default;
        content: '';
        position: absolute;
        height: 1px;
    }

    &.steps-2:before {
        left: ~'calc(100% / 2 / 2)';
        right: ~'calc(100% / 2 / 2)';
    }

    &.steps-3:before {
        left: ~'calc(100% / 3 / 2)';
        right: ~'calc(100% / 3 / 2)';
    }

    &.steps-4:before {
        left: ~'calc(100% / 4 )';
        right: ~'calc(100% / 4 )';
    }

    &.steps-5:before {
        left: ~'calc(100% / 5 / 2)';
        right: ~'calc(100% / 5 / 2)';
    }

    &.steps-6:before {
        left: ~'calc(100% / 6 / 2)';
        right: ~'calc(100% / 6 / 2)';
    }

    &.steps-7:before {
        left: ~'calc(100% / 7 / 2)';
        right: ~'calc(100% / 7 / 2)';
    }

    &.steps-8:before {
        left: ~'calc(100% / 8 / 2)';
        right: ~'calc(100% / 8 / 2)';
    }

    &.steps-9:before {
        left: ~'calc(100% / 9 / 2)';
        right: ~'calc(100% / 9 / 2)';
    }

    &.steps-10:before {
        left: ~'calc(100% / 10 / 2)';
        right: ~'calc(100% / 10 / 2)';
    }
    /* --- http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ---- */
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        padding-top: 10px;
        text-align: center;
        line-height: 15px;

        a {
            color: @wz-color-current;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            transition: 0.25s;
            cursor: pointer;

            &:before {
                position: absolute;
                top: -7px;
                left: ~'calc(50% - 7px)';
                width: 14px;
                height: 14px;
                border-radius: 100%;
                background-color: @wz-color-default;
                content: '';
                transition: 0.25s;
            }

            &:hover {
                color: darken(@wz-color-current, 20%);
            }
        }
    }

    &.steps-2 li {
        width: ~'calc(100% / 2)';
    }

    &.steps-3 li {
        width: ~'calc(100% / 3)';
    }

    &.steps-4 li {
        width: ~'calc(100% / 4)';
    }

    &.steps-5 li {
        width: ~'calc(100% / 5)';
    }

    &.steps-6 li {
        width: ~'calc(100% / 6)';
    }

    &.steps-7 li {
        width: ~'calc(100% / 7)';
    }

    &.steps-8 li {
        width: ~'calc(100% / 8)';
    }

    &.steps-9 li {
        width: ~'calc(100% / 9)';
    }

    &.steps-10 li {
        width: ~'calc(100% / 10)';
    }

    &.steps-11 li {
        width: ~'calc(100% / 11)';
    }

    li.default {
        pointer-events: none;

        a:hover {
            color: @wz-color-current;
        }
    }

    li.current,
    li.editing {
        pointer-events: none;
    }

    li.current a:before {
        background-color: @wz-color-current;
    }

    li.done a:before {
        background-color: @wz-color-done;
    }

    li.editing a:before {
        background-color: @wz-color-editing;
    }
}

/*********************************************
    ANGULAR GENERAL
*********************************************/

.subtitle-modal-assets {
    font-weight: bold;
    font-size: 22px;
}

[ng-cloak] {
    display: none !important;
}

.top-buttons {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .top-buttons .btn.pull-right {
        margin-left: 15px;
    }

    .top-buttons .btn.pull-left {
        margin: 0 15px;
    }

.page-title-row {
    display: flex;
    align-items: center;
    color: black;
    padding: 16px 0;
}

    .page-title-row * {
        margin: 0 10px 0 0;
    }

.owner-title-row,
.owner-title-row .button-container {
    display: flex;
    align-content: space-between;
    padding-bottom: 10px;
}

    .owner-title-row button {
        margin-left: 16px;
    }

.row.match-col-heights {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}

.center-vertically {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*********************************************
    VALIDATIONS
*********************************************/
.field-validation-error,
.field-validation-error span {
    color: #a94442 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 5px;
    display: none;
}

/* Only display error messages on fields that have errors */
.has-error .field-validation-error,
.has-error .field-validation-error span {
    display: block;
}

.validation-summary-errors {
    background-color: #f2dede;
    border: 1px solid transparent;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #a94442;
    margin-bottom: 10px;
    padding: 18px 23px 15px 19px;
    margin-left: -13px;
}

.main-body {
    height: 100vh;
    display: grid;
    grid-template-columns: 100vw;
    overflow-y: auto;
    grid-template-rows: auto 1fr auto;
}

.responsive-images img {
    height: auto;
    width: auto;
    max-width: 2.5em;
    max-height: 2.5em;
}

.main-body.emulating {
    border: 5px solid;
    border-color: #E6344F;
    border-top-color: transparent;
}

    .main-body.emulating header {
        margin-top: 30px;
    }

    .main-body.emulating .navbar-fixed-top {
        background-color: #E6344F;
        height: 35px;
    }

.navbar-fixed-top .emulating-text {
    color: white;
    margin-right: 18px;
    margin-top: 8px;
    font-weight: bold;
}

.main-and-footer-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body {
    padding: 70px 3vw;
}

html {
    height: 100vh;
    width: 100vw;
}

.max-height {
    height: 100%;
}

.main-body input[data-val-required],
.main-body .input-required,
.modal-body input[data-val-required]:after {
}

.main-body input[type=hidden][data-val-required] + .ui-select-container:not([disabled]) .ui-select-toggle,
.modal-body input[type=hidden][data-val-required] + .ui-select-container:not([disabled]) .ui-select-toggle:after {
}

.modal-content {
    border-radius: 10px;
}

.input-group-btn, .input-group-btn button {
    height: 56px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    overflow: auto;
}

.bold-text {
    font-weight: 700;
}

.title-attorney {
    font-size: 32px;
    font-weight: 700;
    color: #005b8e;
    margin-left: 30px;
}

.search-bar {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 95vw;
    }
}

@media (min-width: 768px) {
    .modal-sm {
        width: 55vw;
    }

    .modal-md {
        width: 65vw;
    }

    .modal-lg {
        width: 85vw;
    }

        .modal-lg .modal-body {
            max-height: 75vh;
        }

    .modal-dialog.modal-xl {
        width: 90%;
    }
}

.w-100 {
    width: 100%;
}

    .w-100 .nav.nav-tabs{
        width: 100%;
    }

.height-100-pct {
    height: 100%;
}

.icon-shared {
    margin-top: -55px;
    position: absolute;
    margin-left: 8px;
}

.heading-blue-icon {
    color: #005b8e !important;
}

.heading-grey-icon {
    color: #8a8a8a !important
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-left-7 {
    padding-left: 7px;
}

.pad-right-10 {
    padding-right: 10px !important;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.btn.btn-thin {
    padding: 3px;
}

.btn.btn-short-padding {
    padding: 12px 12px 10px;
}

.file {
    display: block;
    margin-bottom: 10px;
    white-space: normal;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #c4dfe7;
    color: black;
    font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:after {
    content: '';
    background-color: #c4dfe7;
    color: black;
    font-weight: bold;
}

.panel > .panel-heading {
    border-bottom: 2px solid #efefef;
}

.modal-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    text-align: left;
    border-bottom: thin solid #70707027 !important;
}

    .modal-header button, .modal-footer button {
        margin-left: 5px;
        font-size: 17px;
    }
    .modal-header button {
        margin-right: 5px;
    }

.note-accordion .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.note-accordion .panel-group:last-of-type {
    margin-bottom: 0;
}

.note-accordion .panel-heading {
    border: 0 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.container-fluid .grid-content > .grid-item {
    padding-top: 10px !important;
}
.modal-header-custom {
    border-radius: 0px !important;
    padding: 15px 0px 5px 15px !important;
    border-bottom: 0.5px solid lightgray !important
}

.al-content {
    height: 100%;
    padding: 0px !important;
}

.btn:hover {
    transform: none !important;
    box-shadow: 0 0 1px #888888;
}

.form-control {
    font-size: 18px;
    height: 56px;
    font-size: 22px;
    color: black;
}

.tab-content .buttons.text-right {
    padding-bottom: 20px;
}


* {
    box-sizing: border-box;
}

.al-sidebar-list-item a {
    line-height: 37px;
    font-weight: bold;
}

    .al-sidebar-list-item a span {
        margin-left: 0 !important;
    }

    #confirm-pass .row > .alert {
        border-radius: 0;
    }

    #confirm-pass > div > label, .form-group label {
        font-size: 14px !important;
    }

    #confirm-pass .row {
        margin-left: 5px;
        margin-right: 5px;
    }

label, .form-group label {
    text-transform: uppercase;
    color: #A09F9F;
    font-weight: bold;
    font-size: 15px;
}

.error-validation {
    color: red !important;
    font-weight: bold;
    font-size: 22px;
    padding-left: 3px
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-24 {
    font-size: 24px;
}

.line-height-1 {
    line-height: 1;
}

.breadcrumb {
    background-color: unset;
}

.title-h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    color: #494949;
    padding: .5em 0;
    margin-bottom: 0;
}

.h5-description {
    font-size: 22px;
    text-transform: none;
}

textarea.form-control {
    height: 211px;
    resize: none;
}

/*TABLE*/
.tableContent {
    max-height: 500px !important;
    overflow: auto;
}

.Roboto-bold {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
}


.Roboto-medium {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

.Robotoular {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

table.table tbody tr {
    background-color: white;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}

table.table-hover > tbody > tr:hover {
    background-color: #F2F9FC;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.not-important-column {
    color: #2b2b2b;
    opacity: 0.8;
}

.not-important-link {
    color: #222222;
    opacity: 0.8;
    cursor: pointer;
}

.modal-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.modal-p {
    line-height: 30px;
    width: 95%;
}

.modal-detail {
    padding: 1rem 35px;
}

.comment-button {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #005b8e;
}

.comment-button-disabled {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #f3f0f052;
}


.comment-button-up {
    top: -25px; /* Same as body margin top + border */
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.comment-button-down {
    top: 49px;
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}



.dialogbox .dialogbox-body {
    position: relative;
    height: auto;
    background-color: white;
    border-radius: 6px;
    border: 5px solid white;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dialogbox-body .comment-button-message {
    min-height: 30px;
    border-radius: 6px;
    color: #222222;
    padding: 5px;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.breadcrumb {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

.pretitle {
    font-size: 23px;
    margin-left: 4px;
    font-family: 'Roboto'
}


.grid-item {
    border-bottom: thin solid lightgray;
    margin: 0 -15px; /*This margin matches the bootstrap row margin*/
    padding: 3px;
}

    .grid-item:hover, .hover:hover {
        background-color: #F2F9FC;
    }

/* Override styles for requested accordion look */

.note-accordion .grid-item {
    border-bottom: 0;
}

    .note-accordion .grid-item .panel-body {
        border-top: 0 !important;
        border-bottom: 1px solid lightgray;
        padding-top: 0px !important;
    }

table {
    background-color: white;
}


th {
    font-size: 15px;
    text-transform: uppercase;
}

.text-login {
    font-family: 'Roboto';
    font-size: 13px;
}

.title-login {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold
}

.nav-tabs > li {
    margin-left: 30px;
}

.myNavT .nav.nav-tabs > li.active > a {
    font-weight: bold;
}

.nav.nav-tabs > li > a:hover {
    background: white !important;
    color: #d84d23 !important;
    font-weight: normal;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.arrow {
    font-weight: bold !important;
    font-size: 20px !important;
    color: #005b8e;
}

label.custom-checkbox > span:before, label.custom-radio > span:before {
    border-radius: 5px;
    border: 2px solid;
    height: 20px;
    min-width: 20px;
}





label.custom-checkbox > span:hover:before, label.custom-radio > span:hover:before {
    border-color: #005b8e !important;
    font-size: 16px;
}

label.custom-checkbox > input:checked + span:before, label.custom-radio > input:checked + span:before {
    color: #005b8e !important;
}

label.custom-checkbox > input:focus + span:before, label.custom-radio > input:focus + span:before {
    color: #005b8e !important;
    border: 3px solid !important
}

hr {
    margin: 0px;
    border: 0;
    border-top: 0px solid #eee;
}

    hr.dottedLine {
        width: 100%;
        border-top: dotted 2px #A09F9F;
        margin-bottom: 15px;
        margin-top: 10px
    }

    hr.separator {
        margin: 8px 0 24px 0;
    }

.title-table {
    font-weight: bold;
    color: black;
    width: 300%;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.tab-2 {
    line-height: 40px;
    padding-left: 20px;
}

.btn-right {
    margin-left: 10px;
    background-color: white !important;
    color: #005b8e !important;
    float: right;
    margin-right: 10px;
}

.title-person {
    font-size: 20px;
}

.note-content {
    color: #393939;
    font-size: 16px;
}

.youcando {
    border: 0px !important;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.btn .youcando {
    border: 0px !important;
}

.btn .btn-default .youcando {
    border: 0px !important;
}

.checkbox-inline {
    padding: 6px 0px;
}

.checkbox-inline-intaddr {
    position: absolute;
    top: -6px;
    right: 18px;
}

.check-paragraph-permission {
    padding-bottom: 6px;
}

.right-separator {
    border-right: thin solid #eee;
}

.label-beige {
    color: #E84D25 !important;
    font-size: 26px;
    line-height: 26px;
    text-transform: none;
    font-weight: bold !important;
}

.titles {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.table > tbody > tr > th {
    /* border-bottom: 1px solid lightgray !important; */
    border-top: 1px solid lightgray !important;
}

.btn {
    padding: 12px 25px 10px;
}

.asset-button {
    padding: 12px 12px 10px;
}

button.asset-detail-button {
    padding: 5px 14px;
}

div.asset-detail-button {
    padding-right: 30px !important;
}

.row {
    color: black;
}

table .fa {
    color: #BABABA;
}

.dropdown-item {
    border-top: 1px solid lightgray !important;
}

.assetTitle {
    padding: 7px;
    background-color: #EDEDED;
}

    .assetTitle h2 {
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        margin: 0;
    }

.col-grey {
    background-color: #EDEDED;
}

.btn-orange {
    background: #d84d23;
    color: white;
    font-size: 18px;
    padding: 11px 30px 11px 30px !important;
}

.asset-content {
}

.btn-orange:hover {
    background: #005b8e;
    color: white;
}

.btn-orange:focus {
    background: #005b8e;
    color: white;
}

.control-container {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

    .control-container label {
        font-family: 'Roboto';
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        color: #A09F9F;
        font-size: 15px;
    }

    .control-container .form-control {
        min-height: 56px;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #080808;
    }

.btn-white-default {
    font-size: 21px;
    color: #005b8e;
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    border: 1px solid #005b8e;
    border-radius: 5px;
    background-color: white;
    height: 50px;
}

.uib-tab {
    font-size: 18px;
    font-family: 'Roboto';
    color: #2C2C2C;
    border-radius: 10px 10px 0 0;
    padding: .25em 1em;
}

    .uib-tab > a {
        padding: 0px !important;
    }

    .uib-tab.active {
        font-weight: 700;
        font-style: normal;
        background-color: #FFFFFF;
    }

    .uib-tab:not(.active) {
        font-weight: 400;
        font-style: normal;
    }

        .uib-tab:not(.active):hover {
            background-color: #FFFFFF;
        }


    .uib-tab > li > a {
        /*padding: 15px 30px !important;*/
        margin: 40px !important;
    }


.myNavT .nav-tabs > li {
    margin-left: unset;
    text-align: center;
}

.form-selection-label {
    color: #d84d23;
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

.input-inline-icon {
    margin-top: -40px;
    display: flex;
    padding: 0 5px 0 5px;
    pointer-events: none;
}

    .input-inline-icon.stack-right {
        justify-content: flex-end;
    }

    .input-inline-icon.stack-left {
        justify-content: flex-start;
    }

    .input-inline-icon.split {
        justify-content: space-between;
    }

    .input-inline-icon span {
        padding: 0px 5px;
        font-size: 22px;
    }

p {
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.asof {
    font-size: 13px;
    color: #424242;
}

.note-item-detail {
    font-size: 20px;
    color: #424242;
    font-weight: normal;
    line-height: 1.4;
    overflow-wrap: break-word;
}

.financial-note-detail {
    font-size: 20px;
    color: #424242;
    font-weight: normal;
    line-height: 1.1;
    overflow-wrap: break-word;
    white-space: pre-line;
}

.data-header {
    font-weight: bold;
    font-size: 20px;
    word-break: break-word;
    padding-top: 5px;
    padding-bottom: 1px;
}

.display-inline-block {
    display: inline-block;
    font-weight: initial;
}

.things-you-should-know {
    line-height: 22px;
    word-break: keep-all;
    word-wrap: break-word;
    display: block;
}


.title-black {
    color: #2C2C2C;
    margin-top: 30px !important;
}

.myNavT .nav.nav-tabs > li.active > a {
    background: white;
    color: #d84d23;
}

.myNavT .nav.nav-tabs li a {
    padding: 8px 15px !important;
}

.nav-tabs .nav-item {
    --tab-inactive-diff: 0px;
}

.uib-tab.nav-item {
    border: 1px solid #B1B1B19A;
}

    .uib-tab.nav-item.active {
        box-shadow: 0px -6px 6px #0000000D;
    }

.NavN .nav.nav-tabs {
    background: #F0F3F4;
    color: #2c2c2c;
}

.myFonA .nav.nav-tabs a {
    color: black;
}

.account-tabset .tab-content {
    padding: 16px 24px;
    min-height: 600px;
}

.close {
    float: right;
    margin-top: 7px;
    color: #BABABA;
}

    .close:hover {
        color: #E36E5F;
    }

.dropdown.dropdown-menu li {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

    .dropdown.dropdown-menu li:hover {
        background: #eef7fa;
    }

.dropdown-menu {
    padding: 0 !important;
}

.text-list {
    padding-left: 3em;
    padding-bottom: 15px;
    font-size: 20px;
    color: black;
    font-family: 'Roboto';
}

.fa-percent {
    left: 25em;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.has-error .form-control {
    border: 3px solid #ed7878;
}

.has-success .form-control {
    border: 1px solid green;
}

.form-control.has-inline-icon {
    padding: 0 1.4em;
}




.picture-box {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.picture-box-round {
    border: 1px solid lightgray;
    border-radius: 130px;
    padding: 10px;
    margin-bottom: 5px;
}

.tabScroll {
    max-height: 500px;
    overflow-y: scroll;
}

    .tabScroll.infoTabContent {
        overflow-y: unset !important;
    }

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.has-error {
    color: red;
}


.padlock-right {
    float: right !important;
    font-size: 22px;
    margin-top: -38px;
    padding-right: 5px;
}

.has-success label.custom-checkbox, .has-success label.custom-radio {
    color: #A09F9F;
}

    .has-success label.custom-checkbox > span:before, .has-success label.custom-radio > span:before {
        color: #666666;
    }

span.padlock-right.fa.fa-lock {
    font-size: 25px;
}

.has-feedback > input {
    padding-left: 22px !important;
}

/*********************************************
    WIZARD PAYMENT PORTAL GENERAL
*********************************************/

.wizard-container {
    padding: 0 40px;
    position: relative;
}

.wizard-nav-container {
    margin-top: 24px;
}

.header-2ndstep {
    background-color: #FFF;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
}

/****************************************************/

.belowtab-info {
    margin: 25px 35px;
    line-height: 1.8 !important;
}

.tab-fixed {
    height: auto;
    border-bottom: 5px solid #ccc;
}

.title-table {
    margin: 15px 35px;
}

.asof span {
    color: #2b2b2b !important;
}

.value-display-spaced-above {
    padding-top: 0.25em;
}
.panel-collapse .value-display-spaced-above {
    padding-top: 0px;
}
.condensed-value-displays i.value-display-spaced-above {
    padding-top: 0;
}

.dropdown button.btn.btn-default.dropdown-toggle, .youcando.dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}




.add-cc {
    text-decoration: underline !important;
    cursor: pointer;
    color: darkblue
}

    .add-cc:hover {
        color: #d84d23;
    }

.no-cards {
    border-radius: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8e8e8e;
    border: 1px solid lightgray;
}

.card-img {
    width: 42px;
    height: 30px;
}

.card-desc {
    font-weight: bold;
    font-size: 20px;
}

.card-conteiner {
    margin-top: 10px;
    padding: 15px 0px 15px 15px;
    border: 2px solid #219653;
    border-radius: 15px;
}

.selected-card-conteiner {
    border: 4px solid #219653 !important;
}

.chk-img {
    width: 58%;
}
/*Christine Changeset 07_11_2019*/



btn:hover {
    background: #d84d23 !important
}

.btn-orange:hover {
    background: #d84d23 !important
}

.btn-orange {
    background: #005b8e !important
}

.btn-info:hover {
    background: #d84d23 !important;
    border-color: #d84d23 !important
}

.btn-primary:hover {
    background: #d84d23 !important;
    border-color: #d84d23 !important
}

li {
    color: #2b2b2b
}

.tab-content .tab-pan p {
    color: #2b2b2b !important
}


.ng-hide.ng-hide-animate {
    display: none !important;
}

.ng-leave {
    display: none !important;
}

.plan-details-container {
    border: 2px solid #005b8e;
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-left: 0px;
    border-radius: 5px;
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155" !important;
}

label.custom-radio > input:checked + span:before {
    content: "\f111";
    font-weight: 900 !important;
}

#forgotPasscodeLnk {
    font-size: 13px;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
}

.al-user-profile.with-text .profile-toggle-link {
    border: none !important;
}

.btn-group.dropdown.youcando {
    border: 2px solid #ccc;
    padding: 0.25rem 0.5rem;
}

.el-disabled {
    pointer-events: none !important;
    opacity: 0.6 !important;
}

.note-container {
    border-bottom: 1px solid lightgray;
    padding: 1rem 35px;
}

.note-label {
    font-weight: bold;
    margin-top: 8px;
    font-size: 2rem;
}

.note-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

label.input-required-mark::after {
    color: red;
    content: "*";
    font-weight: bold;
    font-size: 22px;
    padding-left: 3px;
    position: absolute;
}

.lawsafe-navbar {
    display: flex;
    background-color: white;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid lightgray;
    position: fixed;
    z-index: 1000;
}

    .lawsafe-navbar .poc-info {
        cursor: pointer;
        border-left: 1px solid lightgray;
        display: inline-block;
        padding-left: 10px;
    }

        .lawsafe-navbar .poc-info > span {
            display: inline-block;
            vertical-align: middle;
            text-align: center
        }

    .lawsafe-navbar .logo-container {
        max-width: 30%;
    }

    .lawsafe-navbar .img-circle {
        padding: 6px;
    }

    .lawsafe-navbar .nav-item:hover {
        background-color: #c4dfe7;
    }

    .lawsafe-navbar .nav-item {
        height: 100%;
        width: 100%;
    }

    .lawsafe-navbar img.nav-item {
        min-height: 60px;
        min-width: 180px;
        max-height: 70px;
        max-width: 200px;
    }

    .lawsafe-navbar .nav-item a {
        color: black;
        font-weight: bold;
    }

    .lawsafe-navbar .bordered-nav-item {
        border-right: 1px solid lightgray;
    }

    .lawsafe-navbar .active-nav-item {
        background-color: #c4dfe7;
    }

        .lawsafe-navbar .active-nav-item span {
            border-bottom: 2px #005b8e solid;
            padding-bottom: 4px;
        }

    .lawsafe-navbar .nav-link-wrapper {
        padding: 0 10px;
    }

    .lawsafe-navbar .progress-bar-wrapper {
        padding: 20px 10px;
    }

.poc-title:hover {
    color: #d84d23 !important;
}
.poc-title {
    color: #2C2C2C;
    font-size: 14px;
    padding-left: 10px;
}

.panel.panel-no-margin {
    margin: 0;
}

footer.footer {
    border-width: 1px 0 0;
    padding: 5px 0;
}

footer .footer-content {
    display: flex;
    justify-content: space-around;
}

    footer .footer-content .nav-link {
        color: #8c8c8c;
    }

@media (max-width: 350px) {
    .hide-tiny {
        display: none;
    }
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .poc-title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .text-md-right {
        text-align: right !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .pt-md-0 {
        padding-top: 0px;
    }
    .nav.nav-tabs {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}


/**Activity Log Page Styling**/
.activityLog-btn-group {
    padding-top: 25px;
}

.activityLog-btn-sm {
    height: 50px;
}

/**Activity Log Page Styling**/


@media (max-width: 350px) {
    .hide-tiny {
        display: none;
    }

    .profile-toggle-link {
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .hide-xs {
        display: none;
    }
}

@media (max-width: 992px) {
    .hide-sm {
        display: none;
    }

    .pt-sm-1 {
        padding-top: 1px;
    }

    .jp-card {
        min-width: 0px !important;
    }
    .steps-indicator {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .hide-md {
        display: none;
    }
}

/*Match all column classes under asset title*/
.assetTitle [class*=col] {
    padding-left: 0;
    padding-right: 0;
}

/*Aditional Options Partial View*/
p.title-paragraph {
    margin-bottom: auto;
}

label.content-line {
    font-weight: 400;
}

.btn-default.btn-wz-step {
    color: #005D90;
    border-width: 2px;
    font-weight: 800;
}

    .btn-default.btn-wz-step:hover {
        color: #E84D25;
        border-color: #E84D25!important;
    }
/**--- CLIENT SIGNUP PAGE STYLING ---**/

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.display-grid {
    display: grid;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-l-auto {
    margin-left: auto;
}

.margin-l-0 {
    margin: 0px 15px;
}

.custom-checkbox.dark-text, .custom-checkbox input:checked + span {
    color: black;
    font-family: 'Roboto';
    font-weight: 400;
}

.custom-checkbox.dark-text {
    text-transform: none !important;
}

.summary-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-container .register-container-header {
    border-bottom: thin solid #70707027;
}

.register-container .register-container-footer {
    border-top: thin solid #70707027;
    margin-top: 15px;
}

.plan-description {
    margin-top: 25px;
    line-height: 1.15;
}

.upper {
    text-transform: uppercase;
}

.form-control.slim {
    height: auto;
    font-size: initial;
    width: 100%;
}

.option-content {
    margin-top: 15px;
}

.summary-section {
    padding: 10px 0;
}

.spanTitle {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0px;
    color: #494949;
    opacity: 1;
}

.recycle-bin-search .form-control {
    height: 49px;
    font-size: 18px;
}

.recycle-bin-search button.btn {
    font-size: 14px !important;
}

    .recycle-bin-search button.btn i {
        padding-right: 10px;
    }

.border-bottom-gray {
    border-bottom: thin solid #70707027;
}

.span-subtitle {
    font-size: 14px;
    letter-spacing: 0.05px;
    color: #494949;
    opacity: 1;
}

thead.has-multi-select th {
    vertical-align: middle !important;
}

#poc-image-container {
    display: inline-block;
    height: 0;
    padding-bottom: 33%;
    width: 33%;
}

    #poc-image-container img {
        width: 100%;
        height: auto;
    }

.info-field {
    color: #494949;
}

    .info-field .info-title {
        font-weight: bold;
    }

.company-banner img {
    max-width: 100%;
    height: auto;
}

.account-status-check {
    margin-left: 15px;
    margin-top: -25px;
    position: absolute;
    border: 3px solid red;
    border-radius: 15px;
    background-color: red;
}

    .account-status-check.danger {
        border: 3px solid #e85656;
        background-color: #e85656;
    }

    .account-status-check.success {
        border: 3px solid #90b900;
        background-color: #90b900;
    }

.responsive-font {
    font-size: 12px;
}

/*Increase side on md and up*/
@media (min-width: 992px) {
    .responsive-font {
        font-size: 16px;
    }
}

/*Adds divider to right side if md or up, bottom if xs or sm*/
.responsive-right-bottom-divider {
    border-bottom: 2px solid #70707027;
    border-right: none;
}

@media (min-width: 992px) {
    .responsive-right-bottom-divider {
        border-right: 2px solid #70707027;
        border-bottom: none;
    }
}


.youcando-disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    color: lightgray;
}

    .youcando-disabled > a {
        color: lightgray;
    }


.things-to-know-spacing {
    white-space: pre-wrap;
}

.forgot-password-message {
    color: red;
    font-size: 17px;
}

/** drawer center utils**/
th.centeredfix {
    padding-left: 12px !important;
}

td.centered, th.centered, div.centered {
    vertical-align: middle !important;
    text-align: center !important;
}

td.vcentered, th.vcentered, div.vcentered {
    vertical-align: middle !important;
}

/*TwoFactor Styles*/
.two-factor-shield {
    max-width: 100%;
}

label.twofactordefault {
    font-weight: normal;
    text-transform: none;
    color: black;
    font-size: 14px;
}

.code-input input {
    width: 50% !important;
}

.text-black {
    color: black;
}

@media (min-width: 992px) {
    .position-md-absolute {
        position: absolute;
    }
}

.text-vertical-center {
    margin: auto 0;
}

.button-list button {
    width: 100%;
    border-color: #005b8e;
    border-width: 1px;
    height: 50px;
    margin-top: 2px;
    white-space: normal;
    justify-content: space-between;
}

    .button-list button.btn-default span {
        color: #00529B !important;
    }

    .button-list button.btn-primary span, .button-list button.btn-primary a {
        color: #fff !important;
    }

.button-list {
    margin-bottom: 1em;
}

.display-flex {
    display: flex;
}

.text-vcentered {
    vertical-align: -webkit-baseline-middle;
}

.popover-large {
    max-width: 400px !important;
}
ul.summary-info {
    white-space: nowrap;
    padding-left: 10px !important;
}
    ul.summary-info li {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

.alert-info ul {
    line-height: 1.5;
    font-size: 16px;
}


.saveDropdown {

}

    .saveDropdown .btn {
        height: 48px; !important;
    }

    .saveDropdown .dropdown-menu {
        background: #005b8e !important;
        border-color: #005b8e !important;
        font-size: 17px;
        border-radius: 5px;
        color: #fff;
        width: 257px;
    }

        .saveDropdown .dropdown.dropdown-menu li {
            padding: 5px 10px;
            border-bottom: 0px !important;
            cursor: pointer;
            color: #fff;
        }
        .saveDropdown .dropdown-menu ul li:hover {
            background: #d84d23 !important;
            border-color: #d84d23 !important
        }

.recentlyUpdatedItem {
    -webkit-animation: shake 700ms ease-in-out;
    animation: shake 700ms ease-in-out;
    background-color: #F2F9FC !important;
}
.recentlyUpdatedItem .panel {
    background-color: transparent !important;
}

tags-input.ng-invalid-max-tags input, tags-input.tags-length-max input {
    display: none !important;
}
.tag-item {
    background: #005b8e !important;
    border-color: #005b8e !important;
    color: #fff !important;
}
    .tag-item span, .tag-item a {
        color: #fff !important;
    }
.tag-item:hover {
    background: #d84d23 !important;
    border-color: #d84d23 !important
}

.unfold-reveal-all {
    position: relative;
    bottom: 5px;
    cursor: pointer;
}

.btn.ui-select-toggle,
.form-group-date .btn,
.dropdown-menu .btn {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}


.input-group {
    margin-bottom: 0;
}

.table .form-group {
    margin-bottom: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #aaa;
}

.table > tbody > tr.disabled > td {
    background-color: rgba(146, 148, 138, 0.7);
    border: none;
    color: #ffffff;
}

.al-user-profile.with-text {
    width: auto;
}

    /*.al-user-profile.with-text .profile-toggle-link {
        line-height: 45px;
    }*/
    .al-user-profile.with-text .profile-toggle-link {
        line-height: normal;
        text-align: center;
    }

.panel.panel-primary .panel-heading,
.panel.panel-success .panel-heading,
.panel.panel-danger .panel-heading,
.panel.panel-info .panel-heading,
.panel.panel-warning .panel-heading {
    color: #fff;
}


.toast-top-center {
    width: 300px;
    margin: 0 auto;
    left: 0;
}
}

/***SECTION.CSHTML STYLE****/
.infoTabContent {
    height: 100%;
}

/*Custom styles for UIB accordion*/
/*.note-accordion .panel-heading {
        padding: 0;
    }

    .note-accordion .panel-body {
        padding: 0;
    }
    */
.note-accordion .panel-title {
    text-transform: none;
}

.note-accordion .grid-item {
    padding: 0;
}

.note-accordion .asset-sub-title {
    padding: 7px;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.contact-page-wrapper i {
    display: inline-block;
    color: #bababa;
}

/* Edge */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* IPad Pro Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .client-type-container {
        margin-left: 0px !important;
        width: 100% !important;
    }
}

/* IPad Pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}
