/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/
.High {
    color: red !important;
}

.Medium {
    color: darkorange !important;
}

.Low {
    color: green !important;
}

.importImages {
    width: 250px;
}

/* Risk Calculator */

.calculator-modal-width {
    width: 1140px !important;
    margin-right: 2px !important;
}

.small-calculator-modal-width {
    width: 800px !important;
    margin-right: 2px !important;
    margin-top: 50px !important;
    float: right;
}

.removeOverflow {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.question-text {
    font-weight: bold;
}

.modal-radius {
    border-radius: 7px !important;
}

.calculator-header {
    padding: 15px !important;
    min-height: 60px !important;
    cursor: move;
}

.header-top-margin {
    margin-top: -11px;
}

.removeLeftPadding {
    padding-left: 0px;
}

.removeRightPadding {
    padding-right: 0px;
}

.calculator-title {
    font-size: 18px;
}

.calculator-textbox {
    border-radius: 7px !important;
    background-color: #e5e5e5 !important;
    text-align: right;
    font-weight: bold;
    font-size: 19px;
}

.score-textbox {
    border-radius: 7px !important;
    background-color: #e5e5e5 !important;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    width: 40px;
}

.impact-cal-headding {
    font-size: 11px;
    font-weight: bold;
}

.ic-button {
    font-weight: bold;
}

.calculator-haeader-span {
    font-size: 18px;
    font-weight: 100;
}

.pre-button {
    width: 56.52px !important;
}

.calculator-score-td {
    width: 60px;
}

.calculator-button {
    color: #fff;
    width: 50px;
}

.calculator-left-container {
    border-right: 1px solid #EFEFEF;
    padding-top: 12px;
}

.calculator-button-border {
    border-radius: 7px !important;
}

.calculator-selected-score {
    background-color: #35aa47 !important;
    border: 2px solid #35aa47 !important;
}

.calculator-not-selected {
    background-color: #78766d;
    border: 2px solid #78766d;
}

.cal-DescriptionRow {
    height: 30px;
    font-size: 11px;
}

.row-selected {
    font-weight: bold
}

.likelihoodDescriptionRow {
    height: 30px;
    font-size: 11px;
}


.question-dropdown {
    background-color: #35aa47;
    border: 1px solid #e5e5e5;
}

.grayedText {
    color: lightgray;
    font-weight: bold;
}

.impact-calculator-btn-container {
    padding-left: 5px;
}


.pre-post-button-container {
    margin-left: -10px;
}

.risk-id-container {
    text-align: right;
    padding-right: 5px;
}

#postUTM {
    margin-left: 2px;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20.5px;
    height: 30px;
}

    .btn-select .btn-select-value {
        height: 28px;
        padding: 5px 10px;
        display: block;
        position: absolute;
        left: 0;
        right: 34px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    .btn-select .btn-select-arrow {
        float: right;
        line-height: 20px;
        padding: 6px 10px;
        top: 0;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 29px;
        z-index: 999;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
            font-size: 11px;
        }

            .btn-select ul li:hover {
                background-color: #f4f4f4;
            }

            .btn-select ul li.selected {
                color: white;
            }

    /* Default Start */
    .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #ccc;
    }

    .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
        background-color: white;
        border: #ccc 1px solid;
    }

    .btn-select.btn-default:hover, .btn-select.btn-default.active {
        background-color: #e6e6e6;
    }
    /* Default End */

    /* Primary Start */
    .btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
        border-color: #286090;
    }

    .btn-select.btn-primary ul li.selected {
        background-color: #2e6da4;
        color: white;
    }

    .btn-select.btn-primary ul {
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary .btn-select-value {
        background-color: #428bca;
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary:hover, .btn-select.btn-primary.active {
        background-color: #286090;
    }
    /* Primary End */

    /* Success Start */
    .btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
        border-color: #4cae4c;
    }

    .btn-select.btn-success ul li.selected {
        background-color: #4cae4c;
        color: white;
    }

    .btn-select.btn-success ul {
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success .btn-select-value {
        background-color: #5cb85c;
        border: 1px solid #e5e5e5;
    }

    .btn-select.btn-success:hover, .btn-select.btn-success.active {
        background-color: #449d44;
    }
    /* Success End */

    /* info Start */
    .btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
        border-color: #46b8da;
    }

    .btn-select.btn-info ul li.selected {
        background-color: #46b8da;
        color: white;
    }

    .btn-select.btn-info ul {
        border: #46b8da 1px solid;
    }

    .btn-select.btn-info .btn-select-value {
        background-color: #5bc0de;
        border: #46b8da 1px solid;
    }

    .btn-select.btn-info:hover, .btn-select.btn-info.active {
        background-color: #269abc;
    }
    /* info End */

    /* warning Start */
    .btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
        border-color: #eea236;
    }

    .btn-select.btn-warning ul li.selected {
        background-color: #eea236;
        color: white;
    }

    .btn-select.btn-warning ul {
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning .btn-select-value {
        background-color: #f0ad4e;
        border: #eea236 1px solid;
    }

    .btn-select.btn-warning:hover, .btn-select.btn-warning.active {
        background-color: #d58512;
    }
    /* warning End */

    /* danger Start */
    .btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
        border-color: #d43f3a;
    }

    .btn-select.btn-danger ul li.selected {
        background-color: #d43f3a;
        color: white;
    }

    .btn-select.btn-danger ul {
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger .btn-select-value {
        background-color: #d9534f;
        border: #d43f3a 1px solid;
    }

    .btn-select.btn-danger:hover, .btn-select.btn-danger.active {
        background-color: #c9302c;
    }
    /* danger End */

    .btn-select.btn-select-light .btn-select-value {
        background-color: white;
        color: black;
        font-size: 11px;
    }

.admin-indicator {
    font-size: 20px;
    color: #000;
    cursor: default;
}

.cal-top-icon {
    padding-top: 8.5px;
    font-size: 20px !important;
}

.cal-close-icon {
    position: absolute;
    top: 0px;
    left: 65px;
}

.cal-close-icon-impact {
    left: 427px !important;
}

.top-posistion {
    z-index: 99999999999999999999999999999999999999999999999999999999999 !important;
}

.impact-answer-textarea {
    height: 54px !important;
}

.btn-add-iq {
    height: 34px !important;
    width: 40px !important;
    padding-left: 13px;
    padding-top: 8px;
}

#cancelEditModeArea {
}

#btnCancelEditMode {
    margin-left: 10px;
}

.ranking-manage-area {
    left: 510px !important;
}

.answer-list-container {
    padding-right: 31px;
}

.impact-category-title {
    font-size: 11px;
    font-weight: bold;
}

.impact-category-title-container {
    margin-bottom: 3px;
}

.last-ddl-class {
    margin-bottom: -1px;
}

.float-right {
    float: right;
}

.category-ranking-div {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

#impactCalculator {
    margin-top: 6px;
}

#impactCalculatorHeading {
    margin-left: 13px;
}

.tile-loader {
    background-image: url("/images/loading-spinner-grey.gif");
    background-position: center;
    background-repeat: no-repeat;
}

.bg-purple-studio {
    background-color: #672A87 !important;
}

.application-container {
    background-color: #672A87;
    padding-top: 20px;
    margin-top: 8px;
    padding-left: 80px;
    padding-right: 80px;
    height: 380px;
}

.tiles .tile .tile-body > i {
    margin-top: unset;
    font-size: 65px;
}

.tiles .tile {
    height: 165px;
}

    .tiles .tile .tile-object {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
    }

        .tiles .tile .tile-object > .name {
            position:unset;
            bottom: 0;
            left: 0;
            margin-left: 10px;
            margin-right: 15px;
            font-weight: 400;
            font-size: 13px;
            color: #fff;
        }
