#crList .rgHeader {
    height: 30px;
}

#crList .moduleHeaderIcon {
    text-align: right;
    height: 25px;
}

#crList .crSearchHeader {
    background-position: 0% 0%;
    color: white;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #44760f !important;
    background-image: -o-linear-gradient(bottom, #75B91A, #54AF13);
    background-color: #75B91A;
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    vertical-align: middle;
}

#crList .modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    z-index: 3000;
}

#crList .updateProgress {
    top: 45%;
    position: fixed;
    right: 45%;
    background: transparent;
}

#crList .rpExpandHandle {
    background-color: white;
}

#crList .RadAutoCompleteBox_Default .racToken {
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 240px;
}

#crList .sendCrsToCrPackTd {
    float: left;
}

#crList .rdcbCrPackStyle {
    margin-bottom: -3px;
}

#crList .disabledTransparent {
    opacity: 0.25;
}

#crList .searchBtn {
    text-align: right;
    padding-right: 10px;
}

#crList .hyperlinkStyle {
    cursor: pointer;
    text-decoration: underline;
}

#crList .racWi .racToken {
    padding: 0 17px 0 5px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
}

.hideDataPager th[scope="col"] {
    display: none;
}

/* Change Request Detail View IDs */

#CRDetailsBody {
    font-family: Arial,verdana,Serif;
    font-size: 12px;
}

#EditBtn, #SaveBtn {
    margin-right: 5px;
}

/* Change Request Detail View Classes */
.CRContainerFix {
    width: 650px;
    height: 100%;
    position: relative;
    margin: 15px 0 0 15px;
    padding: 0;
}

.CRDetailsPanel {
    border: 1px solid darkgrey;
}

.CRDetailsAction {
    display: flex;
    justify-content: start;
    margin-top: 10px;
}

.CRDetailsWarning {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.CRDetailsWarningTxt {
    margin: 0 0 0 25%;
}

.CRDetailsLogoHeader {
    height: 55px;
    display: flex;
    justify-content: center;
}

    .CRDetailsLogoHeader img {
        height: 50px;
    }

.CRTabLineLeft, .CRTabLineGenLeft {
    width: 25%;
    text-align: left;
    padding-right: 10px;
}

.CRTabLineRight {
    width: auto;
    text-align: left;
}

    .CRTabLineRight img {
        vertical-align: top;
    }

.ReducedColumn {
    width: 15%;
}

.btn3GPP-success {
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #75B91A, #54AF13);
    background-image: -moz-linear-gradient(bottom, #75B91A, #54AF13);
    background-image: -ms-linear-gradient(bottom, #75B91A, #54AF13);
    background-image: -o-linear-gradient(bottom, #75B91A, #54AF13);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B91A', endColorstr='#54AF13',GradientType=1 );
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px;
    text-decoration: none;
}

.btn3GPP-success:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #64A014, #54AF13);
    background-image: -moz-linear-gradient(bottom, #64A014, #54AF13);
    background-image: -ms-linear-gradient(bottom, #64A014, #54AF13);
    background-image: -o-linear-gradient(bottom, #64A014, #54AF13);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64A014', endColorstr='#54AF13',GradientType=1 );
}

.btn3GPP-success:active {
    color: #fff;
    background: #64A014;
}

/* Accordion display */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .accordion.active, .accordion:hover {
        background-color: #75B91A;
        color: white;
    }

        .accordion:hover:after {
            color: white;
        }

    .accordion:after {
        content: "\25BC"; /* Unicode character for down arrow head (+) */
        font-size: 13px;
        color: #777;
        float: right;
    }

    .accordion.active:after {
        content: "\25B2"; /* Unicode character for up arrow head */
        color: #eee;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel.panel-spaced td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

/* Checkboxes into toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    pointer-events: none; /* prevents from clicking */
}

    .switch input {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #75B91A;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.notDisplayed {
    display: none;
}

textarea {
    font-family: Arial,verdana,Serif;
    font-size: 12px;
    line-height: 1.5;
}

/* Edit CR */

span.requiredField {
    color: red;
    font-weight: bold;
    padding-right: 0px;
}

.required {
    border-color: red;
}

.switch-editable {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.crInput {
    width: 50%;
}

.CRDetailsError {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}

