/*
Colours:
red: #a02031
light-red: #ed1c24
background-grey: #ededed
dark-grey: #404040
*/

/* <- all Arial */
body {
	font-family: Arial;
}

h1, h3, h4, h5 {
    font-family: Arial;
	font-weight: 700;
}

.nav > li > a {
	font-family: Arial;
	font-weight: 700;
}

.btn-primary {
	font-family: Arial;
	font-weight: 700;
}

.label {
	font-family: Arial;
	font-weight: 700;
}

.label_bold {
	font-weight: bold !important;
}

/* all Arial -> */

/*.panel-body{
	background-color: #e5e1d7 !important;
}*/

.middle-box h1 {
	font-size: 70px;
	/*letter-spacing:none;*/
}

form.form-horizontal .form-group {
	margin-bottom:0.5rem;
}
.ibox {
	margin-bottom: 10px;
	/*border: 1px solid #a02031;*/
}

.ibox-title {
	padding: 5px;
	min-height: 34px;
	padding-left:0px;
}

.ibox-title h5 {
	margin-bottom: 0px;
	line-height: 1.42857;
	font-weight: bold;
}

.ibox-content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.float-e-margins .btn {
	margin-bottom: 0;
}

a {
	color: #a02031;
}

a:focus, a:hover {
	color: #ed1c24;
}

.a_red_background_color {
	color: #ffffff;
}

.a_red_background_color:focus, .a_red_background_color:hover {
	color: #c2c9c2;
}

.link {
	cursor: pointer;
	color: #a02031;
	padding-right: 8px;
}

.link:hover {
	color: #ed1c24;
}

.select2-container--open {
	z-index: 9999999;
}

input.small_input {
	width: 75px !important;
}

.navbar-header h1 {
	font-size: 24px;
	line-height: 34px;
}

/*
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:5px;
}
*/

#page-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.wrapper-content {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

ul.nav li.fixed_bottom {
	color: #ffffff;
}

ul.nav.nav-tabs>li>a {
	color: #555555 !important;
	padding: 7px 15px 7px 15px;
}

ul.nav.nav-tabs>li.current {
	background-color: transparent;
}

.tabs-container .panel-body {
	padding: 10px;
}

.tabs-container .nav-tabs>li.current>a, .tabs-container .nav-tabs>li.current>a:hover,
	.tabs-container .nav-tabs>li.current>a:focus {
	border-color: #a02031 #a02031 transparent;
}

/* .wrapper-content button.btn, h2 .btn, h1 .btn { */
.wrapper-content h2 .btn, h1 .btn {
	padding: 0px 3px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	font-size:12px;
	line-height:1.4rem;
}
.btn {
	border-radius:0;
}

.btn-icon-only {
	color: #a02031;
	background-color: transparent;
	border: 0px;
	padding: 4px;
}

.btn-primary {
	border-radius: 0;
	background-color: #a02031;
	border-color: #a02031;
	padding:6px 12px;
}

.btn-primary-logo {
	border-radius: 0;
	background-color: #ffffff;
	color:#a02031;
	border-color: #a02031;
	padding:6px 10px;
}

.btn-icon-resize {
	color:#a02031;
}

.icon-lager13em {
	font-size:1.3em;
	margin-top:2px;
}

.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc;
    padding: 7px 7px;
}

.btn-primary-centered {
	border-radius: 0;
	background-color: #a02031;
	border-color: #a02031;
	padding:6px 12px;
	margin-left:30%;
}

.modal-footer .btn {
	padding:6px 12px;
	font-weight:bold;
}
.modal-footer .btn + .btn {
	margin-right:0px !important;
}
.inmodal .modal-body {
	padding:15px;
}

.inmodal .modal-header {
	padding:15px;
	background-color:#a02031;
}

.inmodal .modal-title {
	font-size: 18px;
	line-height:2rem;
	text-align:left;
	color:#FFFFFF;
}

.select2-container--default .select2-selection--single {
	border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	line-height: 26px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 6px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

form .form-div {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 5px;
}

form .form-div div.row {
	margin-left: -8px !important;
	margin-right: -8px !important;
}

form .form-div div.row div[class^="col-"] {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

form .form-div div.row label[class^="col-"] {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.no_padding_left {
	padding-left: 0px;
}

.no_padding_right {
	padding-right: 0px;
}

.form-control, .single-line {
	height: 28px;
	padding: 3px 6px;
}

.form-control:focus, .single-line:focus {
	border-color: #a02031 !important;
}

.input-group-addon {
	padding: 3px 9px;
}

label {
	height: 28px;
	vertical-align: middle;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.42857;
	padding-top: 6px;
}

.navbar-header {
	width: 75%;
}

.navbar-header h1, .navbar-header h2 {
	margin-top: 12px;
	margin-bottom: 0;
	padding-left: 70px;
}

.form-group {
	margin-bottom: 0px;
	padding-top:5px;
}

.ibox-content .panel-body {
	padding: 0;
	border: 0;
}

ul.nav.nav-tabs.inline-tabs>li>a {
	padding: 3px 15px;
}

.ibox-tools, .ibox-tools.with_tabs {
	float:right;
}

table.table tr th, table.table tr td {
	padding: 3px 8px;
}

table.table {
	margin-bottom: 0px !important;
}

.dataTables_wrapper {
	padding-bottom: 0px !important;
}

input[type="text"] {
	border: 1px solid #e5e6e7;
	border-radius: 0;
	display: block;
	background-color: #ffffff;
	background-image: none;
	width: 100%;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	line-height: 1.42857;
	padding: 3px 6px;
	height: 28px;
	font-size: 12.8px;
}

/* fix for safari jumping checkbox */
input[type="checkbox"] {
	height:auto;
	width:auto;
	margin-top:8px;
}

/* fix for safari jumping radios */
input[type="radio"] {
	height:auto;
	width:auto;
	margin-top:10px;
}

.tooltip {
	/*that the tooltip is not hidden inside a datatable*/
	position: fixed;
}

.pace .pace-progress {
	background: #a02031 none repeat scroll 0 0;
}

.event_selection {
	margin-bottom: 20px;
}

.tooltip-inner {
  /*background-color: red;*/
}
.tooltip.top .tooltip-arrow {
  /*border-top-color: red;*/
}
.tooltip.right .tooltip-arrow {
  /*border-right-color: red;*/
}
.tooltip.bottom .tooltip-arrow {
  /*border-bottom-color: red;*/
}
.tooltip.left .tooltip-arrow {
  /*border-left-color: red;*/
}

/* hide sortingIcon from dataTables if sorting is disabled at all */
.dataTable > thead > tr > th[data-orderable="false"]:after{
    content: "" !important;
}

table.dataTable tfoot{
    display: table-header-group;
}

.ui-selectable .ui-selecting { background: #18a689; }
.ui-selectable .ui-selected { background: #18a689; color: white; }
.ui-selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.ui-selectable dd { cursor: pointer;}

div.dataTables_info{
	padding-top: 12px !important;
	padding-left: 200px;
}

/*div.dataTables_paginate{*/
	/*margin-right:*/
/*}*/

div.dataTables_length{
	width:100%;
}

.modal-footer button.btn {
	padding:6px 12px;
}

a.delete {
	color:red;
}

div .disabled {
	cursor: not-allowed;
}

div.disabled a {
	pointer-events: none;
}

table.dataTable > tbody > tr.delimiter {
	background-color:#ddd !important;
}
.right {
	text-align:right;
}

input {
	height: 28px;
    padding: 3px 6px;
	background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    font-size: 12.8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.row_grouping_dd {
	width:127px;
}

.row_grouping_label {
	margin-right:5px;
}

.vis {
	min-width:60px;
}

.action_cb {
	margin-top: 0px !important;
	margin-right: 10px !important;
	margin-bottom: 0px !important;
	vertical-align: -15%;
	display: inline-block;
}

.action_cb_no_valign {
	margin-top: 0px !important;
	margin-right: 10px !important;
	margin-bottom: 0px !important;
	display: inline-block;
}

.action_cb_no_valign_header {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	display: inline-block;
}

.bool > .select2-container--default{
	margin-top:7px;
}

.select_search > .select2-container--default{
	margin-top:7px;
}

h3 {
	font-size:20px;
	padding-top:25px;
}

#id_modify_school_of_person {
     cursor: pointer
}

#id_modify_school_of_person:hover {
    background-color:lightgrey;
}

.oddDiv {
	background-color: #f9f9f9
}

.evenDiv {
	background-color: #ffffff
}

.hrMergeList {
    border: 0;
    border-top: 1px solid #a02031;
}

.headerMergeDiv {
    color:#ffffff;
    background-color: #a02031;
}

.btn-small {
	font-size:12px;
	padding:4px 8px;
}

.menu_border {
	border-top: 1px solid white;
	margin-left:8%;
	margin-right:16%;
}



.errorlist {
	color: #cc5965;
}

.icheckbox_square-green {
	margin-top: 3px;
}

.nav-icon-bigger {
	font-size: 25px;
	padding-right: 10px;
	margin-right: -1px !important;
}

.nav-icon-bigger1 {
	font-size: 20px;
	padding-right: 32px;
	margin-right: -1px !important;
}

.dt-buttons {
	margin-top: -2px;
}

.doublet-div {
	margin-top: -3px;
}

/*div.dt-button-collection {*/
/*	width: 50%;*/
/*	text-align: center;*/
/*	left: 25% !important;*/
/*}*/

div.dt-button-collection {
	padding-bottom: 8px !important;
}

div.dt-button-collection.fixed.four-column {
	width: 700px !important;
}

div.dt-button-collection.fixed.five-column {
	margin-left:-375px;
	width:800px;
	-webkit-column-count:5;
	-moz-column-count:5;
	-ms-column-count:5;
	-o-column-count:5;
	column-count:5;
}

div.dt-button-collection.fixed.six-column {
	margin-left:-375px;
	width:950px;
	-webkit-column-count:6;
	-moz-column-count:6;
	-ms-column-count:6;
	-o-column-count:6;
	column-count:6;
}

div.dt-button-collection a.dt-button {
	display: inline-block;
	width: 180px;
	text-align: center;
}

/* colvis-style */
div.dt-button-collection a.dt-button.current:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled){
	background: #a02031 !important;
	color: white;
}

div.dt-button-collection button.dt-button.current:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled){
	background: #a02031 !important;
	color: white;
}

/* datatables sorting icons */
table.dataTable thead .sorting {
	background: url('plugins/dataTables/images/sort_both.png') no-repeat center left;
	padding-left:20px !important;
	vertical-align:middle;
}

table.dataTable thead .sorting_asc {
	background: url('plugins/dataTables/images/sort_asc.png') no-repeat center left;
	padding-left:20px !important;
	vertical-align:middle;
}

table.dataTable thead .sorting_desc {
	background: url('plugins/dataTables/images/sort_desc.png') no-repeat center left;
	padding-left:20px !important;
	vertical-align:middle;
}

table.dataTable thead .sorting_asc_disabled {
	background: url('plugins/dataTables/images/sort_asc_disabled.png') no-repeat center left;
	padding-left:20px !important;
	vertical-align:middle;
}

table.dataTable thead .sorting_desc_disabled {
	background: url('plugins/dataTables/images/sort_desc_disabled.png') no-repeat center left;
	padding-left:20px !important;
	vertical-align:middle;
}

/* menu */

.navbar-default ul#side-menu.nav {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	padding-bottom: 10px;
	box-shadow: inset -10px 0 10px -8px #AAA;
}
.nav > * {
	flex: 0 0 auto;
}

.nav > .space_navi_and_account_items {
	flex: 1;
}

.nav > li > a {
	color: #fff;
}

.navbar-topbottom-fix {
	top:0;
	bottom:0;
}

.navbar-default:after {
	position:absolute;
	content:'';
	right:0;
	top:0;
	bottom:0;
	width:10px;
	z-index: 5000;
	pointer-events: none;
}

/* md: reset default styles (overwriting style_jufo.css) */
.navbar-default .nav > li.active {
    background-color: transparent;
	border-color: #000;
}

.mini-navbar .navbar-default .nav > li.active > a,
.mini-navbar .navbar-default .nav > li.active > a:hover,
.mini-navbar .navbar-default .nav > li.active > a:focus {
    background-color: #fff;
    border-color: transparent;
	color:#a02031;
	box-shadow: inset -10px 0 10px -8px #AAA;
}

.mini-navbar .navbar-default .nav > li.active > a:before {
   	position: absolute;
	top: 0;
	border-bottom: 1px solid #a02031;
	content: '';
	left: 0;
	right: 0;
}

/*.mini-navbar .navbar-default .nav > li.active > a:hover .border_left,*/
/*.mini-navbar .navbar-default .nav > li.active > a:focus .border_left {*/
	/*display:block!important;*/
/*}*/

/* md: reset default styles (overwriting style_jufo.css) */
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li.active a:hover,
.navbar-default .nav > li.active a:focus {
    background-color: transparent;
}

.nav > li.nav-li > a,
.nav > li.nav-li-master > a {
	/*border-left: 6px solid transparent;*/
	padding-left: 20px;
	padding-top:16px;
	padding-bottom:16px;
	position:relative;
	margin-top:-1px;
}

.nav > li.nav-li > a:after,
.nav > li.nav-li-master > a:after {
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #fff;
	content: '';
	left: 20px;
	right: 35px;
}


.mini-navbar .nav > li.nav-li > a:after,
.mini-navbar .nav > li.nav-li-master > a:after {
	left: 10px;
	right: 15px;
}


.nav.nav-second-level > li.margin-correction {
	height: 1px;
}

.nav > .nav-li-master:not(.active):hover:before,
.nav > .nav-li:hover:before {
	content:'';
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	width:5px;
	background: #000;
	z-index:999;
}

.mini-navbar .nav > .nav-li-master:not(.active):hover:before,
.mini-navbar .nav > .nav-li:hover:before {
	display:none;
}

.first-naviitem:hover > a:before {
	background: transparent !important;
}

.nav > .first-naviitem:hover:before {
	top:-1px;
}

.nav > li.nav-li:hover:after {
	position: absolute;
	bottom: -1px;
	border-bottom: 1px solid #a02031;
	content: '';
	left: 0;
	right: 0;
	z-index:100;
}

.mini-navbar .nav > li.nav-li:not(.first-naviitem):hover:after {
	border-bottom: 1px solid transparent;
}

.nav > li.nav-li.current > a,
.nav > li.nav-li:hover > a,
.nav > li.nav-li:focus > a,
.nav > li.nav-li-master:not(.active):hover > a,
.nav > li.nav-li-master:not(.active):focus > a,
.nav.nav-second-level > li.nav-li-second.current > a,
.nav.nav-second-level > li.nav-li-second:hover > a,
.nav.nav-second-level > li.nav-li-second:focus > a
{
	background-color: #fff;
	box-shadow: inset -10px 0 10px -8px #AAA;
	color: #a02031;
	/*border-left-color: #000000;*/
}

.nav > li.nav-li:hover > a:before,
.nav > li.nav-li:focus > a:before,
.nav > li.nav-li-master:not(.active):hover > a:before,
.nav > li.nav-li-master:not(.active):focus > a:before,
.nav.nav-second-level > li.nav-li-second:hover > a:before,
.nav.nav-second-level > li.nav-li-second:focus > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	right: 0;
	height: 1px;
	background: #a02031;
}

.nav > li.nav-li.current > a{
	/*border-left-color: transparent;*/
	padding-left: 20px;
}

/*.mini-navbar .border_left {*/
	/*position: absolute;*/
	/*width:6px;*/
	/*background:#000000;*/
	/*left:0;*/
	/*top:1px;*/
	/*bottom:0px;*/
/*}*/

.nav > li.nav-li.current > a:before {
	background: transparent;
}

.navbar-default {
	border: none;
}

.nav-header {
	/*box-shadow: inset -10px 0 10px -8px #AAA;*/
}

.fixed-nav:not(.mini-navbar) .navbar-default .nav > li.nav-header {
	padding: 16px 0;
	margin-bottom: 3px;
	box-shadow: inset -10px 0 10px -8px #AAA;
}

.fixed-nav.mini-navbar .navbar-default .nav > li.nav-header {
	padding: 1.5px 0;
	margin-bottom: 3px;
	box-shadow: inset -10px 0 10px -8px #AAA;
}


.navbar-default .nav > li.nav-header a.navbar-minimalize:hover i{
	color: #fff;
}
.navbar-default .nav > li a.navbar-minimalize:hover,
.navbar-default .nav > li a.navbar-minimalize:focus
{
	/*background-color: #a02031;*/
	/*border-color: #fff;*/
	/*color: #fff;*/
	/*box-shadow: inset -10px 0 10px -8px #AAA;*/
}

.navbar-fixed-top/* , .nav-header */
{
/* 	border-bottom: 2px dashed #a02031 !important; */
	background-image: url(/static/img/border-horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* small responsive menu */

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 70px;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 70px;
}

/* radio selects and label on same line*/
.radio-input {
	float: left;
	clear: none;
	margin-top: 0px !important;
	/*margin-right: 516px !important;*/
}

.radio-label {
	float: left;
	display: block;
	padding: 2px 1em 0 0;
}

.select_fobi_element {
	color:#a02031 !important;
	padding-top:9px !important;
	padding-bottom:9px !important;
}

/* for select2 multi-select filter */
/* .select2-multi {
	width: 150px;
	height: 60px;
	overflow: auto;
} */

.labelTable {
	font-weight: bold !important;
	line-height: 1.42857;
	padding-left: 6px;
	font-size: 12.8px;
	color:#676a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.vis.noorder.checkboxheader {
	padding-top:10px;
}

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

.additional_data_required {
	border: 1px solid red !important;
	outline: 1px solid red !important;
}

.info-alert {
	font-size:15px;
}

hr {
	border-color: black;
}

.disabled-link {
	pointer-events: none;
	opacity:.65;
}

.disabled-link:hover {}

.delete-person, .delete-jury-project, .delete-contest {
	color: #a02031;
	cursor: pointer;
}


/* mini-navbar second level */

.mini-navbar .nav .nav-second-level{
	position:absolute;
	left: 70px;
	top: 0;
	margin-top:-1px;
	background-color: #a02031;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
}

.nav .nav-second-level li:first-child {
	margin-top:8px;
}

.nav .nav-second-level:before {
	position:absolute;
	content:'';
	bottom:-1px;
	margin-left:20px;
	width: calc(100% - 55px);
	border-bottom: 1px solid #fff;
}

body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 2px 2px 2px 2px;
    min-width: 170px;
	padding: 0 5px 0 5px;
    height: auto;
}

.slimScrollDiv{
	overflow-x: visible !important;
}

/*.nav-second-level {*/
    /*display: none;*/
/*}*/

.mini-navbar .metismenu .collapse.in {
    opacity: 1;
}

.mini-navbar .nav-li-master:hover {
	border-left: 5px solid #000;
}

.nav-li-master {
	position:relative !important;
}

.mini-navbar .nav-li-master {
	position:static !important;
}

.sidebar-collapse-off{
	overflow-y:auto;
	height:100%;
	width:100%;
}

.nav-li-master > .nav-second-level > .nav-li-second > a > span{
	display: inline !important;
}

.fixed-sidebar.mini-navbar .nav-second-level li a{
	padding-left: 11px;
}

.mini-navbar .nav-second-level{
	display:none;
	min-width:165px;
}

.nav-second-level li a{
	padding-left:36px;
}

.jury_blue {
	background-color:rgba(0,0,255,.2) !important;
}

.jury_red {
	background-color:rgba(255,0,0,.2) !important;
}

.jury_blue_red {
	background: linear-gradient(135deg, rgba(0,0,255,.2) 50%, rgba(255,0,0,.2) 50%) !important;
}

.jury_blue_text {
	color:rgba(0,0,255,.5) !important;
}

.jury_red_text {
	color:rgba(255,0,0,.5) !important;
}

.jury_blue_red_text {
	background: -webkit-linear-gradient(rgba(0,0,255,.5),rgba(255,0,0,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;
}

/*ellipse*/

.ex_add_input{
	/*width:35px;*/
	display:inline;
}

.ex_remove_button{
	width: 21px;
}

.awarded{
	color:#a02031;
	font-weight: bold;
}

tr.awarded:not(.selected){
	background-color:#fffd99 !important;
}

span.awarded{
	font-size:14px;
}

tr.suggested:not(.selected){
	background-color: #d1f1a9 !important;
}

.prizes_filters{
	margin-top: 1px;
}

#id_projects_table_wrapper .dataTables_info {
	text-align: right;
}

#id_projects_table_wrapper .dataTables_filter{
	width: 100%;
}

#id_projects_table_wrapper .btn,
#id_prizes_table_wrapper .btn{
	font-size:15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

/*#id_projects_table_wrapper td {*/
	/*padding-top: 1px;*/
	/*padding-bottom: 1px;*/
/*}*/

#id_projects_table_wrapper tr{
	height:5px;
}

.projects_prize_table .btn{
	font-size:15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.execution_table td {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.projects_prize_table tr{
	height:5px;
}

.contest_exexcution_title{
	/*font-weight: bold;*/
	margin-top: 5px;
	font-size: 13px;
}

#id_prizes_table_wrapper{
	margin-top: 1px;
}

.prizes_count_warning{
	background-color: rgba(30, 23, 34, 0.2) !important;
}

.fa-fnix-container{
	position: relative;
}

.fa-fnix-sub{
	bottom: -1px;
	right: -6px;
	font-size: 10px;
	position: absolute;
}

.text-red {
	color: #a02031;
}

.invisible {
	visibility: hidden;
}

.execution_button {
	width:85px;
}

.print_button {
	width:210px;
}

.bg-text{
	background-color:#f3f3f4;
	border: 1px solid;
	color:black;
}

.bg-text-white {
	background-color: white;
	border: 1px solid;
	color:black;
	padding-left:3px;
	padding-right:3px;
}

.certificate_button {
	width:220px;
	margin-bottom:2px;
}

.selected_color {
	background-color: #b0bed9 !important;
}

button:disabled {
  cursor: not-allowed;
}

.pass-header {
	font-size:125%;
}

.certificate_input{
	height: 35px;
	margin-bottom:-1px;
}

.export_div {
	padding-top: 5px;
}


/* affix */
/*.affix-top{*/

/*}*/

/*.affix{*/
	/*bottom: 200px;*/
	/*right:20px;*/
	/*position:fixed;*/
/*}*/


/*.header {*/
  /*padding: 10px 16px;*/
  /*background: #555;*/
  /*color: #f1f1f1;*/
/*}*/

/*.sticky {*/
  /*position: fixed;*/
  /*top: 102;*/
  /*width: 100%*/
/*}*/


/*make close "x" white/grey*/
.close {
	color: #ededed;
	opacity: 1;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading_icon_wrapper {
	display:    none;
    position:   fixed;
    z-index:    1000;
    top:     	0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.loading_icon {
	display:flex;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url('/static/img/loading.gif')
                50% 50%
                no-repeat;
}

.loading_text {
	max-width: 500px;
	margin: 0 auto;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loading_icon_wrapper{
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading_icon_wrapper {
	display: flex;
}

.select2bigdropdownitems {
    width: 10% !important;
}

.textarea_script {
	min-width: 70%;
	width: 90%;
	max-width: 95%;
	height: 400px !important;
}

.work_break {
	word-break: break-all;
}

.assignment_table_red {
	background-color: rgba(160, 32, 49, 0.2) !important;
}

.kmk_table_yellow {
	background-color: rgba(255, 253, 153, 0.8) !important;
}

.trimText {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mails_icon {
	min-width: 10px;
	width: 10px;
}

.mails_filter_unmarked {
	color: #676a6c;
}

.textarea_only_vertical {
	resize: vertical;
}

.auto_height {
	height: auto;
}

.last_edited {
	position:absolute;
	right: 5px;
	font-size: 15px;
}

.recording_preview {
	border: 1px solid #555;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 135px;
	height: 76.5px;
}

.tabs-container .nav-tabs .active {
	border: 1px solid #a02031 !important;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}
/*Select2 ReadOnly End*/

.additional_data_order {
	border: 1px solid;
}
