body, html {
	height: 100%;
}

body.modal-open {
    overflow: visible;
}

div.sota-bodyWrapper {
	min-height:100%;
	background: -webkit-linear-gradient(#EEE, rgb(239,239,239), white, white); /* For Safari */
	background: -o-linear-gradient(#EEE, rgb(239,239,239), white, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#EEE, rgb(239,239,239), white, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EEE, rgb(239,239,239), white, white); /* Standard syntax */
}

div.sota-space-30px {
	padding-top:30px;
}

div.sota-space-10px {
	padding-top:10px;
}

div.sota-tabsContentWrapperPref {
	padding:10px 5px;
	background-color:white;
}

div.sota-tabsContentWrapper {
	padding:10px 15px;
	background-color:white;
}

.sota-details-panel-wrapper {
	position:relative;
}

.sota-details-panel {
	position:absolute;
	top:0px;
	/* z-index: 1000; */
	width: 100%;
}

.sota-offset-15px {
	margin-left:15px;
	margin-right: 15px;
}

.sota-float-left {
	float: left;
}

.sota-text-yellow {
	color:yellow;
	text-decoration: underline;
}

.sota-action {
	margin-left: 10px;
}

.sota-table-header  label{
	margin-bottom: 0px;
	font-weight: normal;
}

.sota-logout {
	padding-top:5px;
}

.sota-login-contentWrapper h3 {
	margin-bottom:30px;
}

.sota-horizontal-line {
	margin-bottom:15px;
	border-bottom: 1px solid #eeeeee;
}

.sota-vertical-line-on-right {
	border-right: 1px solid #eeeeee;
}

.sota-vertical-line-on-left {
	border-left: 1px solid #eeeeee;
	left: -1px;
}

.sota-draggable {
	cursor:move;
}

.sota-class-selector-b {
	margin-bottom: 15px;
}

.bootstrap {
	text-align:right;
}

.bootstrap ul.pagination{
	margin: 0px 0px;
}


.table td {
	cursor: pointer;
	vertical-align: middle !important;
}

table.table.startApl {
	margin-bottom: 5px;
}

table.table.startApl td {
	padding: 2px !important;
}

.sota-table-header  input, .sota-table-header select {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sota-table-header  input:focus, select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.sota-table-header  input:-moz-placeholder, select:-moz-placeholder {
  color: #999999;
}
.sota-table-header  input::-moz-placeholder, select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.sota-table-header  input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999999;
}
.sota-table-header  input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999999;
}

.sota-table-header  select {
  line-height: 30px;
}

.sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right;
}

.sorting {
	background: url('../img/sort_both.png') no-repeat center right;
}

.sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right;
}

.sota-dl-horizontal, .sota-dl-horizontal2 {
	margin-bottom:0px;
}

.sota-dl-horizontal dt, .sota-dl-horizontal dd, .sota-dl-horizontal2 dt, .sota-dl-horizontal2 dd  {
	line-height:34px;
	margin-bottom:2px;
}

.sota-input-wrapper select {
	padding-left: 8px;
}

.sota-dl-horizontal dd  {
	margin-left:168px;
}

.sota-dl-horizontal2 dd  {
	margin-left:0px;
}

.sota-editable-wrapper {
	position:relative;
	cursor:pointer;
	min-height: 34px;
}

.sota-editable-wrapper div.sota-value{
	padding-left:13px;
	padding-right:25px;
	line-height: 1.428571429;
	padding-top: 7px;
}

.sota-editable-hover {
	cursor:pointer;
	height:100%;
	min-height: 34px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0);
	display: none;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-right: 5px;
	text-align: right;
}

.sota-editable-hover span {
	background: url('../img/icons/pencil_16.png') no-repeat center right;
	padding-left:16px;
}

.sota-input-wrapper {
	text-align: right;
	position: relative;
	display:none;
}

.sota-input-wrapper select {
	padding-left: 8px !important;
}

.sota-input-wrapper .form-control {
	padding: 6px 25px 6px 12px;
}

.sota-input-buttons-wrapper {
	text-align: right;
	padding-right: 5px;
	position: relative;
}

.sota-input-buttons {
	z-index: 1000;
	background-color: white;
	position: absolute;
	right: 5px;
	top: -1px;
	width: 50px;
	height:30px;
	border: 1px solid #cccccc;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sota-input-buttons span {
	padding:4px 0px 0px 16px;
	margin: 0px 4px;
}

.sota-input-loader {
	background: url('../img/ajax-input-loader.gif') no-repeat center right 5px;;
}

.sota-graphics-cancel {
	background: url('../img/icons/delete_16.png') no-repeat center right;
}

.sota-graphics-confirm {
	background: url('../img/icons/tick_16.png') no-repeat center right;
}

.sota-graphics-delete {
	width:16px;
	height:16px;
	background: url('../img/icons/delete-icon-th.png') no-repeat center right;
}

.sota-graphics-details {
	background: url('../img/icons/info_16.png') no-repeat center right;
}

.sota-graphics-launch {
	background: url('../img/icons/right_16.png') no-repeat center right;
}

.sota-graphics-add {
	background: url('../img/icons/plus_16.png') no-repeat center right;
}

.sota-graphics-list {
	background: url('../img/icons/clipboard_16.png') no-repeat center right;
}

.sota-graphics-briefcase {
	background: url('../img/icons/briefcase_16.png') no-repeat center right;
}

.sota-graphics-diagram {
	background: url('../img/icons/diagram_16.png') no-repeat center right;
}

.sota-graphics-block {
	background: url('../img/icons/block_16.png') no-repeat center right;
}

.sota-graphics-statistics {
	background: url('../img/icons/statistics_16.png') no-repeat center right;
}

.sota-graphics-tick {
	background: url('../img/icons/tick_16.png') no-repeat center right;
}

.sota-graphics-diagram {
	background: url('../img/icons/diagram_16.png') no-repeat center right;
}

.sota-graphics-flag {
	background: url('../img/icons/flag_16.png') no-repeat center right;
}

.sota-graphics-pencil {
	background: url('../img/icons/pencil_16.png') no-repeat center right;
}

.sota-graphics-search {
	background: url('../img/icons/search_16.png') no-repeat center right;
}

.sota-graphics-loader {
	background: url('../img/ajax-input-loader.gif') no-repeat center right;
}

.sota-graphics-user64 {
	background: url('../img/icons/user_64.png') no-repeat center right;
}

.sota-graphics-user32 {
	background: url('../img/icons/user_32.png') no-repeat center right;
}

.sota-graphics-block32 {
	background: url('../img/icons/block_32.png') no-repeat center right;
}

.sota-graphics-tick32 {
	background: url('../img/icons/tick_32.png') no-repeat center right;
}

.sota-graphics-results48 {
	background: url('../img/icons/results_48.png') no-repeat center right;
}

.sota-graphics-clubresults48 {
	background: url('../img/icons/club_results_48.png') no-repeat center right;
}

.sota-graphics-refresh48 {
	background: url('../img/icons/refresh.png') no-repeat center right;
}

.sota-graphics-accOrders48 {
	background: url('../img/icons/accOrders_48.png') no-repeat center right;
}

.sota-graphics32 {
	padding:0 16px 16px 16px;
	cursor:pointer;
}

.sota-graphics48 {
	padding-left:48px;
	padding-bottom: 48px;
	cursor:pointer;
}

.sota-graphics64 {
	padding-left: 64px;
	padding-bottom: 64px;
	cursor:pointer;
}

.sota-graphics-notallowed32 {
	padding:0 16px 16px 16px;
	cursor:not-allowed;
}

.sota-graphics-notallowed {
	padding-left:16px;
	cursor:not-allowed;
}

.sota-graphics {
	padding-left:16px;
	cursor:pointer;
}

.sota-cursor-not-allowed {
	cursor: not-allowed !important;
}

.sota-hide {
	display:none;
}

.sota-add-button-wrapper {
	height: 30px;
	line-height: 30px;
}

/* clubs */

.sota-person-details {
	height: 335px;
}

.sota-person-details div.panel {
	height: 100%;
}

/* tablet */
.sota-tablet-logout {
	padding-bottom: 10px;
    padding-left: 0;
    padding-top: 15px;
    text-align: right;
}

.sota-tablet-result {
	width: 135px !important;
	height:60px;
	padding: 2px 8px;
	font-weight:bold; 
	font-size:40px;
}

.sota-tablet-key {
	font-size: 63px;
	margin: 2px;
	padding: 5px 25px;
}

.sota-dot {
	width:192px;
} 

.deviceButton {
	font-size:35px;
	padding:2px 8px; 
	width:115px;
	margin-top:10px;
}

.deviceMsg {
	font-size: 50px;
}

.deviceInfo, .deviceCorrect, .deviceTeam {
	font-size: 25px;
	padding-top: 10px;
}

.sota-panel {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

#sota-tablet-num-keyboard {
	text-align:center;
}
/* end tablet */

.align-center {
	text-align:center !important;
}

/* tournaments */
.sota-tournaments-details-rigth dt{
	width:120px;
}

.sota-tournaments-details-rigth dd{
	margin-left:128px;
}

.sota-tournaments-details-rigth2 dt{
	width:30px;
}

.sota-tournaments-details-rigth2 dd{
	margin-left:38px;
}
.modal-lg{
	width:900px
}

.sota-modal-header {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
}

.sota-badge {
	display: inline-block;
	min-width: 120px;
	padding: 3px 7px;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-radius: 10px;
}

.sota-badge-start {
	display: inline-block;
	min-width: 105px;
	padding: 3px 7px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-radius: 10px;
}

.sota-badge-start-top {
	display: inline-block;
	min-width: 105px;
	padding: 3px 7px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
}

.sota-badge-start-bottom {
	display: inline-block;
	min-width: 105px;
	padding: 3px 7px;
	font-size: 27px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
}

#result {
	width:110px;
}

#aplName {
	font-size:25px;
}

.judgeNoteBoard {
	margin:5px 10px 0 5px;
}

.judgeNoteBoard td {
	padding:5px;
}

.resultLabel{
	font-size:30px;
}

.buttonResult{
	width:300px;
	cursor: default;
}

.badgeResult {
	background-color: #fff;
	color: #4cae4c; /*#428bca;*/
}

.badgeResultBoard {
	background-color: #fff;
	color: #000;
	font-size:40px;
	font-weight:bold;
}

.sotaTeamName {
	font-size:30px;	
}

.nowrap {
	white-space:nowrap;
}

.sotaClubName {
	font-size:20px;
	margin-bottom: 20px;
}

.sotaResultPanel {
	padding-bottom:0;
}

.penality {
	color: #db000c;
}

body .startingList-details {
	width:900px;
}

.startingList {
	cursor: pointer;
}

img.sota-flag {
	padding-right: 5px;
	border:0;
}

#printResultTab td {
	padding:2px;
}
#printResultTab td.totalresult {
	font-size:16px;
}
#printResultTab th {
	border-top:0;
}

.sota-note-inline td {
	color: #d58512;
}

.sota-inline-badge {
	display: inline-block;
	min-width: 105px;
	padding: 3px 7px!important;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1!important;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
	background-color: #d58512;
}

.sota-inline-badge-top {
	display: inline-block;
	min-width: 105px;
	padding: 3px 7px!important;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1!important;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
	background-color: #d58512;
}

.editResult {
	/*text-decoration: underline;
	font-weight: bold;
	color: #1A961A;*/
	display: inline-block;
	/*min-width: 100px;*/
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.sota-app-disabled {
	background-color: rgb(83, 194, 136);
	color: white;
}

.sota-app-runned {
	background-color: rgb(189, 247, 203);
}

.sota-tabsContentWrapper div.panel {
	overflow: visible;
}

.sota-inline-modified-badge {
	background-color: #0A7720;
}

.sota-center {
	text-align: center;
}

.sota-width-max {
	width: 100%;
}

.cursorPointer {
	cursor: pointer;
}

.cursorDefault {
	cursor: default;
}

.sota-margin5 {
	margin-left: 5px; 
	margin-bottom: 5px
}

.sota-judge-desc {
	color: #FFF;
	font-size: 12px;
}

.sota-judge-desc-bg {
	text-align:center;
	width:105px;
	border-radius: 10px;
	background-color: #000;
}

.tooltip {
	width: 300px;
}

.disciplineButtonPanel {
	padding: 10px 0 10px 5px;
	list-style-type: none;
}

.printButtonPanel {
	padding: 0 0 10px 0;
	list-style-type: none;
}

.page-header {
	margin-top: 20px;
	padding:0;
	border-bottom: 1px solid #428BCA;
}

.sota-acc-order-td {
	border-left:1px solid #dddddd;		
}

.acc-order-td-icon {
	width:70px !important;
}

.acc-order-td-action {
	width:120px !important;
}

.acc-order-td-action-admin {
	width:80px !important;
}

.printAccName {
	padding: 0 0 10px 10px;
	font-weight: bold;
	font-size: 12px;
}

#printAccOrdersTab td {
	padding:2px;	
}

#printAccOrdersTab.totalOrders td {
	padding:4px;
	font-weight: bold;
}

#printAccOrdersTab td.totalorders {
	font-size:12px;;
}

.printOrdersButtonPanel {
	padding: 0 0 10px 15px;
	list-style-type: none;
}

.clear {
	clear:both;
}

#fvdata, .hidden {
	display: none;
}


#teamResult div.modal-lg {
	width: 1200px;
}

#showResultDiv div.modal-lg {
	width: 1050px;
}

div.sota-singleJudgeTypeDiv {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}

div.sota-singleJudgeTypeDiv input {
	width: 64px;
}
div.sota-singleJudgeTypeDiv input.inputNotePart {
	width: 45px;
}

#clubOtherNames-panel-body {
	padding-top:20px;
}

.cas-form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cas-form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}

div#slideMenu ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
    margin-top: -2px;
}

div#slideMenu ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
    margin-top: -2px;
    right: 0;
    left: initial;
}

li.dropdown-menu-trigger:hover > ul.dropdown-menu {
    display: block;    
    margin-top: -2px;
    left: 100px;
    top: 0px;
}

li.dropdown-menu-trigger {
	position: relative;
}

.optional-info {
	text-align: center;
	font-size: 12px;
   	font-weight: bold;
    font-style: italic;
    padding-top: 15px;
}

.testD {
	padding: 3px 7px !important;
	font-weight:700;
	font-size:25px;
	border-radius:7px;
}

.startheaderTh {
	/* border-radius: 10px 10px 0 0;
	color: #fff;
    background-color: #428bca; */
    text-align:center;
}

.startheaderMainTh {
	border-radius: 10px 10px 0 0;
	/* color: #fff;
    background-color: #eea236; */
    text-align:center;
}

.cpj-warning {
	/* color: #fff;
    background-color: #eea236; */
    color: #0C0C0B;
    /*background-color: #ffc107;*/
	background: linear-gradient(rgba(255, 193, 7, 0.51), #ffc107);
}

.startTh {
	color: #31708f;
    /*background-color: #d9edf7;*/
	background: linear-gradient(rgba(217, 237, 247, 0.29), #d9edf7);
    /*border-color: #bce8f1;*/
    border:0;
    font-weight: normal; 
    text-align:center;
}

.sota-start-button {
	/*max-width: 130px;*/
	max-width: fit-content;
}

.sota-panel-footer {
	padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}

.sota-btn-default {
	color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.sota-btn-warning {
	color: #000;
	background-color: #f0ad4e;
    border-color: #eea236;
}

.sota-btn-warning.disabled {
	background-color: #f0ad4e;
    border-color: #eea236;
} 

.disabledLink {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #A59F9F;
    white-space: nowrap;
}

#liveTable td {
	padding: 10px;
}

.superTh {
	padding: 2px 8px !important;
}

.dropdown-menu li {
	cursor: pointer;
}

span.sotaTeamName p.sota-rName {
	height: 260px;
	font-size: 60px;
	line-height: 260px;
}

.sota-playerName {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.sota-rName {
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0px;
}

.sota-playerFlag {
	position: absolute;
    z-index: 1001;
    top: 75px;
    left: 10px;
}

.sota-cName {
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0px;
    font-size: 3vh !important;
	line-height: 1em;
}

.sota-resultsTable {
	table-layout:fixed;
	margin-bottom: 0px !important;
}

.sota-results-container, .sota-team-board-container, .sota-single-result-container {
	background: linear-gradient(#0554ff, #0c0062);
	width: 100vw;
	height: 96vh;
}

.sota-single-result-container {
	position: absolute;
	z-index: 2500;
}

.sota-results-cover-container {
	height: 96vh;
}

.sota-results-cover {
	position: absolute;
	height: 40vh;
	top:20vh;
	color: white;
	font-size: 5vh;
	/*margin: 0% 5%;*/
	width: 100vw ;
}

.sota-results-cover > div:not(last-child) {
	font-size: 3vh;
}

.sota-results-cover > div:last-child {
	padding-top: 3vh;
	font-size: 5vh;
}

.sota-resultsTable > thead > tr {
	background: linear-gradient(#59f559, #036219);
	height: 3vh;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 3vh;
	font-size: 3vh;
}

.sota-resultsTable > thead > tr > th {
	border: 0px;
}

.sota-resultsTable > tbody > tr {
	font-weight: bold;
	color: white;
	line-height: 1em;
	font-size: 3.9vh;
	background: linear-gradient(#0554ff, #0c0062);
}

.sota-resultsTable > tbody > tr > td {
	border: 0px;
	line-height: 1em;
}

.sota-resultsTable > tbody > tr > td:first-child {
	text-align: center;
}

.sota-resultsTable > tbody > tr > td:last-child {
	font-size: 5vh;
	text-align: right;
	padding-right: 2vw;
}

.sota-resultsTable th.sota-poz {
	width: 5% !important;
}

.sota-resultsTable th.sota-flag {
	width: 5% !important;
}

.sota-resultsTable td.sota-flag > img{
	height: 3.9vh;
}

.sota-resultsTable th.sota-name {
	width: 43% !important;
}

.sota-resultsTable th.sota-club {
	width: 31% !important;
}

.sota-resultsTable th.sota-result {
	width: 16% !important;
	text-align: right;
	padding-right: 2vw;
}

.sota-resultsTable td.sota-name {
	line-height: 1em;
}

.sota-results-table {
	height: 89vh;

}

.sota-results-footer {
	width: 100vw;
	height: 4vh;
	line-height: 4vh;
	font-size: 2.5vh;
	color: white;
	position: relative;
	background: linear-gradient(#5462a4, #040f1e);
}

.sota-results-footer > div:first-child {
	text-align: left;
	padding-left: 1vw;
	width: 16vw;
	float: left;
}

.sota-results-footer > div:last-child {
	text-align: right;
	padding:0 1vw;
	width: 10vw;
	float: right;
}

.sota-left-divider {
	border-left:2px solid #38546d;
	height:3vh;
	position:absolute;
	top:0.5vh;
	width: 0.5vw;
	float: left;
	left: 15vw;
}

.sota-right-divider {
	border-left:2px solid #38546d;
	height:3vh;
	position:absolute;
	top:0.5vh;
	width: 0.5vw;
	float: left;
	right: 9vw;
}

.sota-rPanelBody {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.sota-rPanelBody td {
	padding: 2px !important;
	line-height: 1 !important;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 5px;
    height: 50px;
  }	
  
 .sota-playerContainer {
	overflow:hidden;
 	text-overflow:ellipsis;
 }

 .sota-progress-details-container {
	 position: relative;
	 height: 89vh
 }

 .sota-progress-container {
	 position: absolute;
	 padding-top: 5vh;
	 width: 100vw;
 }

 .sota-progress-wrapper {
	 position: relative;
	 margin-left: 18vw;
 }

.sota-progress {
	position: relative;
	height: 80vh;
	width: 0.7vw;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.sota-progress-bar {
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	color: white;
	transition: width .6s ease;
	background: linear-gradient(#59f559, #036219);
	border-radius: 4px;
}

.sota-point-wrapper {
	position:absolute;
	margin-bottom:-23px;
	width: 100vw;
	left: -18vw
}

.sota-point-details-container {
	position: relative;
	height: 6vh;;
}

.sota-point {
	height: 6vh;
	width: 6vw;
	border-radius: 3vh;
	background-color: #f5f5f5;
	z-index: 1;
	float: left;
	line-height: 6vh;
	text-align: center;
	font-size: 4.5vh;
	position: absolute;
	left: 18vw;
	margin-left: -2.65vw;
}

.sota-point-lower {
	font-weight: bold;
	background: linear-gradient(#59f559, #036219);
	color: white;
}

.sota-current-player .sota-point {
	font-weight: bold;
	background: linear-gradient(#f0f3cf, #ffd700);
}

.sota-player-wrapper {
	float: right;
	position: absolute;
	left: 23.7vw;
}

.sota-player {
	background: linear-gradient(#aaaaaa, #000000);
	color: white;
	float: left;
	height: 6vh;
	min-width: 20vw;
	text-align: left;
	line-height: 6vh;
	font-size: 3vh;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 10px 0 3vh;
	max-width: 75vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arrow-left {
	position: absolute;
	top: 0.9vh;
	left: -2.15vh;
	border-left: inherit;
	border-bottom: inherit;
	width: 4.2vh;
	height: 4.2vh;
	border-radius: 0 0 0 .2em;
	transform: rotate(45deg);
	background: linear-gradient(135deg, #aaaaaa, #000000);
}

.sota-current-player .sota-player {
	background: linear-gradient(#f0f3cf, #ffd700);
	color: black;
}
.sota-current-player .arrow-left {
	background: linear-gradient(135deg, #f0f3cf, #ffd700);
}

.sota-result-title {
	height: 7vh;
	line-height: 7vh;
	font-size: 4.5vh;
	background: linear-gradient(#7dabfd, #041627);
	color: white;

}

.sota-result-title .dataTables_info {
	font-size: 2.5vh;
}

.sota-player-result-wrapper {
	float: left;
	position: absolute;
	left: 1vw;
}

.sota-player-result {
	background: linear-gradient(#aaaaaa, #000000);
	color: white;
	float: left;
	height: 6vh;
	width: 12vw;
	text-align: center;
	line-height: 6vh;
	font-size: 3vh;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 3vh 0 10px;
}

.arrow-right {
	position: absolute;
	top: 0.9vh;
	right: -2.2vh;
	border-left: inherit;
	border-bottom: inherit;
	width: 4.2vh;
	height: 4.2vh;
	border-radius: 0 0 0 .2em;
	transform: rotate(45deg);
	background: linear-gradient(135deg, #aaaaaa, #000000);
}

.sota-current-player .sota-player-result {
	background: linear-gradient(#f0f3cf, #ffd700);
	color: black;
}

.sota-current-player .arrow-right {
	background: linear-gradient(135deg, #f0f3cf, #ffd700);
}

.sota-result-details {
	width: 100vw;
	height: 89vh;
}

.sota-progress-details {
	width: 100vw;
	height: 89vh;
	position: absolute;
	top: 0vh;
}

.sota-result-name {
	height: 30vh;
	text-align: center;
	color:white;
	background: linear-gradient(#868585, #000000);
	position: relative;
	font-weight: bold;
}

.sota-result-name > hr {
	margin: 0px;
}
.sota-result-results {
	height: 19vh;
}

.sota-result-team-name {
	height: 26vh;
	font-size: 5vh;
	line-height: 1em;
}

.sota-result-team-name > div {
	vertical-align: middle;
	height: 26vh;
	width: 70%;
	margin: auto;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	padding-top: 1vh;
}

.sota-result-club-name {
	font-size: 2vh;
	height: 4vh;
	line-height: 4vh;
}

.sota-result-flag {
	position: absolute;
	left: 2vw;
	top: 7vh;
}

.sota-result-flag > img {
	height: 12vh;
}

.sota-result-note {
	background: linear-gradient(#eceeff, #0a2a62);
	border: solid 1px #000721;
	height: 100%;
	width: 16.66vw;
	float: left;
	text-align: center;
	font-weight: bold;
}

.sota-result-highlithed-note {
	background: linear-gradient(#fffdcd, #2f0f02);
	border: solid 1px #000721;
	height: 100%;
	width: 16.66vw;
	float: left;
	text-align: center;
	font-weight: bold;
}

.sota-result-second-line-note {
	background: linear-gradient(#fffdcd, #2f0f02);
	border: solid 1px #000721;
	height: 100%;
	width: 16.66vw;
	float: left;
	text-align: center;
	font-weight: bold;
}

.sota-result-note-penality {
	background: linear-gradient(#b70c1b, #0a2a62);
	border: solid 1px #490004;
	height: 100%;
	width: 16.66vw;
	float: left;
	text-align: center;
	font-weight: bold;
}

.sota-result-second-line-penality {
    background: linear-gradient(#b70c1b, #2f0f02);
    border: solid 1px #000721;
    height: 100%;
    width: 16.66vw;
    float: left;
    text-align: center;
    font-weight: bold;
}


.sota-result-note > p, .sota-result-highlithed-note > p, .sota-result-second-line-note > p {
	margin-top: 3vh;
	font-size: 3vh;
	color: black;
}

.sota-result-note-penality > p, .sota-result-second-line-penality > p {
    margin-top: 3vh;
    font-size: 3vh;
    color: white;
}

.sota-result-note > span, .sota-result-note-penality > span, .sota-result-highlithed-note > span, .sota-result-second-line-note > span, .sota-result-second-line-penality > span {
	font-size: 6.5vh;
	color: white;
}

.sota-result-round-note {
	background: linear-gradient(#0554ff, #0c0062);
	border: solid 1px #000721;
	height: 100%;
	width: 50vw;
	float: left;
	text-align: center;
	font-weight: bold;
	color: white;
}

.sota-result-round-note > p, .sota-result-final > p {
	margin-top: 1vh;
	margin-bottom: 0vh;
	font-size: 3vh;
}

.sota-result-round-note > span, .sota-result-final > span {
	font-size: 10vh;
}

.sota-result-final {
	background: linear-gradient(#59f559, #036219);
	border: solid 1px #033c10;
	height: 21vh;
	width: 50vw;
	float: left;
	text-align: center;
	font-weight: bold;
	color: white;
}

.sota-result-final-place {
	line-height: 20vh;
}

.sota-result-final-label {
	text-align: right;
	padding-right: 2vw;
	font-size: 6vh;
	float: left;
	width: 50%;
}

.sota-result-final-value {
	font-size: 18vh;
	padding-left: 2vw;
	text-align: left;
	float: right;
	width: 50%;
}

.startBody {
	position: relative;
	margin: 0 auto;
	padding: 5px 15px;
 	min-height: 500px;
}

.nameTh {
	width: 110px;
}
.namePartTd {
	width: 142px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notePartTh {
	width: 52px !important;
}
.noteTh {
	width: 70px !important;
}

.judgeCjpNameTd {
	width: 110px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.judgeNameTd {
	width: 110px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.startFooter {
	margin-top: 0px;
	padding: 10px 20px;
}

.startClubName {
	margin-bottom: 0px;
}

.startTimer {
	padding-top: 10px;
}
.startWithEvent {
	padding-top: 10px;
}
.noOverflow {
	width: 170px;
	overflow: hidden;
}

.startPlayerName {
	width: 100%; /*1124px;*/
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.noteError {
	/*background-color: #dc3545;*/
	background: linear-gradient(rgba(220, 53, 69, 0.51), #dc3545);
	color: white;
}

.startInfoBox {
	/*position: absolute;
	bottom:0;
	left: 0;
	right: 0;*/
	width: inherit;
	padding: 5px;
}

.startInfo {
	padding: 5px;
	margin-bottom:5px;
}
.success {
	background: linear-gradient(#dff0d8, rgba(70, 255, 56, 0.47));
}
.danger {
  background: linear-gradient(#f2dede, rgba(242, 158, 165, 0.51));
}
.warning {
	background: linear-gradient(#fcf8e3, rgba(252, 250, 109, 0.5));
}


.news {
	width: 74vw;
	position: relative;
	overflow: hidden;
	height: 85%;
	display: inline-block;
}

.marquee,*[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
}
.marquee {
	margin-left: 25%;
}
.marquee-content-items {
	display: inline-block;
	margin: 0;
	position: relative;
}
.marquee-content-items li {
	display: inline-block;
	color: #fff;
}

.marquee-content-items ul {
	margin-top: 0;
	margin-bottom: 0;
}
.marquee-content-items li:after {
	content: "|";
	margin: 0 1em;
}
.change-param {
	margin: 0 15px;
}
.firebase-title {
	text-align: center;
	font-weight: bold;
	color: #761c19;
}
p.cpjEditMode {
	margin:0;
	font-size: small;
	color: #f0ad4e;
	font-weight: bold;
}
p.juryNameOnBtn {
	margin:0;
	font-size: small;
	color: #f0ad4e;
	font-weight: bold;
}
.paddingCopyJuryBtn {
	padding-top: 10px;
}
#wrapper {
	margin: auto;
}
#left{
	float:left;
	width:50%;
	overflow:hidden;
}
#right{
	float:left;
	width:50%;
	overflow:hidden;
}

.facebook_logo {
	position: absolute;
	height: 35vh;
	top: 60vh;
	color: white;
	font-size: 5vh;
	width: 100vw;
}
.facebook_url {
	color:#7D8EBA;
	font-size: 5vh !important;
}

.sota-text-red {
	color: red;
}

.teamBoardBtn {
	width: 40px;
	height: 20px;
	padding: 0;
	margin: 0;
}
#viewTitle {
	height:14vh;
}
#div1 {
	margin-top: 15px;
	padding-left:0;
	padding-right:0;
}
#div2 {
	margin-top: 15px;
	padding-left:0;
	padding-right:45px;
}
#div1 img {
	width: 970px;
}
#teamPhoto {
	margin-right: 35px
}
.cas-routine {
	color: white;
	font-size: 3.8vw;
	font-weight: bold;
	padding: 8px;
	margin-top: 10px;
}
.cas-go, .cas-whait {
	font-size: 7vw;
	font-weight: bold;
	width: 400px;
	height: 280px;
	padding: 0;
}
#teamCountryFlag {
	margin-top: 40px;
}
#showTeamCountryName {
	font-size: 80px;
	font-weight: bold;
	height: 225px;
}
.flagViewBoard {
	width: 260px;
}
#timer {
	color:white;
	font-size: 60px;
	font-weight: bold;
}
.lblTime{
	color:white;
	margin: 0px;
}

.sota-pref-width {
	width: 350px !important;
}