.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;} 
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
    .col-lg-fifth {
        width: 20%; 
    }
}

/*Other Spaces*/
.margin-top-5 { margin-top: 5px;}
.margin-top-10 { margin-top: 10px;}
.margin-top-20 { margin-top: 20px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}

.fill { height: 100%; min-height: 100%; }

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%; 
}
body {
    margin: 0;
    height: 100%; 
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus,
*:active {
    outline: none!important;
}
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
}

a {
    color: #003366;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a img {
    border: none;
}

h2 {
    font-weight: bolder;
    margin-top: 0;
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

.btn {
   font-weight: lighter; 
}

.btn-dvids {
    background: #840f12;
    color: #fff;
}

.btn-dvids:hover {
    background: #a31111;
    color: #fff;
}

.btn-dvids.active {
    background: #480b00;
}

.clear {
    clear: both;
}

.right{
    float: right !important;
}

.error {
    border: 1px dashed #990000;
}

.errormsg {
    display: block;
    color: #990000;
}

/*--- TOP NAVIGATION ----*/
#header {
    background: #333;
    height: 50px;
}

#header #dvids_logo {
    height: 30px;
    margin: 10px;
}

#header #toplinks {
    float: right;
}

#header #toplinks > a,
#header #toggle-menu {
    float: right;
    color: #ddd;
    padding: 0 20px;
    line-height: 50px;
    border-left: 1px solid rgb(102, 102, 102);
}

#header #toggle-menu {
    float: left;
    border-left: none;
    border-right: 1px solid rgb(102, 102, 102);
    height: 50px;
}

#header #toggle-menu i.fa,
#header #toplinks i.fa {
    line-height: 49px;
}

#header #toplinks #toggle-mobile-menu,
#header #toggle-menu {
    cursor: pointer;
}

#header #toplinks i.fa-caret-down {
    margin-left: 10px;
}

#header #toplinks > a#notifications {
    border-left: none;
}

#header #toplinks > a#notifications #notifications_link {
    position: relative;
}

#header #toplinks > a:hover {
    color: #fff;
    text-decoration: none;
}

#header #toplinks #show-more {
    background: #333;
    position: absolute;
    top: 50px;
    display: none;
    z-index: 3;
}

#header #toplinks #show-more ul {
    margin: 5px 15px 10px;
    padding: 0;
}

#header #toplinks #show-more li {
    list-style: none;
    color: #fff;
    padding: 2px 0;
}

#header #toplinks #show-more .edit-role {
    color: #fff!important;
    padding-left: 10px;
}

#header #toplinks #show-more label {
    font-weight: lighter;
}

/*--- SIDE NAVIGATION ---*/
#navigation-desktop,
#navigation-mobile {
    width: 170px;
    float: left;
    overflow: hidden;
    background: #ebebeb;
    height: auto;
    display: none;
}

#navigation-desktop.open {
    display: block;
}

#navigation-desktop .section-header,
#navigation-mobile .section-header {
    font-weight: bolder;
    padding: 26px 5px 5px;
    border-top: 1px solid #c3c3c3;
    margin-top: 20px;
}

#navigation-desktop .section-header:first-child,
#navigation-mobile .section-header:first-child {
    border-top: none;
    margin-top: 0;
}

#navigation-desktop .section-header,
#navigation-desktop ul {
    width: 170px;
}

#navigation-desktop ul,
#navigation-mobile ul {
    margin: 0;
    padding: 0 0 10px 0;
}

#navigation-desktop li,
#navigation-mobile li {
    list-style: none;
}

#navigation-desktop li.active,
#navigation-mobile li.active {
    background: #840f12!important;
}

#navigation-desktop li.active a,
#navigation-mobile li.active a {
    color: #fff!important;
}

#navigation-desktop li:hover,
#navigation-mobile li:hover {
    background: #fafafa;
}

#navigation-desktop li a,
#navigation-mobile li a {
    color: #000;
    display: block;
    padding: 2px 5px;
}

#navigation-desktop li a:hover,
#navigation-mobile li a:hover {
    text-decoration: none;
}

#navigation-mobile li a.edit-role:hover {
    color: #fff;
}

#navigation-mobile li #app_member_roles label {
    font-weight: lighter;
}

@media only screen and (max-width: 768px) {
    #navigation-mobile {
        position: absolute;
        z-index: 9;
        right: 0;
        width: auto;
        min-width: 260px;
        height: 0;
        background: #333;
        color: #fff;
    }
    
    #navigation-mobile li a {
        padding: 5px 10px;
        color: #ddd;
    }
    
    #navigation-mobile li a:hover {
        color: #333;
    }
    
    #navigation-mobile li.nolink:hover {
        background: none;
    }
    
    #navigation-mobile li span {
        color: #ddd;
        display: block;
        padding: 5px 10px;
    }
    
    #navigation-mobile .section-header {
        padding: 25px 10px 5px;
    }
    
    #content {
        width: 100%;
    }
}

/*--- INNER PAGE MENU ITEMS ---*/
#inner-page-navigation {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 10px;
}

#inner-page-navigation span.navbar-brand {
    color: #701200; 
    font-weight: bolder; 
}

#inner-page-navigation span.navbar-subtitle {
    color: #666;
    float: left;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
}

#inner-page-navigation li a {
    color: #333;
}

#inner-page-navigation li a:hover {
    color: #777;
}

#inner-page-navigation #toggle-mobile-inner-menu {
    color: #701200;
    float: left;
    height: 50px;
    padding: 15px 0 15px 10px;
    line-height: 20px;
    font-size: 1.3em;
    cursor: pointer;
}

ul.nav.nav-pills {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.nav.nav-pills a {
    color: #444;
    padding: 8px;
    border-right: 1px solid #e7e7e7;
    border-radius: 0;
}

.nav.nav-pills > li > a  {
    padding: 5px 10px;
}

.nav.nav-pills > li + li {
    margin: 0;
}

.nav.nav-pills > li.active > a, 
.nav.nav-pills > li.active > a:hover, 
.nav.nav-pills > li.active > a:focus {
    color: #fff;
}

/*--------------- CONTENT ---------------*/
#content {
    float: none;
    display: block;
    overflow: hidden;
}

#content .content-wrapper {
    padding: 10px 15px;
    overflow-x: auto;
}

.action-login div.content-wrapper,
.action-verify-code div.content-wrapper
{
    max-width: 400px;
    margin: 20px auto;
    background: #ececec;
}

.action-login form dt {
    margin-top: 10px;
}

.filter {
    padding: 5px;
}

.filter .center {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.filter .center a {
    padding: 0 5px 0 5px;
    font-weight: bold;
}

.filter .center span {
    color: #80847c;
}

.list-filter {
   padding: 12px 5px; 
}

.list-filter label {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.list-filter ul {
    padding: 0;
}

.list-filter li {
    list-style: none;
}

.list-filter li a.selected {
    font-weight: normal;
    color: #840f12;
}

tr.deleted {
    opacity: .45;
}

tr.deleted td {
    background-color: #d9534f !important;
    color: white;
}

div.image-tag {
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    color: #333;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35 !important;
    filter: Alpha(Opacity=35) !important;
    background-image: none !important;
}

#poe.tab-pane li,
#tags.tab-pane li
{
    line-height: 20px;
    margin: 2px 0;
}

/*--------------- FORMS ---------------*/
span.required {
    color: #d31111;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

#cms_search, #video_search {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.form-inline .form-control {
    max-width: 100%;
    min-width: 300px;
}

.form-inline.inline-search-form .form-control {
    margin: 5px 10px 5px 0;
    min-width: 200px;
}

.form-inline div.form-group.row {
    display: block;
    margin-bottom: 10px;
}

.form-inline div.form-group.row .form-control {
    width: 100%;
}

.form-inline.dvids-model-form dt {
    clear: left;
    width: 10%;
    min-width: 160px;
    float: left;
}

.form-inline.dvids-model-form dd {
    margin-bottom: 10px;
}

.form-inline.dvids-model-form dd textarea,
.form-inline.dvids-model-form div.form-group textarea {
    max-height: 200px;
}

.form-inline.dvids-model-form dd input[type="checkbox"] {
    clear: both;
    margin: 0;
    height: 20px;
}

.form-inline.dvids-model-form input#submit,
a.delete.dvids-model-form {
    min-width: 120px;
}

.form-inline.dvids-model-form p.description {
    float: right;
    color: #999999;
    font-style: italic;
}

.form-vertical-dtdd dt {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .form-inline.inline-search-form .form-control {
        width: 100%!important;
        margin-right: 0!important;
    }
}

/*---- AUTOCOMPLETE ----*/
.ui-autocomplete-input.ui-autocomplete-loading {
    background: url('/images/ajax-loader.gif') no-repeat right 5px center;
    background-size: 15px;
}

.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item a.ui-state-hover,
.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item a.ui-state-focus {
    color: #fff;
    padding: 5px 10px;
    background: #666;
    border: none!important;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
}

/*------- PAGINATION ---------*/

#content .pagination > li > a,
#content .pagination > li > span {
    color: #444;
}

#content .pagination > .active > a, 
#content .pagination > .active>a:focus,
#content .pagination > .active > a:hover,
#content .pagination > .active > span, 
#content .pagination > .active > span:focus,
#content .pagination > .active > span:hover {
    background-color:  #701200;
    border-color:  #701200;
    color: #fff;
}

#content .pagination-info {
    margin-top: 10px;
}

#content .pagination-info + .pagination {
    margin-top: 0;
}

/*------- CMS Media Control Styles ---------*/

.cms_item {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.cms_headings {
    font-weight: bold;
    line-height: 1.3em;
    padding-top:1px
}

.cms_data {
    line-height: 1.3em;
    padding-top:1px
}

.cms_data_cell {
    float: left;
    padding: 3px;
}

.cms_data_heading {
    font-weight: bold;
    float: left;
    padding: 3px;
}

.cms_data_row {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    width: 100%;
    height: 25px;
}

.cms_action_links {
    line-height: 1.3em;
}

.cms_credit {
    float: right;
    color: #999999;
    font-style: italic;
    padding-right: 3px;
    font-weight: normal;
}

.cms_headline {
    float: left;
    font-weight: bold;
}

.cms_publisher {
    color: #999999;
    font-style: italic;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 3px;
    font-weight: normal;
}

.cms_thumbnail {
    float: left;
}

.cms_thumbnail img {
    max-width: 120px;
}

.current {
    background: #cdcdcd;
    font-weight: bold;
    padding: 5px;
}

.status_needs_approval {
    color: orange;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

.tags {
    margin: 5px 0;
}

/*------- Messenger Bar Styles -------*/
div.error {
    float: none;
    color: #990000;
    padding: .5em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFB0B0;
    border: 1px solid #9E0000;
    margin: 0px 5px;
}

.success {
    float: none;
    color: #058B0F;
    padding: .5em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    background-color: #A4EE98;
    border: 1px solid #157505;
    margin: 0px 5px;

}

div.info {
    float: none;
    color: #2967FF;
    padding: .5em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    background-color: #B3DFFF;
    border: 1px solid #033E68;
    margin: 0px 5px;
}

.warn {
    float: none;
    color: #000000;
    padding: .5em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    background-color: #F2F391;
    border: 1px solid #FFBF03;
    margin: 0px 5px;
}

ul.errors {
    font-weight: bolder;
    color: #cc0000;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.errors li {
    padding: 5px 0 10px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: 0;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger,
.alert-error
{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr, 
.alert-error hr 
{
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link, 
.alert-error .alert-link 
{
    color: #843534;
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
}

/*----- GREEN HELP SIDEBAR -----*/
.help-sidebar .well {
    background-color: #c4f2ca;
    border: none;
}

.help-sidebar .well ul,
.help-sidebar .well ol {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 20px;
    list-style: disc outside;
}

.help-sidebar .well ol {
    list-style: decimal outside;
}

.help-sidebar .well li {
    margin-bottom: 5px;
}

.help-sidebar .well li ul {
    padding-bottom: 0;
}

.help-sidebar .well li ul li {
    margin-bottom: 2px;
}

/*----- VIDEO CHAT ----*/
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/*--- MODALS AND DIALOGS --*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-backdrop {
    z-index: 2;
}

.modal-body {
    min-height: 500px!important;
}

iframe {
    border: 0;
}

.graphicIframe {
    min-height: 500px;
    width: 100%;
}

.awardIframe {
    min-height: 750px;
    width: 100%;
}

div.ui-dialog.ui-widget {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #333;
    top: 20px!important;
    box-sizing: border-box;
    width: 90%;
    z-index: 100;
}

div.ui-dialog-titlebar.ui-widget-header {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    border-radius: 0;
}

div.ui-dialog-titlebar.ui-widget-header span.ui-dialog-title {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover,
div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    height: auto;
    background: transparent;
    border: none;
    text-decoration: none;
    opacity: 0.5;
    top: 0;
    right: 0;
    text-align: right;
}

div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
    opacity: 0.9;
}

div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover:after,
div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close:after {
    content: 'x';
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover .ui-icon,
div.ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close .ui-icon {
    background: transparent;
    margin: 0;
    display: none;
}

div.ui-dialog.ui-widget .ui-widget-content {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto!important;
}

div.ui-dialog.ui-widget .input-group .form-control {
    z-index: auto;
}

div.ui-dialog.ui-widget .ui-dialog-buttonpane button {
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fff;
}

div.ui-dialog.ui-widget .ui-dialog-buttonpane button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

div.ui-dialog.ui-widget.dialog-width-1000 { max-width: 1000px; }
div.ui-dialog.ui-widget.dialog-width-900 { max-width: 900px; }
div.ui-dialog.ui-widget.dialog-width-800 { max-width: 800px; }
div.ui-dialog.ui-widget.dialog-width-700 { max-width: 700px; }
div.ui-dialog.ui-widget.dialog-width-600 { max-width: 600px; }
div.ui-dialog.ui-widget.dialog-width-500 { max-width: 500px; }
div.ui-dialog.ui-widget.dialog-width-400 { max-width: 400px; }

.newtext {
    font-size: 32pt; color: #CCA383; font-family: arial
}

.headertext {
    font-size: 32pt; color: #000066; font-family: arial
}

.gray-row-border {
    border-bottom: 1px solid #BCBCBC;
    border-top: 1px solid #BCBCBC;
}

.days-back {
    text-decoration: underline;
    font-weight: bold;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.terms-of-service {
width: 100% !important;
height: 33vh !important;
resize: none;
border: none !important;
max-width: 100% !important;
max-height: 100% !important;
}
