/* Minification failed. Returning unminified contents.
(624,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(1026,22): run-time error CSS1036: Expected expression, found ':'
 */
/* Theme CMRRA DIRECT */
body {
    color: #3f4043;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15.25px;
}

fieldset.borderedSection {
    border: 1px solid #C0C0C0;
    padding: 6px;
}

    fieldset.borderedSection legend {
        width: auto;
        border-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

.border-container-thin {
    border: solid 1px gray;
    padding: 15px;
    max-width: 450px;
    margin: 0 auto;
}

.required-asterisk {
    color: red;
}

.margint-10 {
    margin-top: 10px;
}

.margint-20 {
    margin-top: 20px;
}

.margint-30 {
    margin-top: 30px;
}

.margint-50 {
    margin-top: 50px;
}

.marginb-10 {
    margin-bottom: 10px;
}

.marginb-20 {
    margin-bottom: 20px;
}

.marginb-30 {
    margin-bottom: 30px;
}

.marginb-50 {
    margin-bottom: 50px;
}

.paddbtm {
    padding-bottom: 21px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

::-moz-selection {
    background: #222e68;
    color: #ffffff;
}

::selection {
    background: #222e68;
    color: #ffffff;
}

a, a:visited, a:active, a:link {
    color: #e8710c !important;
    text-decoration: none;
}

    a:hover {
        color: #e8710c;
        text-decoration: underline;
    }

/*MERGE FIXED*/
.genesis-nav-menu {
    margin-bottom: 0 !important;
}

    .genesis-nav-menu a {
        color: #464646 !important;
    }

        .genesis-nav-menu a:hover {
            color: #e8710c !important;
        }

a.pagenavbtn {
    color: #000 !important;
}


/* .//MERGE FIXED*/
.alert-info {
    font-size: 15.5px;
    line-height: 22px;
}

/* HEADER */
header {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e3e3;
}

.top-bar {
    background: #222e68;
    color: #ffffff;
    height: 10px;
    left: 0;
    margin-bottom: .5rem;
    padding: 0 12px;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 1000;
}

    .top-bar span {
        color: #3f4043;
        line-height: 30px;
        font-size: 1.5rem;
        top: 1rem;
        position: relative;
        display: block;
    }

.mainMenu {
    margin-top: 10px;
}

.headerMenu {
    background: #ffffff;
}

    .headerMenu a {
        color: #3f4043 !important;
    }

    .headerMenu ul li {
        border-color: #e4e3e3;
    }

    .headerMenu > ul > li > a {
        font-size: 16px;
        text-transform: uppercase;
    }

    .headerMenu ul ul li a {
        background: #ffffff;
        color: #3f4043;
        border-color: #e4e3e3;
    }

    .headerMenu ul ul li:first-child > a {
        border-color: #e4e3e3;
    }

    .headerMenu ul ul li:hover > a {
        background: #ffffff;
        color: #e8710c;
    }

    .headerMenu ul li:hover > a,
    .headerMenu ul li.active > a {
        color: #e8710c;
    }

    .headerMenu span a {
        color: #e8710c;
    }

/* Navigation mobile*/
button.navbar-toggle {
    color: #e8710c;
}

    button.navbar-toggle:hover {
        color: #222e68;
    }

/* ./HEADER */
/* PAGE CONTENT */
h3.page-title {
    color: #222e68;
}

h3 {
    color: #222e68 !important;
}

.section-content-box.form h4 {
    font-weight: bold !important;
    border-bottom: 2px solid #3f4043;
}

.section-content-box {
    background: #ffffff;
    border: 1px solid #e4e3e3;
}

    .section-content-box.form a {
        color: #e8710c;
    }

    .section-content-box h4 {
        color: #222e68;
    }

    .section-content-box.form h4 a {
        color: #222e68;
    }

    .section-content-box h6 {
        color: #e8710c;
    }

.btn-defaultPrimary, button.btn-defaultPrimary {
    min-width: auto;
    /*MERGE FIXED*/
    background: transparent;
    border-color: #e8710c;
    color: #e8710c;
}

    .btn-defaultPrimary:hover, .btn-defaultPrimary:focus, .btn-defaultPrimary:active {
        background-color: #e8710c;
        border-color: #e8710c;
        color: #ffffff;
    }

.btn-secondary, button.btn-secondary {
    min-width: auto;
    /*MERGE FIXED*/
    background: transparent;
    border-color: #222e68;
    color: #222e68;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-color: #222e68;
        border-color: #222e68;
        color: #ffffff;
    }

.btn-secondaryDark, button.btn-secondaryDark {
    min-width: auto;
    /*MERGE FIXED*/
    background: #222e68;
    border-color: #222e68;
    color: #ffffff;
}

.btn-add {
    background: transparent;
    border-color: #5db26b;
    color: #5db26b;
    padding: 2px 5px;
    opacity: .85;
    font-size: 14px;
    min-width: 50px;
    font-weight: 100;
}

    .btn-add:hover {
        background: #5db26b;
        color: #ffffff;
        opacity: 1;
    }

        .btn-add:hover:before {
            content: "\2713";
        }

.btn-delete {
    background: transparent;
    border-color: #cd0303;
    color: #cd0303;
    padding: 2px 5px;
    opacity: .85;
    font-size: 11.5px;
    min-width: 50px;
    font-weight: 100;
}

    .btn-delete:hover {
        background: #cd0303;
        color: #ffffff;
        opacity: 1;
    }

/*.btn-delete:before{
  content: "\2715";
  font-size:9px;
  margin-right: 2px;
}*/
/* LOADER */
#loader {
    position: relative;
    width: 162px;
    height: 20px;
    margin: auto;
}

.loaderC {
    position: absolute;
    top: 0;
    background-color: rgba(34, 46, 104, 0.63);
    width: 15px;
    height: 15px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 0.975s;
    -o-animation-duration: 0.975s;
    -ms-animation-duration: 0.975s;
    -webkit-animation-duration: 0.975s;
    -moz-animation-duration: 0.975s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    border-radius: 13px;
    -o-border-radius: 13px;
    -ms-border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}

#loaderC_1 {
    left: 0;
    animation-delay: 0.386s;
    -o-animation-delay: 0.386s;
    -ms-animation-delay: 0.386s;
    -webkit-animation-delay: 0.386s;
    -moz-animation-delay: 0.386s;
}

#loaderC_2 {
    left: 20px;
    animation-delay: 0.4825s;
    -o-animation-delay: 0.4825s;
    -ms-animation-delay: 0.4825s;
    -webkit-animation-delay: 0.4825s;
    -moz-animation-delay: 0.4825s;
}

#loaderC_3 {
    left: 40px;
    animation-delay: 0.589s;
    -o-animation-delay: 0.589s;
    -ms-animation-delay: 0.589s;
    -webkit-animation-delay: 0.589s;
    -moz-animation-delay: 0.589s;
}

#loaderC_4 {
    left: 61px;
    animation-delay: 0.6855s;
    -o-animation-delay: 0.6855s;
    -ms-animation-delay: 0.6855s;
    -webkit-animation-delay: 0.6855s;
    -moz-animation-delay: 0.6855s;
}

#loaderC_5 {
    left: 81px;
    animation-delay: 0.782s;
    -o-animation-delay: 0.782s;
    -ms-animation-delay: 0.782s;
    -webkit-animation-delay: 0.782s;
    -moz-animation-delay: 0.782s;
}

#loaderC_6 {
    left: 101px;
    animation-delay: 0.8785s;
    -o-animation-delay: 0.8785s;
    -ms-animation-delay: 0.8785s;
    -webkit-animation-delay: 0.8785s;
    -moz-animation-delay: 0.8785s;
}

#loaderC_7 {
    left: 121px;
    animation-delay: 0.975s;
    -o-animation-delay: 0.975s;
    -ms-animation-delay: 0.975s;
    -webkit-animation-delay: 0.975s;
    -moz-animation-delay: 0.975s;
}

#loaderC_8 {
    left: 142px;
    animation-delay: 1.0715s;
    -o-animation-delay: 1.0715s;
    -ms-animation-delay: 1.0715s;
    -webkit-animation-delay: 1.0715s;
    -moz-animation-delay: 1.0715s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        transform: scale(0.3);
        background-color: white;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -o-transform: scale(0.3);
        background-color: white;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -ms-transform: scale(0.3);
        background-color: white;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -webkit-transform: scale(0.3);
        background-color: white;
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #e8730c;
    }

    100% {
        -moz-transform: scale(0.3);
        background-color: white;
    }
}
/* ./LOADER */
html input[disabled] {
    background: #e4e3e3;
}

.radio.disabled {
    color: #e4e3e3;
}

button[disabled] {
    opacity: .5;
}

    button[disabled].btn-defaultPrimary:hover {
        background-color: transparent;
        color: #e8710c;
    }

input:focus, textarea:focus {
    border-color: #e8710c !important;
}

select:focus {
    box-shadow: none !important;
    border-color: #e8710c !important;
    outline-style: none;
}

.gray-row {
    background-color: #f9f9f9;
}

.grayBg {
    background-color: #f5f5f5;
    display: block;
}

.red-highlight, .text-danger {
    color: #cd0303 !important;
}

.terms-and-conditions {
    border: 1px solid #e4e3e3;
}

.form-group.required .control-label:after {
    color: #cd0303;
}

/*TABS */
.nav-tabs > li.active {
    background-color: #e8710c;
    color: #ffffff !important;
}

.nav-tabs > li a {
    color: #3f4043 !important;
}

.nav-tabs > li:hover a {
    color: #e8710c;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff !important;
}

.scrtabs-tabs-fixed-container {
    border-bottom: 2px solid #e8710c;
}

.scrtabs-tab-scroll-arrow {
    border: 1px solid #e4e3e3;
    background: #f5f5f5;
    border-radius: 0;
    color: #f5f5f5;
}

.glyphicon-chevron-left:before {
    content: "\2039";
    color: #222e68;
    font-size: 30px;
    line-height: 43px;
}

.glyphicon-chevron-right:before {
    content: "\203A";
    color: #222e68;
    font-size: 30px;
    line-height: 43px;
}

/* ./// TABS END */
/*INPUT RANGE */
.input-range__slider {
    background: #222e68;
}

.input-range__track--active {
    background: #222e68 !important;
    /*MERGE FIXED*/
}

/* .///INPUT RANGE */
/* Activity Years */
.filterButtons input[type="radio"]:checked + label,
.filterButtons input[type="checkbox"]:checked + label {
    background-color: #222e68;
    color: #ffffff;
}

.filterButtons input[type="radio"]:checked:hover + label,
.filterButtons input[type="checkbox"]:checked:hover + label {
    background-color: #ddd;
    -webkit-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    -moz-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    color: #3f4043;
}

.filterButtons input[type="radio"] + label:hover,
.filterButtons input[type="checkbox"] + label:hover {
    background-color: #ddd;
    -webkit-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    -moz-box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    box-shadow: inset 0px 3px 61px -1px rgba(45, 45, 46, 0.6);
    color: #3f4043;
}

.filterButtons input[type="radio"] + label,
.filterButtons input[type="checkbox"] + label {
    background-color: #f9f9f9 !important !important;
}

.filterButtons input[type="radio"][disabled] + label,
.filterButtons input[type="checkbox"][disabled] + label {
    background-color: #f9f9f9 !important;
}

.filterButtons input[type="radio"][disabled]:checked + label,
.filterButtons input[type="checkbox"][disabled]:checked + label {
    background-color: #f9f9f9 !important;
    color: #3f4043;
}

.filterButtons input[type="radio"][disabled] + label:hover,
.filterButtons input[type="checkbox"][disabled] + label:hover {
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #3f4043;
}

/* ./Activity Years */
/* TABLES */
.table.mainTable .theader {
    background: #3f4043;
    color: #ffffff;
}

.table .table_row:hover {
    background: #f9f9f9;
}

.table_row {
    border-bottom: 1px solid #e4e3e3;
}

    .table_row.expandContent {
        background-color: #f5f5f5;
    }

        .table_row.expandContent:hover {
            background-color: #f5f5f5;
        }

.expandContent .table {
    border: 1px solid #e4e3e3;
}

    .expandContent .table a.lookUp, .expandContent .table button.lookUp {
        min-width: auto !important;
        /*MERGE FIXED*/
        background: transparent;
        border: none;
        display: inline-block;
        color: #222e68;
        text-decoration: underline;
        font-weight: 700;
        line-height: 14px;
        padding: 0px 5px 0;
    }

        .expandContent .table a.lookUp[disabled], .expandContent .table button.lookUp[disabled] {
            opacity: .5;
            text-decoration: none;
        }

    .expandContent .table .theader {
        background: #e4e3e3;
        color: #3f4043;
    }

.theader .sortable:after {
    color: #e4e3e3;
    opacity: .5;
}

.theader .sortable:hover:after {
    opacity: 1;
}

.theader a.sortable {
    color: #ffffff;
}

.table a[aria-expanded="false"]:after {
    content: "\2193";
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
}

.table a[aria-expanded="true"]:after {
    content: "\2191";
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
}

/* .// TABLES */
/* PAGINATION Styles */
.easyPaginateNav span {
    color: #222e68;
}

.resultPerPage select {
    border: 1px solid #e8710c;
}

/*FORMS */
.form-control, input, select, textarea {
    border-radius: 3px;
    border: 1px solid #e4e3e3;
}

    select .form-control {
        width: 100%;
    }

.moveUp {
    background: #e8710c;
    color: #ffffff;
}

/*switch*/
input:checked + .slider {
    background-color: #5db26b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5db26b;
}

/*switch*/

/*registration module - company details*/
.registerCompanyTable {
    display: table;
}

    .registerCompanyTable tbody {
        display: table-row-group
    }

        .registerCompanyTable tbody tr td input {
            width: 100%;
        }
/*registration module - company details*/

/* .// FORMS */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1124px) {
    .headerMenu > ul > li > a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1100px) {
    /* TOP NAV */
    header {
        border-right: 1px solid #e4e3e3;
    }

    .mainMenu {
        margin-top: 0;
    }

    /*Tables */
    .table.mainTable > tbody > tr.table_row {
        border-top: 3px solid #222e68;
    }

        .table.mainTable > tbody > tr.table_row.expandContent {
            border-top: none;
        }

            .table.mainTable > tbody > tr.table_row.expandContent .collapse.in {
                border-top: 1px solid #e4e3e3;
            }

    .expandContent .table {
        border: none;
    }

    .table.expandTable .table_row {
        border-color: #e4e3e3 !important;
    }

        .table.expandTable .table_row .table_cell:first-child {
            background: #f9f9f9;
        }

    a.expandLink {
        background: #e8710c;
        color: #ffffff !important;
    }

    /* .// Tables */
    /* Unlcaimed works */
    .searchResults h3 {
        background: #3f4043;
        color: #ffffff !important;
    }

    /* .///Unlcaimed works */
    /*PAGE CONTENT */
    .btn-add {
        font-size: 15.5px;
        padding: 10px 20px;
        min-width: 50%;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* TOP NAV */
    .top-bar {
        z-index: 200;
    }

    header {
        border-bottom: 1px solid #e4e3e3;
    }

    .mainMenu {
        position: fixed !important;
        left: 0px;
        right: 0px;
        max-height: 100%;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    }
}


/* Feature 2018 */
.remove-publisher-btn {
    margin-bottom: -30px;
    margin-top: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    padding: 0 1px 10px 10px;
    text-decoration: none;
    color: #e8710c;
    cursor: pointer;
}

.remove-publisher-icon {
    opacity: .6;
    padding: 3px 4px;
    text-decoration: none;
    font-style: normal;
}

.remove-publisher-btn:hover {
    opacity: 1 !important;
    text-decoration: none;
}

/* END of Feature 2018 */
/* General Global styles */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: .06px;
}
/* TOP NAV */
header {
    padding-bottom: 1rem;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 999 !important;
}

.navbar-collapse.collapse {
    padding: 0;
}

.headerBrand {
    display: inline-block;
    margin-top: 10px;
}

    .headerBrand > img {
        display: block;
        max-width: 100%;
    }
.headerVersion {
    position: relative;
    padding-right: 10px;
    display: inline-block;
    top: -40px;
    left: -200px;
    width: 200px;
    text-align: right;
}

header .content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    header .content .headerUser {
        position: absolute;
        margin-top: 3.2rem;
        right: 0;
    }

    header .content .headerLanguage {
        position: absolute;
        margin-top: 3px;
        right: 0;
    }

/* Navigation */
.headerMenu {
    font-size: 1.4rem;
    padding: 0;
    border: 0;
    width: auto;
    z-index: 597;
}

    .headerMenu ul,
    .headerMenu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .headerMenu ul {
        position: relative;
    }

        .headerMenu ul li {
            border-style: solid;
            border-width: 0 1px 0 0;
            float: left;
            min-height: 1px;
            padding: 0 10px;
            vertical-align: middle;
        }

    .headerMenu > ul > li:last-of-type {
        border-width: 0;
    }

    .headerMenu ul li.hover,
    .headerMenu ul li:hover {
        position: relative;
        z-index: 599;
        cursor: default;
    }

    .headerMenu ul ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598;
        width: 100%;
    }

    .headerMenu ul li:hover ul li > ul {
        visibility: visible;
    }

    .headerMenu ul ul li > ul {
        display: block;
        margin-top: -1px;
        position: relative;
    }
    /*.headerMenu ul ul ul {
    top: 0;
    left: 209px;
    width: 220px;
  }*/
    .headerMenu ul li:hover > ul {
        visibility: visible;
    }

    .headerMenu ul ul {
        bottom: 0;
        left: 0;
    }

    .headerMenu ul ul {
        padding-top: : 10px;
    }

    .headerMenu a {
        display: block;
        line-height: 1em;
        text-decoration: none;
    }

    .headerMenu > ul {
        display: inline-block;
    }

    .headerMenu:after,
    .headerMenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .headerMenu ul ul {
        text-transform: none;
        min-width: 190px;
    }

        .headerMenu ul ul li a {
            border-top: 0 none;
            font-size: 1.55rem;
            line-height: 120%;
            padding: 15px 10px 15px 10px;
            border-width: 0 1px 1px 1px;
            border-style: solid;
            transition: all 0s ease;
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
        }

        .headerMenu ul ul li:first-child > a {
            border-width: 1px;
            border-style: solid;
        }

        .headerMenu ul ul a:hover {
            text-decoration: none;
        }

        .headerMenu ul ul ul {
            border-top: 0 none;
        }

            .headerMenu ul ul ul li a {
                padding: 15px 10px 15px 30px
            }

        .headerMenu ul ul li {
            position: relative;
            padding: 0;
            float: none;
            border-right: none;
            font-weight: normal;
        }

            .headerMenu ul ul li:last-child > a {
                /*moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;*/
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                /*moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;*/
            }

            .headerMenu ul ul li:last-child:hover > a {
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

            .headerMenu ul ul li.has-sub > a:after {
                content: '▼';
                font-size: 1rem;
                position: absolute;
                line-height: 1.5rem;
                top: 50%;
                right: 28px;
                margin-top: -8px;
            }

    .headerMenu ul li.has-sub > a:after {
        content: '▼';
        margin-left: 5px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .headerMenu ul li.last ul {
        left: auto;
        right: 0;
    }

        .headerMenu ul li.last ul ul {
            left: auto;
            right: 99.5%;
        }

    .headerMenu a {
        padding: 0;
    }

    .headerMenu > ul > li > a {
        letter-spacing: 0;
        line-height: 25px;
        padding: 5px 0;
    }

        .headerMenu > ul > li > a:hover {
            text-decoration: none;
        }

/* Navigation mobile*/
button.navbar-toggle {
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    margin: 1.5rem auto 0;
    width: 55px;
}

.navbar-toggle {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
}

    .navbar-toggle::after {
        content: "\e236";
    }

    .navbar-toggle[aria-expanded="false"]::after {
        content: "\e236";
    }

    .navbar-toggle[aria-expanded="true"] {
        position: fixed;
        margin: 0;
        z-index: 1000;
        right: 0;
        top: 0;
    }

        .navbar-toggle[aria-expanded="true"]::after {
            content: "\e014";
            font-size: 2rem;
        }

.navbar-toggleable-md {
    z-index: 88888;
}
/* ./Navigation mobile*/

/* PAGE CONTENT */
.page-content {
    padding: 20px 15px 15px 16px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.logoSignin {
    display: block;
    margin: 2rem 2rem 4rem;
    text-align: center;
}

    .logoSignin img {
        display: block;
        margin: 0 auto;
        max-width: 180px;
    }

.text-danger {
    display: block;
    font-size: 13.5px;
    font-weight: normal !important;
    line-height: 15px;
    margin-top: 5px;
}

.form-group.required .control-label:after {
    content: "*";
    font-weight: normal;
    margin-left: 1px;
}

h3 {
    font-size: 26px;
    padding: 0;
    margin: 0 0 2rem;
    font-weight: 100 !important;
}

    h3.page-title {
        display: flex;
        margin: 0 0 3rem 0;
    }

        h3.page-title .logo {
            width: 150px;
            height: auto;
            /*max-height: 43px;
  width: auto;*/
        }

            h3.page-title .logo img {
                width: 100%;
                height: auto;
            }

        h3.page-title span {
            font-size: 3rem;
            padding-left: 1rem;
        }

.section-content-box {
    font-size: 16px;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}

    .section-content-box.signIn {
        margin: 3rem auto 2rem;
    }

    .section-content-box.form h4 {
        font-size: 2rem;
        padding: 0 0 1rem;
        margin: 0 0 2rem;
    }

        .section-content-box.form h4 a {
            font-size: 1.7rem;
        }

    .section-content-box h4 {
        font-size: 26px;
        padding: 0 0 1rem;
        margin: 0 0 2rem;
    }

    .section-content-box h5 {
        font-size: 22px;
        margin: 0 0 1rem;
    }

    .section-content-box h6 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 5px;
        letter-spacing: .5px;
    }

    .section-content-box.form span, .section-content-box span {
        /*display: block;*/
        margin: 4px 0 8px;
    }

    .section-content-box input[type="radio"] + label {
        cursor: pointer;
        margin-left: 5px;
        font-weight: normal;
    }

    .section-content-box input[type="checkbox"] + label {
        cursor: pointer;
        margin-left: 5px;
        font-weight: normal;
    }

.modal-content .section-content-box {
    border: none;
    margin: 1rem;
}

button.close {
    min-width: auto;
}

.form-group input[type="submit"], .form-group button {
    display: block;
    font-weight: bold;
    /*margin: 20px 0;*/
    letter-spacing: .4px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

input[type="submit"], button {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

    input[type="submit"].btn-autoWidth, button.btn-autoWidth {
        font-weight: bold;
        /*margin: 20px 0;*/
        width: auto;
        padding: .9rem 1.2rem;
        font-size: 15.5px;
        letter-spacing: .4px;
        min-width: 130px;
    }

.btn-defaultPrimary, .btn-secondary, .btn-secondaryDark {
    width: 100%;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}


hr {
    margin: 30px 0;
}
/* FORMS */
.form-control, input, select, input[type="submit"], button {
    font-size: 15.5px;
    padding: 8.5px 6px;
    height: auto !important;
}

    input[type="text"], select {
        height: 40px;
    }
    /*MERGE FIXED*/
    input[type=radio] {
        width: auto;
        box-shadow: none;
    }

select {
    padding: 10px 6px !important;
}

    input.noLabel, select.noLabel {
        margin-top: 31px;
    }

textarea {
    display: block;
    padding: 8.5px 6px;
    resize: none;
    width: 100%;
}

label span {
    font-weight: normal;
}
/*Animated label in inputs */

.animatedLabel {
    font-weight: 100 !important;
    font-size: 14px;
    left: 17px;
    padding-left: 5px;
    transition: all 0.2s ease-in;
    transform: translateY(0px);
    pointer-events: none;
    position: absolute;
    top: 10px;
    z-index: 10;
    opacity: .4;
}

.moveUp {
    font-size: 13px;
    left: 21px;
    transform: translateY(-23px);
    opacity: 1;
    padding: .5px 6px;
}
/* ./Animated label in inputs */
label {
    font-weight: normal;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-weight: 600;
        margin-bottom: 8px;
    }

    .form-group .extramessage {
        display: block;
        margin: 5px 0 8px;
        font-size: 1.55rem;
    }

.gray-row {
    padding: 1rem 1rem;
    /*width: 100%;*/
    margin: 0 auto 1.5rem;
}

    .gray-row .groupGrayrow {
        margin: 15px 0 15px;
    }

input:focus, textarea:focus {
    border-style: solid;
    border-width: 1px;
    outline: none !important;
    box-shadow: none !important;
}

.mobile-visible {
    display: none;
}
/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 30px;
}

    .switch input {
        display: none;
    }

.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: 25px;
        width: 25px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
}

.radio {
    display: inline-block !important;
    margin-right: 25px !important;
    vertical-align: top !important;
    margin-top: 10px !important;
}
    /*MERGE FIXED*/
    .radio input {
        box-shadow: none !important;
        width: auto;
    }

/* Rounded switch*/
.slider.round {
    border-radius: 34px;
    margin: 0 !important;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*.// Rounded  switch */
/*numeric inputs  */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*FORMS*/

/* TABS */
.nav-tabs {
    border: none;
}

    .nav-tabs > li > a {
        padding: 0;
        border: none;
        background: none;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: none;
        background: none;
    }

    .nav-tabs > li > a:hover {
        background: none;
        border: none;
    }

.scrtabs-tabs-fixed-container {
    height: initial;
}

    .scrtabs-tabs-fixed-container ul.nav-tabs {
        height: auto;
    }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li {
            white-space: initial;
        }

.glyphicon {
    font-family: 'icomoon';
}
/* end of reset styles */
.noTop {
    margin-top: 0;
}

.tall .nav-tabs li,
.tall .scrtabs-tab-container {
    height: 55px;
}

    .tall .nav-tabs li .scrtabs-tab-scroll-arrow,
    .tall .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
        height: 45px;
        padding: 0;
        margin: 0;
    }

        .tall .nav-tabs li .scrtabs-tab-scroll-arrow .glyphicon,
        .tall .scrtabs-tab-container .scrtabs-tab-scroll-arrow .glyphicon {
            margin-top: 0;
        }

.tall .tab-content {
    /*height: calc(100vh - (125px + 4em));*/
    height: all;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.tab-content {
    margin: 0.7em 0;
}

    .tab-content h2 {
        color: #80cc28;
        margin-bottom: 30px;
    }

    .tab-content h3 {
        font-weight: 600;
        font-size: 22px;
    }

.nav-tabs > li.active {
    cursor: default;
    font-weight: 600;
    /*background: #fff;
    color: #434951;
    border: 1px solid #ddd;
    border-top: 5px solid #80cc28;
    border-bottom-color: transparent;*/
}

.nav-tabs > li {
    /*padding: 1em 0.5em 0.5em;*/
    /*border: 1px solid #fff;
    border-top: 5px solid transparent;*/
    border-radius: 0;
    /*border-bottom-color: #ddd;*/
    margin: 0;
    min-width: 125px;
    font-size: 1.9rem;
    font-weight: 100;
    max-width: 200px;
    white-space: normal;
    /*background: #f2f2f2;*/
    transition: all ease-out 0.3s, all ease-out 0.3s;
}

    .nav-tabs > li a {
        /*color: #a8adb4;*/
        transition: color ease-out 0.3s;
    }

    .nav-tabs > li:hover {
        /*border-top: 5px solid #a8adb4;*/
    }

        .nav-tabs > li:hover a {
            /*color: #6d747e;*/
        }

.nav > li > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.2em;
    margin: 0;
    padding: .5em 0.5em 0.5em;
}

.nav-tabs input {
    position: relative;
}

.scrtabs-tab-scroll-arrow {
    color: #0ab9f0;
    text-align: center;
    background: #fff;
    transition: background ease-out 0.3s, color ease-out 0.3s;
}

    .scrtabs-tab-scroll-arrow:hover {
        background: #0ab9f0;
        color: #fff;
    }

.scrtabs-tab-container * {
    box-sizing: border-box;
}
/*scroll horiszontal tabs */
.scrtabs-tab-container * {
    box-sizing: border-box;
}
/* line 17, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
    height: 42px;
}
    /* line 19, jquery.scrolling-tabs.scss */
    .scrtabs-tab-container .tab-content {
        clear: left;
    }
/* line 24, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}
/* line 31, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
    position: relative;
}
    /* line 33, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }
/* line 38, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}
    /* line 50, jquery.scrolling-tabs.scss */
    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }
/* line 55, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}
    /* line 57, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

/* line 63, jquery.scrolling-tabs.scss */
.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}
/* line 17, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
    height: 42px;
}
    /* line 19, jquery.scrolling-tabs.scss */
    .scrtabs-tab-container .tab-content {
        clear: left;
    }

/* line 24, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

/* line 31, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
    position: relative;
}
    /* line 33, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

/* line 38, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
    color: #428bca;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 45px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 25px;
}
    /* line 50, jquery.scrolling-tabs.scss */
    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

/* line 55, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 41px;
}
    /* line 57, jquery.scrolling-tabs.scss */
    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        white-space: nowrap;
    }

/* line 63, jquery.scrolling-tabs.scss */
.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}

/* ./TABS END */
/*Activity Years */
.filterButtons {
    list-style-type: none;
    margin: 2rem 0 0 0;
    padding: 0;
}

    .filterButtons li {
        display: inline-block;
        /*float: left;*/
        margin: 1rem 1.5rem 1rem 0;
        width: 120px;
        height: 40px;
        position: relative;
    }

    .filterButtons label, .donate-now input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    }

    .filterButtons input[type="radio"],
    .filterButtons input[type="checkbox"] {
        opacity: 0.011;
        z-index: 100;
    }

        .filterButtons input[type="radio"]:checked + label,
        .filterButtons input[type="checkbox"]:checked + label {
            font-weight: 600;
        }

    .filterButtons label {
        background-color: #ddd;
        padding: 5px;
        cursor: pointer;
        font-weight: 600 !important;
        left: 0;
        margin: 0 !important;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 90;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        line-height: 30px;
    }

    .filterButtons input[disabled] + label {
        cursor: not-allowed;
    }
/* ./Activity Years */

/*INPUT RANGE */
.input-range {
    height: 5rem;
    position: relative;
    width: 100%;
    margin: 1rem 0 2rem;
    padding: 0 1.5rem 0 0;
}

.input-range__label--min {
    left: 0;
    color: #bbb;
}

.input-range__label--max {
    right: 0;
}

.input-range__label--min, .input-range__label--max {
    bottom: -1.4rem;
    position: absolute;
}

    .input-range__label--max .input-range__label-container {
        /*left:100%;*/
        color: #bbb;
    }

.input-range__label {
    font-size: 1.6rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    white-space: nowrap;
    font-weight: 600;
}

.input-range span {
    font-weight: normal !important;
    margin: 0 !important;
}

.input-range__label-container {
    left: -50%;
    position: relative;
}

.input-range__label--value {
    position: absolute;
    top: -3.5rem;
}

.input-range__track--background {
    left: 0;
    margin-top: -0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
}

.input-range__track {
    background: #eeeeee;
    border-radius: 0.3rem;
    cursor: pointer;
    display: block;
    height: .25rem;
    position: relative;
    -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
    transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range__slider-container {
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.input-range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1.8rem;
    margin-left: -1rem;
    margin-top: -1rem;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 1.8rem;
}

.input-range--disabled {
    cursor: not-allowed;
}

    .input-range--disabled .input-range__slider {
        color: #ddd;
        cursor: not-allowed;
    }

    .input-range--disabled .input-range__slider, .input-range--disabled .input-range__track--active {
        background: #ddd !important;
    }

    .input-range--disabled .input-range__label-container {
        color: #ddd;
    }
/*  .///NPUT RANGE */

/* TABLES */
th, td {
    padding: 6px 7px !important; /*MERGE FIXED*/
}

.table tr td.table_small {
    padding: 0 !important;
}

.table {
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    font-size: 15.5px;
}

.table_row {
    display: table-row;
}

.table .table_row:hover {
    /*background:#f6f6f6;*/
}

.theader {
    display: table-row;
    background: #eee;
}

.table_header {
    display: table-cell;
    padding: 10px;
    /*font-weight: 700;*/
    border-bottom: 2px solid #eceeef;
    font-size: 15px !important;
    line-height: 18px !important;
}

.theader .sortable:after {
    content: "\e150";
    font-size: 11px;
    margin-left: 5px;
    font-weight: 100;
}

.sortable {
    cursor: pointer;
}

/*.mainTable .theader .table_header:first-of-type{
   width: 250px!important;
    max-width:250px;
  }
  .mainTable .table_row .table_small:first-of-type {
    width: 250px !important;
    max-width:250px;
    word-wrap:break-word;
  }
*/
.mainTable .theader .table_header.longContent {
    width: 250px;
    max-width: 250px;
}

.mainTable .table_row .table_small.longContent {
    width: 250px;
    max-width: 250px;
    word-wrap: break-word;
}

.mainTable .theader .table_header {
    max-width: 200px;
    word-wrap: break-word;
}

.mainTable .table_row .table_small {
    max-width: 200px;
    word-wrap: break-word;
}

.table_small {
    display: table-cell;
}

.table_row > .table_small > .table_cell p {
    line-height: 15.5px;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
    padding: 15px 6px;
    line-height: 1.35 !important;
}

    .table_row > .table_small > .table_cell a {
        text-decoration: none;
        word-break: break-word;
    }

        .table_row > .table_small > .table_cell a:hover {
            text-decoration: underline;
        }

.table a:hover {
    text-decoration: none !important;
}

.table_cell.collapse {
    display: none;
}

.table.mainTable .table_header {
    border-bottom: none;
}

.table td {
    border-top: none !important;
}

.expandContent .table_row:last-child {
    border-bottom: none;
}

.colspan {
    padding: 8px 0 !important;
}

.table_cell.colspan.collapse.in {
    display: table-cell;
}

.expandContent > .colspan .row {
    margin: 2rem auto;
}

    .expandContent > .colspan .row span {
        margin: 0 0 8px;
    }

.expandContent .table input, .expandContent .table select {
    width: 90px; /*MERGE FIXED*/
    padding: 4px 5px !important;
    margin-top: -4px;
}

.expandContent .table select {
    width: 90% !important;
}

.table.expandTable .table_header {
    font-weight: 600;
}

.table.expandTable .theader .table_header:first-of-type {
    width: 200px
}

.table.expandTable .table_row .table_small:first-of-type {
    width: 200px
}

.expandContent > td > .row {
    /*padding: 0 2rem;*/
}

a.expandLink {
    display: block;
    font-size: 14px;
    line-height: 15px;
}
/* .//Tables */
/* Unlcaimed works */
.searchResults {
    margin-top: 2.5rem;
}
/* .///Unlcaimed works */
/* PAGINATION Styles */
.paginateResultsPerPageContainer {
    display: block;
    margin-bottom: 4rem;
    width: 100%;
}

.easyPaginateNav {
    display: inline-block;
    margin: 3.5rem 0 0;
    text-align: left;
    width: auto;
}

.resultPerPage {
    display: inline-block;
    margin: 3.5rem 0 0;
}

.easyPaginateNav a {
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

    .easyPaginateNav a.current {
        color: white;
    }

    .easyPaginateNav a:hover:not(.current) {
        background-color: #ddd;
    }

.easyPaginateNav span {
    font-weight: 600;
    margin: 0 20px;
    width: auto;
    display: inline-block;
}

.easyPaginateNav input[type="submit"], .easyPaginateNav button {
    font-weight: 100;
    margin: 0 10px 0 10px;
    width: auto;
    display: inline-block;
    min-width: 110px;
    padding: 10px;
}

.navFirst:after {
    content: '<< First';
}

.navPrevious:after {
    content: '< Previous';
}

.navNext:after {
    content: 'Next >';
}

.navLast:after {
    content: 'Last >>';
}
/* .PAGINATION Styles */
/*TOOLTIP*/
.more_info {
    position: relative;
    border-bottom: dotted 1px;
    cursor: pointer;
}

    .more_info .popup {
        position: absolute;
        /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
        background: #f8f8f8;
        border: none;
        color: #252525;
        font-weight: 100;
        padding: 5px;
        left: 0;
        max-width: 240px;
        min-width: 180px;
        z-index: 100;
        display: none;
        font-size: 12.5px;
        -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.38);
        -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.38);
        box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.38);
    }


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1100px) {
    /*MENU */
    /* nav bar responsive expanded */
    .headerBrand {
        margin-top: 25px;
    }
    /* TOP NAV */
    header {
        width: 280px;
        position: fixed;
        height: 100%;
        border-bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
    }

        header .content .headerUser {
            position: relative;
            display: block;
            text-align: center;
            margin-top: 1.5rem;
        }

        header .content .headerLanguage {
            position: relative;
            text-align: center;
            display: block;
            margin-top: 1.5rem;
        }
    /* MENU */
    .headerMenu {
        display: block;
        padding-bottom: .5rem;
        width: 100%;
    }

        .headerMenu > ul {
            padding: 1.5rem 0 1.5rem 0;
        }

        .headerMenu ul li {
            border-width: 0;
            display: block;
            padding: 0;
            width: 100% !important;
        }

        .headerMenu > ul > li > a {
            font-size: 1.7rem;
            line-height: 40px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .headerMenu ul li.has-sub > a:after {
            content: '';
            margin-left: 5px;
        }

        .headerMenu ul ul {
            padding-left: 10px;
            position: relative;
            visibility: visible;
        }

            .headerMenu ul ul li:first-child > a {
                border-width: 0;
            }
            /*.headerMenu ul ul li:last-child > a{
    border-bottom:1px solid #eee
  }*/
            .headerMenu ul ul li a {
                border: none;
                font-size: 1.5rem;
                padding: 16px 0 16px 0;
            }

            .headerMenu ul ul ul {
                left: 10px;
                width: 100%;
            }

                .headerMenu ul ul ul li a {
                    padding: 15px 10px 15px 0px;
                }

        .headerMenu span {
            display: block;
            margin: 10px 0;
        }

            .headerMenu span a {
                display: inline-block;
            }
    /*GENERAL PAGE CONTENT */
    h3 .page-title .logo {
        width: 100px;
    }

    h3.page-title span {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    .page-content {
        padding: 20px 30px 15px 300px;
        width: 100%;
    }

    .mobile-visible {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }
    /* .//TABLES */
    .table {
        display: block;
    }

        .table.mainTable .table_row {
            border-bottom: none;
        }

        .table.mainTable tbody > .table_row > .table_small:last-child {
            border-bottom: none;
        }

        .table tbody {
            display: block;
            flex: 1 1 auto
        }

    .table_row:nth-child(2n+3) {
        background: none;
    }

    .theader {
        display: none;
    }

    .table.mainTable .table_row {
        border: none;
        display: block;
        width: 100%;
        border-collapse: collapse;
        /*padding-bottom: 15px;*/
        /* margin: 1rem auto 0;*/
        /*-webkit-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
      -moz-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
      box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);*/
    }

        .table.mainTable .table_row > .table_small, .table.mainTable .table_row > .table_small.longContent {
            display: block;
            word-wrap: break-word;
            border-bottom: 1px solid #eceeef;
            max-width: 100%;
            width: 100%;
        }

            .table.mainTable .table_row > .table_small > .table_cell:nth-child(odd) {
                display: inline-block;
                width: 35%;
            }

    .table.mainTable .table_small > .table_cell:first-child {
        font-weight: 600;
    }

    .table.mainTable .table_row > .table_small > .table_cell {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        word-wrap: break-word;
    }

        .table.mainTable .table_row > .table_small > .table_cell a {
            text-decoration: underline;
        }

    .table.mainTable .table_row .table_small:first-of-type {
        max-width: 100%;
    }

    .table_cell.colspan.collapse.in {
        display: block;
    }

    .table.expandTable .table_row {
        border: 1px solid;
        display: table;
        /*margin: 1rem auto 0;*/
        width: 100%;
    }

        .table.expandTable .table_row:hover {
            background: transparent;
        }

    .table.expandTable .table_cell {
        display: table-cell;
        width: 50%;
    }

    .table.expandTable .table_row
    .table_cell {
        display: inline-block;
        vertical-align: top;
        width: 70%;
    }

    .table.expandTable .table_row > .table_small {
        display: table-row;
    }

        .table.expandTable .table_row > .table_small > .table_cell {
            display: table-cell;
        }

            .table.expandTable .table_row > .table_small > .table_cell:nth-child(odd) {
                display: table-cell;
                width: 25%;
            }

    .table.expandTable .table_row > .table_small {
        border-bottom: 1px solid #eceeef;
    }

    .table.expandTable .table_small > .table_cell:first-child {
        font-weight: 600;
    }

    a.expandLink {
        display: inline-block;
        line-height: 20px;
        text-decoration: none !important;
        padding: 5px 10px;
        margin: 0 0 0 10px;
    }
    /* .//TABLES */
    /* Unlcaimed works */
    .searchResults {
        margin-top: 2.5rem;
    }

        .searchResults h3 {
            font-weight: 700;
            padding: 1rem;
            font-size: 20px;
        }
    /* .///Unlcaimed works */
    /* PAGINATION Styles */
    .easyPaginateNav input[type="submit"], .easyPaginateNav button {
        margin: 0 10px 0 10px;
        width: auto;
        min-width: 60px;
        padding: 10px;
    }
    /*.// PAGINATION Styles */

}
/* Medium devices */
@media only screen and (max-width : 992px) {
    /*PAGINATION */
    .easyPaginateNav span {
        margin: 0 3px;
    }

    .navFirst:after {
        content: '<<';
    }

    .navPrevious:after {
        content: '<';
    }

    .navNext:after {
        content: '>';
    }

    .navLast:after {
        content: '>>';
    }

    .easyPaginateNav input[type="submit"], .easyPaginateNav button {
        margin: 0 5px 0 5px;
        width: auto;
        min-width: 40px;
        padding: 10px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /* TOP NAV */
    header {
        position: relative;
        border-right: none;
        width: 100%;
    }

    .headerBrand {
        margin-top: 15px;
        max-width: 360px;
    }

    /*MENU */
    .headerMenu ul li {
        display: block;
        padding: 0;
        width: 100% !important;
    }

    .headerMenu {
        bottom: 0;
        position: fixed !important;
        left: 0px;
        right: 0px;
        text-align: left;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 4rem 15px 0;
        top: 0rem;
    }

        .headerMenu > ul {
            padding: .5rem 0 5rem 0;
        }

    nav {
        display: inline-block;
    }

    /* Change Bootstrap NavBar Breakpoint for menunav*/
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .mainMenu.collapse.in {
        display: block !important;
    }
    /* ./Changeootrsap Bootstrap NavBar Breakpoint for menunav*/
    /* INPUT RANGE */
    .input-range__label--max .input-range__label-container {
        /*left:50%;*/
    }
    /* GENERAL PAGE CONTENT */
    .page-content {
        padding: 15px;
    }

    .colspan {
        padding: 8px 0 !important;
    }
}

@media only screen and (max-width : 767px) {
    /* FORMS */
    input.noLabel, select.noLabel {
        margin-top: 0;
    }
    /* ./FORMS */
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .headerBrand {
        margin-top: 20px;
        max-width: 75%;
    }

    h3.page-title {
        display: block;
        margin: 0 0 2rem 0;
        text-align: center;
    }

        h3.page-title .logo {
            display: block;
            margin: 0 auto 10px;
            width: 120px;
        }

        h3.page-title span {
            font-size: 2.1rem;
            line-height: 2.5rem;
            padding: 0;
        }

    select {
        width: 100%;
    }

    a.expandLink {
        margin: 3px 0 0 0;
    }

    .expandContent .table a.lookUp {
        line-height: 45px;
    }
    /*PAGINATION */
    .easyPaginateNav input[type="submit"], .easyPaginateNav button {
        margin: 0 2px 0 2px;
        min-width: 35px;
    }

    .easyPaginateNav span {
        margin: 0 1px;
        font-size: 14px;
        font-weight: 100;
    }
    /* .// PAGINATION */
    /*TABLES */

    .mainTable .table_row > .table_small > .table_cell:nth-child(odd) {
        display: inline-block;
        width: 25%;
    }

    .mainTable .table_row .table_small:first-of-type {
        max-width: 100%;
    }

    .mainTable .table_row > .table_small > .table_cell:first-child {
        font-weight: 600;
    }

    .mainTable .table_row > .table_small > .table_cell a {
        text-decoration: underline;
    }

    .mainTable .table_row {
        border: none;
        display: block;
        width: 100%;
        border-collapse: collapse;
        /*padding-bottom: 15px;*/
        margin: 1rem auto 0;
        /*-webkit-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);
    box-shadow: 0px 0px 3px 1px rgba(135,132,135,0.55);*/
    }

        .mainTable .table_row > .table_small > .table_cell {
            display: block;
            width: 100%;
        }

            .mainTable .table_row > .table_small > .table_cell:nth-child(2n+1) {
                display: block;
                width: 100%;
            }

        .mainTable .table_row > .table_small > .table_cell {
            /* padding: 3px 6px 10px;*/
        }

            .mainTable .table_row > .table_small > .table_cell:nth-child(2n+1) {
                padding-bottom: 5px;
            }
    /* .//TABLES */

}

/* Terms and conditions */
.vertical-space {
    margin-top: 16px;
    /*margin-bottom: 16px;*/
}

.checkbox-indent-space {
    margin-left: 18px;
}
/*merge fixed*/
.aligned-top {
    box-shadow: none;
    width: auto;
    vertical-align: top;
}

.terms-and-conditions {
    height: 400px;
    width: 100%;
    padding: 1.5rem;
    overflow-y: scroll;
}

.red-highlight {
    font-weight: bold;
}

.section-content-box .row label {
    /*font-weight: normal;*/
    /*cursor: pointer;*/
}
/* ./Terms and conditions page */

/*
	Theme Name: CMRRA
	Description: CMRRA theme created for the Genesis Framework.
	Author: Madfatter Inc.
	Author URI: http://www.madfatter.com/
	Version: 1.0	
	Template: genesis
	Template Version: 2.0.1
*/

/* CUSTOM FONT
----------------------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url('Fonts/Roboto Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('Fonts/Roboto Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url('Fonts/Roboto Italic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('Fonts/Roboto Bold Italic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('Fonts/Roboto Condensed Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('Fonts/Roboto Condensed Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url('Fonts/Roboto Condensed Italic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url('Fonts/Roboto Condensed Bold Italic.woff') format('woff');
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0px solid silver;
    margin: 0 2px;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

html, body {
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #333333;
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    border-top: 10px solid #222e68;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #e8710c;
    text-decoration: none;
}

    a img {
        margin-bottom: -4px;
        margin-bottom: -0.4rem;
    }

    a:hover {
        color: #222e68;
    }

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 400;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
}


.entry-content code {
    background-color: #333;
    color: #C0C0C0;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464646;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    width: 100%;
}

img {
    height: auto;
    width: auto; /* IE8 */
}

/* SEARCH FORM
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    width: 100%;
}

    input:focus,
    textarea:focus {
        border: 1px solid #999;
        outline: none;
    }

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.pager a.pagenavbtn {
    border: solid 1px gray;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    padding: 11px 24px;
    text-transform: uppercase;
    min-width: 185px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #999999 0%, #999999 0%, #d6d6d6 50%, #d6d6d6 50%, #c9c9c9 51%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(0%,#999999), color-stop(50%,#d6d6d6), color-stop(50%,#d6d6d6), color-stop(51%,#c9c9c9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* W3C */
    background-color: #222e68;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

    button[disabled],
    input[type="button"][disabled],
    input[type="reset"][disabled],
    input[type="submit"][disabled],
    .button[disabled],
    .entry-content .button[disabled] {
        color: #999;
    }

#license-search {
    padding-bottom: 40px;
    border-bottom: 1px solid #c0c0c0;
}

.doc-icon {
    background: #222e68 url('images/doc-icon.png') no-repeat left center;
}

.excel-pad {
    padding: 0 0 0 15px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.pager a.pagenavbtn:hover {
    background: -moz-linear-gradient(top, #cc7a28 0%, #d69c28 50%, #d69c28 50%, #d69c28 50%, #c99120 51%, #e5c27b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc7a28), color-stop(50%,#d69c28), color-stop(50%,#d69c28), color-stop(50%,#d69c28), color-stop(51%,#c99120), color-stop(100%,#e5c27b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cc7a28 0%,#d69c28 50%,#d69c28 50%,#d69c28 50%,#c99120 51%,#e5c27b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cc7a28 0%,#d69c28 50%,#d69c28 50%,#d69c28 50%,#c99120 51%,#e5c27b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cc7a28 0%,#d69c28 50%,#d69c28 50%,#d69c28 50%,#c99120 51%,#e5c27b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cc7a28 0%,#d69c28 50%,#d69c28 50%,#d69c28 50%,#c99120 51%,#e5c27b 100%); /* W3C */
    background-color: #e8710c;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7a28', endColorstr='#e5c27b',GradientType=0 ); /* IE6-9 */
}

    button:hover[disabled],
    input:hover[type="button"][disabled],
    input:hover[type="reset"][disabled],
    input:hover[type="submit"][disabled],
    .button:hover[disabled],
    .entry-content .button:hover[disabled] {
        background: -moz-linear-gradient(top, #999999 0%, #999999 0%, #d6d6d6 50%, #d6d6d6 50%, #c9c9c9 51%, #e5e5e5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(0%,#999999), color-stop(50%,#d6d6d6), color-stop(50%,#d6d6d6), color-stop(51%,#c9c9c9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* IE10+ */
        background: linear-gradient(to bottom, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

.entry-content .button:hover {
    color: #fff;
}

.button {
    border-radius: 3px;
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

#search-bar {
    position: relative;
    padding: 27px 0 0;
}

.download-excel {
    position: absolute;
    right: 0px;
    top: 20px;
}


.license-search {
    position: absolute;
    right: 250px;
    top: 20px;
}

.all-shares .orange-box {
    position: relative;
    top: -1px;
    margin-right: 10px;
    float: left;
}

.orange-box {
    text-align: center;
    background-color: #e8710c;
    border-top: 1px solid #e8710c;
    border-bottom: 3px solid #e8710c;
    border-right: 7px solid #e8710c;
    border-left: 7px solid #e8710c;
    border-radius: 3px;
}

td .orange-box {
    border-top: 3px solid #e8710c;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
    background-color: #e8710c;
}

/*Checkbox alignment fix for IE11*/

html[data-useragent*='rv:11.0'] .orange-box {
    border-top: 4px solid #e8710c;
    border-bottom: 1px solid #e8710c;
}

html[data-useragent*='rv:11.0'] td .orange-box {
    border-top: 6px solid #e8710c;
    border-bottom: 3px solid #e8710c;
}

/*Checkbox alignment fix for Chrome (also targets Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/

    .orange-box {
        border-top: 3px solid #e8710c;
        border-bottom: 2px solid #e8710c;
        border-right: 7px solid #e8710c;
        border-left: 8px solid #e8710c;
        border-radius: 3px;
    }

    td .orange-box {
        border-top: 6px solid #e8710c;
        border-left: 9px solid #e8710c;
        border-radius: 3px;
    }
}

.search-catNum {
    padding-top: 20px;
}

/*LICENSE SEARCH RESULTS*/

#search-results {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.result-summary {
    color: #fff;
    background-color: #222e68;
    padding: 25px;
    border-radius: 3px;
}

    .result-summary p {
        font-weight: 300;
    }

.result-item {
    margin: 30px 0;
    border-radius: 3px;
    border: 1px solid #c0c0c0;
}

    .result-item header {
        background-color: #eee;
        border-bottom: 1px solid #c0c0c0;
        padding: 20px 25px 15px;
    }

.result-item-footer {
    background-color: #eee;
    color: #c0c0c0;
    border-top: 1px solid #c0c0c0;
    padding: 15px 25px;
    font-size: 15px;
    font-size: 1.5rem;
}

#search-results p {
    margin: 0;
}

.col-1 {
    float: left;
    width: 615px;
}

.col-2 {
    float: right;
    width: 310px;
}

#search-results .label {
    display: block;
    font-weight: 400;
    float: left;
}

/*Allow track description to be as wide as the enclosing box*/
.result-item .label.track {
    width: 100%;
}

.col-1 .label {
    width: 180px;
}

.col-2 .label {
    width: 160px;
}

.reject-accept {
    text-align: right;
}

.result-item-details {
    padding: 15px 25px;
}

    .result-item-details .col-1 {
        padding-bottom: 20px;
    }


/* Tables
--------------------------------------------- */

.result-item table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7em;
    margin-bottom: 10px;
    width: 100%;
}



tbody {
    border: none;
}

th, td {
    text-align: left;
    padding: 6px 7px;
}

    th.p15 {
        width: 15%;
    }

    th.p10 {
        width: 10%;
    }

    th.p5 {
        width: 5%;
    }

.result-item tr.header-row {
    border-top: 2px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
}

tr {
    border-bottom: 1px solid #c0c0c0;
}

.align-center {
    text-align: center;
}

/*PAGINATION*/

.pagination {
    float: right;
    padding: 20px 25px 50px 0;
    color: #909090;
}

    .pagination span.current-page {
        color: #333;
    }

    .pagination span {
        margin: 0 10px;
    }

        .pagination span.current-page {
            color: #333;
            margin: 0px 1px;
        }

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {

}

.site-inner, .wrap, .site-header {
    /*width: 980px; Defect 26332 */
    margin: 0 auto;
}

.site-inner {
    clear: both;
    padding-top: 15px;
}


/* Content */


.full-width-content .content {
    float: right;
    width: 100%;
}


/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

    .site-header .wrap {
        padding: 40px 0;
    }

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding: 16px 0;
    width: 61.4035309% /*700 / 1140 */;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 0 8px;
    text-transform: uppercase;
}

    .site-title a,
    .site-title a:hover {
        color: #333;
    }

.site-description {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-header .wrap {
    background: url(images/cmrra-logo-sprite.png) no-repeat 0px 0px;
    padding: 0;
}

    .header-image .site-header .wrap.newYear {
        background: url(images/cmrra-logo-sprite-ny.jpg) no-repeat 0px 0px;
        padding: 0;
    }

.header-image.french .site-header .wrap {
    background: url(images/cmrra-logo-spriteFr.png) no-repeat 0px 0px;
}


.header-image .site-title a {
    float: left;
    min-height: 120px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 26.315785%; /*300 / 1140 */
}

.header-image .site-header .widget-area {
    padding: 30px 0 0;
}

.header-widget-area .social {
    margin-top: 27px;
}

    .header-widget-area .social li {
        padding-left: 20px;
        display: inline;
        list-style: none;
    }


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #464646;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}

    .genesis-nav-menu .menu-item {
        display: inline-block;
        text-align: left;
    }

    .genesis-nav-menu a {
        border: none;
        color: #464646;
        display: block;
        margin: 14px 0;
        padding: 0 10px;
        position: relative;
        border-right: 1px solid #000;
    }

#menu-primary-navigation-fr0.genesis-nav-menu a {
    padding: 0 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #464646;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #000;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

    .genesis-nav-menu .sub-menu a, #menu-primary-navigation-fr0.genesis-nav-menu .sub-menu a {
        background-color: #fff;
        border: 1px solid #c0c0c0;
        border-top: none;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 16px 20px;
        position: relative;
        width: 200px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -54px 0 0 199px;
    }

.genesis-nav-menu .menu-item:hover {
    position: static;
}

    .genesis-nav-menu .menu-item:hover > .sub-menu {
        left: auto;
        opacity: 1;
    }

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    text-transform: uppercase;
}

    .genesis-nav-menu > .right > a {
        display: inline;
        padding: 0;
    }

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 14px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

    .site-header .sub-menu .sub-menu {
        margin-top: -55px;
    }

/* Primary Navigation
--------------------------------------------- */



.nav-primary .wrap {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.nav-primary {
    background-color: #fff;
    width: 100%;
}

    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #222e68;
    }

    .nav-primary .sub-menu a:link, .nav-primary .sub-menu a:visited {
        color: #e8710c;
    }

    .nav-primary .sub-menu a:hover {
        color: #333;
    }

    .nav-primary .sub-menu a {
        margin: 0px;
    }



/*Language Switcher*/

.language-option {
    position: absolute;
    right: 0px;
    top: 0px;
    letter-spacing: 0em;
    margin: 14px 0;
    width: 83px;
    text-align: right;
    list-style-type: none;
}

.language_chooser li {
    display: inline;
    font-weight: 400;
}

    .language_chooser li a {
        border: none;
        display: inline;
        margin: 0px;
        padding: 0px;
        position: relative;
        border-right: none;
        color: #e8710c;
    }

    .language_chooser li.lang-en {
        border-right: 1px solid #000;
        padding: 0 10px 0 25px;
        float: left;
    }

.french .language_chooser li.lang-en {
    padding: 0px;
}

.language_chooser li.lang-fr {
    padding-left: 10px;
    border-left: 1px solid #fff;
}


/* Secondary Navigation
--------------------------------------------- */

#menu-footer-menu.genesis-nav-menu a, #menu-footer-menu-fr0.genesis-nav-menu a {
    color: #fff;
    border-right: 1px solid #fff;
    margin: 0px 0;
    padding: 0 12px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3em;
}


    #menu-footer-menu.genesis-nav-menu a:link, #menu-footer-menu.genesis-nav-menu a:focus, #menu-footer-menu-fr0.genesis-nav-menu a:link, #menu-footer-menu-fr0.genesis-nav-menu a:focus {
        color: #fff;
    }

    #menu-footer-menu.genesis-nav-menu a:hover, #menu-footer-menu.genesis-nav-menu a:visited, #menu-footer-menu-fr0.genesis-nav-menu a:hover, #menu-footer-menu-fr0.genesis-nav-menu a:visited {
        color: #eee;
    }

.nav-secondary {
    width: 45%;
    float: left;
    margin: 0;
}


    .nav-secondary .wrap, #menu-footer-menu #menu-item-521 a, #menu-footer-menu-fr0 #menu-item-788 a {
        padding-left: 0;
    }

#menu-footer-menu #menu-item-514 a, #menu-footer-menu-fr0 #menu-item-725 a {
    border-right: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px 0px 24px;
}

.archive .entry, .search .entry {
    margin-bottom: 20px;
    padding: 40px 0px 4px;
}

.entry-content a {
    color: #e8710c;
}

    .entry-content a:hover {
        color: #333;
    }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

    .entry-content ol li {
        list-style-type: decimal;
    }

    .entry-content ul li {
        list-style-type: disc;
    }

    .entry-content ol ol,
    .entry-content ul ul {
        margin-bottom: 0;
    }


.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border: 1px solid #C0C0C0;
    margin: 0;
    padding: 25px;
}

.entry-content img {
    border: 1px solid #C0C0C0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0;
}

    .archive-pagination li {
        display: inline;
    }

        .archive-pagination li a {
            background-color: #333;
            border-radius: 3px;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            padding: 8px 12px;
        }

            .archive-pagination li a:hover,
            .archive-pagination li.active a {
                background-color: #e8710c;
            }

    .entry-pagination a {
        border-bottom: 1px solid #C0C0C0;
    }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets-1 {
    display: block;
    float: left;
    width: 227px;
    height: 97px;
    background: url(images/footer-logo.png) no-repeat left top;
}

.footer-widgets {
    background-color: #fff;
    clear: both;
    padding: 0px 0 16px;
}

    .footer-widgets .wrap {
        border-top: 1px solid #000;
        padding-top: 40px;
    }


.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 140px;
}


.footer-widgets-2, .footer-widgets-3 {
    margin-right: 30px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
}


    .footer-widgets-4 .widget-wrap {
        padding-right: 20px;
        border-right: 1px solid #c0c0c0;
    }

.footer-widgets-5 {
    float: right;
    width: 225px;
    padding: 0 0 0 25px;
}


    .footer-widgets-5 .social li {
        padding: 0 0 30px 0;
        font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500;
        font-style: italic;
    }

.soc-text {
    padding-left: 10px;
}


.footer-widgets .heading a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #222e68;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer-widgets .sub-menu {
    padding-bottom: 15px;
}


    .footer-widgets .sub-menu a {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #e8710c;
        font-size: 12px;
        font-size: 1.2rem;
    }

.footer-widgets a:hover {
    color: #222e68;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .widget-title {
    color: #4b4b4b;
}

.footer-widgets li {
    list-style-type: none;
    word-wrap: break-word;
    line-height: 1.5;
}


.footer-widgets .search-form input:focus {
    border: 1px solid #C0C0C0;
}

.footer-widgets .menu {
    padding-top: 7px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    /*background-color: #222e68;*/
    font-family: 'Roboto Condensed', sans-serif;
    color: #eee;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 23px 0 18px;
    text-align: left;
    position: static;
    bottom: 0;
    width: 100%;
    background: transparent url('images/footer-blue.png') repeat-x center bottom;
}

    .site-footer a:hover, .site-footer a:focus {
        color: #bbb;
    }

    .site-footer p {
        margin-bottom: 0;
        text-align: right;
    }


/************/
/* Back to top Button */
/***********/
.go-top {
    position: fixed;
    bottom: 8px;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: 700;
    padding: 1em;
    display: none;
}

    .go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }




/* INTERNET EXPLORER FIXES*/

.ie9 .download-excel button {
    width: 215px;
}

.ie9 .download-excel {
    right: 2px;
}

.ie8 .site-inner, .ie8 .wrap, .ie7 .site-inner, .ie7 .wrap {
    width: 980px;
}


.ie8 th, .ie7 th {
    font-weight: 500;
}

.ie7 .genesis-nav-menu .menu-item, .ie8 .genesis-nav-menu .menu-item {
    zoom: 1;
    *display: inline;
}

.ie7 .nav-primary .wrap {
    position: relative;
}

.ie7 .language-option {
    position: absolute;
    top: 0px;
    left: 898px;
    width: 300px;
    text-align: left;
}



.ie7 .clearfix {
    display: inline-block;
}

.ie7 .header-widget-area .social {
    margin-top: 58px;
}

.ie7 input.submit {
    width: 200px;
}


html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2){

    .header-image .site-header .wrap {
        background: url(images/cmrra-logo-sprite@2x.png);
        background-position: 0px 0px;
        background-size: 589px auto;
        background-repeat: no-repeat;
    }

    .header-image.french .site-header .wrap {
        background: url(images/cmrra-logo-spriteFr@2x.png);
        background-position: 0px 0px;
        background-size: 589px auto;
        background-repeat: no-repeat;
    }


    .footer-widgets-1 {
        background: url(images/footer-logo@2x.png) no-repeat left top;
        background-size: 230px auto;
    }
}






/*******************/
/* CMRRA Overrides */

/*Common*/
legend {
    text-transform: uppercase;
}

.aspNetDisabled {
    color: Gray;
}

label.requiredField:after {
    content: " *";
    color: red;
}

.submitButton {
    width: 10em;
}

.submitButtonRight {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

    .submitButtonRight input[type=button],
    .submitButtonRight input[type=submit] {
        width: auto;
        float: right;
    }

/*Notification*/
.failureNotification {
    color: Red;
}

.completeSuccess {
    color: Green;
}

/*Login/Register/ChangePassword/PasswordRecovery*/
div.accountInfo {
    width: 60%;
}

div.registerAccountInfo {
    width: 100%;
}

div.registerAccountMainInfo {
    float: left;
    /*width: 50%;*/
    /*margin-right: 1em;*/
}

div.registerAccountExtendedInfo {
    display: flex;
    max-width: 50%;
}

    div.registerAccountExtendedInfo fieldset {
        margin-top: 0;
        padding-top: 0;
    }

fieldset.passwordRecovery {
    margin-top: 1em;
    padding-top: 0.5em;
}

fieldset.registerExtended {
    border: 1px solid #C0C0C0;
    padding: 0.5em 1em 0;
    padding-left: 2em;
}

    fieldset.registerExtended .radioList {
        line-height: 2em;
    }

        fieldset.registerExtended .radioList label {
            float: left;
            width: 6.5em;
            line-height: normal;
        }

        fieldset.registerExtended .radioList input {
            width: auto;
            margin-right: 10px;
            vertical-align: top;
        }

/*Home*/
fieldSet.userDetails, fieldset.userDetailsAdditional, fieldset.welcome {
    border: 1px solid #C0C0C0;
    padding: 0.5em 1em 0;
}

div.userDetails {
    float: left;
    width: 53%;
}

div.welcome {
    float: left;
    width: 45%;
    margin-left: 1em;
}

fieldset.userDetails label {
    /*display: inline-block;*/
    overflow: visible;
}

fieldset.userDetailsAdditional {
    margin-top: 1em;
}

/*LICENSE SEARCH RESULTS*/
.result-notes {
    margin-top: 30px;
}

.result-table /* http://stackoverflow.com/questions/1166937/how-to-rid-of-empty-div-that-contains-a-gridview */ {
    clear: both;
}

.result-item-details .contributors {
    display: block;
    margin-right: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
    width: 35.087719% /*400 / 1140 */;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
    width: 220px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    display: none;
}

/*
    CMRRA Web Enchancements
*/

@media screen and (min-width: 769px) {

    .register .phonenumber.floatleft {
        float: left;
    }

    .register .phonenumber {
        width: 65%;
        margin-right: 5%;
    }

    .register .phoneext {
        float: left;
        width: 30%;
    }
}







.radioList .radioExplanation {
    /*font-size: 0.75em;

        display: block;
        float: right;
        width: 65%;
        color: #C0C0C0;*/
    font-size: 0.85em;
    width: 65%;
    line-height: normal;
    margin: 4px 0 0 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .radioList .radioExplanation {
        width: 100%;
        margin: 0 0 10px;
    }
}


table.radioList {
    width: 100%;
}

.registerAccountExtendedInfo input[type="number"] {
    /*box-sizing: content-box;*/
    width: 432px;
}

/*table.radioAccountsList {
    width: 50%;
}*/

.radioAccountsList input {
    margin-left: 0 !important;
    margin-right: 1em !important;
    margin-top: 0.4em;
    width: auto;
    float: left;
}

.radioAccountsList label {
    width: auto !important;
    margin-left: -2px;
}

fieldset.registerExtended .accountsGrid {
    margin-bottom: 0.5em;
}

fieldset.registerExtended .accountsGrid,
fieldset.userDetails .accountsGrid {
    width: 100%;
}

    fieldset.registerExtended .accountsGrid input.textEntry,
    fieldset.userDetails .accountsGrid input.textEntry {
        width: 98%;
    }

.accountsGrid,
.accountsGrid tr,
.accountsGrid th,
.accountsGrid td {
    border: 1px solid #999;
}

    .accountsGrid th {
        background-color: #D0D0D0;
    }

.addMoreAccounts p.submitButton {
    width: 100%;
}

    .addMoreAccounts p.submitButton input {
        max-width: 45%;
        float: left;
        margin-right: 10px;
        margin-bottom: 0.8em;
    }

.requiredHint {
    color: red;
}

p.cmrraEnhancements {
    margin-top: 5px;
    float: right;
}

@media screen and (min-width: 768px) {
    p.cmrraEnhancements input[type='submit'] {
        /*margin-right: 25px;*/
        width: auto !important;
        min-width: 125px;
    }
}

.workSearchFilter {
    width: 100%;
}

    .workSearchFilter tr td:nth-child(1) {
        width: 25%;
    }

    .workSearchFilter tr td:nth-child(3) {
        width: 20%;
    }

    .workSearchFilter .icon {
        display: inline-block;
        cursor: help;
        margin-bottom: -2px;
        width: 20px;
        height: 20px;
    }

        .workSearchFilter .icon.question {
            background-image: url("images/questionMarkIcon.png");
        }

.workSearchResults .searchResults {
    width: 100%;
}

.pager .BlueBtn {
    min-width: 120px;
    max-width: 135px;
}

.pager select {
    min-width: 0;
    width: auto;
}

.workDetails .EntitledPanel,
.workDetails .EntitledPanel .EntitledPanelCenterBody {
    width: 100%;
}

.workSearchResults table tr,
.workDetails table tr {
    border: none;
}

/*Fixes for statement module*/
.statementPagerList {
    width: auto;
}

.GreenBtn {
    min-width: 160px;
}

.BlueBtn {
    min-width: 160px;
}

.statement_link_red_bubble {
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 15px;
    position: absolute;
    height: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    line-height: 1.25em;
    /*background-image: url('Images/questionMarkIcon.png');
	display: inline-block;
	cursor: help;
	margin-bottom: -2px;
	width: 20px;
	height: 20px;
	margin-left: -5px;*/
}

.statement_table {
    font-size: 12px;
}

    .statement_table a {
        text-decoration: underline;
        text-align: left;
        float: left;
        margin-left: 30px;
        color: blue;
    }

.statement_link {
    float: none !important;
}

.statement_table td {
    vertical-align: top;
    text-align: center;
}

.hyper_link_container {
    text-align: left;
    float: left !important;
}

.tooltip {
    position: absolute;
    z-index: 100;
    padding: 2px 20px;
    border: 1px solid rgba(0, 0, 0, 0.63);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.8);
    background: #ffffff;
    font-size: 13px;
    font-family: sans-serif;
    /*border: 1px solid rgba(179, 201, 206, 0.03);
	border-radius: 4px;
	text-align: justify;
	font: italic 14px/1.3 arial, sans-serif;
	color: #FFF;
	background: rgba(0, 0, 0, 0.57);
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	font-weight: bold;
	text-shadow: 0px 0px 10px black;*/
}


.workSearchResults table.results,
.workDetails table.results,
.statement_table table.results {
    border-collapse: separate !important;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

    .workSearchResults table.results th,
    .workSearchResults table.results td,
    .workDetails table.results th,
    .workDetails table.results td,
    .statement_table table.results th,
    .statement_table table.results td {
        border-bottom: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
    }

    .workSearchResults table.results th,
    .workDetails table.results th,
    .statement_table table.results th {
        color: #222e68;
        background-color: #D0D0D0;
    }

.workDetails .navigation-link {
    float: right
}

.workDetails .panel-float-left {
    float: left;
    width: 49%
}

.workDetails .panel-float-right {
    float: right;
    width: 49%
}

.empty-row {
    height: 35px !important;
}

.EntitledPanelHeaderIcon {
    width: 1%;
}

table.EntitledPanel > tbody > tr:first-child {
    padding: 0;
}

table.EntitledPanel > tbody > tr:nth-child(2) {
    padding-top: 0;
}

    table.EntitledPanel > tbody > tr:nth-child(2) > td {
        padding-top: 0;
    }

table.EntitledPanel > tbody > tr:first-child > td.EntitledPanelCenterTop {
    background-color: #222e68;
}

    table.EntitledPanel > tbody > tr:first-child > td.EntitledPanelCenterTop .EntitledPanelHeaderIcon {
        background-color: white;
    }

    table.EntitledPanel > tbody > tr:first-child > td.EntitledPanelCenterTop .EntitledPanelHeaderText {
        color: white;
    }

table.workHeader,
table.workNumbers,
table.workAltTitles,
table.workContribs,
table.licHeaders,
table.licDetails,
table.workMedleys,
table.workArtits {
    width: 100%;
}

a.underlined {
    text-decoration: underline;
}

input.defaultInput {
    width: auto;
}

.additionalDetails > .EntitledPanel {
    width: 45%;
}

.additionalDetails label {
    margin-left: 8px;
}

table.radioList {
    border: none;
    border-collapse: separate;
}

fieldset.fieldsetBorder {
    border: solid 1px #C0C0C0;
    padding: 4px;
    margin-bottom: 5px;
    /*-ms-border-radius: 8px;
    border-radius: 8px;*/
}

legend.legendNormal {
    text-transform: none;
    padding: 3px;
    background: whitesmoke;
    border: solid 1px;
}

.EntitledPanelCenterTop {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.registerAccountMainInfo label {
    width: 160px;
    display: inline-block;
}

.registerAccountMainInfo .phoneext label {
    width: 30px;
}

.registerAccountMainInfo input {
    width: 321px;
}

.registerAccountMainInfo .phonenumber input {
    width: 150px;
}

.registerAccountMainInfo .phoneext input {
    width: 110px;
}

.registerAccountExtendedInfo .adminCompany label {
    width: 150px;
    display: inline-block;
}

.registerAccountExtendedInfo .adminCompany input {
    width: 270px;
}

.registerAccountExtendedInfo fieldset.existingUser label {
    width: 235px;
    display: inline-block;
}

.registerAccountExtendedInfo fieldset.existingUser,
.registerAccountExtendedInfo fieldset.newUser {
    padding-top: 10px;
}

    .registerAccountExtendedInfo fieldset.existingUser input {
        width: 175px;
    }

    .registerAccountExtendedInfo fieldset.newUser label {
        width: 155px;
        display: inline-block;
    }

    .registerAccountExtendedInfo fieldset.newUser input,
    .registerAccountExtendedInfo fieldset.newUser select {
        width: 255px;
    }

fieldset.userDetails.contactInfo {
    padding-top: 10px;
}

    /*fieldset.userDetails.contactInfo input[type=text],
    fieldset.userDetails.contactInfo input[type=tel] {
        width: 312px;
    }*/

    fieldset.userDetails.contactInfo .phonenumber input[type=text],
    fieldset.userDetails.contactInfo .phonenumber input[type=tel] {
        width: 30%;
    }

    fieldset.userDetails.contactInfo .phoneext input[type=text],
    fieldset.userDetails.contactInfo .phoneext input[type=tel] {
        width: 19%;
    }

    fieldset.userDetails.contactInfo .titleField input[type=text],
    fieldset.userDetails.contactInfo .titleField input[type=password] {
        width: 110px;
    }

    fieldset.userDetails.contactInfo label {
        width: 165px;
        display: inline-block;
        float: none;
    }

    fieldset.userDetails.contactInfo .phoneext label {
        width: 30px;
        display: inline-block;
        float: none;
    }

fieldset.userDetails.changePassword {
    padding-top: 10px;
}

    fieldset.userDetails.changePassword input[type=text],
    fieldset.userDetails.changePassword input[type=password] {
        /*width: 305px;*/
    }

    fieldset.userDetails.changePassword label {
        width: 100%;
        display: inline-block;
        float: none;
    }

.userDetails .radioAccountsList {
    border-collapse: separate;
}

h2,
fieldset legend,
.boldAndBlue {
    color: #222e68;
    text-transform: none;
    font-weight: bold;
}

legend {
    width: auto;
}

.bold {
    text-transform: none;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .addMoreRowsButton {
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .addMoreRowsButton {
        width: auto;
        float: right;
    }
}

.textEntry21656 {
    display: inline-block;
    width: 240px;
}

/* CMRRA Direct */
.cmrraDirectLogo {
    height: 56px;
    background: url(images/cmrra-direct-logo.jpg);
    background-position: -25px -25px;
    background-size: 250px auto;
    background-repeat: no-repeat;
}

.border-container-thin .cmrraDirectLogo {
    background-position: center -25px;
}

tr.resultRowTest td {
    font-size: 10pt;
}

table.workContribs .AccountNumber {
    max-width: 70px;
}

table.workContribs .Surname {
    min-width: 210px;
}

.download_format {
    color: black;
}


.attenttion {
    color: #333333;
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    border: 2pt solid red;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    width: calc(95% - 4px);
}

    .attenttion > div:first-of-type {
        font-weight: bold;
    }

/** start Defect 26332 **/
@media (min-width: 1200px) {
    .site-container header, .site-container .page-content {
        max-width: 999px;
        clear: both;
        padding-top: 10px;
        margin: 0 auto;
    }
    header .headerMenu ul li {
        padding: 0 9px;
    }
}

header {
    /*position: inherit !important;
    border-bottom: none !important;*/
}
/** end Defect 26332 **/

/**
   start  Feature 1995 
    - My Home page
**/

.content .page-content {
    margin-bottom: 50px;
}

.home.entry {
    margin-bottom: 0;
}

    .home.entry legend {
        font-size: 1.5rem;
    }

.userDetails .radioAccountsList label {
    width: 100%;
    margin-left: -2px;
    font-weight: normal;
    display: unset;
}

.userDetails .termsAndCondtions label {
    display: unset;
}

.userDetails .accountInfo label {
    display: none;
    margin-bottom: .5rem;
}

.userDetails legend, .welcome legend {
    width: unset !important;
}

.home.entry .userDetails input[type=button],
.home.entry .userDetails input[type=submit],
.termsAndCondtions input[type=submit] {
    max-width: 45%;
    width: 40%;
    float: right;
    margin: 10px 10px 10px 0
}

.home.entry fieldset, fieldset.userDetails .accountsGrid {
    margin-bottom: 20px;
}

/*.accountInfo, .contactInfo, .accountInfo div, .userDetails .contactInfo .row, .userDetails.changePassword row, .userDetails  .addMoreAccounts row {
    margin-bottom: 10px;
}*/

.accountInfo .row, .contactInfo .row {
    margin-bottom: 15px;
}

.failureNotification {
    padding: 0 10px 0 15px;
}

.userDetails .addMoreAccounts .submitMoreAccounts {
    float: left;
}

fieldset.userDetails.contactInfo label {
    width: 100%;
}

.home.entry .userDetails.contactInfo .noMargin {
    margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
    /*.site-container, .container-fluid {
        padding: 0px !important;
        padding-right: 0;
    }*/

    .extraPadding {
        margin-bottom: 15px;
    }

    .userDetails .accountInfo .submitButtonRight {
        margin-right: 10px;
    }

    .userDetails .radioAccountsList label {
        font-weight: normal;
    }

    .userDetails .contactInfo .phoneNum .phoneNumExtenstion {
        margin-left: 0px !important;
    }

    fieldset.userDetails.changePassword label, .contactInfo .phoneNum .phoneNumExtenstion {
        width: 100%;
    }

    fieldset.userDetails.changePassword input,
    fieldset.userDetails.changePassword input[type=text],
    fieldset.userDetails.changePassword input[type=password] {
        width: 100% !important;
    }

    .home.entry .userDetails input[type=button],
    .home.entry .userDetails input[type=submit],
    .home.entry .termsAndCondtions input[type=submit] {
        width: 100%;
        float: left;
        margin: 5px 0 10px 0;
        max-width: 100%;
    }

    .userDetails .phoneNum {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .contactInfo .phoneNum .phoneNumExtenstion {
        margin-left: 0px;
        width: 100%;
    }

    .home.entry .userDetails .addMoreRowsButton {
        float: left;
    }

    fieldSet.userDetails, fieldset.userDetailsAdditional, fieldset.welcome {
        padding: 0 5px
    }

    /*.securityQuestionAnswer div {
        margin-top: 10px;
    }*/

    .termsAndCondtions label {
        display: unset;
    }

    .home.entry .userDetails.contactInfo .noMargin {
        margin-bottom: 0;
    }

    .home.entry .userDetails.contactInfo .noMargin {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 600px) {

    .userDetails.contactInfo .phoneNum .phoneNumExtenstion {
        margin-left: 15px !important;
        width: 85%
    }

    .home.entry .userDetails.addMoreAccounts .addMoreRowsButton {
        float: left;
        margin-right: 15%;
    }

    .userDetails.addMoreAccounts .submitMore, .userDetails.addMoreAccounts .addMoreRowsButton {
        min-width: 100%;
    }

    .home.entry .userDetails.contactInfo .noMargin {
        margin-bottom: 0;
    }

    .home.entry .userDetails.contactInfo .noMargin {
        margin-bottom: 0;
    }
}

.securityQuestionAnswer {
    margin-top: 30px;
}

.userDetails .phoneNum {
    padding-left: 0 !important;
    padding-right: 0;
}

    .userDetails .phoneNum input {
        margin-right: 15px;
    }

@media only screen and (max-width: 770px) {

    .contactInfo .phoneNum .phoneNumExtenstion {
        margin-left: 0px !important;
        width: 100%;
    }

    .extraPadding {
        margin-bottom: 15px;
    }

    .userDetails .phoneNum {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .home.entry .userDetails.contactInfo .noMargin {
        margin-bottom: 0;
    }

    .mainMenu.collapse.in {
        overflow-y: visible;
    }

    .headerMenu {
        overflow-y: visible;
        z-index: 9999;
    }
}


.home.entry .userDetails.contactInfo .noMargin {
    margin-bottom: 0;
}

.site-container label {
    font-weight: 700;
}
/**
   end  Feature 1995 - my home page
**/
header {
    /*position: inherit !important;
    border-bottom: none !important;*/
    overflow:visible !important;
}
/** end Defect 26332 **/

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}

.border-container-thin {
    border: solid 1px gray;
    padding: 15px;
    max-width: 450px;
    margin: 0 auto;
}

/**
   end  Feature 1995 - main nav bar
**/

button.navbar-toggle {
    min-width: 55px !important;
}



@media only screen and (max-width : 1100px) {
    /*MENU */
    .headerMenu .mobile-sign-out span {
        display: inline-block !important;
        font-size: 1.5rem;
    }

    .headerMenu .mobile-sign-out a {
        color: #e8710c !important;
        text-decoration: none;
    }

    .site-container header {
        top: 10px;
    }
}


@media only screen and (min-width : 1101px) {
    .mobile-sign-out {
        display: none;
    }
}
    /**
   end  Feature 1995 - main nav bar
**/

.ContributerDescSearchTxt.workRegistration {
    font-size: 13.5px;
    font-weight: 600;
    float: right;
    margin-top: -25px;
    padding: 0 25px 15px 0px;
}

/* feature 1999 */
.sessionExpireModal{
    margin-top: 15%;
}

.sessionExpireModal h3 {
    font-weight:bold;
}

.sessionExpireModal p {
    font-size: 16px;
}

@media only screen and (max-width: 1100px) {

    header .headerMenu > ul {
        padding: 0;
    }

    header .headerMenu ul ul li a {
        padding: 8px 0;
        line-height: 100%;
    }

    header .headerMenu > ul > li > a {
        line-height: 23px;
    }

    header .headerMenu span {
        margin: 3px 0;
    }

    header .headerMenu ul ul ul li a {
        padding: 8px 0px !important;
    }
}

/* SRX11999 - fix for licensing page styles */
section header.result-summary{
    width:auto;

}

.result-item .col-1 .label,
.result-item .col-2 .label {
    color: #000;
    text-align: left;
    font-size: inherit;
}

#search-results .label {
    font-weight: bold;
    font-size: inherit;
    text-align:left;
}

.result-summary .col-1,
.result-item .col-1 {
    width: 550px;
}

.download-excel .excel-pad {
    color: #fff;
}

/* Feature 2018 - fix for cmrra direct*/
.remove-publisher-btn {
    min-width: 10px !important;
}

    .remove-publisher-btn:hover {
        min-width: 10px !important;
        background: #eee
    }
/* END of Feature 2018 */

.pager {
    display: -webkit-inline-box;
    display: inline-block;
}

.PerPageStringContainer {
    display: -webkit-inline-box;
    display: inline-block;
}

.filter {
    background-image: url(Images/filter.png), linear-gradient(to bottom, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.filter:disabled:hover {
    background-image: url(Images/filter.png), linear-gradient(to bottom, #999999 0%,#999999 0%,#d6d6d6 50%,#d6d6d6 50%,#c9c9c9 51%,#e5e5e5 100%);
    background-repeat: no-repeat;
    background-position: center;
    }

.filter:hover, .filter-on:hover {
    background-image: url(Images/filter.png), linear-gradient(to bottom, #cc7a28 0%,#d69c28 50%,#d69c28 50%,#d69c28 50%,#c99120 51%,#e5c27b 100%);
    background-repeat: no-repeat;
    background-position: center;
    }

.filter-on {
    background-image: url(Images/filter.png), linear-gradient(to bottom, #cc7a28 0%,#d69c28 50%,#d69c28 50%,#d69c28 50%,#c99120 51%,#e5c27b 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.pools-container {
    background-color: #d0d0d0;
    border: solid 1px silver;
    height: 80px;
    width: 250px;
    text-align: left;
    padding-left: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pools-container input[type="radio"] {
    margin-right: 5px;
}

.additional-filter label {
    font-weight: normal;
}

.royalty-periods input[type="radio"] {
    margin-right: 5px;
}

th.header {
    border-right: solid 2px #a0a0a0 !important;
}

table.additional-filter {
    border-style: none !important;
    border-width: 0 !important;
}
