/* Minification failed. Returning unminified contents.
(856,16): run-time error CSS1036: Expected expression, found ';'
 */
@charset "utf-8";

body {
    background-color: #ffffff !important;
}

.sso-options {
    color: #fff;
    text-align: center;
}

.sso-m365 img {
    width: 200px;
}

.sso-m365 img {
    margin-top: 10px;
}

.error-message {
    margin-top: 10px;
    color: #fff;
    border-top: solid 5px red;
    padding-top: 10px;
}

#conversation-text p {
    padding: 5px 0 !important;
}

/* admin Overwrite styles
-------------------------------------------------- */
.rt-admin-menu > .navbar-inverse {
    background-color: #089c7c !important;
    border-color: #008064 !important;
}

.rt-admin-menu > .navbar-inverse .navbar-brand {
    color: #ffffff;
}

.rt-btn-grey {
    color: #333;
    background-color: #ebebeb;
    border-color: #ccc;
}

.rt-btn-grey:hover, .rt-btn-grey:focus, .rt-btn-grey:active, .rt-btn-grey.active {
    color: #333;
    background-color: #DADADA;
    border-color: #adadad;
}

.rt-btn-yellow {
    color: #005443;
    background-color: #FBD582;
    border-color: #FBD582;
    margin-right: 5px;
}

.rt-btn-green {
    color: #ffffff;
    background-color: #116352;
    border-color: #005443;
    margin-right: 5px;
}

.rt-btn-green.active {
    color: #ffffff;
    background-color: #29A12D !important;
    border-color: #26942A  !important;
    margin-right: 5px;
}

.rt-btn-green:hover, .rt-btn-green:focus, .rt-btn-green:active, .rt-btn-green.active, .open .dropdown-toggle.rt-btn-green {
    color: #ffffff;
    background-color: #005443;
    border-color: #024335;
}

.keyword-master-list {
    margin-bottom: 8px;
    font-size: 14pt;
    font-weight: bold;
    min-width: 100%;
    color: #116352;
    background-color: #ffffff;
    border-color: #005443;

}

.keyword-master-list.active {
    margin-bottom: 8px;
    font-size: 14pt;
    color: #ffffff;
    background-color: #29A12D !important;
    border-color: #26942A !important;

}

.keyword-master-list:hover, .keyword-master-list:focus, .keyword-master-list:active, .keyword-master-list.active, .open .dropdown-toggle.keyword-master-list {
    margin-bottom: 8px;
    font-size: 14pt;
    color: #ffffff;
    background-color: #005443;
    border-color: #024335;
}

.keyword-master-list-categories {
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: bold;
    min-width: 100%;
    color: #116352;
    background-color: #ffffff;
    border-color: #005443;

}

.keyword-master-list-categories.active {
    margin-bottom: 20px;
    font-size: 100%;
    color: #ffffff;
    background-color: #29A12D !important;
    border-color: #26942A !important;

}

.keyword-master-list-categories:hover, .keyword-master-list-categories:focus, .keyword-master-list-categories:active, .keyword-master-list-categories.active, .open .dropdown-toggle.keyword-master-list-categories {
    margin-bottom: 20px;
    font-size: 100%;
    color: #ffffff;
    background-color: #005443;
    border-color: #024335;
}

.keyword-master-list-items {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
    width: 100%;
}

#search-steps.is_stuck {
    background-color: #FFFFFF;
    position: fixed !important;
    top: 0px !important;
    bottom: auto !important;
    z-index: 999;
    margin-top: 112px;
}

.rt-margin-right {
    margin-right: 5px;
}

.rt-margin-right-md {
    margin-right: 10px;
}

.rt-margin-left-md {
    margin-left: 10px;
}

.rt-margin-lr-md {
    margin-left: 15px;
    margin-right: 15px;
}

.rt-content-bg {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.rt-color-green {
    color: #116352;
}

.rt-color-orange {
    color: #ea5b00;
}

.rt-color-orange a:hover{
    color: #ea5b00;
}

.rt-grid-header h2 {
    margin: 0px;
}

.modal-header {
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.rt-main-header {
    position: fixed !important;
    z-index: 997 !important;
    width: 100%;
    background-color: #ffffff;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #c5c5c5;
}

.rt-margin-top {
    margin-top: 20px;
}

.rt-margin-top-md {
    margin-top: 10px;
}

.rt-margin-top-lg {
    margin-top: 20px;
}

.rt-margin-top-xl {
    margin-top: 40px;
}

.rt-width-100p {
    width: 100%;
}

.rt-margin-tb-sm {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rt-btn-grp {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* admin Overwrite styles
-------------------------------------------------- */
.rt-link-orange a {
    color: #ea5b00;
}

.rt-bg-header {
    background-color: #ffffff;
}

.rt-bg-header {
    background-color: #ffffff;
}

.rt-grid-heading h2 {
    color: #116e5b;
    margin-top: 5px;
}

.rt-btn-orange {
    color: #fff;
    background-color: #ea5b00;
    border-color: #c44c00;
}

.rt-login-nav {
    margin-bottom: 0px !important;
}

    .rt-login-nav a {
        color: #666666 !important;
        text-decoration: none;
    }

.rt-bg-orange {
    background-color: #ea5b00;
    color: #ffffff;
}

.rt-heading h2 {
    color: #ffffff;
    margin-top: 10px !important;
}

.rt-login-stripe {
    padding-bottom: 10px;
    padding-top: 10px;
}

    .rt-login-stripe h4 {
        margin-top: 8px;
        margin-bottom: 8px;
        color: #ffffff;
    }

    .rt-login-stripe p {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
        color: #ffffff;
        padding-left: 80px;
    }

.rt-story {
    padding-left: 15px;
    padding-right: 20px;
}

.rt-color-white {
    color: #ffffff;
}

.rt-forgot-password {
    margin: 0 !important;
    color: #ffffff;
}

.rt-bg-green {
    background-color: #089c7c !important;
}

.rt-bg-green-dark {
    background-color: #116e5b;
}

.rt-padding-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.rt-padding-lr-xl {
    padding-left: 30px;
    padding-right: 30px;
}

.rt-padding-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rt-login-stripe a {
    color: #ffffff;
}

.rt-login-btn {
    padding: 0 5px;
}

.rt-btn-orange {
    color: #ffffff;
    background-color: #ea5b00;
    border-color: #c64d00;
}

    .rt-btn-orange:hover, .rt-btn-orange:focus, .rt-btn-orange:active, .rt-btn-orange.active {
        color: #fff;
        background-color: #ce5101;
        border-color: #7c3507;
    }

.rt-margin-tb-lg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rt-margin-lr-lg {
    margin-left: 20px;
    margin-right: 20px;
}

.rt-bg-gray {
    background-color: #e3e3e3;
    padding: 20px;
}

.rt-login-well {
}

    .rt-login-well h3 {
        margin-top: 10px;
    }

        .rt-login-well h3 a {
            color: #666666 !important;
        }

.rt-margin-bottom {
    margin-bottom: 40px;
}

.rt-border-right-login {
    border-right: 1px solid #98c570;
}

.rt-bg-darkgrey {
    background-color: #414141;
}

.rt-bg-lightgrey {
    background-color: #8e8e8e;
}

.rt-bg-dark2grey {
    background-color: #2b2b2b;
}

.rt-header-margin {
    margin-top: 0px;
}

.rt-margin-bottom-xs {
    margin-bottom: 0px;
}

.rt-bg-grey {
    background-color: #E9E9E9;
}

.rt-bg-grey-light {
    background-color: #F7F7F7;
}

.rt-margin-xs {
    margin: 5px 0px;
}

.rt-lable {
    margin-top: 5px;
    margin-bottom: 5px;
    /*margin-right:5px;*/
    padding: 5px;
    background-color: #f1d8a1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.rt-a-black {
    color: #000000;
}

.rt-border-left {
    border-left: 5px solid #ffffff;
}

.rt-border-right {
    border-right: 5px solid #ffffff;
}

.rt-margin-tb {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rt-treeview-header {
    background-color: #ccc;
    padding: 5px 0px;
}

.rt-text-shadow {
    -ms-text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.rt-text-shadowd {
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.rt-bottom-border-green {
    border-bottom: 2px solid #116e5a;
}

.rt-signup-step {
    background-color: #fbab49;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: -2px 10px 0 -5px;
    position: relative;
    text-align: center;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    width: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.rt-work-step {
    background-color: #ffffff;
    color: #ea5b00;
    height: 150px;
    line-height: 150px;
    position: relative;
    text-align: center;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    width: 150px;
    font-size: 10em;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #ddd;
}

.rt-btn-orange {
    color: #fff;
    background-color: #ea5b00;
    border-color: #b85211;
}

    .rt-btn-orange:hover, .rt-btn-orange:focus, .rt-btn-orange:active, .rt-btn-orange.active, {
        color: #fff;
    }

.rt-shadow-login {
    -webkit-box-shadow: 3px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 0px 5px 1px rgba(0,0,0,0.75);
    -ms-box-shadow: 3px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 3px 0px 5px 1px rgba(0,0,0,0.75);
}

.rt-contact-us h3 {
    margin-top: 0px;
}
/* footer menu style
___________________________________________________*/

.rt-footer-menu > ul {
    display: inline;
}

.rt-footer-menu > ul > li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
}

.rt-footer-menu > ul > li > a {
color: #333 !important;
}

.rt-footer-menu > a {
    color: #333 !important;
    padding-left: 20px;
}
/* footer menu style ends
___________________________________________________*/


/* pricing style
___________________________________________________*/

.rt-plans {
    -webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    -ms-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #fff;
    border: 1px solid #d2d2d2;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

    .rt-plans .head {
        -ms-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .rt-plans .head h3 {
            margin: 0px;
            padding: 10px 0px;
            background-color: #116352;
            color: #fff;
            -ms-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -ms-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }
        .rt-plans ul li h4{
            padding:0px;
            margin:0px;
        }

    .rt-plans ul {
        list-style-type: none;
        padding: 20px 20px 10px 20px;
        margin-top: 2px;
    }

        .rt-plans ul li {
            line-height: 22px;
            font-size: 14px;
            font-weight: 400;
        }

    .rt-plans .price .dollar {
        font-size: 26px;
    }

    .rt-plans .price .small {
        font-size: 16px;
    }

    .rt-plans .price .medium {
        font-size: 30px;
    }

    .rt-plans .price .larg {
        font-size: 55px;
    }

.rt-light-green {
    color: #4b9f5d;
}

.rt-md-green {
    color: #089b7c;
}

.rt-btn-greenmd {
    color: #fff;
    background-color: #089b7c;
    border-color: #05735c;
}

    .rt-btn-greenmd:hover, .rt-btn-greenmd:focus, .rt-btn-greenmd:active, .rt-btn-greenmd.active {
        color: #fff;
        background-color: #05735c;
        border-color: #04604d;
    }

.rt-btn-greenlt {
    color: #fff;
    background-color: #4b9f5d;
    border-color: #27983f;
}

    .rt-btn-greenlt:hover, .rt-btn-greenlt:focus, .rt-btn-greenlt:active, .rt-btn-greenlt.active {
        color: #fff;
        background-color: #27983f;
        border-color: #007f1b;
    }

.rt-price-shadow {
    background-image: url(../images/price-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.rt-btn-lg-center {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}
/* pricing style ends
___________________________________________________*/


/* overwriet style
___________________________________________________*/
.carousel-indicators .active {
    background-color: #ce5101 !important;
}
/* overwriet style ends
___________________________________________________*/

.rt-search-bar .k-autocomplete .k-input {
    height: 26px;
    line-height: 24px;
}

.rt-search-bar .k-autocomplete {
    width: 100%;
}

.rt-search-bar .navbar-form {
    width: 100%;
}

.rt-investor-config .k-widget {
    border: none;
}

.rt-result-pnbtn .k-pager-wrap {
    background-image: none, linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 100%) !important;
}

.rt-result-pnbtn .k-grid-pager {
    border-width: 0px !important;
}

.rt-table-header .k-widget {
    border-color: #f9f9f9 !important;
}

.rt-table-header .k-grid-header {
    background-image: none, linear-gradient(to bottom, #f6f6f6 0, #f6f6f6 100%) !important;
}

.rt-table-header .k-grid-header {
    display: none !important;
}

.rt-table-header .k-pager-wrap {
    display: none !important;
}

.rt-result-table .table > tbody > tr > td {
    padding: 0px !important;
}

.rt-tree-menu .k-state-selected, .k-button:active {
    background-color: #f1c668 !important;
}

.rt-disable-div {
    cursor: not-allowed;
    pointer-events: none;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*old file style
---------------------*/
.rt-innergrid .rt-content-bg {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.rt-kendo-dropdown .k-header {
    width: 100% !important;
    background-color: #ffffff !important;
}

.rt-kendo-dropdown .form-control {
    padding: 0px !important;
}

.rt-kendo-datepicker .form-control {
    padding: 0px !important;
}

.rt-kendo-datepicker .k-picker-wrap .k-select {
    padding: 0px;
}

.rt-kendo-datepicker .k-picker-wrap .k-input {
    height: 32px;
    line-height: 32px;
}

.rt-upload-btn .k-upload-button {
    width: 100px;
}

.rt-upload-btn .k-dropzone {
    padding: 5px !important;
}

    .rt-upload-btn .k-dropzone em {
        display: none !important;
    }

.rt-padding-null {
    padding: 0px !important;
}

.rt-kendo-numtext .k-numeric-wrap .k-input {
    line-height: 34px;
    height: 34px;
}

.rt-padding-bottom-xs {
    padding-bottom: 5px !important;
}
/*old file style
---------------------*/
/* list style
___________________________________________________*/

.rt-prg-list {
    background-color: #e9e9e9;
    padding: 10px;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    /*height: 250px !important;*/
    overflow-y: scroll;
    /*min-height: 250px;*/
    border: 1px solid #C5C5C5;
}
.rt-prg-list .k-widget{
    background-color: #e9e9e9;
}

.rt-prg-list ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.rt-prg-list ul li {
    padding: 5px;
    border-bottom: 1px solid #ffffff;
}

.rt-prg-list ul li:hover {
    background-color: #f1d8a1;
}

.rt-prg-list ul li.active {
    background-color: #f1d8a1;
    background:;
}

.rt-error-msg {
    font-size: 16px;
    padding-right: 10px;
}

.rt-form-signin {
    max-width: 318px;
    margin-left: auto;
    margin-right: auto;
}

.rt-form-signin a {
    color: #ffffff;
}

.rt-prg-list label.k-checkbox-label {
    font-weight: normal !important;
}

.rt-form-email a {
    color: #000000;
}

.rt-form-signin .rt-form-signin-heading, .rt-form-signin {
    margin-bottom: 10px;
}

.rt-form-signin input[type="text"], .rt-form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.k-numeric-wrap.k-state-default:before {
    content: none !important;
}

.keyword-header {
    padding-left: 0;
}

.keyword-step-indicator {
    margin-top: 26px;
    background-color: #116352;
    color: #FFFFFF;
}

.keywordLoader {
    margin-top: -25px;
    width: 100%;
    position: relative;
}

#keywordLoader {
    margin: auto;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 10px;
    width: 90%;
    height: 40px;
    background-color: #116e5b;
    border-radius: 10px;
    color: #ffffff;
    z-index: 99999;
    opacity: 0.6;
}

#keywordLoaderText {
    margin: auto;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    height: 40px;
    color: #ffffff;
    z-index: 999999;
}

.search-sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #116e5b;
    height: 57px;
    padding: 10px;
    padding-right: 150PX;
}

@media screen and (orientation:portrait) {
    .element-portrait-mode {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: white;
    }

    .element-font-10vw {
        padding-left: 15px;
        padding-right: 15px;
        color: #116e5b;
        font-size: 26px;
    }

    .turn-phone-img {
        margin-top: 40px;
    }

    .element-landscape-mode {
        display: none;
    }

    .mobile-experience-popup {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (orientation:landscape) {
    .element-portrait-mode {
        display: none;
    }

    .element-landscape-mode {
        display: inherit;
    }
}

@media only screen and (min-height : 1000px) {
    .element-portrait-mode {
        display: none;
    }

    .element-landscape-mode {
        display: inherit;
    }
}

@media (min-width: 768px) {
    .rt-top-body-margin {
        margin-top: 112px;
    }
}

@media (max-width: 768px) {
    .outlier-search {
        margin-left: 0px !important;
    }

    #trt-dashboard-bg {
        display: none;
    }

    .keyword-master-list {
        font-size: 14px;
    }

    .rt-padding-null {
        margin-left: 10px;
    }

    #search-rule-text-button {
        margin-left: 55px;
    }

    .form-group {
        margin-left: 10px;
        width: 100%
    }

    #keyword-container {
        width: 92.25%;
    }
    #rt-main-footer {
        margin-bottom: 40px;
    }

}

@media (min-width: 1536px) and (device-aspect-ratio: 3/4) {
    .search-sticky-bottom ul {
        width: 53% !important;
        margin-left: 35% !important;
    }
}

@media (min-width: 2048px) and (device-aspect-ratio: 4/3) {
    .search-sticky-bottom ul {
        width: 53% !important;
        margin-left: 35% !important;
    }
}



@media (min-width: 1175px) and (max-width:1449px) and (device-aspect-ratio: 8/5) {
    .search-sticky-bottom ul {
        width: 53% !important;
        margin-left: 38% !important;
    }
}

@media (min-width: 1175px) and (max-width:1449px) and (device-aspect-ratio: 16/9) {
    .search-sticky-bottom ul {
        width: 53% !important;
        margin-left: 38% !important;
    }
}

@media (min-width: 1000px) and (max-width:1174px) and (device-aspect-ratio: 8/5) {
    .search-sticky-bottom ul {
        width: 50% !important;
        margin-left: 36% !important;
    }
}

@media (min-width: 1000px) and (max-width:1174px) and (device-aspect-ratio: 16/9) {
    .search-sticky-bottom ul {
        width: 50% !important;
        margin-left: 36% !important;
    }
}

@media (min-width: 735px) and (max-width:999px) and (device-aspect-ratio: 8/5) {
    .search-sticky-bottom ul {
        width: 50% !important;
        margin-left: 35% !important;
    }
}

@media (min-width: 735px) and (max-width:999px) and (device-aspect-ratio: 16/9) {
    .search-sticky-bottom ul {
        width: 50% !important;
        margin-left: 35% !important;
    }
}

@media (max-width:734px) and (device-aspect-ratio: 16/9) {
    .search-sticky-bottom ul {
        width: 30% !important;
        margin-left: 1% !important;
    }
}

@media (max-width:734px) and (device-aspect-ratio: 8/5) {
    .search-sticky-bottom ul {
        width: 30% !important;
        margin-left: 1% !important;
    }
}


#search-button-sticky {
    position: fixed;
    bottom: 11px;
    right: 125px;
    width: 20px;
    margin-top: 9px;
}

@media (max-width:734px) {
    .search-sticky-bottom ul {
        width: 0% !important;
        margin-left: 0% !important;
        display: none;
    }

    .search-sticky-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        background-color: #8e8e8e;
        height: 57px;
    }

    #search-button-sticky {
        position: fixed;
        bottom: 11px;
        padding-right: 40px;
        left: 20px;
        width: 100%;
    }

    #search-rule-text-button-sticky {
        width: 100%;
    }
}



.search-page-scroll-padding {
    padding-bottom: 250px;
}

.form-signin a {
    color: #ffffff;
}

.popover-title {
    background-color: #ea5b00 !important;
    color: #ffffff !important;
}

.rt-kendo-fulwidth .k-autocomplete {
    width: 100%;
}

.rt-tc-list li {
    list-style: none;
    padding: 5px;
}

.popover-content {
    background-color: #F1F1F1;
}
/* list style
___________________________________________________*/
/* serch page menu*/
.rt-src-menu {
}

    .rt-src-menu h4 {
        margin-bottom: 3px;
    }

    .rt-src-menu .nav > li > a:hover, .rt-src-menu .nav > li > a:focus {
        text-decoration: none;
        background-color: #ffffff;
        color: #116352;
    }

    .rt-src-menu .navbar-nav > li > a {
        padding: 5px !important;
    }

    .rt-src-menu .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

.dropdown-menu {
    z-index: 2000 !important;
}

.rt-btn-center {
    max-width: 200px;
    margin: 0px auto;
}

.rt-disclaimer {
    max-height: 300px;
    overflow-y: scroll;
}

.rt-bg-litgreen {
    background-color: #9dca75;
    color: #ffffff;
    border: 1px solid #66834b;
}

.rt-howworks-list {
}

.rt-howworks-list {
}

    .rt-howworks-list li {
        list-style: none;
        margin-bottom: 10px;
    }
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 72px;
}

#rt-main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 52px;
}

/* Sticky footer styles ends
-------------------------------------------------- */
/* serch page menu ends*/
.rt-report-prob a {
    color: #00604B !important;
}

.rt-report-prob-fields .form-control {
    background-color: #fafafa;
}

.rt-report-prob-mgs p {
    color: #008064;
}

    .rt-report-prob-mgs p a span {
        color: #D50000;
    }

.rt-color-orange {
    color: #ea5b00;
}

.rt-grid-header h2 {
    margin: 0px;
}

.rt-invest-config .panel-heading {
    padding: 5px 10px !important;
    color: #fff !important;
    background-color: #116e5a !important;
}

.modal-header {
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.rt-btn-orange-grey {
    color: #5D5D5D;
    background-color: #E8E8E8;
    border-color: #c46b00;
    font-size: 12px;
}

    .rt-btn-orange-grey:hover {
        color: #fff;
        background-color: #F28400;
        border-color: #c46b00;
    }

    .rt-btn-orange-grey:active, .rt-btn-orange-grey.active, .open .dropdown-toggle.rt-btn-orange-grey {
        color: #fff;
        background-color: #DA7700;
        border-color: #c46b00;
    }

.rt-width-200 {
    width: 200px;
}
/*   RT Reports starts   */
.rt-report-tab .nav-tabs.nav-justified > li > a {
    color: #525252;
}

.rt-report-tab ul li a {
    color: #404040;
}

.mb-tab-link a {
    color: #486a8c;
    font-weight: bold;
}

#idletimeoutwindow .k-window {
    max-width: 330px !important;
}

#timeout-dialog .timeout-header {
    background-color: #089c7c;
    color: #fff;
    padding: 10px;
}

#timeout-dialog .timeout-body {
    width: 330px;
    float: right;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 30px;
}

#cookiedisabledwindow .k-window {
    max-width: 330px !important;
}

#cookiedisabled-dialog .cookiedisabled-header {
    background-color: #089c7c;
    color: #fff;
    padding: 10px;
}

#cookiedisabled-dialog .cookiedisabled-body {
    width: 330px;
    float: right;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 30px;
}

#unsubscribewindow .k-window {
    max-width: 330px !important;
}

#unsubscribe-dialog .unsubscribe-header {
    background-color: #089c7c;
    color: #fff;
    padding: 10px;
}

#unsubscribe-dialog .unsubscribe-body {
    width: 330px;
    float: right;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 30px;
}

.faq-accordion .panel-group .panel {
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}

.faq-accordion .panel-heading {
    background-color: #F9F9F9 !important;
    border: 1px solid #CFCFCF !important;
    color: #3A3A3A !important;
}

.faq-accordion .panel-default a {
    color: #3A3A3A !important;
}

.faq-accordion .panel-heading {
    padding: 10px 15px !important;
}

.faq-accordion .panel-title {
    font-size: 17px;
    line-height: 25px;
}

.faq-accordion .panel-body {
    color: #606060;
}

    .faq-accordion .panel-body p {
        border-bottom: 1px dashed #B9B9B9;
        padding-bottom: 10px;
    }

.faq-accordion .panel {
    border: none !important;
}

.rt-accordion-plus {
    display: none; /*right: 10px;
	font-size: 30px;
	color: #ccc;
	top: -34px;*/
}

.rt-accordion-minus {
    display: block; /*right: 10px;
	font-size: 30px;
	color: #ccc;
	top: -34px;*/
}

.collapsed .rt-accordion-plus {
    display: block;
}

.collapsed .rt-accordion-minus {
    display: none;
}

#timeout-dialog .timed-out-img {
    background-image: url("../images/timedout-alert.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 80px;
    height: 80px;
    float: left;
}
/*Bulletin page starts*/
.rt-report-tab .nav-tabs.nav-justified > li > a {
    color: #525252;
}

.mb-tab-link a {
    color: #486a8c;
    font-weight: bold;
}

.rt-report-tab .nav-tabs > li.active > a, .rt-report-tab .nav-tabs > li.active > a:hover, .rt-report-tab .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #486a8c !important;
    border: 1px solid #566963;
    border-bottom-color: transparent;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -ms-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);
    background-color: #768d87;
}
/*Bulletin page ends*/

/*t&c style*/
.rt-terms-list ol {
    counter-reset: item;
}

    .rt-terms-list ol li {
        display: block;
        position: relative;
    }

        .rt-terms-list ol li:before {
            content: counters(item, ".")".";
            counter-increment: item;
            position: absolute;
            margin-right: 100%;
            right: 10px; /* space between number and text */
        }

.rt-disabled {
    cursor: not-allowed !important;
}

.rt-dissearch {
    cursor: not-allowed !important;
    background-color: #ffffff;
}

@media (max-width:1060px) {
    .rt-font-sm {
        font-size: 10px;
    }
}

@media (max-width:1070px) {
    .rt-select-investor-font-sm {
        font-size: 11px;
    }

    .rt-search-again-font {
        font-size: 11px;
    }
}

@media (max-width:955px) {
    .rt-search-again-font {
        font-size: 9px;
    }
}

@media (max-width:1250px) {
    #fresher-helper img {
        margin-top: 50px;
    }
}

@media (max-width:990px) {
    #fresher-helper img {
        margin-top: 180px;
    }
}

.rt-free-trial-img {
    max-width: 195px;
    max-height: 195px;
}

@media (max-width:970px) {
    .rt-free-trial-img {
        max-width: 130px;
        max-height: 130px;
    }
}
/*right slider css********************/
ul#opt-right-slider {
    position: fixed;
    margin: 0px;
    padding: 0px;
    bottom: 100px;
    right: 0px;
    list-style: none;
    z-index: 9999;
}

    ul#opt-right-slider li {
        width: 150px;

    }
    ul#opt-right-slider li:first-child {
        margin-bottom:5px;
    }

        ul#opt-right-slider li a.opt-slider-facebook {
            /*background-image: url(~/Content/Default/images/facebook_icon.png);
            background-repeat: no-repeat;
            background-position: center left;*/
            background-color: #5073b5;
        }

        ul#opt-right-slider li a.opt-slider-linkedin {
            background-image: url(/Content/Default/images/linkedin_icon.png);
            background-repeat: no-repeat;
            background-position: center left;
            background-color: #379bc7;
        }

        ul#opt-right-slider li a {
            display: block;
            margin-left: 0px;
            width: 150px;
            height: 32px;
            color: #fff;
            text-decoration: none;
            -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
            /*background-color:#CFCFCF;
         background-repeat:no-repeat;
         background-position:center center;
         border:1px solid #AFAFAF;
         -moz-border-radius:0px 10px 10px 0px;
         -webkit-border-bottom-right-radius: 10px;
         -webkit-border-top-right-radius: 10px;
         -khtml-border-bottom-right-radius: 10px;
         -khtml-border-top-right-radius: 10px;
        -moz-box-shadow: 0px 4px 3px #000;
         -webkit-box-shadow: 0px 4px 3px #000;
         */
        }

            ul#opt-right-slider li a span {
                line-height: 32px;
                margin-left: 40px;
            }

.content h1 {
}

.quotes {
    padding: 20px;
    margin-top: 30px;
    background-image: url(../images/bg_transparent.png);
    background-position: left top;
    background-repeat: repeat;
}

.list-inline > li.active {
    font-weight: bold;
}
/*right slider css********************/

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-slider-disc {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 13px;
    margin-left: 85px;
    color: #8E8E8E !important;
}

#rt-promo {
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #089c7c;
    border-bottom: 3px solid #292929;
}

#min-promo img {
    position: absolute;
    right: 45px;
    top: 4px;
}

#clear-promo img {
    position: absolute;
    right: 5px;
    top: 4px;
}

#exp-promo1 {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 10px;
    display: none;
}

#exp-promo img {
    position: absolute;
}

.navbar-toggle .icon-bar {
    background-color: #089c7c;
}

.rt-login-nav .nav > li > a:hover, .rt-login-nav .nav > li > a:focus, .rt-login-nav .nav > li.active > a {
    border-top: 2px solid #F75C0E;
    background-color: #F9F9F9;
}
.rt-login-nav .nav > li{
    margin-left: 5px;
}
.well{
    border-radius: 0px;
    webkit-box-shadow: none;
    box-shadow: none;
}

.rt-trade-mark {
    vertical-align: text-top;
    font-size: 19px;
}

.rt-free-trial-wrap {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}

.rt-hiw-tab .nav-tabs {
    border-bottom: none;
}

    .rt-hiw-tab .nav-tabs > li > a {
        border-radius: 0px;
    }

    .rt-hiw-tab .nav-tabs > li.active > a, .rt-hiw-tab .nav-tabs > li.active > a:hover, .rt-hiw-tab .nav-tabs > li.active > a:focus {
        border-bottom: 2px solid #ea5b00;
        background-color: #089c7c;
        color: #fff;
    }

.rt-hiw-tab a {
    color: #777777;
    font-size: 16px;
}

.rt-howworks-list li img {
    margin-right: 20px;
    width: 10px;
    height: 10px;
}

.rt-modal .modal-header {
    background-color: #089c7c;
    margin-bottom: 0px;
    color: #ffffff;
}

.rt-modal .modal-footer {
    padding: 10px 20px 10px;
    margin-top: 0px;
}

.opt-slider {
    overflow: hidden;
    position: relative;
    height: 190px;
    margin: 0;
}

    .opt-slider .inner {
        position: absolute;
        height: 190px;
        left: 0;
    }

.opt-slider-cont {
    float: left;
}

.opt-slider-person {
    widtH: 100px;
    height: 57px;
}

    .opt-slider-person.selected {
    }

.opt-person-text {
    display: none;
}

    .opt-person-text.selected {
        display: block;
    }

.opt-arrow-left {
    position: absolute;
    left: 0px;
    z-index: 10;
    top: 40px;
}

.opt-arrow-right {
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 40px;
}

.mb-video-text {
    display: none;
}

    .mb-video-text.selected {
        display: block;
    }


.rt-admin-logo {
    max-width: 200px;
    margin-top: 5px;
    max-height: 100%;
}

.rt-logout-menu li {
    border-right: 1px solid #ddd;
}

    .rt-logout-menu li a {
        color: #666666;
    }

.rt-subscribe-btn {
    min-width: 185px;
}

@media (max-width:1200px) {
    .rt-subscribe-btn {
        min-width: 150px;
    }
}

@media (max-width:992px) {
    .rt-subscribe-btn {
        min-width: 110px;
    }
}

.rt-curve-textbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: fafafa;
}
.rt-temp-border {
	margin-bottom: 3px;
}
.k-loading {
	background-size: 28px 28px;
}
.rt-temp-text {
	margin: 0px;
	padding: 5px;
	color: #ffffff;
	background-color: #E2BF71;
}
#WdAddIdnts, #WdAddAgns {
	width: 800px !important;
	overflow-x: hidden !important;
}
.rt-nav-form {
	color: #fff;
}
.rt-nav-form .k-autocomplete {
	width: 100%;
	-ms-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-ms-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.rt-nav-form .form-control {
	height: 31px;
}
.rt-ia-loggle .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	-ms-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 5px;
	max-width: 100%;
}
.rt-ia-loggle .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	-ms-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	max-width: 100%;
}
#div-left-side {
	height: 750px;
}
#fresher-helper img {
	max-width: 100%;
	max-height: 100%;
}
.rt-richtext-left{
	width:93%;
	float:left;
	padding-right: 5px;
}
.rt-richtext-right{
	width:7%; float:right; padding-left: 5px; font-size: 23px; color:#089c7c;
}
.rt-convert-8to12 .form-group{
	margin-bottom: 0px;
}
.rt-convert-8to12 .form-group .col-sm-8, .rt-convert-8to12 .form-group .col-md-8{
	width: 100%;
}
.rt-kendo-datepicker .k-datepicker{
	width: 100%;
}
.rt-add-popup-control .form-group{
	padding-right: 0px;
	width:94%;
	float: left;
}
.rt-add-popup-control .form-group .col-sm-8{
	width: 100%;
	padding-right: 0px;
}

/*Side bar*/
a {
	outline: none;
}
a:active {
	outline: none;
}
.sideBar {
	text-align: left;
	z-index: 100;
}
.sideBarContents {
	z-index: 1000;
}
.sideBarContents h3 {
	color: #FFFFFF;
	font-family: arial;
	margin: 10px 10px 10px 10px;
	font-weight: bold !important;
}
.sideBarContents h2 span {
	font-size: 125%;
	font-weight: normal !important;
}
/*.sideBarContents ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sideBarContents li {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	border-bottom: 1px dotted #fff;
}
.sideBarContents li a {
	width: 100%;
}
.sideBarContents li a:link, .sideBarContents li a:visited {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 100%;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
.sideBarContents li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}*/
.sideBarTab {
	float: left;
	height: 135px;
	width: 35px;
    background-color: #126354;
    webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.sideBarTab img {
	border: 0px solid #FFFFFF;
}
a.sideBarTab span {
    color: #fff;
    font-size: 19px;
    padding: 4px 6px;
    text-decoration:none;
}
.sidebar-pluse{
    display:none;
}
.sidebar-minus{
    display:block;
}
.sideBarExpand .sidebar-pluse{
    display:block;
}
.sideBarExpand .sidebar-minus{
    display:none;
}
.sideBarContents {
	overflow: hidden !important;
	width: 200px;
	height: 220px;
	background-color: #E9E9E9;
}
#sideBarContentsInner {
	width: 400px;
	min-height: 440px;
	padding:0px;
}
#sideBar1 {
	position: fixed;
	width: auto;
	height: auto;
	top: 161px;
	left: 0px;
	background-position: top left;
	background-repeat: repeat-y;
    z-index: 2000;
}
#sideBarContents1 {
	position: fixed;
	width: auto;
	height: 410px !important;
	min-height: 162px;
	top: 161px;
	left: 0px;
	background-position: top left;
	background-repeat: repeat-y;
	webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#sideBar2 {
	position: absolute;
	width: auto;
	height: auto;
	top: 105px;
	right: 0px;
	background-position: top left;
	background-repeat: repeat-y;
}
#sideBarContents2 {
	position: absolute;
	width: auto;
	height: auto;
	min-height: 162px;
	top: 105px;
	right: 0px;
	background-position: top left;
	background-repeat: repeat-y;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
}
#sideBar3 {
	position: absolute;
	width: auto;
	height: auto;
	top: 256px;
	right: 0px;
	background-position: top left;
	background-repeat: repeat-y;
}
#sideBarContents3 {
	position: absolute;
	width: auto;
	height: auto;
	top: 105px;
	right: 0px;
	background-position: top left;
	background-repeat: repeat-y;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
}
#sideBar4 {
	position: absolute;
	width: auto;
	height: auto;
	top: 105px;
	left: 0px;
	background-position: top left;
	background-repeat: repeat-y;
}
#sideBarContents4 {
	position: absolute;
	width: auto;
	height: auto;
	min-height: 162px;
	top: 105px;
	left: 0px;
	background-position: top left;
	background-repeat: repeat-y;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
}
.reminder-tabpanel > .nav-pills > li.active > a, .reminder-tabpanel > .nav-pills > li.active > a:hover, .reminder-tabpanel > .nav-pills > li.active > a:focus {
	color: #32b38c;
	background-color: #fff;
}
.reminder-tabpanel > .nav > li > a {
	margin: 0px 10px;
	color: #fff;
	font-weight: bold;
}
ul.mb-sidebar-ul {
	padding-left: 0px;
	margin: 10px 0px;
	height: 335px;
	overflow-y: hidden;
}
ul.mb-sidebar-reminder h4 {
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #00A573;
}
ul.mb-sidebar-alert h4 {
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: rgb(0, 125, 161);
}
ul.mb-sidebar-ul > li {
	padding: 5px 10px;
	border-bottom: 1px dotted #fff;
	list-style: none;
}
ul.mb-sidebar-ul > li > a {
	color: #fff;
}
/*Side bar ends*/


.rt-search-head > .navbar{
    min-height: 40px;
}
.rt-search-head .navbar-brand{
    height: 40px;
    padding: 0px 15px !important;
}
.nav-tabs.rt-home-tab > li.active > a, .nav-tabs.rt-home-tab > li.active > a:hover, .nav-tabs.rt-home-tab > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #116e5a;
    border-color: #116E5A;
}
.rt-home-tab > li > a {
    border-radius: 0px;
    color: #116e5a;
}
.mb-grid .k-header, .mb-grid .k-grid-header {
    background-color: #F1C668 !important;
    background-image: none !important;
}
.mb-grid .k-grid-header .k-header > .k-link {
    font-weight: bold;
}
.mb-grid .k-header, .mb-grid .k-grid td, .mb-grid .k-widget{
    border-color: #B48A2C !important;
    border-top: 1px solid;
}
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    IE10+ specific styles go here
   .k-editor-toolbar li{
       display: inline-block;
   }
}*/

.k-editor-toolbar li{
    display: inline-block !important;
}

.hyphenate {
  white-space: pre-line; /* css-3 */
    white-space: -moz-pre-line; /* Mozilla, since 1999 */
    white-space: -pre-line; /* Opera 4-6 */
    white-space: -o-pre-line; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
}

.rt-search-again-btn{
    background-color: #116e5a;
    color: #fff;
    border: 1px solid #fff;
}
a.sideBarTab h4 {
    color: #fff;
    margin: 3px 0px 0px 9px;
    font-weight: bold;
}
#grdUniqueIdentifiers, #grdAgencySearchRules, #grdAgencyRules, #grdInvRules, #internalPolicyInvestorGrid{
    overflow-x: auto;
}
.rt-login-nav .navbar-nav > li > a{
    line-height:25px;
    border-top: 2px solid #FFFFFF;
}
.rt-search-head a{
    color: #fff !important;
}

.investor-mobile-rule th, .agency-mobile-rule th {
    padding: 0 !important;
}

.investor-mobile-rule h4, .agency-mobile-rule h4 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.investor-mobile-rule tbody td p, .agency-mobile-rule tbody td p {
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 0;
}

.investor-mobile-rule tbody div, .agency-mobile-rule tbody div {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .persist-header.floatingHeader h2 a {
        display: none !important;
    }

    .persist-header.floatingHeader {
        top: 50px;
    }

    .persist-header.floatingHeader h2 {
        padding-left: 15px !important;
    }

    #search-suggestions {
        margin-left: -20px;
        margin-right: -10px;
    }

    .keyword-step {
        margin-top: -20px;
        margin-left: -7px;
    }

    #keyword-container {
        margin: 0 0 0 25px !important;
    }

    #app-body #rt-main-header {
        position: fixed !important;
        z-index: 99999;
        width: 100vw;
        background-color: #FFFFFF;
        border: none;
        border-bottom: solid 4px #00604b;
        overflow: hidden;
    }

    #app-body #body section {
        padding-top: 60px;
    }

    #subscription-layout .step-item {
        width: 90vw;
    }

    #subscription-layout .step-image img {
        width: 90vw;
    }

    #subscription-layout #what-is-rt-desc .well {
        background-color: #FFFFFF;
    }

    #subscription-layout .navbar {
        position: fixed !important;
        z-index: 99999;
        width: 100vw;
        background-color: #FFFFFF;
        border: none;
        border-bottom: solid 4px #00604b;
        overflow: hidden;
    }

    #subscription-layout #subscription-body {
        margin-top: 60px !important;
    }

    body .content-wrapper {
        width: 100vw;
        overflow-x: hidden;
    }

    .rt-result-header {
        text-align: center;
    }

    .inv-accordion .panel {
        border-radius: 0 !important;
    }

    .inv-accordion .panel:nth-of-type(even) .panel-heading {
        border-radius: 0 !important;
        background-color: #00604b;
    }

    .inv-accordion .panel-heading {
        border-radius: 0 !important;
        background-color: #008064;
    }

    .inv-accordion .panel-heading h4 {
        color: #FFFFFF !important;
    }

    .agency-mobile-rule th h4 {
        background-color: #008064;
        color: #FFFFFF;
        padding: 10px;
    }

    #agency-to-agency-mobile tr td {
        padding: 10px !important;
    }

    #home.tab-pane {
        width: 100vw;
    }

    .rt-ia-loggle {
        margin-bottom: 20px;
    }

    .rt-ia-loggle label {
        float: left !important;
        width: 44vw !important;
        border-radius: 0 !important;
    }

    .rt-prg-list {
        height: auto !important;
        margin-bottom: 10px;
    }

    .rt-prg-list li:last-of-type {
        border-bottom: none;
    }

    #rt-search-tabs {
        width: 100vw;
    }

    #rt-search-tabs ul {
        width: 100vw;
        border-bottom: none;
    }

    #rt-search-tabs ul li {
        width: 100vw;
    }

    #profile {
        width: 100vw;
    }

    .container-fluid {
        padding-right: 0 !important;
    }

    .investor-mobile-rule-div {
        padding: 0 !important;
    }

    .investor-mobile-rule-div .panel h4 {
        color: #000000;
        font-size: 12pt;
        padding: 10px 0;
        text-transform: capitalize;
    }

    .investor-mobile-rule-div .panel {
        margin-bottom: 20px;
    }

    .investor-mobile-rule-div .panel .panel-body table {
        margin-bottom: 0;
    }

    .investor-mobile-rule-div .panel .panel-body {
        padding: 5px;
    }

    .row.mobile-row {
        margin-right: 0 !important;
    }

    .ruletoolsearch-right{
        width: 100%;
        float: left;
    }

    .rt-result-table {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 10px;
        margin-left: 0 !important;
        border-left: 0 !important;
    }

    .rt-result-header {
        margin-left: 0 !important;
    }

    .rt-result-table .k-grid {
        border: none;
    }

    #topPager {
        position: fixed;
        width: 100%;
        overflow: hidden;
        bottom: 0;
        left: 0;
        z-index: 9999;
    }

    #topPager .k-link.k-pager-first,#topPager .k-link.k-pager-last {
        display: none;
    }

    #topPager .k-link:nth-of-type(2) {
        width: 40%;
        color: #005443;
    }

    #topPager .k-link:nth-of-type(2):after {
        content: '\00a0 Previous Rule\00a0 \00a0 '
    }

    #topPager .k-link:nth-last-of-type(2) {
        margin-left: 0 !important;
        float: right;
        width: 40%;
        margin-right: 10px;
        color: #005443;

   }

    #topPager .k-link:nth-last-of-type(2):before {
        content: '\00a0 \00a0 Next Rule\00a0 '
    }
}

@media (max-width: 989px) {
    .rt-result-table {
        padding-left: 40px;
    }
    .rt-result-header {
        margin-left: 31px;
    }
}

@media (min-width: 990px) {
    .rt-result-table {
        padding-left: 40px;
    }

    .rt-result-header {
        margin-left: 31px;
    }

    .ruletoolsearch-left{
        width: 20%;
        float: left;
    }

    .ruletoolsearch-right{
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
.ruletoolsearch-left{
    width: 15%;
    float: left;
}

.ruletoolsearch-right{
    width: 85%;
    float: left;
}
}

@media (min-width: 1700px) {
.ruletoolsearch-left{
    width: 14%;
    float: left;
}

.ruletoolsearch-right{
    width: 86%;
    float: left;
}
}


th.k-header.at-g1-c1 > span.k-link, th.k-header.at-g1-c1, .at-g1-c1{
    width: 80px;
}
th.k-header.at-g2-c1 > span.k-link, th.k-header.at-g3-c1 > span.k-link, th.k-header.at-g2-c1, th.k-header.at-g3-c1, .at-g2-c1, .at-g3-c1{
    width: 81px;
}
th.k-header.at-g1-c2 > span.k-link, th.k-header.at-g2-c2 > span.k-link, th.k-header.at-g3-c2 > span.k-link, th.k-header.at-g1-c2, th.k-header.at-g2-c2, th.k-header.at-g3-c2, .at-g1-c2, .at-g2-c2, .at-g3-c2{
    width: 40px;
}
th.k-header.at-g1-c4 > span.k-link, th.k-header.at-g2-c4 > span.k-link, th.k-header.at-g3-c4 > span.k-link, th.k-header.at-g1-c4, th.k-header.at-g2-c4, th.k-header.at-g3-c4, .at-g1-c4, .at-g2-c4, .at-g3-c4{
    width: 80px;
}
th.k-header.at-g1-c5 > span.k-link, th.k-header.at-g2-c5 > span.k-link, th.k-header.at-g3-c5 > span.k-link, th.k-header.at-g1-c5, th.k-header.at-g2-c5, th.k-header.at-g3-c5, .at-g1-c5, .at-g2-c5, .at-g3-c5{
    width: 90px;
}
th.k-header.at-g1-c6 > span.k-link, th.k-header.at-g2-c6 > span.k-link, th.k-header.at-g3-c6 > span.k-link, th.k-header.at-g1-c6, th.k-header.at-g2-c6, th.k-header.at-g3-c6, .at-g1-c6, .at-g2-c6, .at-g3-c6{
    width: 55px;
}
th.k-header.at-g1-c7 > span.k-link, th.k-header.at-g2-c7 > span.k-link, th.k-header.at-g3-c7 > span.k-link, th.k-header.at-g1-c7, th.k-header.at-g2-c7, th.k-header.at-g3-c7, .at-g1-c7, .at-g2-c7, .at-g3-c7{
    width: 70px;
}
th.k-header.at-g1-c8 > span.k-link, th.k-header.at-g2-c8 > span.k-link, th.k-header.at-g3-c8 > span.k-link, th.k-header.at-g1-c8, th.k-header.at-g2-c8, th.k-header.at-g3-c8, .at-g1-c8, .at-g2-c8, .at-g3-c8{
    width: 160px;
}
th.k-header.at-g1-c9, th.k-header.at-g2-c9, th.k-header.at-g3-c9, .at-g1-c9, .at-g2-c9, .at-g3-c9{
    width: 40%;
}
th.k-header.at-g1-c9 > span.k-link, th.k-header.at-g2-c9 > span.k-link, th.k-header.at-g3-c9 > span.k-link{
    width: 100%;
}



@media (min-width: 1350px) {
    th.k-header.at-g1-c1 > span.k-link, th.k-header.at-g1-c1, .at-g1-c1{
    width: 150px;
}
th.k-header.at-g2-c1 > span.k-link, th.k-header.at-g3-c1 > span.k-link, th.k-header.at-g2-c1, th.k-header.at-g3-c1, .at-g2-c1, .at-g3-c1{
    width: 151px;
}
/*th.k-header.at-g1-c9 > span.k-link, th.k-header.at-g2-c9 > span.k-link, th.k-header.at-g3-c9 > span.k-link, th.k-header.at-g1-c9, th.k-header.at-g2-c9, th.k-header.at-g3-c9, .at-g1-c9, .at-g2-c9, .at-g3-c9{
    width: 180px;
}*/
th.k-header.at-g1-c5 > span.k-link, th.k-header.at-g2-c5 > span.k-link, th.k-header.at-g3-c5 > span.k-link, th.k-header.at-g1-c5, th.k-header.at-g2-c5, th.k-header.at-g3-c5, .at-g1-c5, .at-g2-c5, .at-g3-c5{
    width: 90px;
}
th.k-header.at-g1-c8 > span.k-link, th.k-header.at-g2-c8 > span.k-link, th.k-header.at-g3-c8 > span.k-link, th.k-header.at-g1-c8, th.k-header.at-g2-c8, th.k-header.at-g3-c8, .at-g1-c8, .at-g2-c8, .at-g3-c8{
    width: 160px;
}

}

@media (min-width: 1550px) {
    th.k-header.at-g1-c1 > span.k-link, th.k-header.at-g1-c1, .at-g1-c1{
    width: 120px;
}
th.k-header.at-g2-c1 > span.k-link, th.k-header.at-g3-c1 > span.k-link, th.k-header.at-g2-c1, th.k-header.at-g3-c1, .at-g2-c1, .at-g3-c1{
    width: 121px;
}
th.k-header.at-g1-c2 > span.k-link, th.k-header.at-g2-c2 > span.k-link, th.k-header.at-g3-c2 > span.k-link, th.k-header.at-g1-c2, th.k-header.at-g2-c2, th.k-header.at-g3-c2, .at-g1-c2, .at-g2-c2, .at-g3-c2{
    width: 70px;
}
/*th.k-header.at-g1-c9 > span.k-link, th.k-header.at-g2-c9 > span.k-link, th.k-header.at-g3-c9 > span.k-link, th.k-header.at-g1-c9, th.k-header.at-g2-c9, th.k-header.at-g3-c9, .at-g1-c9, .at-g2-c9, .at-g3-c9{
    width: 220px;
}*/
th.k-header.at-g1-c5 > span.k-link, th.k-header.at-g2-c5 > span.k-link, th.k-header.at-g3-c5 > span.k-link, th.k-header.at-g1-c5, th.k-header.at-g2-c5, th.k-header.at-g3-c5, .at-g1-c5, .at-g2-c5, .at-g3-c5{
    width: 140px;
}
th.k-header.at-g1-c7 > span.k-link, th.k-header.at-g2-c7 > span.k-link, th.k-header.at-g3-c7 > span.k-link, th.k-header.at-g1-c7, th.k-header.at-g2-c7, th.k-header.at-g3-c7, .at-g1-c7, .at-g2-c7, .at-g3-c7{
    width: 75px;
}
th.k-header.at-g1-c8 > span.k-link, th.k-header.at-g2-c8 > span.k-link, th.k-header.at-g3-c8 > span.k-link, th.k-header.at-g1-c8, th.k-header.at-g2-c8, th.k-header.at-g3-c8, .at-g1-c8, .at-g2-c8, .at-g3-c8{
    width: 170px;
}

}

@media (min-width: 1750px) {
    th.k-header.at-g1-c1 > span.k-link, th.k-header.at-g1-c1, .at-g1-c1{
    width: 150px;
}
th.k-header.at-g2-c1 > span.k-link, th.k-header.at-g3-c1 > span.k-link, th.k-header.at-g2-c1, th.k-header.at-g3-c1, .at-g2-c1, .at-g3-c1{
    width: 151px;
}
th.k-header.at-g1-c2 > span.k-link, th.k-header.at-g2-c2 > span.k-link, th.k-header.at-g3-c2 > span.k-link, th.k-header.at-g1-c2, th.k-header.at-g2-c2, th.k-header.at-g3-c2, .at-g1-c2, .at-g2-c2, .at-g3-c2{
    width: 75px;
}
/*th.k-header.at-g1-c9 > span.k-link, th.k-header.at-g2-c9 > span.k-link, th.k-header.at-g3-c9 > span.k-link, th.k-header.at-g1-c9, th.k-header.at-g2-c9, th.k-header.at-g3-c9, .at-g1-c9, .at-g2-c9, .at-g3-c9{
    width: 250px;
}*/
th.k-header.at-g1-c5 > span.k-link, th.k-header.at-g2-c5 > span.k-link, th.k-header.at-g3-c5 > span.k-link, th.k-header.at-g1-c5, th.k-header.at-g2-c5, th.k-header.at-g3-c5, .at-g1-c5, .at-g2-c5, .at-g3-c5{
    width: 150px;
}
th.k-header.at-g1-c7 > span.k-link, th.k-header.at-g2-c7 > span.k-link, th.k-header.at-g3-c7 > span.k-link, th.k-header.at-g1-c7, th.k-header.at-g2-c7, th.k-header.at-g3-c7, .at-g1-c7, .at-g2-c7, .at-g3-c7{
    width: 75px;
}
th.k-header.at-g1-c8 > span.k-link, th.k-header.at-g2-c8 > span.k-link, th.k-header.at-g3-c8 > span.k-link, th.k-header.at-g1-c8, th.k-header.at-g2-c8, th.k-header.at-g3-c8, .at-g1-c8, .at-g2-c8, .at-g3-c8{
    width: 170px;
}

}

@media (min-width: 1950px) {
    th.k-header.at-g1-c1 > span.k-link, th.k-header.at-g1-c1, .at-g1-c1{
    width: 150px;
}
th.k-header.at-g2-c1 > span.k-link, th.k-header.at-g3-c1 > span.k-link, th.k-header.at-g2-c1, th.k-header.at-g3-c1, .at-g2-c1, .at-g3-c1{
    width: 151px;
}
th.k-header.at-g1-c2 > span.k-link, th.k-header.at-g2-c2 > span.k-link, th.k-header.at-g3-c2 > span.k-link, th.k-header.at-g1-c2, th.k-header.at-g2-c2, th.k-header.at-g3-c2, .at-g1-c2, .at-g2-c2, .at-g3-c2{
    width: 75px;
}
/*th.k-header.at-g1-c9 > span.k-link, th.k-header.at-g2-c9 > span.k-link, th.k-header.at-g3-c9 > span.k-link, th.k-header.at-g1-c9, th.k-header.at-g2-c9, th.k-header.at-g3-c9, .at-g1-c9, .at-g2-c9, .at-g3-c9{
    width: 300px;
}*/
th.k-header.at-g1-c4 > span.k-link, th.k-header.at-g2-c4 > span.k-link, th.k-header.at-g3-c4 > span.k-link, th.k-header.at-g1-c4, th.k-header.at-g2-c4, th.k-header.at-g3-c4, .at-g1-c4, .at-g2-c4, .at-g3-c4{
    width: 100px;
}
th.k-header.at-g1-c5 > span.k-link, th.k-header.at-g2-c5 > span.k-link, th.k-header.at-g3-c5 > span.k-link, th.k-header.at-g1-c5, th.k-header.at-g2-c5, th.k-header.at-g3-c5, .at-g1-c5, .at-g2-c5, .at-g3-c5{
    width: 170px;
}
th.k-header.at-g1-c7 > span.k-link, th.k-header.at-g2-c7 > span.k-link, th.k-header.at-g3-c7 > span.k-link, th.k-header.at-g1-c7, th.k-header.at-g2-c7, th.k-header.at-g3-c7, .at-g1-c7, .at-g2-c7, .at-g3-c7{
    width: 75px;
}
th.k-header.at-g1-c8 > span.k-link, th.k-header.at-g2-c8 > span.k-link, th.k-header.at-g3-c8 > span.k-link, th.k-header.at-g1-c8, th.k-header.at-g2-c8, th.k-header.at-g3-c8, .at-g1-c8, .at-g2-c8, .at-g3-c8{
    width: 190px;
}

}

@media (min-width: 2200px) {
    th.k-header.at-g1-c1 > span.k-link, th.k-header.at-g1-c1, .at-g1-c1{
    width: 150px;
}
th.k-header.at-g2-c1 > span.k-link, th.k-header.at-g3-c1 > span.k-link, th.k-header.at-g2-c1, th.k-header.at-g3-c1, .at-g2-c1, .at-g3-c1{
    width: 151px;
}
th.k-header.at-g1-c2 > span.k-link, th.k-header.at-g2-c2 > span.k-link, th.k-header.at-g3-c2 > span.k-link, th.k-header.at-g1-c2, th.k-header.at-g2-c2, th.k-header.at-g3-c2, .at-g1-c2, .at-g2-c2, .at-g3-c2{
    width: 75px;
}
/*th.k-header.at-g1-c9 > span.k-link, th.k-header.at-g2-c9 > span.k-link, th.k-header.at-g3-c9 > span.k-link, th.k-header.at-g1-c9, th.k-header.at-g2-c9, th.k-header.at-g3-c9, .at-g1-c9, .at-g2-c9, .at-g3-c9{
    width: 350px;
}*/
th.k-header.at-g1-c4 > span.k-link, th.k-header.at-g2-c4 > span.k-link, th.k-header.at-g3-c4 > span.k-link, th.k-header.at-g1-c4, th.k-header.at-g2-c4, th.k-header.at-g3-c4, .at-g1-c4, .at-g2-c4, .at-g3-c4{
    width: 100px;
}
th.k-header.at-g1-c5 > span.k-link, th.k-header.at-g2-c5 > span.k-link, th.k-header.at-g3-c5 > span.k-link, th.k-header.at-g1-c5, th.k-header.at-g2-c5, th.k-header.at-g3-c5, .at-g1-c5, .at-g2-c5, .at-g3-c5{
    width: 250px;
}
th.k-header.at-g1-c7 > span.k-link, th.k-header.at-g2-c7 > span.k-link, th.k-header.at-g3-c7 > span.k-link, th.k-header.at-g1-c7, th.k-header.at-g2-c7, th.k-header.at-g3-c7, .at-g1-c7, .at-g2-c7, .at-g3-c7{
    width: 75px;
}
th.k-header.at-g1-c8 > span.k-link, th.k-header.at-g2-c8 > span.k-link, th.k-header.at-g3-c8 > span.k-link, th.k-header.at-g1-c8, th.k-header.at-g2-c8, th.k-header.at-g3-c8, .at-g1-c8, .at-g2-c8, .at-g3-c8{
    width: 200px;
}

}


/*******************************************
default margin & pading css
********************************************/
.m-a-0 { margin:        0 !important; }
.m-t-0 { margin-top:    0 !important; }
.m-r-0 { margin-right:  0 !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-l-0 { margin-left:   0 !important; }
.m-x-0 { margin-right:  0 !important; margin-left:   0 !important; }
.m-y-0 { margin-top:    0 !important; margin-bottom: 0 !important; }

.m-a { margin:        10px !important; }
.m-t { margin-top:    10px !important; }
.m-r { margin-right:  10px !important; }
.m-b { margin-bottom: 10px !important; }
.m-l { margin-left:   10px !important; }
.m-x { margin-right:  10px !important; margin-left: 10px !important; }
.m-y { margin-top:    10px !important; margin-bottom: 10px !important; }
.m-x-auto { margin-right: auto !important; margin-left: auto !important; }

.m-a-xs { margin:        5px !important; }
.m-t-xs { margin-top:    5px !important; }
.m-r-xs { margin-right:  5px !important; }
.m-b-xs { margin-bottom: 5px !important; }
.m-l-xs { margin-left:   5px !important; }
.m-x-xs { margin-right:  5px !important; margin-left:   5px !important; }
.m-y-xs { margin-top:    5px !important; margin-bottom: 5px !important; }

.m-a-md { margin:        15px !important; }
.m-t-md { margin-top:    15px !important; }
.m-r-md { margin-right:  15px !important; }
.m-b-md { margin-bottom: 15px !important; }
.m-l-md { margin-left:   15px !important; }
.m-x-md { margin-right:  15px !important; margin-left:   15px !important; }
.m-y-md { margin-top:    15px !important; margin-bottom: 15px !important; }

.m-a-lg { margin:        20px !important; }
.m-t-lg { margin-top:    20px !important; }
.m-r-lg { margin-right:  20px !important; }
.m-b-lg { margin-bottom: 20px !important; }
.m-l-lg { margin-left:   20px !important; }
.m-x-lg { margin-right:  20px !important; margin-left:   20px !important; }
.m-y-lg { margin-top:    20px !important; margin-bottom: 20px !important; }

.p-a-0 { padding:        0 !important; }
.p-t-0 { padding-top:    0 !important; }
.p-r-0 { padding-right:  0 !important; }
.p-b-0 { padding-bottom: 0 !important; }
.p-l-0 { padding-left:   0 !important; }
.p-x-0 { padding-left:   0 !important; padding-right: 0 !important; }
.p-y-0 { padding-top:    0 !important; padding-bottom: 0 !important; }

.p-a { padding:        10px !important; }
.p-t { padding-top:    10px !important; }
.p-r { padding-right:  10px !important; }
.p-b { padding-bottom: 10px !important; }
.p-l { padding-left:   10px !important; }
.p-x { padding-right:  10px !important; padding-left:   10px !important; }
.p-y { padding-top:    10px !important; padding-bottom: 10px !important; }

.p-a-xs { padding:        5px !important; }
.p-t-xs { padding-top:    5px !important; }
.p-r-xs { padding-right:  5px !important; }
.p-b-xs { padding-bottom: 5px !important; }
.p-l-xs { padding-left:   5px !important; }
.p-x-xs { padding-right:  5px !important; padding-left:   5px !important; }
.p-y-xs { padding-top:    5px !important; padding-bottom: 5px !important; }

.p-a-md { padding:        15px !important; }
.p-t-md { padding-top:    15px !important; }
.p-r-md { padding-right:  15px !important; }
.p-b-md { padding-bottom: 15px !important; }
.p-l-md { padding-left:   15px !important; }
.p-x-md { padding-right:  15px !important; padding-left:   15px !important; }
.p-y-md { padding-top:    15px !important; padding-bottom: 15px !important; }

.p-a-lg { padding:        20px !important; }
.p-t-lg { padding-top:    20px !important; }
.p-r-lg { padding-right:  20px !important; }
.p-b-lg { padding-bottom: 20px !important; }
.p-l-lg { padding-left:   20px !important; }
.p-x-lg { padding-right:  20px !important; padding-left:   20px !important; }
.p-y-lg { padding-top:    20px !important; padding-bottom: 20px !important; }
/*******************************************
default margin & pading css
********************************************/

#suggestion-searching {
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 10px;

    background-image: url('../Images/loading-gif-animation.gif');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top left;
}

#suggestion-results {
    padding-left: 0;
    list-style: none !important;
    color: #FFFFFF;
}

#suggestion-results li {
    padding: 15px 5px;
    margin-bottom: 5px;
    margin-left: 0 !important;
    color: #FFFFFF;
    cursor: pointer;
}

#suggestion-results li:nth-child(odd) {
    background-color: #007f1b;
}

#suggestion-results li:nth-child(odd):hover {
    background-color: #009a1a;
}

#suggestion-results li:nth-child(even) {
    background-color: #00604b;
}

#suggestion-results li:nth-child(even):hover {
    background-color: #008443;
}

@media (max-width:736px) {
    #search-interface .form-horizontal {
        padding-left: 10px;
    }
}

@media (min-width:737px) {
    #search-interface .form-horizontal {
        padding-left: 15%;
    }
}

#show-search-interface button {
    margin-top: 5px;
    width: 100%;
    margin-left: -8px;
    border-radius: 0;
}

.search-result-item {
    padding: 20px 0;
}

.search-result-item-box a:hover {
    cursor: pointer;
}

.search-result-item h3 {
    margin-bottom: 0;
    color: #186A3B;
}

.search-result-item a {
    text-decoration: none !important;
}

.search-result-item a:hover h3 {
    color: #28B463 !important;
}

.search-result-item p {
    font-size: 10pt;
    color: #3C3C3C;
    margin-bottom: 0px;

    padding-bottom: 5px;
    border-bottom: solid 1px #D5D5D5;
}

.search-result-item p strong {
    color: #000000;
}

.search-result-item span.rule-id {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 8pt;
}

.search-result-slideout {
      padding: 0px 0;
}

.search-result-slideout-box a:hover {
    cursor: pointer;
}

.search-result-slideout h3 {
    margin-bottom: 0;
    color: #186A3B;
}

.search-result-slideout a {
    text-decoration: none !important;
}

    .search-result-slideout a:hover h3 {
        color: #28B463 !important;
    }

.search-result-slideout p {
    font-size: 8pt;
    color: #3C3C3C;
    margin-bottom: 0px;
    border-bottom: solid 1px #D5D5D5;
}

    .search-result-slideout p strong {
        color: #000000;
    }

.search-result-slideout span.rule-id {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 8pt;
}

.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
}

.agency-header {
    color: #000000;
    font-weight: bold;
    border-bottom: solid 3px #006400;
    padding: 10px 0;
}

.persist-header h2 small {
    display: none;
}

.persist-header h2 a {
    display: none;
}


.persist-header.floatingHeader h2 small {
    display: inline;
}

.persist-header.floatingHeader h2 a {
    display: inline;
    float: right;
    margin-right: 10px;
}

.persist-header.floatingHeader h2 {
    padding-left: 9.3%;
}

.persist-header.floatingHeader {
    margin-top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 3px #006400;
    background-color: #FFFFFF;
    z-index: 9999;
}

    #rule-search-result-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px;
    }

     #rule-search-result-item .k-loading {
         background-size: 28px 28px;
     }

    #rule-search-result-item div.k-treeview {
        overflow-y: hidden;
    }

    #rule-search-result-item .k-alt {
        background-color: #DBDBDB !important;
    }

    #rule-search-result-item .k-autocomplete {
        background-color: transparent !important;
        padding: 0px;
    }

    #rule-search-result-item .rt-table-first .k-grid {
        background-color: #f1c668 !important;
    }

    #rule-search-result-item .highlight {
        background-color: #FFFF88;
    }

    #rule-search-result-item .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #B48A2C;
    }

    #rule-search-result-item .rt-green-modal .modal-header {
        background-color: #116e5a;
        color: #fff;
    }

    #rule-search-result-item .rt-green-modal .modal-footer {
        padding: 10px 15px;
    }

    #rule-search-result-item .mb-grid {
        font-size: 15px;
    }

    #rule-search-result-item .sticky_column.is_stuck {
        top: 48px !important;
    }

    #rule-search-result-item .sticky_column1.is_stuck {
        position: fixed !important;
        top: 0px !important;
        bottom: auto !important;
    }

    #rule-search-result-item .sticky_column2.is_stuck {
        z-index: 999;
    }

    #investorDivDummy tbody {
        display: none;
    }

    #investorDivDummy {
        display: none;
    }

    #rule-search-result-item .sticky_column.is_stuck #investorDivDummy {
        display: block;
    }

    #rule-search-result-item .mb-grid .k-grid td {
        vertical-align: top;
    }

    #rule-search-result-item .rt-accordion.panel, .rt-accordion .panel-heading {
        border-radius: 0px;
    }

    #rule-search-result-item .rt-accordion .panel-title {
        padding: 4px 5px;
    }

    #rule-search-result-item .rt-accordion .panel-heading {
        background-color: #0D9A7D;
        border-color: #B48A2C;
    }

    #rule-search-result-item .rt-accordion a:hover, .rt-accordion a:focus, .rt-accordion a {
        text-decoration: none;
    }

    #rule-search-result-item .rt-accordion  a .panel-heading .panel-title{
        color: #fff;
        font-weight : bold;
        text-decoration: none !important;
    }

    .rule-search-result-button {
        display: block;
    }

    #rule-search-result-item .rt-accord-up {
        display: inline-block;
    }

    #rule-search-result-item .rt-accord-down{
        display: none;
    }

    #rule-search-result-item .collapsed .rt-accord-down {
        display: inline-block;
    }

    #rule-search-result-item .collapsed .rt-accord-up {
        display: none;
    }

    #investor-text-list {
        font-size: 10pt;
        color: #8e8e8e;
    }

    #rt-investortop.is_stuck {
        top: 41px !important;
    }

    #rt-investortop #investor-header {
        display: none;
    }

    #rt-investortop #accordion-header {
        display: none;
    }

    #rt-investortop.is_stuck #investor-header {
        display: inherit;
    }

    #rt-investortop.is_stuck #accordion-header {
        display: inherit;
    }

    #rule-header-text.is_stuck {
        background-color: #FFFFFF;
        position: fixed !important;
        top: 0px !important;
        bottom: auto !important;
        z-index: 999;
    }

    #rule-header-text.is_stuck #search-action-buttons {
        margin-top: 5px;
    }

    .additional-results-view {
        padding-left: 0;
    }

    .additional-results-view {
        font-size: 14pt;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .additional-results-view a {
        cursor: pointer;
        text-align: left;
    }

    .additional-results-view a small {
        font-size: 9pt;
    }
    .additional-results-view .panel-collapse {
        margin-left: 0;
        padding-left: 0;
    }

    .clean-formatting, .clean-formatting span, .clean-formatting strong, .clean-formatting a, .clean-formatting ul, .clean-formatting ul li {
        font-size: 11pt !important;
        font-family: Helvetica !important;
        font-weight: normal !important;
        background-color: #FFFFFF !important;
    }

    .clean-formatting ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .clean-formatting a {
        color: #005443 !important;
        text-decoration: underline !important;
    }

    .clean-formatting strong span, .clean-formatting strong {
        font-weight: bold !important;
    }

    .keyword-cursor {
        cursor: pointer;
    }

    .clean-formatting-agency-column {
        font-size: 11pt !important;
        font-family: Helvetica !important;
        font-weight: normal !important;
    }

    .agency-columns {
        width: 183px !important;
        font-size: 11pt !important;
        font-family: Helvetica !important;
        font-weight: normal !important;
    }

    .non-conforming-columns {
        width: 600px;
    }

    .investor-columns {
        width: 183px !important;
        min-width: 183px !important;
        font-size: 11pt !important;
        font-family: Helvetica !important;
        font-weight: normal !important;
    }



    .investor-logo-overlay {
        padding-bottom: 10px;
    }

    .agency-rule {
        text-decoration: underline;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .agency-rule-tips {
        padding-bottom: 10px;
    }

    .rule-search-hr-color {
        border-color: #fbd582;
    }

    .rule-auto-height {
        background-color: #ffffff;
        height: auto;
        max-height: 525px;
    }

    .change-text {
        color: #00a573;
        font-weight: bolder;
    }

    .rt-search-lp-icons {
        max-width: 1% !important;
    }

    .rt-ad-image {
        float: left !important;
        height: 100% !important;
        width: 15% !important;
    }

    #rule-header-text.is_stuck {
        margin-top: 0px !important;
    }

    #rule-text-background {
        padding: 10px 10px 0 10px;
        font-size: 15pt;
        background-color: #FBD582;
    }

    #rt-investortop {
        z-index: 998;
    }

    #keyword-container {
        margin-bottom: 2%;
        padding-bottom: 2%;
        margin: 0px 15px;
    }

    #search-rule-text-button {
        margin-bottom: 20px;
        font-size: 14pt;
        min-width: 100%;
    }

    #InvSection {
        position: fixed;
        margin-left: 0 !important;
    }

    #rt-program-list {
        float: left;
        position: center;
        z-index: 1000;
        height: calc(100vh - 169px);
    }

    #inv-col {
        max-width: 2px !important;
    }

@media (min-width: 1450px) and (max-width:4000px) {
    #agency-grid-height {
        max-height: 450px !important;
    }
}

@media (min-width: 1175px) and (max-width:1449px) and (device-aspect-ratio: 8/5){
    #agency-grid-height {
        max-height: 350px !important;
    }
}

@media (min-width: 1175px) and (max-width:1449px) and (device-aspect-ratio: 16/9) {
    #agency-grid-height {
        max-height: 250px !important;
    }
}

@media (min-width: 1000px) and (max-width:1174px) and (device-aspect-ratio: 8/5) {
    #agency-grid-height {
        max-height: 350px !important;
    }

    #t3t-rights {
        display: none !important;
        max-width: 0px;
    }
}

@media (min-width: 1000px) and (max-width:1174px) and (device-aspect-ratio: 16/9) {
    #agency-grid-height {
        max-height: 250px !important;
    }

    #t3t-rights {
        display: none !important;
        max-width: 0px;
    }
}

@media (max-width:999px) and (device-aspect-ratio: 8/5) {
    #agency-grid-height {
        max-height: 250px !important;
    }

    #t3t-rights {
        display: none !important;
        max-width: 0px;
    }
}

@media (max-width:999px) and (device-aspect-ratio: 16/9) {
    #agency-grid-height {
        max-height: 250px !important;
    }

    #t3t-rights {
        display: none !important;
        max-width: 0px;
    }
}

    .inv-chkbox {
        height: 20px;
        width: 20px;
        margin-top: 8px;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999 !important;
    top: 0;
    right: 0;
    /*background-color: #089c7c;*/
    background-color: #FBD582;
    opacity: 0.90;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {

    text-decoration: none;
    font-size: 25px;
    color: #006400;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.rule-identifier {
    max-width: 900px;
}

.keyword-text {
    cursor: pointer;
}

#keyword-master-list-button.glyphicon-chevron-up.main {
    padding-right: 13px;
    margin-top: 0px;
    float: left;
    margin-left: 0;
    font-size: 1.3em;
}

#keyword-master-list-button.glyphicon-chevron-down.main {
    padding-right: 13px;
    margin-top: 2px;
    margin-left: 0;
    float: left;
    font-size: 1.3em;
}

span.glyphicon-chevron-down.sub {
    font-size: 1.3em;
    padding-right: 20px;
    padding-top: 2px;
    float: left;
    font-size: 1.2em;
}

span.glyphicon-chevron-up.sub {
    font-size: 1.3em;
    padding-right: 20px;
    padding-top: 0px;
    float: left;
    font-size: 1.2em;
}

.results-panel-heading {
    padding: 5px 10px !important;
    color: #fff !important;
    background-color: #FBD582 !important;
}

#rt-layout-nav {
    position: fixed;
    margin-top: 56px;
    width: 100%;
    z-index: 999;
}

#rt-layout-welcome {
    margin-top: 30px;
}

.footer-support-icon-space {
    margin-right: 55px;
}

.rt-footer-height {
    border-right: none;
    line-height: 36px;
}

.profile-navigation-panel {
    margin: 30px !important;
    background-color: #116e5b;
    color: #ffffff;
    border-color: #116e5b;
}

.user-profile-image {
    cursor: pointer;
    width: 100%;
}

/*
    Image Cropper
*/
#photo-image-cropping-modal .modal-body div {
    width: 550px;
    height: 400px;
}

#photo-image-cropping-modal .modal-body div img {
    max-width: 100%;
    max-height: 100%;
}

.tos-section {
    margin-left: 20px;
}

.tos-sub-section {
    margin-left: 40px;
}

.margin-linkedin-logo {
    position: fixed;
    right: 128px;
    top: 0;
    margin: 0;
    padding-top: 12px;
}

.margin-linkedin-label {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding-right: 26px;
    padding-top: 9px;
}

.padding-checkbox {
    padding-left: 35px;
}

.outlier-search-title {
    font: 12px;
    color: #19a882;
}

.outlier-search {
    margin-left: -160px;
}

#outlier-rule-search-result-item .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000000;
}

.current-seller-guide-date-container {
    margin-top: 10px;
    margin-bottom: 15px;

}

.audit-tracking-header {
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.audit-tracking {
    margin-top: 15px;
    margin-bottom: 15px;
}

.outlier-rules-scrollable {
    overflow-x: scroll;
}

#conversation-results h4:not(:first-of-type) {
    padding: 15px 0 5px 0;
}

#conversation-results h4 {
    font-weight: bold;
    font-size: medium;
    padding-bottom: 5px;
}

#conversation-results p {
    padding: 5px;
}
@charset "utf-8";

body {
    background-color: #ffffff !important;
}

.keyword-match-item label {
    font-weight: normal !important;
}

.navbar-inverse {
    background-color: #089c7c !important;
    border-color: #008064 !important;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

.bg-header {
    background-color: #ffffff;
}

.grid-no-hover table tbody tr:hover {
    background-color: #FFFFFF !important;
    background-image: none !important;
}

.grid-no-hover table tbody tr.k-alt:hover {
    background-color: #DBDBDB !important;
    background-image: none !important;
}

.mb-btn-green {
    color: #ffffff;
    background-color: #089c7c;
    border-color: #059173;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .mb-btn-green:hover, .mb-btn-green:focus, .mb-btn-green:active, .mb-btn-green.active, .open .dropdown-toggle.mb-btn-green {
        color: #ffffff;
        background-color: #067960;
        border-color: #116352;
    }

.mb-content-bg {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.mb-color-green {
    color: #116352;
}

.md-bottom-padding {
    padding-bottom: 40px;
}

/*.modal-dialog {
    width: auto !important;
    max-width: 1200px;
}*/

.mb-btn-right-grp1, .mb-btn-right-grp2 {
    margin-top: 1px;
    margin-bottom: 1px;
}

#example {
    padding-top: 0px !important;
}

.textarea.form-control {
    min-height: 150px !important;
}

.k-widget .row * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}



.panel-heading {
    padding: 5px 10px !important;
    color: #ffffff !important;
    background-color: #535353;
}

    .panel-heading h3 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media (max-width: 768px) {
}

.small {
    font-size: 85%;
    color: #828282;
}

textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.validation-summary-exp-col {
    display: none;
    margin-bottom: .5em;
}

.validation-summary-exp-col-heading {
    margin: .1em;
    color: #d30000;
    padding: .3em .3em .3em 2.3em;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    background: #ffcccc url(../Images/error-icon.png) no-repeat 0.8% center;
}

.validation-summary-exp-col-heading .exp-icon {
    background: url(../Images/application-expand-collaspe.png) no-repeat left 0;
    display: inline-block;
    height: 1.1em;
    width: 1.1em;
    margin-right: 0em;
    display: none;
}

.validation-summary-exp-col-heading .exp-icon.expand {
    background-position: 0 -1.1em;
}

.validation-summary-exp-col-heading .exp-icon.collaspe {
    background-position: 0 0;
    /*padding:0 0 0 .2em;*/
    display: inline-block;
    height: 1em;
    float: left;
}

.validation-summary-exp-col-content.validation-red {
    background-color: #d30000;
    color: #FFFFFF;
}

.validation-summary-exp-col-content {
    margin-top: 15px;
    padding: 15px 0 5px 0;
    border-radius: 10px;
}

.validation-summary-exp-col-content ul li, #SucessSummary ul li {
    padding: 3px 0px;
    list-style-type: none;
    list-style-position: inside;
    list-style: none;
}

.label-required {
    color: red;
}
/****css for preloader***********/

#progress-bar {
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../Images/loading-gif-animation.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    background-color: #535353;
    -ms-opacity: 0.4;
    opacity: 0.4;
    -webkit-filter: alpha(opacity=40);
    -moz-filter: alpha(opacity=40);
    -o-filter: alpha(opacity=40);
    filter: alpha(opacity=40); /* For IE8 and earlier */
    top: 0px;
    left: 0px;
}

    #progress-bar div {
        background: #d4d4d4;
        color: #235771;
        font-size: 13px;
        padding: 5px;
        text-align: center;
    }

.popup-btn-pnl {
    margin-top: 5px;
}

.popup-btn-pnl, .button-pnl {
    text-align: right;
    /*background:#e8e8e8 url(../Images/popup-btn-pnl.png) repeat-x top left;*/
    border-top: solid 1px #9cb0bb;
    margin-top: 10px;
    padding: 4px 0;
}

.popup-btn-pnl-title {
    float: left;
}

#notificationPanel {
    display: none;
}

.file-icon {
    width: 150px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.editor-full-width input, .editor-full-width textarea, .editor-full-width .k-widget {
    width: 100%;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

