﻿body {
    color: #263238;
}
body input[type="text"], body input[type="password"] {
    outline: none
}
.eula-footer {
    color: #5385c4/*From #60C2F0*/;
}
#ajaxOperationMessageGlobalOuterDiv.success-info {
    border-bottom: 2px solid #5385c4 /*From rgb(63, 218, 94)*/;
}

#ajaxOperationMessageGlobalOuterDiv.error-info {
    border-bottom: 2px solid #ff0000;
}
.ellipsis-text-parent-element {
    white-space: nowrap;
}
.ellipsis-text-element {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.ellipsis-text-element-no-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body .error-box-border {
    border: 1px solid #ff0000;
}
input.error-box-border:hover {
    border: 1px solid red;
}

.custom-success-message {
    color: #5385c4 /*From rgb(63, 218, 94)*/;
}

.custom-warning-message {
    color: #ffa500;
}

.custom-error-message {
    color: #ff0000;
}
.hightlight-alert-message {
    color: #ff0000;
    font-weight: bold;
    font-family: CalibriBold;
    text-decoration: underline;
}
.error-info-text {
    color: #666363;
}

.success-info-text {
    color: #666363;
}

.btn.btn-primary.btn-primary-custom {
    background-color: #008080 /*From rgb(63, 218, 94)*/;
    border-color: #008080 /*From rgb(63, 218, 94)*/;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 0;
    min-width: 100px;
    font-weight: normal;
    font-family: Calibri;
    font-size: 18px;
}
.btn.btn-default.btn-default-custom {
    background-color: #cfd8dc /*From rgb(63, 218, 94)*/;
    border-color: #cfd8dc /*From rgb(63, 218, 94)*/;
    color: #666363;
    text-transform: capitalize;
    border-radius: 0;
    min-width: 100px;
    font-weight: normal;
    font-family: Calibri;
    font-size: 18px;
}
.btn.btn-default.btn-cancel-custom {
    background-color: #989898;
    border-color: #989898;
    color: #f2f2f2;
    text-transform: capitalize;
    border-radius: 0;
    min-width: 100px;
    font-weight: normal;
    font-family: Calibri;
    font-size: 18px;
}
.form-control.form-control-custom {
    border-radius: 2px;
}
.advance-search-css .form-control.form-control-custom {
    margin-bottom: 5px;
    margin-top: 5px;
}
span.custom-control-label {
    color: #666363;
}
.right-details-loaded div.header-logout-div a, .right-details-loaded div.header-logout-div a:focus, 
.right-details-loaded div.header-logout-div a:visited, .right-details-loaded div.header-logout-div a:hover,
.right-details-loaded div.header-logout-div  a:active {
    color: #f2f2f2;
}
.right-details-loaded .header-logout-div svg path {
    fill: #f2f2f2 !important;
}
.header-logout-outer-div .header-logout-div #ulLogoutMoreOptionsOuter svg path {
    fill: #263238 !important;
}
.header-logout-outer-div .header-logout-div #ulLogoutMoreOptionsOuter li:hover svg path {
    fill: #f2f2f2 !important;
}
body div#ajaxOperationMessageGlobalOuterDiv {
    background-color: #F5FAFB;
}

    body div#ajaxOperationMessageGlobalOuterDiv a {
        color: #5385c4 /*From #60c1ef*/;
    }
#divLoadingSpinnerBackground {
    background-color: rgb(129, 125, 125);
}

.loading-spinner-outer .loading-outer-circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    box-shadow: 0 0 35px #2187e7;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
    animation: spinPulse 1s infinite linear;
}

.loading-spinner-outer .loading-inner-circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgb(63, 218, 94);
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    box-shadow: 0 0 15px rgb(63, 218, 94);
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
    animation: spinoffPulse 1s infinite linear;
}
.loading-spinner-outer .loading-spinner-cancel-request {
    font-size: 40px;
    font-weight: bold;
    font-family: CalibriBold;
    opacity: .9;
    border-radius: 50px;
    z-index: 99999999;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: -111px;
    left: 5px;
    cursor: pointer;
}
    .loading-spinner-outer .loading-spinner-cancel-request img {
        background: transparent url("../Images/Icons/V2/circle-button-cancel-filled.svg") no-repeat scroll 5px 0px;
    }
    .loading-spinner-outer .loading-spinner-cancel-request svg {
        height: 33px;
    }
    .loading-spinner-outer .loading-spinner-cancel-request svg path {
        fill: #C83737 !important;
    }
@-moz-keyframes spinPulse {
    0% {
          background-color: rgba(0,0,0,0);
          border: 5px solid blue;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          -moz-transform: rotate(160deg);
          opacity: 0;
          box-shadow: 0 0 1px #2187e7;
    }

    50% {
          background-color: rgba(0,0,0,0);
          border: 5px solid orange;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          -moz-transform: rotate(145deg);
          opacity: 1;
    }

    100% {
          background-color: rgba(0,0,0,0);
          border: 5px solid yellow;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          -moz-transform: rotate(-320deg);
          opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
   0% {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgb(63, 218, 94);
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        -moz-transform: rotate(0deg);
    }

    50%{
        background-color: rgba(0,0,0,0);
        border: 5px solid pink;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        -moz-transform: rotate(180deg);
    }

    100% {
        background-color: rgba(0,0,0,0);
        border: 5px solid black;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgba(0,183,229,0.9);
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 35px #2187e7;
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
          background-color: rgba(0,0,0,0);
          border: 5px solid orange;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          -webkit-transform: rotate(145deg);
          opacity: 1;
    }

    100% {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgb(63, 218, 94);
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgb(63, 218, 94);
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        -webkit-transform: rotate(0deg);
    }

    50%{
        background-color: rgba(0,0,0,0);
        border: 5px solid pink;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        -webkit-transform: rotate(180deg);
    }

    100% {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgba(0,183,229,0.9);
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 35px #2187e7;
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinPulse {
    0% {
          background-color: rgba(0,0,0,0);
          border: 5px solid blue;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          transform: rotate(160deg);
          opacity: 0;
          box-shadow: 0 0 1px #2187e7;
    }

    50% {
          background-color: rgba(0,0,0,0);
          border: 5px solid orange;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          transform: rotate(145deg);
          opacity: 1;
    }

    100% {
          background-color: rgba(0,0,0,0);
          border: 5px solid yellow;
          border-left: 5px solid rgba(0,0,0,0);
          border-right: 5px solid rgba(0,0,0,0);
          box-shadow: 0 0 15px rgb(63, 218, 94);
          transform: rotate(-320deg);
          opacity: 0;
    }
}

@keyframes spinoffPulse {
     0% {
        background-color: rgba(0,0,0,0);
        border: 5px solid rgb(63, 218, 94);
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        transform: rotate(0deg);
    }

    50%{
        background-color: rgba(0,0,0,0);
        border: 5px solid pink;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        transform: rotate(180deg);
    }

    100% {
        background-color: rgba(0,0,0,0);
        border: 5px solid black;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        box-shadow: 0 0 15px rgb(63, 218, 94);
        transform: rotate(360deg);
    }
}

.login-page-outer-div .login-container-div {
        border: 1px solid #5385c4/*From #60c1ef*/;
    }
    .login-page-outer-div .login-container-header-div {
        color: #5385c4/*From #60c1ef*/;
    }
    .login-page-outer-div .login-container-div > div.row .custom-control-label {
            color: #5385c4/*From #60c1ef*/;
        }
.logout-outer-div {
    color: #5385c4/*From #60c1ef*/;
}
    .header-logout-div .header-logout-outer-div a, .header-logout-div .header-logout-outer-div a:hover,
    .header-logout-div .header-logout-outer-div a:visited, .header-logout-div .header-logout-outer-div a:focus {
        color: #f2f2f2/*From #60c1ef*/;
    }
    
body .popup-background-outer-div {
    background: #000000;
}

body .popup-box-outer-div > div .popup-title {
    background-color: #263238;
    color: #f2f2f2;
    box-shadow: 0px 5px 5px #888888;
}
body #divGlobalCommonMasterCustomAlertPopup.popup-box-outer-div > div .popup-title {
    background-color: rgb(182, 28, 28);
    font-size: 18px;
}
body #divGlobalCommonMasterCustomAlertPopup.popup-box-outer-div > div .popup-content {
    font-size: 16px;
}
body #divGlobalCommonMasterCustomAlertPopup.popup-box-outer-div > div .popup-buttons {
    text-align: center;
}
body .popup-box-outer-div {
    background-color: #f2f2f2/*From #60c1ef*/;
    color: #263238;
    border: #263238 1px solid;
}
body .popup-box-outer-div-advance-search {
    background-color: #f2f2f2;
    color: #263238;
    border: #263238 1px solid;
}
body .popup-box-outer-div-advance-search .modal-header {
    background-color: #263238;
    color: #f2f2f2;
    
}
body .close-popup-link .close-popup-link-icon, .delete-email-template-image-link-icon {
    background: transparent url("../Images/Icons/V2/circle-button-cancel-filled.svg") no-repeat scroll 5px 0px;
    /*width: 24px;
    height: 24px;
    margin-top: 2px;*/
}
.popup-box-outer-div .close-popup-link svg path {
    fill: #f2f2f2 !important;
}
.portal-delete-icon {
    background: transparent url("../Images/Icons/V2/waste-filled.svg") no-repeat scroll 5px 0px;
}

.portal-save-icon {
    background: transparent url("../Images/Icons/Padded-Versions/Save.svg") no-repeat scroll 5px 0px;
}

.portal-clear-icon {
    background: transparent url("../Images/Icons/V2/circle-button-cancel-filled.svg") no-repeat scroll 5px 0px;
}

.portal-cancel-icon {
    background: transparent url("../Images/Icons/V2/circle-button-cancel-filled.svg") no-repeat scroll 5px 0px;
}

.portal-search-icon {
    background: transparent url("../Images/Icons/Padded-Versions/Search.svg") no-repeat scroll 5px 0px;
}

.portal-restore-icon{
  background: transparent url("../Images/Icons/V2/refresh-filled.svg") no-repeat scroll 5px 0px;
}

/*Confirm Box*/
body .custom-confirm-box-outer-div {
    background-color: #f2f2f2/*From #60c1ef*/;
    color: #263238;
    border: #263238/*From #60c1ef*/ 1px solid;
}

    body .custom-confirm-box-outer-div #confirmMessageInnerDiv {
        color: #263238;
    }
        body .custom-confirm-box-outer-div #confirmMessageButtonsInnerDiv input {
            color: #f2f2f2/*From #60c1ef*/;
            background-color: #263238;
            border-color: #263238;
        }

body .custom-confirm-box-background-outer-div {
    background: #000000;
}

/*Alert Box*/
body .custom-alert-box-outer-div {
    background-color: #f2f2f2/*From #60c1ef*/;
    color: #263238;
    border: #263238/*From #60c1ef*/ 1px solid;
}

    body .custom-alert-box-outer-div #alertMessageInnerDiv {
        color: #263238;
    }

        body .custom-alert-box-outer-div #alertMessageButtonsInnerDiv input {
            color: #f2f2f2/*From #60c1ef*/;
            background-color: #263238;
            border-color: #263238;
        }

body .custom-alert-box-background-outer-div {
    background: #000000;
}

html body#bodyMain .success-tick-mark-icon-holder .success-tick-mark-icon {
    background: transparent url("../Images/Icons/V2/tick-mark.svg") no-repeat scroll 5px 0px;
}

/* HTML Editor*/
.cf-note-html-editor-opener-item-icon-outer {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: 17px;
    z-index: 10;
}
.cf-note-html-editor-opener-item-icon {
    background: transparent url("../Images/Icons/V2/edit-filled.svg") no-repeat scroll 5px 0px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 17px;
    z-index: 10;
    margin-left: 0px;
    padding: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #263238;
}
    .common-custom-editor-popup-ok-btn {
        float: right;
    }
#divTaskCustomFields .cf-note-html-editor-opener-item-icon {
    left: 290px;
    right: auto;
    top: 17px;
}
#divSelectedFolderAddNewTask .cf-note-html-editor-opener-item-icon {
    left: auto;
    right: auto;
    top: 17px;
    margin-left: 4px;
}
#divSelectedFolderInforEdit .each-folder-custom-field-outer .cf-note-html-editor-opener-item-icon-outer {
    left: calc(100% - 50px);
    right: auto;
    top: 17px;
}
#divSelectedFolderInforEdit .each-task-custom-field-outer .cf-note-html-editor-opener-item-icon {
    left: calc(100% - 50px);
    right: auto;
    top: 17px;
}
.cf-note-html-editor-opener-item-icon-outer .cf-note-html-editor-opener-item-icon {
    display: block;
    position: relative;
    right: 1px;
    top: 0px;
    z-index: 10;
}
#divSelectedFolderInfo .cf-note-html-editor-opener-item-icon-outer {
    left: 290px;
    right: auto;
    top: 17px;
}
#divAddNewFolderPopup .cf-note-html-editor-opener-item-icon {
    top: 0px;
    right: -14px;
}
#divSelectedFolderTasks #divFolderTasksInfo .note-type-cf, #divSelectedFolderAddNewTask .note-type-cf.form-control {
    width: calc(100% - 38px);
    max-width: 270px;
}
#divSelectedFolderTasks .cf-note-html-editor-opener-item-icon {
    left: auto;
    margin-left: 4px;
}
.cf-note-html-editor-opener-item-icon.cf-note-html-editor-opener-item-on-view-screen {
    right: auto;
}

    #divCommonHTMLEditorPopup .resize-to-full-screen-size-mode-icon-outer .resize-to-full-screen-size-mode-icon {
        background: transparent url("../Images/Icons/V2/maximize-icon.svg") no-repeat scroll 5px 0px;
    }

#divCommonHTMLEditorPopup .resize-restore-screen-size-mode-icon-outer .resize-restore-screen-size-mode-icon {
    background: transparent url("../Images/Icons/V2/minimize-icon.svg") no-repeat scroll 5px 0px;
}
/*************/

html body#bodyMain .success-tick-mark-icon-holder {
    width: 41px;
    height: 41px;
    border-radius: 25px;
    background: #219653;
    position: absolute;
    top: 7px;
    left: 5px;
}
.custom-success-alert-message-outer {
    padding-left: 40px;
}
body#bodyMain div.success-tick-mark-icon-holder svg path {
    fill: #ffffff !important;
}
    html body#bodyMain .success-tick-mark-icon-holder svg {
        background-image: none;
        padding: 9px 5px 0px 10px;
        background-size: 0;
    }

html body#bodyMain [data-img-size-security-matrix="0.5"] {
    width: 25px;
    height: 25px;
    padding: 3px 3px;
    background-size: 15px;
}

html body#bodyMain [data-img-size="1"] {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

html body#bodyMain [data-folder-setup-img-size="1"] {
    width: 20px;
    height: 34px;
    background-size: 20px;
}

html body#bodyMain [data-img-size-with-padding="1"] {
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    background-size: 20px;
}
html body#bodyMain [data-img-size="1.5"] {
    width: 25px;
    height: 25px;
    background-size: 25px;
}

div [data-img-size-with-padding="1.2"] {
    width: 27px;
    height: 27px;
    background-size: 27px;
    padding: 5px;
}

html body#bodyMain [data-portal-img-size="1.5"] {
    width: 40px;
    height: 40px;
    padding:8px 8px 8px 8px;
    background-size: 24px;
}

html body#bodyMain [data-img-size-with-padding="1.6"] {
    width: 40px;
    height: 40px;
    padding: 7.5px;
    background-size: 40px;
}
html body#bodyMain [data-img-size-with-padding="1.65"] {
    width: 30px;
    height: 30px;
    padding: 2px;
    background-size: 30px;
}
html body#bodyMain [data-img-size-with-padding="1.45"] {
    width: 40px;
    height: 40px;
    padding: 8px 8px 8px 8px;
    background-size: 24px;
}
html body#bodyMain [data-img-size-with-padding="1.5"] {
    width: 40px;
    height: 40px;
    padding: 8px 7px 8px 7px;
    background-size: 25px;
}
html body#bodyMain img[data-img-size-with-padding="1.5"] {
    background-position: center;
}
html body#bodyMain [data-img-size="2"] {
    width: 30px;
    height: 30px;
    background-size: 30px;
}
html body#bodyMain [data-img-size-with-padding="2"] {
    width: 40px;
    height: 40px;
    padding: 5px 5px;
    background-size: 30px;
}
html body#bodyMain [data-img-with-bottom-bar-size="2"] {
    width: 30px;
    height: 33px;
    background-size: 30px 33px;
    padding-bottom: 3px;
}
html body#bodyMain [data-img-size="3"] {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
html body#bodyMain [data-img-size="4"] {
    width: 60px;
    height: 60px;
    background-size: 60px;
}
html body#bodyMain [data-img-size-with-padding="4"] {
    width: 60px;
    height: 60px;
    padding: 15px;
    background-size: 60px;
}
html body#bodyMain [data-img-size-with-background-size="15"]
{
    width: 15px;
    height: 15px;
    background-size: 15px;
    vertical-align: sub;
}

/* Custom radio buttons styles*/
input[type=radio]:not(.no-radio-style) {
  display: none;
}

div:not(.no-radio-style) input[type="radio"] + label {
  /*color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;*/
}

input[type=radio]:not(.no-radio-style) + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 1px solid #263238;
}
.sorting-control-outer li:hover input[type=radio] + label>span {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.attachment-popup-each-revision-row input[type=radio]:not(.no-radio-style):checked + label > span > span {
    /*margin-top: 0.2em;*/
}

/* Scroll bar style */
/*internet explorer scrollbalken
* {
    -ms-scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    -ms-scrollbar-3dlight-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    -ms-scrollbar-highlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    -ms-scrollbar-track-color: #EBEBEB;
    scrollbar-track-color: #EBEBEB;
    -ms-scrollbar-arrow-color: black;
    scrollbar-arrow-color: black;
    -ms-scrollbar-shadow-color: #C0C0C0;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}*/

#divPortalMenuContainer ::-webkit-scrollbar,
#divPortalSetupMenuContainer ::-webkit-scrollbar,
.portal-menu-instance-mapping-list-outer::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 10px;
}
#divPortalMenuContainer ::-webkit-scrollbar-thumb,
#divPortalSetupMenuContainer ::-webkit-scrollbar-thumb,
.portal-menu-instance-mapping-list-outer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid whiteSmoke 4px;
}
    #divPortalMenuContainer ::-webkit-scrollbar-thumb:hover,
    #divPortalSetupMenuContainer ::-webkit-scrollbar-thumb:hover,
    .portal-menu-instance-mapping-list-outer::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(38, 50, 56);
    border: solid rgb(38, 50, 56) 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(38, 50, 56);
}
/*************************/

.portal-dropdown-icon {
       background: transparent url("../Images/Icons/V2/drop-down-filled.svg") no-repeat scroll 5px 0px;
}
.header-logout-div .portal-dropdown-icon {
       background: transparent url("../Images/Icons/V2/user-filled.svg") no-repeat scroll 5px 0px;
}
input[type=radio]:not(.no-radio-style):checked + label span {
  /*background-color: #CC3300;*/
}
input[type=radio]:not(.no-radio-style) + label > span > span {
    display: none;
}
input[type=radio]:not(.no-radio-style):checked + label > span {
    background-color: #f2f2f2;
    border: 1px solid #26a69a;
}
    input[type=radio]:not(.no-radio-style):checked + label > span > span {
        display: block;
        width: 0.8em;
        height: 0.8em;
        margin: 3px;
        border: 0 solid #26a69a;
        border-radius: 0.4em;
        background: #26a69a;
    }
/*.dropdown-menu-box-outer-ul input[type=radio]:checked + label > span > span {
    margin-top: 0.2em;
}*/
/* Check box style */
[type="checkbox"].general-check-style:not(:checked),
[type="checkbox"].general-check-style:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].general-check-style:not(:checked) + label,
    [type="checkbox"].general-check-style:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        padding-top: 2px;
    }
    [type="checkbox"].general-check-style.with-fake-label:not(:checked) + label,
    [type="checkbox"].general-check-style.with-fake-label:checked + label {
        position: absolute;
        left: 13px;
        top: 11px;
    }

        [type="checkbox"].general-check-style:not(:checked) + label:before,
        [type="checkbox"].general-check-style:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 1px solid #aaa;
            background: #f8f8f8;
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
        }
		[type="checkbox"].general-check-style:checked + label:before {
            background: #26a69a;
            border-radius: 3px;
            box-shadow: none;
            border-color: #26a69a;
        }

        [type="checkbox"].general-check-style:not(:checked) + label:after,
        [type="checkbox"].general-check-style:checked + label:after {
            content: '✔';
            position: absolute;
            top: 2px;
            left: 2px;
            font-size: 16px;
            line-height: 17px;
            transition: all .2s;
            color: #f2f2f2;
        }

        [type="checkbox"].general-check-style:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"].general-check-style:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
        

        
        [type="checkbox"].filled-box.general-check-style + label:before,
        [type="checkbox"].filled-box.general-check-style + label:after {
            box-shadow: none;
            content: ' ';
            background-color: transparent;
            border-color: #676767
        }
        [type="checkbox"].filled-box.general-check-style:checked + label:before,
        [type="checkbox"].filled-box.general-check-style:checked + label:after {
            box-shadow: none;
            content: ' ';
            background-color: #26a69a;
            border-color: #26a69a;
        }
[type="checkbox"].general-check-style.indeterminate-children-selection:not(:checked) + label:after {
    top: 7px;
    left: 5px;
    font-size: 10px;
    line-height: 8px;
    transition: all .2s;
    color: #26a69a;
    background: #26a69a;
    opacity: 1;
    transform: scale(1);
    border-radius: 2px;
}
/* disabled checkbox */
[type="checkbox"].general-check-style:disabled:not(:checked) + label:before,
[type="checkbox"].general-check-style:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"].general-check-style:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"].general-check-style:disabled + label {
    color: #aaa;
}

[type="checkbox"].filled-box.general-check-style:disabled + label:before,
[type="checkbox"].filled-box.general-check-style:disabled + label:after {
    box-shadow: none;
    content: ' ';
    background-color: transparent;
    border-color: #676767
}
[type="checkbox"].filled-box.general-check-style:disabled:checked + label:before,
[type="checkbox"].filled-box.general-check-style:disabled:checked + label:after {
    box-shadow: none;
    content: ' ';
    background-color: #26a69a;
    border-color: #26a69a;
}

/* Checkbox on/ off style Start */
input[type="checkbox"].on-off-check-style, [type="checkbox"].on-off-check-style:active {
    position: absolute;
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}
    input[type="checkbox"].on-off-check-style + label {
        position: relative;
        padding: 5px;
        margin-top: 7px;
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 16px;
        width: 50px;
        height: 12px;
        /*border-radius*/
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #d3dade;
        cursor: pointer;
        -webkit-transition-duration: .3s;
	    -webkit-transition-property: background-color, box-shadow;
    }
        input[type="checkbox"].on-off-check-style + label:before {
            content: '';
            position: absolute;
            z-index: 1;
            line-height: 21px;
            text-indent: 25px;
            height: 20px;
            width: 20px;
            /*border-radius*/
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            top: -5px;
            left: 0px;
            right: auto;
            background: rgb(235, 238, 240);
            /*box-shadow*/
            -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
            -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
            box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
        }
    input[type="checkbox"].on-off-check-style:checked + label:before {
        background: rgb(0, 128, 128);
        /*box-shadow*/
        -moz-box-shadow: 0px 0px 3px 0px rgb(0, 128, 128);
        -webkit-box-shadow: 0px 0px 3px 0px rgb(0, 128, 128);
        box-shadow: 0px 0px 3px 0px rgb(0, 128, 128);
        right: 0px;
        left: auto;
    }
    input[type="checkbox"].on-off-check-style:checked + label {
        background: rgb(38, 165, 153);
    }

/* Checkbox on/ off style End */

/* accessibility */
[type="checkbox"].general-check-style:checked:focus + label:before,
[type="checkbox"].general-check-style:not(:checked):focus + label:before {
}


/**Pagination**/
div.pagination{
    position: absolute;
    width: 80%;
    height: 40px;
    padding: 5px 10px 0px 10px;
    margin: 0;
    bottom: 0;
}

.pager-arrow{
    margin: 0 .08333em;
    height: 2em;
    line-height: 2em;
    width: 2em;
    -moz-border-radius: 1.0833em;
    -webkit-border-radius: 1.0833em;
    border-radius: 1.0833em;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.pagination a{
    text-decoration: none;
    margin: 0.083em;
    border: 0px solid #ffffff;
}

.pagination a.pager-arrow.disabled-arrow:hover{
    background: 0;
    cursor: default;
    border: 0px solid #b6bdca;
}

.pagination a.pager-arrow:hover, .pagination a.page-number:hover{
    color: #263248;
    background-color: #b6bdca;
    border-color: #b6bdca;
    border-radius: unset;
}

.disabled-arrow{
    opacity: 0.7;
}

.pager-number-container{
    padding: 0;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin-right: 2px;
    margin-left: 2px;
}

.pager-number-container li{
    float: left;
}

.pager-number-container .page-number{
    display:block;
    width: 2em;
    text-align: center;
    line-height: 2em;
}

.pager-number-container a.selected-page{
    /*width: 3em;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #26a69a;
    color: #f2f2f2;
    cursor: default;
    border-color: #26a69a;
}

.pager-number-container a.page-number.selected-page:hover{
    /*width: 3em;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #26a69a;
    color: #f2f2f2;
    cursor: default;
    border-color: #26a69a;
}

span.items-per-page{
    width: 4em;
}

.pagination-details{
    margin-left: 40px;
}

/******************/

/* Kendo UI override */
body#bodyMain div .k-dropdown-wrap{
    border-width: 0px;
    border-bottom: 1px solid #000000;
    border-radius:0px;
}

body div .k-dropdown-wrap .k-input, body div .k-dropdown-wrap .k-select {
    background-color: #f2f2f2;
}

body#bodyMain div .k-i-calendar {
    background: url('../Images/Icons/V2/drop-down-filled.svg') no-repeat scroll 5px 0px;
    height: 22px;
    width: 27px;
    background-size: 19px;
    margin-left: -2px;
}

body div .k-datepicker-calendar{
    padding: 0;
    /*border-bottom: 1px solid #000000;*/
    border-radius: 0;
    box-shadow: none;
}

body div .k-combobox.k-header .k-select {/*, body .k-multiselect-wrap.k-floatwrap {*/
    border-width:0;
}

body .k-multiselect.k-state-hover {
    background: none;
}
body .k-state-hover > .k-multiselect-wrap {
    background-color: transparent;
    border-color: #000000;
}

body div .k-datepicker .k-picker-wrap, .k-widget.k-multiselect.k-header, body div .k-datetimepicker .k-picker-wrap {
    border-width: 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
}
.k-widget.k-multiselect.k-header.k-state-hover {
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
}
.k-widget.k-multiselect.k-header.k-state-focused {
    background-color: transparent;
}

.k-multiselect .k-icon.k-clear-value.k-i-close {
    right: 20px;
}
.k-multiselect .k-icon.k-i-loading.k-lsoading-hidden {
    width: 25px;
    top: 9px;
}
body .k-state-hover > .k-multiselect-wrap, body .k-multiselect-wrap {
    background: url(../Images/Icons/V2/drop-down-filled.svg) no-repeat scroll right;
    background-size: 19px;
    background-position: calc(100% - 5px) 10px;
}

body .custom-sample-field .k-state-hover > .k-multiselect-wrap, body .custom-sample-field .k-multiselect-wrap {
    background-position: calc(100% - 5px) 5px;
}

    body div .k-datepicker .k-picker-wrap .k-select, body div .k-datepicker .k-picker-wrap .k-input {
        border-width: 0;
        background-color: #f2f2f2;
    }
body .k-datetimepicker .k-select .k-link-time {
    margin-left: 0;
}
body .k-datetimepicker .k-picker-wrap {
    padding-right: 44px;
}
body .k-datetimepicker .k-select {
    width: 44px;
    border-width: 0px;
}
body .k-datetimepicker .k-link.k-link-date {
    margin-left: 0;
}
body#bodyMain .k-datetimepicker .k-icon.k-i-calendar {
    margin-top: 5px;
    width: 24px;
    margin-left: -7px;
}
#divPortaItemsGridOuterForFolders > div:first-child, #divPortaItemsGridOuterForAttachments > div:first-child {
    border: 1px dashed #cfd8dc;
    width: 97%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .k-icon.k-i-arrowhead-s, body#bodyMain .k-icon.k-i-more-vertical {
    background: url(../Images/Icons/V2/filter-filled.svg) no-repeat scroll 5px 0;
    height: 20px;
    width: 24px;
    background-size: 19px;
    margin-left: -5px;
}
 body#bodyMain .k-icon.k-i-more-vertical:before {
     content: ' ';
 }
body#bodyMain .k-primary, body#bodyMain .k-primary:hover {
    background-color: #008080;
    border-color: #008080;
}
/*.portal-full-height th[data-field="CreatedDate"]  a .k-icon.k-i-arrowhead-s,
.portal-full-height th[data-field="CreationDateTime"]  a .k-icon.k-i-arrowhead-s{
    background: url(../Images/Icons/V2/ascending-sorting-filled.svg) no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -5px;
}*/

/*#bodyMain .k-popup .k-icon.k-i-arrow-e {
    background: url(../Images/Icons/V2/drop-down-filled.svg) no-repeat scroll 5px 0;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -5px;
    transform: rotate(-90deg);
}*/

body#bodyMain .k-grid .k-header .k-link .k-icon.k-i-arrow-s, body#bodyMain .k-grid .k-header .k-link .k-icon.k-i-sort-desc-sm {
    background: url('../Images/Icons/V2/arrow-sort-down-filled.svg') no-repeat scroll 3px 1px;
    height: 17px;
    width: 18px;
    background-size: 15px;
}
body#bodyMain .k-grid .k-header .k-link .k-icon.k-i-arrow-n, body#bodyMain .k-grid .k-header .k-link .k-icon.k-i-sort-asc-sm {
    background: url('../Images/Icons/V2/arrow-sort-up-filled.svg') no-repeat scroll 3px 1px;
    height: 17px;
    width: 18px;
    background-size: 15px;
}
body .k-i-calendar:before {
    content: ' ';
}
body#bodyMain .k-grid .k-header .k-link .k-icon.k-i-sort-desc-sm:before,
body#bodyMain .k-grid .k-header .k-link .k-icon.k-i-sort-asc-sm:before {
    content: ' ';
}
body#bodyMain div .k-dropdown .k-i-arrow-s, body#bodyMain div .k-dropdown .k-i-arrow-60-down {
    background: url('../Images/Icons/V2/drop-down-filled.svg') no-repeat scroll 5px 0px;
    height: 20px;
    width: 24px;
    background-size: 19px;
    margin-left: -5px;
}
body#bodyMain div .k-dropdown .k-i-arrow-s, body#bodyMain div .k-dropdown .k-i-arrow-60-down:before {
    content: ' '
}

body#bodyMain div .k-combobox .k-i-arrow-s, body#bodyMain div .k-combobox .k-i-arrow-60-down {
    background: url('../Images/Icons/V2/drop-down-filled.svg') no-repeat scroll 5px 0px;
    height: 20px;
    width: 24px;
    background-size: 19px;
    margin-left: -5px;
}
body#bodyMain div .k-combobox .k-i-arrow-s, body#bodyMain div .k-combobox .k-i-arrow-60-down:before {
    content: ' '
}
/*.portal-full-height a.k-link .k-icon.k-i-arrow-n {
    background: url(../Images/Icons/V2/drop-down-filled.svg) no-repeat scroll 5px 0 !important;
    height: 18px;
    width: 24px;
    background-size: 19px !important;
    margin-left: 3px;
    transform: rotate(180deg);
}*/
/*#bodyMain .k-header-column-menu .k-link .k-icon.k-i-arrow-n {
    background: url(../Images/Icons/V2/drop-down-filled.svg) no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -5px;
}
#bodyMain .k-header-column-menu .k-link .k-icon.k-i-arrow-s {
    background: url(../Images/Icons/V2/drop-down-filled.svg) no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -5px;
}*/
body .k-grid {
    background-color: #f2f2f2;
}
.portal-full-height .k-grid ul li span.k-sprite.k-filter {
    background: transparent url(../Images/Icons/V2/filter-filled.svg) no-repeat scroll 5px 0;
}
.k-grid .k-grid-header-wrap thead tr th {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #f3f3f4;
    border-right-color: #f3f3f4;
}
.k-grid .k-grid-header-wrap thead tr:hover th {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #dbdbde;
    border-right-color: #dbdbde;
}
.k-grid tbody > tr
{
    background-color: #eceff1;
}
 
.k-grid tbody > .k-alt
{
    background-color: #cfd8dc;
}
.k-grid tbody > tr.k-state-selected
{
  background-color: #b0bec0;
  color: #333;
}

.k-grid tbody > tr.k-state-selected a
{
  color: #f2f2f2;
}

.k-grid tbody > tr.k-state-selected svg:not(.disable-css-coloring) path
{
  fill: #f2f2f2 !important;
}
.open-items-on-my-profile{
    border-top: 1px solid #263238;
    margin-top: 10px;
    padding-top: 10px;
}

#bodyMain .k-popup ul li.k-item.k-state-hover,
#bodyMain .k-state-selected, 
#bodyMain .k-state-selected:link,
#bodyMain .k-state-selected:visited,
#bodyMain .k-list>.k-state-selected, 
#bodyMain .k-list>.k-state-highlight,
#bodyMain .k-panel>.k-state-selected,
#bodyMain .k-button:active, 
#bodyMain .k-ghost-splitbar-vertical, 
#bodyMain .k-ghost-splitbar-horizontal,
#bodyMain .k-draghandle.k-state-selected:hover,
#bodyMain .k-scheduler .k-scheduler-toolbar .k-state-selected,
#bodyMain .k-marquee-color {
    background-color: #26a69a;
    color: #f2f2f2;
    border-color: #26a69a;
}

#bodyMain .k-grid tr.folder-grid-selected-row, #bodyMain .k-grid tr.folder-grid-selected-row:hover {
    background-color: #26a69a;
    color: #f2f2f2;
    border-top-color: #26a69a;
    border-bottom-color: #26a69a;
}
#bodyMain .k-grid tr.folder-grid-selected-row td, #bodyMain .k-grid tr.folder-grid-selected-row:hover td {
    border-color: #dedee0;
}

#bodyMain .k-popup .k-i-columns {
    background: transparent url(../Images/Icons/V2/columns-filled.svg) no-repeat scroll 5px 0;
    height: 18px;
    width: 24px;
    background-size: 17px;
    margin-left: -8px;
}
    
#bodyMain .k-popup .k-filter, #bodyMain .k-popup .k-i-filter{
    background: transparent url("../Images/Icons/V2/filter-filled.svg") no-repeat scroll 5px 0;
    height: 18px;
    width: 24px;
    background-size: 17px;
    margin-left: -8px;
}
#bodyMain .k-popup .k-i-columns:before, #bodyMain .k-popup .k-i-filter:before {
        content: ' ';
    }

.k-grid .k-icon.k-i-refresh{
    background: transparent url("../Images/Icons/V2/refresh-filled.svg") no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -8px;
}

.k-grid .k-icon.k-i-seek-w{
     background: transparent url("../Images/Icons/V2/arrow-beginning-filled.svg") no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -8px;
}
.k-grid .k-icon.k-i-arrow-w{
    background: transparent url("../Images/Icons/V2/arrow-back-filled.svg") no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -8px;
}

.k-grid .k-icon.k-i-arrow-e{
    background: transparent url("../Images/Icons/V2/arrow-forward-filled.svg") no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -8px;
}

.k-grid .k-icon.k-i-seek-e{
    background: transparent url("../Images/Icons/V2/arrow-end-filled.svg") no-repeat scroll 5px 0 !important;
    height: 20px;
    width: 24px;
    background-size: 19px !important;
    margin-left: -8px;
}

.k-grid .k-pager-numbers .k-state-selected {
    background-color: #333;
    color: #f2f2f2;
    border-color: #333;
    border-radius: 4px;
    /*width:3em;*/
    border-style:none;
}

.k-grid .k-icon.k-i-refresh:before, .k-grid .k-pager-numbers .k-state-selected:before,
.k-grid .k-icon.k-i-seek-w:before, .k-grid .k-icon.k-i-arrow-w:before,
.k-grid .k-icon.k-i-arrow-e:before, .k-grid .k-icon.k-i-seek-e:before {
    content: ' ';
}

body .k-input, body input.k-textbox, body textarea.k-textbox, body input.k-textbox:hover, body textarea.k-textbox:hover,
body .k-textbox>input,body .k-multiselect-wrap {
    background-color: #f2f2f2;
    border-width: 0px;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}
body span.k-input.k-datepicker {
    border-bottom: none;
}
.k-grid .k-pager-wrap.k-grid-pager.k-widget > span, .k-grid .k-pager-wrap.k-grid-pager.k-widget > a,
.k-grid .k-pager-wrap.k-grid-pager.k-widget > ul {
    padding-top: 6px;
}
.k-grid .k-pager-wrap .k-link{
    border-color: transparent;
}
.k-grid .k-pager-refresh.k-link {
    padding: 6px 6px 6px 6px;
}
body .k-grid td {
    padding: 0 .6em;
    border-style: none;
}
body .k-grid .k-grid-content tbody td, body .k-grid .k-grid-content tbody td .cf-note-html-editor-opener-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body .k-grid td.action-icons-coloumn {
    padding: 1px .6em 0 .6em;
    vertical-align: middle;
    line-height: 19px;
}
    
.portal-menu-control-icon {
    background: transparent url("../Images/Icons/V2/menu-filled.svg") no-repeat scroll;
}
.portal-account-setting-icon {
    background: transparent url("../Images/Icons/V2/gear-filled.svg") no-repeat scroll 5px 0px;}

.portal-dropdown-icon {
    background: transparent url("../Images/Icons/V2/drop-down-filled.svg") no-repeat scroll 5px 0px;
}
.header-logout-div .portal-dropdown-icon {
    background: transparent url("../Images/Icons/V2/user-filled.svg") no-repeat scroll 5px 0px;
}
.portal-account-logout-icon {
    background: transparent url("../Images/Icons/V2/gear-filled.svg") no-repeat scroll 5px 0px;
}
.dropdown-menu-controller-and-options-outer span {
    /*color : #000000;*/
}
.copy-text-icon {
    background: transparent url("../Images/Icons/V2/filecart-duplicate-file.svg") no-repeat scroll 5px 0px;
}

#divDragonflyAlertBarOuter[data-alert-type=dragonfly-shutdown-alert] {
    background-color: rgb(182, 28, 28);
}
#divDragonflyAlertBarOuter[data-alert-type=dragonfly-warning-alert] {
    background-color: rgb(255, 159, 0);
}
#divDragonflyAlertBarOuter[data-alert-type=dragonfly-info-alert] {
    background-color: rgb(29, 172, 172);
}

#divSystemAlertBarOuter[data-alert-type=warning-alert] {
    background-color: rgb(182, 28, 28);
}
#divSystemAlertBarOuter[data-alert-type=info-alert] {
    background-color: rgb(255, 159, 0);
}
#divSystemAlertBarOuter[data-alert-type=general-alert] {
    background-color: rgb(29, 172, 172);
}

#divDragonflyAlertBarOuter[data-alert-type=dragonfly-shutdown-alert] .dragonfly-alert-icon-outer .custom-svg-bg {
    background: transparent url("../Images/Icons/V2/alert-shutdown.svg") no-repeat scroll 5px 0px;
}
#divDragonflyAlertBarOuter[data-alert-type=dragonfly-warning-alert] .dragonfly-alert-icon-outer .custom-svg-bg {
    background: transparent url("../Images/Icons/V2/alert-warning.svg") no-repeat scroll 5px 0px;
}
#divDragonflyAlertBarOuter[data-alert-type=dragonfly-info-alert] .dragonfly-alert-icon-outer .custom-svg-bg {
    background: transparent url("../Images/Icons/V2/alert-info.svg") no-repeat scroll 5px 0px;
}

#divSystemAlertBarOuter[data-alert-type=warning-alert] .system-alert-icon-outer .custom-svg-bg {
    background: transparent url("../Images/Icons/V2/alert-warning.svg") no-repeat scroll 5px 0px;
}
#divSystemAlertBarOuter[data-alert-type=info-alert] .system-alert-icon-outer .custom-svg-bg {
    background: transparent url("../Images/Icons/V2/alert-info.svg") no-repeat scroll 5px 0px;
}
#divSystemAlertBarOuter[data-alert-type=general-alert] .system-alert-icon-outer .custom-svg-bg {
    background: transparent url("../Images/Icons/V2/alert-info.svg") no-repeat scroll 5px 0px;
}

#divDragonflyAlertBarOuter .dragonfly-alert-icon-outer path {
    fill: #ffffff !important;
}
#divSystemAlertBarOuter .system-alert-icon-outer path {
    fill: #ffffff !important;
}

.portal-list-each-item-attachments-icon {
    background: transparent url("../Images/Icons/V2/attach-filled.svg") no-repeat scroll 5px 0px;
}
/*Attachment extension classes*/

.attachment-pdf {
    background: transparent url("../Images/Icons/DocType/pdf-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-xls {
    background: transparent url("../Images/Icons/DocType/xls-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-docx {
    background: transparent url("../Images/Icons/DocType/docx-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-doc {
    background: transparent url("../Images/Icons/DocType/doc-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-jpeg {
    background: transparent url("../Images/Icons/DocType/jpg-image-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-3dm {
    background: transparent url("../Images/Icons/DocType/3dm-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-3ds {
    background: transparent url("../Images/Icons/DocType/3ds-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-3d2 {
    background: transparent url("../Images/Icons/DocType/attachment-unknown.svg") no-repeat scroll 5px 0px;
}

.attachment-3gp {
    background: transparent url("../Images/Icons/DocType/3gp-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-7z {
    background: transparent url("../Images/Icons/DocType/7z-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-aac {
    background: transparent url("../Images/Icons/DocType/aac-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-aif {
    background: transparent url("../Images/Icons/DocType/aif-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-ai {
    background: transparent url("../Images/Icons/DocType/ai-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-apk {
    background: transparent url("../Images/Icons/DocType/apk-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-app {
    background: transparent url("../Images/Icons/DocType/app-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-asf {
    background: transparent url("../Images/Icons/DocType/asf-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-asp {
    background: transparent url("../Images/Icons/DocType/asp-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-aspx {
    background: transparent url("../Images/Icons/DocType/aspx-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-asx {
    background: transparent url("../Images/Icons/DocType/asx-multimedia-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-avi {
    background: transparent url("../Images/Icons/DocType/avi-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-bak {
    background: transparent url("../Images/Icons/DocType/bak-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-bat {
    background: transparent url("../Images/Icons/DocType/bat-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-bin {
    background: transparent url("../Images/Icons/DocType/bin-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-blank {
    background: transparent url("../Images/Icons/DocType/blank-file.svg") no-repeat scroll 5px 0px;
}

.attachment-bmp {
    background: transparent url("../Images/Icons/DocType/bmp-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cab {
    background: transparent url("../Images/Icons/DocType/cab-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-cad {
    background: transparent url("../Images/Icons/DocType/cad-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cdr {
    background: transparent url("../Images/Icons/DocType/cdr-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cer {
    background: transparent url("../Images/Icons/DocType/cer-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-cfg {
    background: transparent url("../Images/Icons/DocType/cfg-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cfm {
    background: transparent url("../Images/Icons/DocType/cfm-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cgi {
    background: transparent url("../Images/Icons/DocType/cgi-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-class {
    background: transparent url("../Images/Icons/DocType/class-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-com {
    background: transparent url("../Images/Icons/DocType/com-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cpl {
    background: transparent url("../Images/Icons/DocType/cpl-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-cpp {
    background: transparent url("../Images/Icons/DocType/cpp-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-crx {
    background: transparent url("../Images/Icons/DocType/crx-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-csr {
    background: transparent url("../Images/Icons/DocType/csr-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-css {
    background: transparent url("../Images/Icons/DocType/css-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-csv {
    background: transparent url("../Images/Icons/DocType/csv-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cue {
    background: transparent url("../Images/Icons/DocType/cue-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-cur {
    background: transparent url("../Images/Icons/DocType/cur-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-dat {
    background: transparent url("../Images/Icons/DocType/dat-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-dbf {
    background: transparent url("../Images/Icons/DocType/dbf-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-db {
    background: transparent url("../Images/Icons/DocType/db-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-dds {
    background: transparent url("../Images/Icons/DocType/dds-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-debian {
    background: transparent url("../Images/Icons/DocType/debian-file.svg") no-repeat scroll 5px 0px;
}

.attachment-dem {
    background: transparent url("../Images/Icons/DocType/dem-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-dll {
    background: transparent url("../Images/Icons/DocType/dll-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-dmg {
    background: transparent url("../Images/Icons/DocType/dmg-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-dmp {
    background: transparent url("../Images/Icons/DocType/dmp-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-drv {
    background: transparent url("../Images/Icons/DocType/drv-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-dtd {
    background: transparent url("../Images/Icons/DocType/dtd-file-format-extension.svg") no-repeat scroll 5px 0px;
}

.attachment-dwg {
    background: transparent url("../Images/Icons/DocType/dwg-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-dxf {
    background: transparent url("../Images/Icons/DocType/dxf-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-elf {
    background: transparent url("../Images/Icons/DocType/elf-file.svg") no-repeat scroll 5px 0px;
}

.attachment-elf-format {
    background: transparent url("../Images/Icons/DocType/elf-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-eml {
    background: transparent url("../Images/Icons/DocType/eml-file.svg") no-repeat scroll 5px 0px;
}

.attachment-eps {
    background: transparent url("../Images/Icons/DocType/eps-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-eps-variant {
    background: transparent url("../Images/Icons/DocType/eps-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-exe {
    background: transparent url("../Images/Icons/DocType/exe-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-fla {
    background: transparent url("../Images/Icons/DocType/fla-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-flash {
    background: transparent url("../Images/Icons/DocType/flash-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-flv {
    background: transparent url("../Images/Icons/DocType/flv-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-fnt {
    background: transparent url("../Images/Icons/DocType/fnt-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-fon {
    background: transparent url("../Images/Icons/DocType/fon-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-gam {
    background: transparent url("../Images/Icons/DocType/gam-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-gbr {
    background: transparent url("../Images/Icons/DocType/gbr-file-format-extension.svg") no-repeat scroll 5px 0px;
}

.attachment-ged {
    background: transparent url("../Images/Icons/DocType/ged-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-gif {
    background: transparent url("../Images/Icons/DocType/gif-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-gpx {
    background: transparent url("../Images/Icons/DocType/gpx-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-gz {
    background: transparent url("../Images/Icons/DocType/gz-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-gzip {
    background: transparent url("../Images/Icons/DocType/gzip-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-hqz {
    background: transparent url("../Images/Icons/DocType/hqz-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-html {
    background: transparent url("../Images/Icons/DocType/html-file-with-code-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-ibooks {
    background: transparent url("../Images/Icons/DocType/ibooks-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-ics {
    background: transparent url("../Images/Icons/DocType/ics-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-iff {
    background: transparent url("../Images/Icons/DocType/iff-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-indd {
    background: transparent url("../Images/Icons/DocType/indd-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-ipa {
    background: transparent url("../Images/Icons/DocType/ipa-file.svg") no-repeat scroll 5px 0px;
}

.attachment-iso {
    background: transparent url("../Images/Icons/DocType/iso-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-iso-format {
    background: transparent url("../Images/Icons/DocType/iso-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-jar {
    background: transparent url("../Images/Icons/DocType/jar-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-jpg {
    background: transparent url("../Images/Icons/DocType/jpg-image-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-js {
    background: transparent url("../Images/Icons/DocType/js-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-jsp {
    background: transparent url("../Images/Icons/DocType/jsp-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-key {
    background: transparent url("../Images/Icons/DocType/key-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-kml {
    background: transparent url("../Images/Icons/DocType/kml-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-kmz {
    background: transparent url("../Images/Icons/DocType/kmz-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-lnk {
    background: transparent url("../Images/Icons/DocType/lnk-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-log {
    background: transparent url("../Images/Icons/DocType/log-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-lua {
    background: transparent url("../Images/Icons/DocType/lua-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-m3u {
    background: transparent url("../Images/Icons/DocType/m3u-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-m4a {
    background: transparent url("../Images/Icons/DocType/m4a-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-m4v {
    background: transparent url("../Images/Icons/DocType/m4v-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-mach {
    background: transparent url("../Images/Icons/DocType/mach-o-file.svg") no-repeat scroll 5px 0px;
}

.attachment-mach-format {
    background: transparent url("../Images/Icons/DocType/mach-o-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-max {
    background: transparent url("../Images/Icons/DocType/max-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-mdb {
    background: transparent url("../Images/Icons/DocType/mdb-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-mdf {
    background: transparent url("../Images/Icons/DocType/mdf-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-mim {
    background: transparent url("../Images/Icons/DocType/mim-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-mov {
    background: transparent url("../Images/Icons/DocType/mov-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-mp3 {
    background: transparent url("../Images/Icons/DocType/mp3-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-mp4 {
    background: transparent url("../Images/Icons/DocType/mp4-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-mpa {
    background: transparent url("../Images/Icons/DocType/mpa-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-mpg {
    background: transparent url("../Images/Icons/DocType/mpg-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-msg {
    background: transparent url("../Images/Icons/DocType/msg-file.svg") no-repeat scroll 5px 0px;
}

.attachment-msg-variant {
    background: transparent url("../Images/Icons/DocType/msg-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-msi {
    background: transparent url("../Images/Icons/DocType/msi-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-nes {
    background: transparent url("../Images/Icons/DocType/nes-file-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-object {
    background: transparent url("../Images/Icons/DocType/object-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-odb {
    background: transparent url("../Images/Icons/DocType/odb-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-odc {
    background: transparent url("../Images/Icons/DocType/odc-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-odf {
    background: transparent url("../Images/Icons/DocType/odf-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-odg {
    background: transparent url("../Images/Icons/DocType/odg-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-odi {
    background: transparent url("../Images/Icons/DocType/odi-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-odp {
    background: transparent url("../Images/Icons/DocType/odp-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-ods {
    background: transparent url("../Images/Icons/DocType/ods-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-odt {
    background: transparent url("../Images/Icons/DocType/odt-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-odt-symbol {
    background: transparent url("../Images/Icons/DocType/odt-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-odx {
    background: transparent url("../Images/Icons/DocType/odx-file-format-extension.svg") no-repeat scroll 5px 0px;
}

.attachment-ogg {
    background: transparent url("../Images/Icons/DocType/ogg-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-otf {
    background: transparent url("../Images/Icons/DocType/otf-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-otf-ext {
    background: transparent url("../Images/Icons/DocType/otf-file-format-extension.svg") no-repeat scroll 5px 0px;
}

.attachment-pages {
    background: transparent url("../Images/Icons/DocType/pages-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-pct {
    background: transparent url("../Images/Icons/DocType/pct-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-pdb {
    background: transparent url("../Images/Icons/DocType/pdb-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-pdf {
    background: transparent url("../Images/Icons/DocType/pdf-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-pif {
    background: transparent url("../Images/Icons/DocType/pif-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-pkg {
    background: transparent url("../Images/Icons/DocType/pkg-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-pl {
    background: transparent url("../Images/Icons/DocType/pl-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-png {
    background: transparent url("../Images/Icons/DocType/png-file-extension-interface-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-ppt {
    background: transparent url("../Images/Icons/DocType/ppt-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-pptx {
    background: transparent url("../Images/Icons/DocType/pptx-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-psd {
    background: transparent url("../Images/Icons/DocType/psd-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-ps {
    background: transparent url("../Images/Icons/DocType/ps-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-pub {
    background: transparent url("../Images/Icons/DocType/pub-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-python {
    background: transparent url("../Images/Icons/DocType/python-file-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-rar {
    background: transparent url("../Images/Icons/DocType/rar-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-raw {
    background: transparent url("../Images/Icons/DocType/raw-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-rm {
    background: transparent url("../Images/Icons/DocType/rm-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-rom {
    background: transparent url("../Images/Icons/DocType/rom-file.svg") no-repeat scroll 5px 0px;
}

.attachment-rss {
    background: transparent url("../Images/Icons/DocType/rss-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-rtf {
    background: transparent url("../Images/Icons/DocType/rtf-icon-format.svg") no-repeat scroll 5px 0px;
}

.attachment-sav {
    background: transparent url("../Images/Icons/DocType/sav-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-sdf {
    background: transparent url("../Images/Icons/DocType/sdf-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-sitx {
    background: transparent url("../Images/Icons/DocType/sitx-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-sql {
    background: transparent url("../Images/Icons/DocType/sql-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-copy {
    background: transparent url("../Images/Icons/DocType/attachment-unknown.svg") no-repeat scroll 5px 0px;
}

.attachment-srt {
    background: transparent url("../Images/Icons/DocType/svg-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-svg {
    background: transparent url("../Images/Icons/DocType/svg-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-swf {
    background: transparent url("../Images/Icons/DocType/swf-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-sys {
    background: transparent url("../Images/Icons/DocType/sys-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-tar {
    background: transparent url("../Images/Icons/DocType/tar-file-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-tex {
    background: transparent url("../Images/Icons/DocType/tex-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-tga {
    background: transparent url("../Images/Icons/DocType/tga-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-thm {
    background: transparent url("../Images/Icons/DocType/thm-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-tiff {
    background: transparent url("../Images/Icons/DocType/tiff-images-file-extension-symbol-for-interface.svg") no-repeat scroll 5px 0px;
}

.attachment-tmp {
    background: transparent url("../Images/Icons/DocType/tmp-icon-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-torrent {
    background: transparent url("../Images/Icons/DocType/torrent-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-ttf {
    background: transparent url("../Images/Icons/DocType/ttf-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-txt {
    background: transparent url("../Images/Icons/DocType/txt-text-file-extension-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-uue {
    background: transparent url("../Images/Icons/DocType/uue-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-web-link {
    background: transparent url("../Images/Icons/V2/web-link.svg") no-repeat scroll 5px 0px;
}

.attachment-folder {
    background: transparent url("../Images/Icons/V2/folder-unfilled.svg") no-repeat scroll 5px 0px;
}

.attachment-vb {
    background: transparent url("../Images/Icons/DocType/vb-file-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-vcd {
    background: transparent url("../Images/Icons/DocType/vcd-file-format-symbol.svg") no-repeat scroll 5px 0px;
}
.attachment-vdx {
    background: transparent url("../Images/Icons/DocType/vdx-file-format.svg") no-repeat scroll 5px 0px;
}
.attachment-vsd {
    background: transparent url("../Images/Icons/DocType/vsd-file-format.svg") no-repeat scroll 5px 0px;
}
.attachment-vss {
    background: transparent url("../Images/Icons/DocType/vss-file-format.svg") no-repeat scroll 5px 0px;
}
.attachment-vst {
    background: transparent url("../Images/Icons/DocType/vst-file-format.svg") no-repeat scroll 5px 0px;
}
.attachment-vsx {
    background: transparent url("../Images/Icons/DocType/vsx-file-format.svg") no-repeat scroll 5px 0px;
}
.attachment-vtt {
    background: transparent url("../Images/Icons/DocType/vtt-file-format-symbol.svg") no-repeat scroll 5px 0px;
}
.attachment-vtx {
    background: transparent url("../Images/Icons/DocType/vtx-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-vcf {
    background: transparent url("../Images/Icons/DocType/vcf-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-vob {
    background: transparent url("../Images/Icons/DocType/vob-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-wav {
    background: transparent url("../Images/Icons/DocType/wav-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-wma {
    background: transparent url("../Images/Icons/DocType/wma-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-wmv {
    background: transparent url("../Images/Icons/DocType/wmv-file-format-extension.svg") no-repeat scroll 5px 0px;
}

.attachment-wpd {
    background: transparent url("../Images/Icons/DocType/wpd-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-wsf {
    background: transparent url("../Images/Icons/DocType/wsf-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-xhtml {
    background: transparent url("../Images/Icons/DocType/xhtml-icon-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-xls {
    background: transparent url("../Images/Icons/DocType/xls-file-format-symbol.svg") no-repeat scroll 5px 0px;
}

.attachment-xlsx {
    background: transparent url("../Images/Icons/DocType/xlsx-file-format.svg") no-repeat scroll 5px 0px;
}

.attachment-xml {
    background: transparent url("../Images/Icons/DocType/xml-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-yuv {
    background: transparent url("../Images/Icons/DocType/yuv-file-format-variant.svg") no-repeat scroll 5px 0px;
}

.attachment-zip-compressed {
    background: transparent url("../Images/Icons/DocType/zip-compressed-files-extension.svg") no-repeat scroll 5px 0px;
}

.attachment-zip {
    background: transparent url("../Images/Icons/DocType/zip-file.svg") no-repeat scroll 5px 0px;
}

.attachment-unknown {
    background: transparent url("../Images/Icons/DocType/attachment-unknown-filled.svg") no-repeat scroll 5px 0px;
}
.attachment-email {
    background: transparent url("../Images/Icons/V2/message.svg") no-repeat scroll 5px 0px;
}
.attachment-json {
    background: transparent url("../Images/Icons/DocType/json-file-format-symbol.svg") no-repeat scroll 5px 0px;
}
.attachment-xlsm {
    background: transparent url("../Images/Icons/DocType/xlsm-file-format.svg") no-repeat scroll 5px 0px;
}
/*Attachment extension classes ends*/

/******Reset password*****/
.login-page-reset-password-outer-div .login-reset-password-container-header-div,
.login-page-reset-password-key-outer-div .login-reset-password-container-header-div,
.login-page-must-change-password-outer-div .login-must-change-password-container-header-div {
    color: #5385c4 /*From #60c1ef*/;
}
.login-page-reset-password-outer-div .login-reset-password-container-div,
.login-page-reset-password-key-outer-div .login-reset-password-container-div,
.login-page-must-change-password-outer-div .login-must-change-password-container-div {
    border: 1px solid #5385c4 /*From #60c1ef*/;
}
    .login-page-reset-password-outer-div .login-reset-password-container-div > div.row .custom-control-label,
    .login-page-reset-password-key-outer-div .login-reset-password-container-div > div.row .custom-control-label,
    .login-page-must-change-password-outer-div .login-must-change-password-container-div > div.row .custom-control-label {
        color: #5385c4 /*From #60c1ef*/;
    }
/*************************/
/******Login OTP*****/
.twofa-outer-bordered-container {
    color: #5385c4 /*From #60c1ef*/;
}

.twofa-outer-bordered-container {
    border: 1px solid #5385c4 /*From #60c1ef*/;
}

.twofa-outer-container .twofa-container-header-div {
    color: #5385c4;
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
    font-family: CalibriBold;
    font-size: 18px;
}
/*************************/
/* Choose portal to login */
.portal-list-to-login-outer-div .portal-list-to-login-container-header-div {
    color: #5385c4;
}
.portal-list-to-login-outer-div .portal-list-to-login-container {
    border: 1px solid #5385c4;
}
.portal-list-to-login-container a {
    display: block;
    margin-bottom: 10px;
    padding: 10px 20px;
    min-width: 150px;
    background-color: #008080;
    border-color: #008080;
    color: #ffffff;
}
.portal-list-to-login-container a:last-child {
    margin-bottom: 0px;
}
.portal-list-to-login-outer-div input[type=radio] + label:before {
    background: transparent url(../Images/dragonfly_filled_colored_logo.svg) no-repeat scroll center center;
    content: ' ';
    width: 100%;
    height: 45px;
    display: block;
}
/*************************/

#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-header img {
    background: transparent url(../Images/dragonfly_logo_circle.svg) no-repeat scroll center center;
    content: ' ';
    width: 100%;
    height: 45px;
    display: block;
}
#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-header svg {
    width: 100%;
    height: 90px;
    display: block;
    padding: 10px 0;
}
    /*#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-header svg path {
        fill: #f2f2f2 !important;
    }*/
#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-header {
    width: 78%;
    background-color: #0878BE;
    margin: auto;
    margin-top: 10px;
}
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-header .missing-dragonfly-client {
        font-size: 27px;
        padding-bottom: 15px;
        color: #f2f2f2;
        font-weight: bold;
        font-family: CalibriBold;
    }
#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content {
    width: 78%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: transparent url(../Images/dragonfly-file-saving-watermark.svg) no-repeat scroll center center;
    background-size: cover;
}
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content > * {
        display: inline-block;
        vertical-align: top;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content img {
        background: transparent url(../Images/dragonfly-install-popup-illustration.svg) no-repeat scroll center center;
        content: ' ';
        width: 309px;
        height: 220px;
        float: left;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content .missing-dragonfly-client-details-text {
        font-size: 27px;
        line-height: 37px;
        font-weight: bold;
        font-family: CalibriBold;
        padding: 0px 0 25px 0;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content .missing-dragonfly-client-details-hint {
        font-size: 18px;
        font-weight: bold;
        font-family: CalibriBold;
        padding: 5px 0 30px 0;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content .btn-primary-custom.dragonfly-client-install-check-download-now-button {
        background-color: #0878BE;
        border-color: #0878BE;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content svg {
        width: 300px;
        height: 210px;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content .missing-dragonfly-client-details {
        width: calc(100% - 310px);
    }
#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-footer {
    width: 82%;
    margin: auto;
    height: 50px;
}
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-footer .missing-dragonfly-client-text {
        font-style: italic;
        font-size: 16px;
        float: right;
        padding-top: 12px;
        padding-right: 10px;
    }
    #divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-footer > * {
        float: right;
        padding-bottom: 10px;
    }
#divDragonflyClientInstallCheckPopup .missing-dragonfly-client-outer-content .filesaving-watermark-style {
    position: absolute;
    width: 738px;
    height: 557px;
    top: 64px;
    z-index: -1;
    background: transparent url(../Images/dragonfly-file-saving-watermark.svg) no-repeat scroll center center;
    content: ' ';
    display: block;
    left: 0;
    margin: auto;
    right: 0;
}

.minimize-popup-link-icon {
    background: transparent url("../Images/Icons/V2/minimize-icon.svg") no-repeat scroll 5px 0px;
}
.maximize-popup-link-icon {
    background: transparent url("../Images/Icons/V2/maximize-icon.svg") no-repeat scroll 5px 0px;
}
  
