@charset "UTF-8";

#TB_window {
    background: #FFF;
    color: #333333
}

#TB_secondLine {
    color: #666666;
    white-space: nowrap;
    padding-bottom: 12px
}

#TB_window a:link, #TB_window a:visited {
    color: #666666
}

#TB_window a:hover {
    color: #000
}

#TB_window a:active, #TB_window a:focus {
    color: #666666
}

#TB_window body, #TB_window html {
    overflow-x: inherit
}

#TB_overlay {
    position: absolute;
    z-index: 10002;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}

.TB_overlayMacFFBGHack, .TB_overlayBG {
    background: rgba(33, 36, 46, 0.95)
}

#TB_window {
	position: absolute;
	color: #000000;
	display: none;
	text-align: center;
	color: #182A3C;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 96% !important;
	max-width: 840px;
	max-height: 100%;
	margin: 35px auto !important;
	border-radius: 6px;
	padding: 16px 0;
	z-index: 10003;
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px
}

#TB_caption {
    text-align: center
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right
}

#TB_next a, #TB_prev a {
    position: absolute;
    display: block;
    white-space: nowrap
}

#TB_next a {
    right: 16px
}

#TB_prev a {
    left: 16px
}

#TB_closeAjaxWindow {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    float: none
}

#TB_ajaxWindowTitle {
    float: none;
    padding: 16px;
    margin-bottom: 1px;
    font-size: 27px;
    font-size: 2.7rem;
    position: inherit;
    top: inherit;
    text-align: center;
    font-weight: bold;
    color: #0081C3;
    display: none
}

#TB_title {
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
    background: #DDECF5 !important
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    text-align: left;
    line-height: 1.4em
}

#TB_ajaxContent.TB_modal {
    padding: 15px
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 10004;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px
}

#TB_HideSelect {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%
}

#TB_iframeContent {
    border-radius: 6px;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    padding: 0;
		height: 100%;
    width: 100%;
    overflow-y: hidden
}

#TB_window #TB_closeWindowButton {
    color: #3E5368 !important;
    text-decoration: none;
    border-radius: 50%;
    padding: 6px 8px 5px;
    line-height: 1;
    font-size: 20px;
    font-size: 2.0rem;
    text-decoration: none !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: absolute;
    top: 26px;
    right: 32px;
    font-weight: normal
}

@media only screen and (max-width: 768px) {
    #TB_window #TB_closeWindowButton {
        right: 10px
    }
}

#TB_closeWindowButton i {
    position: relative;
    top: 0px;
    left: 1px
}

@media only screen and (max-width: 768px) {
    #TB_closeWindowButton i {
        left: 0
    }
}

#TB_window #TB_closeWindowButton:hover {
    background: #3E5368;
    color: #FFF !important
}
