urc-text-normal/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


.navbar2 {
        display: none
    }

.navbar2 {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar2 {
        border-radius: 2px
    }
}

@media (min-width:768px) {
    .navbar2-header {
        float: left
    }
}

.navbar2-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar2-static-top {
        border-radius: 0
    }
}

.navbar2-fixed-bottom,
.navbar2-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar2-fixed-bottom,
    .navbar2-fixed-top {
        border-radius: 0
    }
}

.navbar2-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar2-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar2-brand {
    float: left;
    padding: 16px 13px;
    font-size: 17px;
    line-height: 18px;
    height: 50px
}

.navbar2-brand:focus,
.navbar2-brand:hover {
    text-decoration: none
}

.navbar2-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar2>.container .navbar2-brand,
    .navbar2>.container-fluid .navbar2-brand {
        margin-left: -13px
    }
}

.navbar2-toggle {
    position: relative;
    float: right;
    margin-right: 13px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px
}

.navbar2-toggle:focus {
    outline: 0
}

.navbar2-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar2-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar2-toggle {
        display: none
    }
}

.navbar2-nav {
    margin: 8px -13px
}

.navbar2-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px
}

@media (max-width:767px) {
    .navbar2-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar2-nav .open .dropdown-menu .dropdown-header,
    .navbar2-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar2-nav .open .dropdown-menu>li>a {
        line-height: 18px
    }
    .navbar2-nav .open .dropdown-menu>li>a:focus,
    .navbar2-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar2-nav {
        float: left;
        margin: 0
    }
    .navbar2-nav>li {
        float: left
    }
    .navbar2-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.navbar2-form {
    margin-left: -13px;
    margin-right: -13px;
    padding: 10px 13px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 9px;
    margin-bottom: 9px
}

@media (min-width:768px) {
    .navbar2-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar2-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar2-form .form-control-static {
        display: inline-block
    }
    .navbar2-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar2-form .input-group .form-control,
    .navbar2-form .input-group .input-group-addon,
    .navbar2-form .input-group .input-group-btn {
        width: auto
    }
    .navbar2-form .input-group>.form-control {
        width: 100%
    }
    .navbar2-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar2-form .checkbox,
    .navbar2-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar2-form .checkbox label,
    .navbar2-form .radio label {
        padding-left: 0
    }
    .navbar2-form .checkbox input[type=checkbox],
    .navbar2-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar2-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar2-form .form-group {
        margin-bottom: 5px
    }
    .navbar2-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar2-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar2-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar2-fixed-bottom .navbar2-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar2-btn {
    margin-top: 9px;
    margin-bottom: 9px
}

.navbar2-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar2-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar2-text {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .navbar2-text {
        float: left;
        margin-left: 13px;
        margin-right: 13px
    }
}

@media (min-width:768px) {
    .navbar2-left {
        float: left!important
    }
    .navbar2-right {
        float: right!important;
        margin-right: -13px
    }
    .navbar2-right~.navbar2-right {
        margin-right: 0
    }
}

.navbar2-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar2-default .navbar2-brand {
    color: #777
}

.navbar2-default .navbar2-brand:focus,
.navbar2-default .navbar2-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar2-default .navbar2-nav>li>a,
.navbar2-default .navbar2-text {
    color: #777
}

.navbar2-default .navbar2-nav>li>a:focus,
.navbar2-default .navbar2-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar2-default .navbar2-nav>.active>a,
.navbar2-default .navbar2-nav>.active>a:focus,
.navbar2-default .navbar2-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar2-default .navbar2-nav>.disabled>a,
.navbar2-default .navbar2-nav>.disabled>a:focus,
.navbar2-default .navbar2-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar2-default .navbar2-toggle {
    border-color: #ddd
}

.navbar2-default .navbar2-toggle:focus,
.navbar2-default .navbar2-toggle:hover {
    background-color: #ddd
}

.navbar2-default .navbar2-toggle .icon-bar {
    background-color: #ccc
}

.navbar2-default .navbar2-collapse,
.navbar2-default .navbar2-form {
    border-color: #e7e7e7
}

.navbar2-default .navbar2-nav>.open>a,
.navbar2-default .navbar2-nav>.open>a:focus,
.navbar2-default .navbar2-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar2-default .navbar2-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar2-default .navbar2-nav .open .dropdown-menu>li>a:focus,
    .navbar2-default .navbar2-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar2-default .navbar2-nav .open .dropdown-menu>.active>a,
    .navbar2-default .navbar2-nav .open .dropdown-menu>.active>a:focus,
    .navbar2-default .navbar2-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar2-default .navbar2-nav .open .dropdown-menu>.disabled>a,
    .navbar2-default .navbar2-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar2-default .navbar2-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar2-default .navbar2-link {
    color: #777
}

.navbar2-default .navbar2-link:hover {
    color: #333
}

.navbar2-default .btn-link {
    color: #777
}

.navbar2-default .btn-link:focus,
.navbar2-default .btn-link:hover {
    color: #333
}

.navbar2-default .btn-link[disabled]:focus,
.navbar2-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar2-default .btn-link:focus,
fieldset[disabled] .navbar2-default .btn-link:hover {
    color: #ccc
}

.navbar2-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar2-inverse .navbar2-brand {
    color: #999
}

.navbar2-inverse .navbar2-brand:focus,
.navbar2-inverse .navbar2-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar2-inverse .navbar2-nav>li>a,
.navbar2-inverse .navbar2-text {
    color: #999
}

.navbar2-inverse .navbar2-nav>li>a:focus,
.navbar2-inverse .navbar2-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar2-inverse .navbar2-nav>.active>a,
.navbar2-inverse .navbar2-nav>.active>a:focus,
.navbar2-inverse .navbar2-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar2-inverse .navbar2-nav>.disabled>a,
.navbar2-inverse .navbar2-nav>.disabled>a:focus,
.navbar2-inverse .navbar2-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar2-inverse .navbar2-toggle {
    border-color: #333
}

.navbar2-inverse .navbar2-toggle:focus,
.navbar2-inverse .navbar2-toggle:hover {
    background-color: #333
}

.navbar2-inverse .navbar2-toggle .icon-bar {
    background-color: #fff
}

.navbar2-inverse .navbar2-collapse,
.navbar2-inverse .navbar2-form {
    border-color: #101010
}

.navbar2-inverse .navbar2-nav>.open>a,
.navbar2-inverse .navbar2-nav>.open>a:focus,
.navbar2-inverse .navbar2-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar2-inverse .navbar2-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>li>a:focus,
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.active>a,
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.active>a:focus,
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.disabled>a,
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar2-inverse .navbar2-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar2-inverse .navbar2-link {
    color: #999
}

.navbar2-inverse .navbar2-link:hover {
    color: #fff
}

.navbar2-inverse .btn-link {
    color: #999
}

.navbar2-inverse .btn-link:focus,
.navbar2-inverse .btn-link:hover {
    color: #fff
}

.navbar2-inverse .btn-link[disabled]:focus,
.navbar2-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar2-inverse .btn-link:focus,
fieldset[disabled] .navbar2-inverse .btn-link:hover {
    color: #444
}



.navbar2-collapse {
    overflow-x: visible;
    padding-right: 13px;
    padding-left: 13px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar2-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar2-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar2-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar2-collapse.in {
        overflow-y: visible
    }
    .navbar2-fixed-bottom .navbar2-collapse,
    .navbar2-fixed-top .navbar2-collapse,
    .navbar2-static-top .navbar2-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar2-fixed-bottom .navbar2-collapse,
.navbar2-fixed-top .navbar2-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar2-fixed-bottom .navbar2-collapse,
    .navbar2-fixed-top .navbar2-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar2-collapse,
.container-fluid>.navbar2-header,
.container>.navbar2-collapse,
.container>.navbar2-header {
    margin-right: -13px;
    margin-left: -13px
}

@media (min-width:768px) {
    .container-fluid>.navbar2-collapse,
    .container-fluid>.navbar2-header,
    .container>.navbar2-collapse,
    .container>.navbar2-header {
        margin-right: 0;
        margin-left: 0
    }
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu2.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu2 .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu2>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu2>li>a:focus,
.dropdown-menu2>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3276b1
}

.dropdown-menu2>.active>a,
.dropdown-menu2>.active>a:focus,
.dropdown-menu2>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3276b1
}

.dropdown-menu2>.disabled>a,
.dropdown-menu2>.disabled>a:focus,
.dropdown-menu2>.disabled>a:hover {
    color: #999
}

.dropdown-menu2>.disabled>a:focus,
.dropdown-menu2>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu2 {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu2-right {
    left: auto;
    right: 0
}

.dropdown-menu2-left {
    left: 0;
    right: auto
}

.myDIVboxStyle {
    border: 10px solid transparent;
    border: 1px solid red;
}


.pullleft2 {
    padding: 20px;
}

.pullpadding2 {
    padding: 20px;
}

.urc-message-frameshort {
    width:100%;
    max-width: 1200px;
    padding-left:10px;
    padding-right:10px;
}

.urc-message-frameshort-container-200 {
    width:100%;
    min-height:200px;
}

.urc-message-frameshort-container-300 {
    width:100%;
    min-height:300px;
}

.urc-message-frameshort-container-320 {
    width:100%;
    min-height:320px;
}

.urc-message-frameshort-container-380 {
    width:100%;
    min-height:380px;
}

.urc-message-frameshort-container-420 {
    width:100%;
    min-height:420px;
}

.urc-message-frameshort-container-500 {
    width:100%;
    min-height:500px;
}

.urc-message-frameshort-container-617 {
    width:100%;
    min-height:617px;
}

.urc-frame-height-5 {
    min-height:5px;
}

.urc-frame-height-10 {
    min-height:10px;
}

.urc-frame-height-20 {
    min-height:20px;
}

.urc-frame-height-100 {
    min-height:100px;
}

.urc-frame-height-120 {
    min-height:120px;
}

.urc-frame-height-130 {
    min-height:130px;
}

.urc-frame-height-190 {
    min-height:190px;
}

.urc-frame-height-226 {
    min-height:226px;
}

.urc-frame-height-230 {
    min-height:230px;
}

.urc-frame-height-320 {
    min-height:320px;
}

.urc-frame-height-360 {
    min-height:360px;
}

.urc-frame-height-420 {
    min-height:420px;
}

.urc-frame-height-460 {
    min-height:460px;
}

.urc-frame-height-480 {
    min-height:480px;
}

.urc-frame-height-500 {
    min-height:500px;
}

.urc-frame-height-520 {
    min-height:520px;
}

.urc-frame-height-549 {
    min-height:549px;
}

.urc-frame-height-617 {
    min-height:617px;
}

.urc-frame-height-849 {
    min-height:849px;
}

.urc-frame-height-50 {
    min-height:50px;
}

.urc-message-frame-box {
    border:2px solid #e2e2e2;
    text-align:left;
    padding:20px;
    flex-wrap:wrap;
}

.urc-message-frame-box-center {
    border:2px solid #e2e2e2;
    text-align:center;
    padding:20px;
}

.urc-message-frame-center-600 {
    text-align:center;
    padding:20px;
    width:600px;
}

.urc-message-frame-box-center {
    border:2px solid #e2e2e2;
    text-align:center;
    padding:20px;
}

.urc-message-frame-box-space-15 {
    height:15px;
    width:100%;
}

.urc-message-frame-box-bgtitle {
    font-size: 34px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
    padding-left:20px;
    padding-right:20px;
}

.urc-message-frame-box-bgtitle-slim {
    font-size: 34px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
    padding-left:20px;
    padding-right:20px;
    line-height: 1.1;
}

.urc-message-frame-box-subtitle-slim {
    font-size: 24px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
    padding-left:20px;
    padding-right:20px;
    line-height: 1.5;
}

.urc-message-frame-box-text-22 {
    font-size: 28px;
    color: hsl(0, 0%, 0%);
    font-weight:700;    
}

.urc-message-frame-box-text-24 {
    font-size: 24px;
    color: hsl(0, 0%, 0%);
    font-weight:700;    
}

.urc-message-frame-box-text-x2 {
    font-size: 22px;
    color: hsl(0, 0%, 0%);
    font-weight:700;    
}

.urc-message-frame-box-text-18 {
    font-size: 18px;
    color: hsl(0, 0%, 0%);
    font-weight:700;    
}

.urc-message-frame-box-text-16 {
    font-size: 16px;
    color: hsl(0, 0%, 0%);
    font-weight:700;    
}

.urc-message-frame-box-text-16txt {
    font-size: 16px;
    color: hsl(0, 0%, 0%);
    font-weight:500;    
}

.urc-message-frame-box-text-18-blue {
    font-size: 18px;
    color:deepskyblue;
    font-weight:700;    
}

.urc-message-frame-box-text {
    font-size: 16px;
    color: hsl(0, 0%, 0%);
    font-weight:400;
    padding-left:20px;
    padding-right:20px;
}

.urc-message-frame-one-box-left {  
    padding:20px;  
    text-align:center;
    align-content:center;
    vertical-align:middle;
}

.urc-message-frame-one-box-right {  
    padding:20px;  
    text-align:left;
    align-content:left;
}

.urc-message-frame-alert-text {
    font-size: 34px;
    color: #ff0000;
    font-weight:600;
    text-align:center;
    font-family: "acumin-pro",sans-serif !important;
}

.urc-message-frame-black-text {
    font-size: 34px;
    color: black;
    font-weight:600;
    text-align:center;
    font-family: "acumin-pro",sans-serif !important;
}

.urc-training-text-14-b-400 {
    font-size: 14px;
    color: hsl(0, 0%, 0%);
    font-weight:400;
}

.urc-training-text-14-b-400-2em {
    font-size: 14px;
    color: black;
    font-weight:400;
    font-family: "acumin-pro",sans-serif !important;
    line-height:2em
}

.urc-training-text-16-b-400 {
    font-size: 16px;
    color: hsl(0, 0%, 0%);
    font-weight:400;
}

.urc-training-text-16-b-400-15em {
    font-size: 16px;
    color: black;
    font-weight:400;
    font-family: "acumin-pro",sans-serif !important;
    line-height:1.5em
}

.urc-training-text-16-b-400-2em {
    font-size: 16px;
    color: black;
    font-weight:400;
    font-family: "acumin-pro",sans-serif !important;
    line-height:2em
}

.urc-training-text-16-b-400-17em {
    font-size: 16px;
    color: black;
    font-weight:400;
    font-family: "acumin-pro",sans-serif !important;
    line-height:1.7em
}

.urc-training-text-16-b-600 {
    font-size: 16px;
    color: black;
    font-weight:600;
    font-family: "acumin-pro",sans-serif !important;
}

.urc-training-text-30-b-600 {
    font-size: 30px;
    color: black;
    font-weight:600;
    font-family: "acumin-pro",sans-serif !important;
}

.urc-training-text-30-blue-600 {
    font-size: 30px;
    color: #028dd1;
    font-weight:600;
    font-family: "acumin-pro",sans-serif !important;
}

.urc-message-framewide {
    max-width: 100%;
    padding-left:0px;
    padding-right:0px;
    text-align:center;
    align-content:center;
}

.urc-message-framewide-innerbox-leftbox-blue {
    background-color:#2066ab;
    height:549px;
}

.urc-message-framewide-innerbox-leftbox-blue-innerbox {
    width:742px;
    padding:50px;
}

.urc-message-framewide-innerbox-leftbox-gray {
    background-color:#f0f0f0;
    height:549px;
    text-align:left;
}

.urc-message-framewide-innerbox-leftbox-gray-innerbox {
    max-width:776px;
    padding:30px;
}

.urc-message-framewide-imagebg-box {
    width:200%;
    margin-left: -50%;
    margin-right: -50%;
    height:372px;
    background-image: url('https://portal.universalremote.com/wp-content/uploads/2017/10/hero-home-urc-building.jpg');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
}

.urc-message-framewide-innerbox-rightbox-blue {
    background-color:#2066ab;
    height:549px;
    background-image: url('https://portal.universalremote.com/wp-content/uploads/2019/04/training_city_dallas-tx.jpg');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover; 
}

.urc-message-framewide-innerbox-rightbox-blue-innerbox {
    width:549px;
    padding:50px;    
}

.urc-text-primary {
    margin: 0 calc(0em * -1) 0 0;
    font-family: inherit;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: #028dd1;
}

.urc-text-title {
    margin: 0 calc(0em * -1) 0 0;
    font-family: inherit;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgba(0,0,0,1);
}

.urc-text-normal {
    margin: 20px 0px 0px 0px;
    padding: 0em;
    font-family: inherit;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgba(0,0,0,1);
    background-color: transparent;
}

.urc-text-normal-height10 {
    margin: 7px 0px 0px 0px;
    padding: 0em;
    font-family: inherit;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgba(0,0,0,1);
    background-color: transparent;
}

.urc-text-normal2 {
    font-family: inherit;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgba(0,0,0,1);
    background-color: transparent;
}

.urc-text-label {
    margin: 20px 0px 0px 0px;
    padding-bottom: 5px;
    font-family: inherit;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: #333;
    background-color: transparent;
}

.urc-text-label-no-margin {
    font-family: inherit;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: #333;
    background-color: transparent;
}

.urc-text-box-login {
    background-color: rgb(250, 255, 189) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    height:2.65em;
    width:100%;
    border-top-color:rgba(0, 0, 0, 0.1);
    border-left-color:rgba(0, 0, 0, 0.1);
    border-right-color:rgba(0, 0, 0, 0.1);
    border-bottom-color:rgba(0, 0, 0, 0.1);
    padding-left:5px;
}

.urc-text-button {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    height:37px;
    border-radius: 20px;
}

.urc-text-button-single {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    /*padding: 20px;*/
    padding-top:3px;
    padding-left:20px;
    padding-right:20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*margin: 4px 2px;*/
    /*margin-bottom:15px;*/
    vertical-align:top;
    height:37px;
    border-radius: 20px;
}

.urc-text-button-blocked {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    height:37px;
    border-radius: 20px;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.urc-text-button-small {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    height:34px;
    border-radius: 20px;
}

.urc-text-button-small2 {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align:middle;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    height:34px;
    border-radius: 20px;
}

.urc-text-button-small-bg-green {
    background-color:seagreen;
    border: 2px solid black;
    color: white;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    height:34px;
    border-radius: 20px;
}

.urc-text-button-small-bg-blue {
    background-color:#0C6DA6;
    border: 2px solid #0C6DA6;
    color: white;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    height:34px;
    min-width:150px;
    border-radius: 20px;
}


.urc-text-button-bg-white {
    background-color:white;
    border: 2px solid black;
    color: black;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    height:34px;
    border-radius: 20px;
}

.urc-text-button-bg-white:hover {
    background-color: white;
    color:#00649b;
 }

.urc-text-button-small-bg-dis {
    background-color:#dcdcdc;
    border: 2px solid gray;
    color: gray;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    height:34px;
    border-radius: 20px;
}


.urc-social-link {
    font-size:2vw;
    color:rgb(0,0,0);
    width:4.5%;
    background:#000;
    vertical-align:middle;
    align-content:center;
    text-align:center;
    margin-right:20px;
}

.urc-social-link2 {
    font-size:5vw;
    color:rgb(0,0,0);
    width:35px;
    height:30px;
    background:#000;
    vertical-align:middle;
    align-content:center;
    text-align:center;
    /*margin-right:10px;*/
    margin-left:20px;
}


/*.hover-img {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 8px;
  max-width: 295px;
  min-width: 295px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}*/

/*.hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}*/

/*.hover-img:before,
.hover-img:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hover-img:hover:before,
.hover-img:hover:after {
  transform: scale(1);
  opacity: 1;
}

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
}*/

.register-option-title_h3 {
    background-color: #16254a;
    color: white;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    height:80px;
    width:220px;
    font-size: 20px;
}


.register-page-subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}

.register-page-subtitle2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}

.urc-text-button:hover {
    background-color: black;
    color:white;
 }

.urc-text-button-single:hover {
    background-color: black;
    color:white;
 }

.urc-text-button-small:hover {
    background-color: black;
    color:white;
 }

.urc-text-button-small-bg-green:hover {
    background-color: white;
    color:black;
 }

.urc-text-button-small2:hover {
    background-color: black;
    color:white;
 }

.urc-product-main-title {
    font-size: 34px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
}

.urc-product-detail-title {
    font-size: 30px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
    line-height:31.5px;
}

.urc-product-detail-sku {
    font-size: 16px;
    color: rgb(0,0,0);
    font-weight:400;
}

.urc-product-detail-text {
    font-size: 16px;
    color: rgb(0,0,0);
    font-weight:400;
}

.urc-product-detail-price-org {
    font-size:16px;
    font-weight:600;
    color:#ff0000;
}

.urc-product-detail-price-current {
    font-size:16px;
    font-weight:600;
    color:#26a820;
    text-decoration:underline;
}

.urc-product-main-cat-title {
    font-size: 21px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
}

.urc-product-main-cat-title-sm {
    font-size: 18px;
    color: hsl(0, 0%, 0%);
    font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
}

.urc-product-main-cat-sub-title {
    font-size: 12.6px;
    color: hsl(0, 0%, 0%);
    font-weight:700;
    padding-top:5px;
    padding-bottom:5px;
    cursor: pointer;
}

.urc-product-main-cat-sub-title2 {
    font-size: 12.6px;
    color: hsl(0, 0%, 0%);
    font-weight:700;
    padding-top:5px;
    padding-bottom:5px;
    cursor: pointer;
    padding-left:10px;
}

.urc-product-main-cat-sub-title-level1 {
    font-size: 12px;
    color:#6E6E6E;
    font-weight:600;
    padding-top:5px;
    padding-bottom:5px;
    cursor: pointer;
}

.urc-product-main-cat-sub-title-radio {
    width: 10px;
    font-size: 12.6px;
}

.urc-forum-detail-title {
    font-size: 2em;
    color: #428bca;
    font-weight:400;
}

.urc-forum-detail-datetime {
    font-size: 1em;
    color: gray;
    font-weight:300;
}

.urc-forum-pager {
    /*color:red;
    height:170px;
    background-color:red;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: red;
    background-color: red;
    border: 1px solid #ddd;
    margin-left: -1px*/
}


.urc-forum-reply-title-datetime {
    font-size: 0.9em;
    color:darkgray;
    font-weight:300;
}

.urc-forum-detail-content {
    /*border:1px solid #FAFAFA;*/
    /*padding:10px;*/
    vertical-align:top;
    min-height:80px;
    border-top:1px solid #F2F2F2;
    border-bottom:1px solid #F2F2F2;
    padding-top:10px;
    padding-bottom:10px;
}

.urc-forum-detail-line-bar {
    border:1px solid #FAFAFA;
}

.urc-forum-detail-line-bar-1 {
    border-top:1px solid #dcdcdc;
}

.urc-forum-detail-bar2 {
    background-color:rgb(233, 233, 233);
}

.urc-spacer{
    width: 10px;
}

.btn_hourglass {
    cursor: pointer;
}

.urc-product-mainMenuPoPBox {
    width:245px;
    display:none;
    margin-top:-5px;
    margin-left:15px;
    position: absolute;
    z-index: 5;
    background-color:white;
    filter:alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    opacity:1.0;
}

.urc-product-mainMenuPoPBoxStyle {
    border:1px solid #e7e7e7;
    background-color:white;
    padding:10px;
    margin-top:0px;
    margin-left:0px;
    width:100%;
}

.urc-product-mainMenuPoPBoxStyle-table-td {
    padding-top:1px;
    padding-bottom:1px;
    padding-left:10px;
    padding-right:5px;
    text-align:left;
    height:29px;
}

.urc-product-sku {
    font-size: 16px;
    color:rgb(0,0,0);
    font-weight:600;
}

.urc-product-desc {
    font-size: 14px;
    color:rgb(0,0,0);
    font-weight:700;
    font-family:"acumin-pro",sans-serif !important;
}

.urc-product-price-current {
    font-size: 14px;
    color:#26a820;
    font-weight:600;
    font-family:"acumin-pro",sans-serif !important;
    text-decoration:underline;
}

.urc-product-price-before {
    font-size: 14px;
    color:#ff0000;
    font-weight:600;
    font-family:"acumin-pro",sans-serif !important;    
    text-decoration:underline;
}

.urc-product-sticker-blue-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #028dd1;
    display: table;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-sticker-black-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    background-color: black;
    display: table;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-sticker-yellow-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    background-color: #f3b843;
    display: table-cell;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-sticker-green-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: green;
    display: table;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-detail-blue-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #028dd1;
    display: table;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
}

.urc-product-detail-yellow-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #ff6600;
    display: table;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
}

.urc-product-detail-green-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: green;
    display: table;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
}


.urc-product-sticker-purple-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: purple;
    display: table;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-sticker-orange-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #fa8e24;
    display: table;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-sticker-red-round-image-sticker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    display: table;
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 10;
    vertical-align:middle;
}

.urc-product-detail-related-title {
    font-size: 32px;
    font-weight:600;
    text-align:center;
}

.urc-cart-title {
    font-size: 30px;
    color:rgb(0,0,0);
    font-weight:600;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:10px;
}

.urc-cart-title2 {
    font-size: 28px;
    color:rgb(0,0,0);
    font-weight:600;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:10px;
}

.urc-cart-table-title {
    font-size: 16px;
    color:rgb(0,0,0);
    font-weight:700;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:0px;
}

.urc-verification-title {
    font-size: 18px;
    color:rgb(0,0,0);
    font-weight:700;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:0px;
}

.urc-verification-list {
    font-size: 14px;
    color:rgb(0,0,0);
    font-weight:700;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:0px;
}

.urc-cart-table-line {
    border-bottom:1px solid #dcdcdc;
}

.urc-cart-table-line2 {
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
}
.urc-cart-table-td {
    text-align:left;
    align-content:flex-start;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align:middle;
}

.urc-cart-table-text {
    font-size: 14px;
    color:rgb(0,0,0);
    font-weight:400;
}

.urc-cart-table-td-center {
    text-align:center;
    vertical-align:middle;
}

.urc-cart-table-td-right {
    text-align:right;
    vertical-align:middle;
}

.urc-cart-remove-button {
    height:25px;
    margin-left:5px;
    border:0px;
    background-color:transparent;
    color:#3a75ae;
    font-size:32px;
}

.urc-cart-remove-button-text {
    margin-top:-20px;
}

.urc-cart-subtotal {
    font-size: 16px;
    color:rgb(0,0,0);
    font-weight:400;
}

.urc-myaccount-14 {
    font-size: 14px;
    color:rgb(0,0,0);
    font-weight:600;
    padding-top:3px;
    padding-bottom:3px;
}

.urc-myaccount-text {
    font-size: 14px;
    color:rgb(0,0,0);
    font-weight:500;
    padding-top:3px;
    padding-bottom:3px;
}

.urc-left-space-10 {
    padding-left:10px;
}

.urc-left-right-space-5 {
    padding-left:5px;
}

.urc-left-space-5 {
    padding-left:5px;
}

.urc-left-space-10 {
    padding-left:10px;
}
.urc-left-space-15 {
    padding-left:15px;
}

.urc-left-margin-5 {
    margin-left:5px;
}

.urc-left-margin-10 {
    margin-left:10px;
}

.urc-left-margin-15 {
    margin-left:15px;
}

.urc-left-margin-20 {
    margin-left:20px;
}

.urc-left-margin-30 {
    margin-left:30px;
}

.urc-left-margin-50 {
    margin-left:50px;
}

.urc-top-margin-10 {
    margin-top:10px;
}

.urc-top-margin-15 {
    margin-top:15px;
}

.urc-top-margin-20 {
    margin-top:20px;
}

.urc-top-margin-30 {
    margin-top:30px;
}

.urc-top-margin-50 {
    margin-top:50px;
}

.urc-td-padding-top-bottom-5 {
    padding-top:5px;
    padding-bottom:5px;
}

.urc-td-padding-top-bottom-10 {
    padding-top:10px;
    padding-bottom:10px;
}

.urc-checkout-billto-box {
    padding-top:5px;
    padding-bottom:5px;
    font-size: 16px;
    color:rgb(0,0,0);
    font-weight:700;
    background-color:white;
}

.urc-checkout-billto-box-text {
    padding-top:5px;
    padding-bottom:5px;
    font-size: 14px;
    color:rgb(0,0,0);
    font-weight:400;
    background-color:white;
    vertical-align:top;
    min-height:190px;
}

/*.urc-row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}*/
/*.urc-row-translucent > div {
	border: solid 2px #222; 
	background: rgba(99,99,99,.5);
	width: 20%;
	min-width: 280px;
	margin-left: 10px;
	margin-right: 10px;	
}*/

.donwloadListSearch {
    color:darkgray;
    height:34px;
    border:1px solid #dcdcdc;
    padding:5px;
}

.text-danger2 {
    font-size: 16px;
    color:red;
    font-weight:600;
}

.forum-cat-title {
    color:gray;
    font-size:12px;

}

.forum-cat-list-title {
    /*background-color:#dcdcdc;*/
    vertical-align:middle;
}

.pay_txt_gray {
    color:gray;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.padding-l-5 {
    padding-left:5px;
}

.padding-l-10 {
    padding-left:10px;
}

.padding-l-13 {
    padding-left:13px;
}

.padding-l-14 {
    padding-left:14px;
}

.padding-l-15 {
    padding-left:15px;
}

.padding-l-20 {
    padding-left:20px;
}

.padding-r-5 {
    padding-right:5px;
}

.padding-r-10 {
    padding-right:10px;
}

.padding-r-15 {
    padding-right:15px;
}

.padding-r-20 {
    padding-right:20px;
}

.padding-b-5 {
    padding-bottom:5px;
}

.padding-b-20 {
    padding-bottom:20px;
}

.padding-b-30 {
    padding-bottom:30px;
}

.padding-b-40 {
    padding-bottom:40px;
}

.height-5 {
    height:5px;
}

.height-10 {
    height:10px;
}

.height-15 {
    height:15px;
}

.height-20 {
    height:20px;
}

.height-30 {
    height:30px;
}

.height-30-m {
    min-height:65px;
}

.height-50 {
    height:50px;
}

.txt-color-black {
    color:black;
}

.forum-menu-txt {
    font-family: inherit;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0em;
    text-transform: none;
    color: black;
}

.forum-menu-sub-txt {
    font-family: inherit;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 200;
    line-height: 1.8;
    padding-left:10px;
}

.forum-menuPoPBox2 {
    width:270px;
    display:none;
    /*margin-top:30px;
    margin-left:-20px;*/
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: 1;
    border:1px solid #dcdcdc;
    background-color:white;
    filter:alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    opacity:1.0;
}

.forum-menuPoPBox3 {
    width:200px;
    display:none;
    /*margin-top:30px;
    margin-left:-20px;*/
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: 1;
    border:1px solid #dcdcdc;
    background-color:white;
    filter:alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    opacity:1.0;
}

.forum_policytxt {
    /*height:40rem;*/
    height:300px;
    padding:20px;
    width:96%;
    border:1px solid #dcdcdc;
    font-size:1.5rem;
    font-weight:300;
    overflow-y:scroll;
}

.tabletable-borderless {
    width:100%;
    /*border:1px solid black;*/
}
.tabletable-borderless tr td {
    /*//border: none !important;
    padding: 0px !important;
    vertical-align:top;*/
    vertical-align:top;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}

.big-cir {
   height: 300px;
   width: 300px;
   border-radius: 50%;
   position: relative;
   border-color: rgb(167, 183, 254);
   border-style: solid;
   border-width: 2px;
   padding:2px;
   animation: dotmove cubic-bezier(1,0,0,1) 2s infinite;
}

.textbox-award {
    min-height:16px;
    vertical-align:middle;
    padding:3px;
    border:1px solid #ccc;
}

.textarea-award {
    vertical-align:middle;
    padding:3px;
    border:1px solid #ccc;
}

.note-icon-picture:before{ content: "\f03e"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-magic:before { content: "\f0d0"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-caret:before { content: "\f0d7"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-bold:before { content: "\f032"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-italic:before { content: "\f033"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-underline:before {content: "\f0cd"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-eraser:before { content: "\f12d"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-recent-color:before { content: "\f031"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-unorderedlist:before { content: "\f0ca"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-orderedlist:before { content: "\f0cb"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-align-left:before {content: "\f036"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-align-center:before {content: "\f037"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-align-right:before {content: "\f038"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-align-justify:before {content: "\f039"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-align-outdent:before {content: "\f03b"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-align-indent:before {content: "\f03c"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-text-height:before {content: "\f034"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-table:before {content: "\f0ce"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-link:before {content: "\f0c1"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-minus:before {content: "\f068"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-arrows-alt:before {content: "\f0b2"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-code:before {content: "\f121"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.note-icon-question:before {content: "\f128"; font-family: FontAwesome; font-style: normal; font-weight: normal; }

.nav-menu-icon {
    font-size:18px;
    padding-right:5px;
}

