@charset "utf-8";

/*Global*/

html {
    direction: ltr;
}

body {
    background: url(/assets/images/largebg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: black;
    font-family: "Lato";
}

a {
    color: #0047b3;
    font-weight: 600;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather";
}

#nav-links a,
#nav-links a:hover {
    color: black;
    text-decoration: none;
    font-family: "Lato";
}

#body {
    padding-bottom: 25px;
    background-color: white;
}

h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
    padding-bottom: 0.25em;
    border-bottom: solid 2px rgba(0, 0, 0, 0.5);
}

div.major {
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
    border-bottom: solid 2px rgba(0, 0, 0, 0.5);
    margin-top: 1.4em;
}


/*Related Links */

#left-col-links,
#right-col-links {
    max-width: 381px;
}


/*Language Block Style*/

#eng-lang-block,
#spn-lang-block {
    display: none;
}


/*Carousel */

#myCarousel .carousel-inner .item img {
    margin: auto;
}

#myCarousel .carousel-inner .item {
    max-width: 600px;
    margin: auto;
}

.carousel-caption {
    text-shadow: none;
    position: relative;
    color: black;
    left: 0px;
    min-height: 130px;
    /*default 230px */
    padding-bottom: 0px;
}

#slider-indicator {
    display: none;
}

#slider-controls {
    display: block;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    color: black;
}


/*CSS for  right pop up message */

#right-message-box {
    color: white;
    z-index: 99999;
    right: 0;
    width: 200px;
    top: 50%;
    position: fixed;
    -webkit-animation: rightslideIn 1s forwards;
    /* Safari 4.0 - 8.0 */
    animation: rightslideIn 1s forwards;
    background: red;
    padding: 10px;
    padding-right: 20px;
}

#right-message-box button {
    border-radius: 2em;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: red;
    margin-left: 15px;
}

#right-message-box div button:hover {
    color: red;
    background: white;
}

#left-message-box {
    color: white;
    z-index: 99999;
    left: 0;
    width: 375px;
    top: 50%;
    position: fixed;
    -webkit-animation: leftslideIn 1s forwards;
    /* Safari 4.0 - 8.0 */
    animation: leftslideIn 1s forwards;
    background: red;
    padding: 10px;
    padding-right: 20px;
}

#left-message-box button {
    border-radius: 2em;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: red;
    margin-left: 15px;
}

#left-message-box div button:hover {
    color: red;
    background: white;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes rightslideIn {
    from {
        top: 50%;
        right: -50%;
    }
    to {
        top: %50;
        right: 0%;
    }
}


/* Standard syntax */

@keyframes rightslideIn {
    from {
        top: 50%;
        right: -50%;
    }
    to {
        top: %50;
        right: 0%;
    }
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes leftslideIn {
    from {
        top: 50%;
        left: -50%;
    }
    to {
        top: %50;
        left: 0%;
    }
}


/* Standard syntax */

@keyframes leftslideIn {
    from {
        top: 50%;
        left: -50%;
    }
    to {
        top: %50;
        left: 0%;
    }
}


/*end CSS for  right pop up message */

.submitIcon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 265px;
    margin-top: 32px;
}


/* Accessibility text decorations*/

.underline {
    text-decoration: underline !important;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.center {
    text-align: center;
}


/* End Accessibility text decorations*/


/* Accessibility content alignment*/

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}


/*Utility classes*/

.anchor-jump:target:before {
    padding-top: 137px;
    margin-top: -137px;
    display: block;
    content: "";
}

.border-boxy {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
    border-radius: 5px;
}

.jury-message-box {
    /*background: -webkit-linear-gradient( top , #ffffff 1%, #929290 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #ffffff 1%, #929290 98%) repeat scroll 0 0 transparent;*/
    padding: 15px;
    margin: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-bottom: 15px;
    color: #004990;
}

.flex-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/* Side Tabs */

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways.tabs-left {
    left: -50px;
}

.sideways.tabs-right {
    right: -50px;
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* Accordian Dropdown */

.panel-heading .accordion-toggle:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    color: grey;
}

.accordion-toggle-title:after {
    font-family: "FontAwesome";
    content: "\f078";
    float: top;
    color: #3d4981;
    margin-left: 5px;
}

.accordion-toggle-title.collapsed:after {
    content: "\f054";
}

a.accordion-toggle-title {
    text-decoration: none !important;
    outline: none;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

tr.group,
tr.group:hover {
    background-color: #cfdae7 !important;
    font-weight: 700;
}


/*data table CSS for print capability*/

div.dt-buttons {
    clear: both;
    margin-top: 1%;
    /*moves buttons below toolbar*/
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    /*when column is not hidden*/
    box-shadow: inset 3px 3px 5px #3a3a3a;
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
    /*when column is hidden*/
}

div.dt-button-background {
    /*style for background when column visibility modal is open*/
    background: 0;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none !important;
}

.red-text {
    color: red;
}

.image-left {
    float: left;
}

.img-center {
    margin: 0 auto;
    display: inline;
}

.image-right {
    float: right;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-0 {
    padding-left: 0px;
}

.margin-none {
    margin: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-trb-15 {
    margin: 15px 15px 15px 0px;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.list-unstyled.indented {
    margin-left: 40px;
}


/*end utility classes*/


/* Thumbnails */

.thumb-info {
    display: block;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin: 5px;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(23, 23, 23, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.thumb-info img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}

.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
    line-height: 18px;
}

.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
    font-size: 0.85em;
    line-height: 20px;
    margin: 0 0 8px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}


/* Google Translator */
.goog-te-gadget {
    font-family: arial !important;
    font-size: 12px !important;
    white-space: normal !important;
    margin-top:8px;
}
.goog-te-gadget .goog-te-combo {
    float: left !important;
    margin: 0 8px 0px 0px !important;
    color: black !important;
    max-width: 150px;
}
#translate-button {
    z-index: 1;
    position: fixed;
    right:0;
    bottom: 265px;
    width: 40px;
    height: 40px;
    background-color: #0574ac;
    border-radius: 6px 0 6px 6px;
}

#translate-target {
    max-width:350px;
}

.tool-container.tool-left .arrow {
    display:none;
}

body {
    top: 0 !important;
    /* Fix for google translate */
}


/* Media Queries */

@media only screen and (min-width: 0px) and (max-width: 991px) {
    #body {
        padding-top: 77px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 9999px) {
    #body {
        padding-top: 133px;
    }
    .carousel-control.left {
        left: 5%;
    }
    .carousel-control.right {
        right: 5%;
    }
}

@media only screen and (max-width: 800px) {
    .table.no-more-tables table,
    .table.no-more-tables thead,
    .table.no-more-tables tbody,
    .table.no-more-tables th,
    .table.no-more-tables td,
    .table.no-more-tables tr {
        display: block;
        min-height: 14px;
    }
    .table.no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table.no-more-tables tr {
        border: 1px solid #ccc;
    }
    .table.no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
    }
    .table.no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .table.no-more-tables td:before {
        content: attr(data-title);
    }
    /* Mobile Stuff */
    #slider-controls {
        display: none;
    }
    #mobile-controls {
        display: block !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .table.no-more-tables td {
        padding-left: 25%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 699px) {
    .table.no-more-tables td {
        padding-left: 35%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 499px) {
    .table.no-more-tables td {
        padding-left: 35%;
    }
}

@media only screen and (max-width: 1199px) {
    .hide-below-1200 {
        display: none !important;
    }
    .hide-above-1200 {
        display: block !important;
    }
    #translate-target {
        max-width:300px;
    }
    #translate-button {
        transform: scale(0.8);
        right: -10px;
        bottom: 165px;
    }

    #chat-bottom {
        transform: scale(0.8);
        right: -10px !important;
        bottom: 75px !important;
        padding: 0.5rem 1.5rem !important;
        border-radius: 5px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hide-above-1200 {
        display: none !important;
    }
    .hide-below-1200 {
        display: block !important;
    }
}

@media print {
    a:after {
        content: "";
    }
    a[href]:after {
        content: none !important;
    }
}
