/* app css stylesheet */

.align-baseline { vertical-align: baseline !important }
.align-top      { vertical-align: top !important }
.align-middle   { vertical-align: middle !important}
.align-bottom   { vertical-align: bottom !important }

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #2196f3;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #2196f3;
}

/* bootstrap outline buttons */
.btn-outline-primary {
    color: #2196f3;
    background-color: #fff;
    background-image: none;
    border-color: #2196f3;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.btn-outline-primary:hover a {
    color: #fff;
}

.btn-outline-success {
    color: #4caf50;
    background-color: #fff;
    background-image: none;
    border-color: #4caf50;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
}
.btn-outline-success:hover a {
    color: #fff;
}

.btn-outline-danger {
    color: #ff6656;
    background-color: #fff;
    background-image: none;
    border-color: #ff6656;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff6656;
    border-color: #ff6656;
}
.btn-outline-danger:hover a {
    color: #fff;
}
.btn-outline-warning {
    color: #ff9800;
    background-color: #fff;
    background-image: none;
    border-color: #ff9800;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9800;
    border-color: #ff9800;
}
.btn-outline-warning:hover a {
    color: #fff;
}

.btn-outline-info {
    color: #9c27b0;
    background-color: #fff;
    background-image: none;
    border-color: #9c27b0;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #9c27b0;
    border-color: #9c27b0;
}
.btn-outline-info:hover a {
    color: #fff;
}

.form-inline.form-radio label.radio-label {
    font-size: 14px;
    color: #999C9E;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: -10px;
    left: 20px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form-inline.form-radio .radio {
    top: 15px;
    margin-bottom: 10px;
}

.form-inline.form-radio .radio label{
    font-size: 18px;
}

.form-inline.form-radio .radio label::before{
    top: 8px;
    margin-left: -25px;
}

.form-inline.form-radio .radio label::after{
    top: 11px;
    margin-left: -25px;
}

.form-inline .checkbox label {
    padding-left: 25px;
}

.has-error .checkbox {
    color: inherit;
}

.has-error > .checkbox {
    color: #e51c23;
}

.mgt-05 { margin-top: 0.5em; }
.mgt-10 { margin-top: 1.0em; }
.mgt-15 { margin-top: 1.5em; }
.mgt-20 { margin-top: 2.0em; }
.mgt-25 { margin-top: 2.5em; }
.mgt-30 { margin-top: 3.0em; }

.mgr-05 { margin-right: 0.5em; }
.mgr-10 { margin-right: 1.0em; }
.mgr-15 { margin-right: 1.5em; }
.mgr-20 { margin-right: 2.0em; }
.mgr-25 { margin-right: 2.5em; }
.mgr-30 { margin-right: 3.0em; }

.mgb-05 { margin-bottom: 0.5em; }
.mgb-10 { margin-bottom: 1.0em; }
.mgb-15 { margin-bottom: 1.5em; }
.mgb-20 { margin-bottom: 2.0em; }
.mgb-25 { margin-bottom: 2.5em; }
.mgb-30 { margin-bottom: 3.0em; }

.mgl-05 { margin-left: 0.5em; }
.mgl-10 { margin-left: 1.0em; }
.mgl-15 { margin-left: 1.5em; }
.mgl-20 { margin-left: 2.0em; }
.mgl-25 { margin-left: 2.5em; }
.mgl-30 { margin-left: 3.0em; }

.flex-row h4 {
    float: left;
    margin-right: 5px;
}

.flex-row h6 {
    cursor: pointer;
    padding-top: 5px;
}
.flex-row h6 i{
    margin-right: 2px; 
}
.flex-row h6:hover {
    text-decoration: underline;
}

.app-version {
    font-size: 10px;
    padding-top: 15px;
}

button.btn.btn-danger {
    background-color: #FF6656;
}

#header .navbar-brand {
    text-shadow: 0px 1px 5px #918C8C;
    padding: 15px;
    padding-top: 20px;
    margin-left: 20px;
    font-size: 2.3em;
    color: #FFFFFF !important;
}

#header .user-nav li > a > i {
    width: 30px;
    text-align: center;
}

#header .user-nav > li > a{
    color: #FFFFFF !important;
    font-size: 16px;
    padding: 20.5px 15px;
}

#header .user-nav .dropdown-menu > li > a {
    font-size: 16px;
    padding: 3px 15px;
}

#header .user-nav .dropdown-menu > li > a:hover, #header .user-nav .dropdown-menu > li > a:focus {
    background-color: #2196f3;
    color: #FFFFFF;
}

#header .navbar-nav > li {
    min-width: 160px;
}

#left-menu .sub-left-menu .nav-list.tree li.disabled {
    display: table;
}

#left-menu .sub-left-menu .nav-list.tree li.disabled a {
    color: #CCCCCC;
}
#left-menu .sub-left-menu .nav-list.tree li.disabled>i {
    color: #CCCCCC;
    font-size: 35px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#header .navbar-nav ul.dropdown-menu {
    width: 100%;
}
#header .animated {
    animation-duration: 0.3s;
}

#content {
    margin-top: 64px;
    padding: 0px;
    padding-bottom: 10px;
    padding-left: 230px;
    width: 100%;
    color: #222326;
}

#footer.navbar-fixed-bottom .btn {
    height: 64px;
    border-radius: unset;
    font-weight: bold;
}

.page-container {
    padding: 20px;
    padding-bottom: 70px;
}

.dashboard-card {
    min-height: 230px;
}

.panel-heading h4{
    font-size: 22px;
    margin-top: 0;
}

.gmaps-panel .panel-heading {
    padding-bottom: 0;
}

.gmaps-panel .panel-heading h4{
    margin-bottom: 0;
}

.gmaps-panel #map-panel {
    height: 400px;
}

.gmaps-panel #map-panel #map {
    height: 100%;
}

/** form inputs **/

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

.form-group.required .control-label:after {
    content:" *";
    color: #e51c23; /*#a94442;*/
}

.form-animate-text.required label:after {
    content:" *";
    color: #e51c23; /*#a94442;*/
}

.form-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    pointer-events: none;
    left: 5px;
}

.textarea-readonly {
    border-bottom: 0 !important;
}

.textarea-noresize {
    resize: none;
}

.textarea-noboxshadow {
    box-shadow: unset;
}

/** datepicker **/
.uib-daypicker .btn {
    box-shadow: 0px 0px 0px #FFFFFF;
}

.uib-monthpicker .btn {
    box-shadow: 0px 0px 0px #FFFFFF;
}

.uib-yearpicker .btn {
    box-shadow: 0px 0px 0px #FFFFFF;
}

/**==================== fullcalendar ====================**/
#eventsCalendar a.fc-day-number {
    color: #918C8C;
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 10px;
}

#mimin-mobile-menu-opener {
    right: 20px;
    position: fixed;
    bottom: 20px;
    outline: none !important;
    z-index: 9999999;
    display: none;
}

#mimin-mobile {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    display: none;
}

#mimin-mobile-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

#mimin-mobile a {
    color: #fff;
    font-weight: bold;
    padding-right: 0px;
}

#mimin-mobile a:hover {
    background: none !important;
}

#mimin-mobile .tree {
    padding-left: 10px;
    background: #2196f3;
}

#mimin-mobile .ink.animate {
    -webkit-animation: ripple-mobile 0.75s linear;
    -moz-animation: ripple-mobile 0.75s linear;
    -ms-animation: ripple-mobile 0.75s linear;
    -o-animation: ripple-mobile 0.75s linear;
    animation: ripple-mobile 0.75s linear;
}
#mimin-mobile .ink {
    background: #FF6656;
}

#mimin-mobile img {
    height: 25px;
}

#mimin-mobile img path{
    fill: white;
}

.ink.animate {
    -webkit-animation: ripple 0.75s linear;
    -moz-animation: ripple 0.75s linear;
    -ms-animation: ripple 0.75s linear;
    -o-animation: ripple 0.75s linear;
    animation: ripple 0.75s linear;
    cursor: pointer;
}
.ink {
    display: block;
    position: absolute;
    background: #ddd;
    z-index: 228;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.sub-mimin-mobile-menu-list {
    font-weight: 100;
    font-size: 2em;
}

.btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
}

/*==================== form-animate-text ====================*/

.form-animate-text .form-text,.form-animate-text .form-text:focus {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 10px;
}

.form-group.form-animate-text {
    position: relative;
}

.form-group.form-animate-text .form-text {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    background:none;
    border-bottom: 1px solid #757575;
}

.form-group.form-animate-text .disabled-form-text {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    color: #CCCCCC;
}

.form-group.form-animate-text select.form-text, .form-group.form-animate-text input[type=color] {
    height: 54px;
}

.form-custom-select{
    position: relative;
    display: inline-block;
}
.form-custom-select:after{
    content: " ";
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #918C8C;
    position: absolute;
    right: 17px;
    top: 23px;
    transition: all 0.3s linear;
}

.form-group.form-animate-text input[type=color] {
    padding: 15px 10px 10px 5px;
}

.form-group.form-animate-text .form-text:focus {
    outline: none;
}

.form-group.form-animate-text label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form-animate-text > input[type="file"] {
    margin-top: 12px;
    margin-bottom: 20px;
}

.form-animate-text label.file-label {
    top: -10px;
    font-size: 14px;
    color: #999C9E;
}

.form-animate-error.has-error input[type="file"] {
    box-shadow: none;
}

.form-group.form-animate-text.form-animate-error label{
    color: #e51c23 /*#FF968B*/ !important;
}

.form-group.form-animate-text.form-animate-error .bar:before,.form-group.form-animate-text.form-animate-error .bar:after{
    background-color: #e51c23 /*#FF968B*/ !important;
    width: 50%;
}

.form-group.form-animate-text.form-animate-error .form-animate-error-msg{
    color:#FF968B !important;
    font-size: 16px;
    display: none;
}

.form-group.form-animate-text .form-text:focus ~ label,
.form-text:valid ~ label{
    top: -10px;
    font-size: 14px;
    color: #999C9E;
}

.form-group.form-animate-text .bar {
    position: relative;
    display: block;
    width: 100%;
}

.form-group.form-animate-text .bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2196f3;/*#5264AE;*/
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form-group.form-animate-text .bar:before {
    left: 50%;
}

.form-group.form-animate-text .bar:after {
    right: 50%;
}

.form-group.form-animate-text .form-text:focus ~ .bar:before,
.form-text:focus ~ .bar:after {
    width: 50%;
}

.form-group.form-animate-text .form-text:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@media only screen and (max-width: 479px) {
    #left-menu, .opener-left-menu {
        display: none !important;
    }

    #mimin-mobile,#mimin-mobile-menu-opener{display: block !important;}

    #content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.filters {
    max-width: 980px;
    margin-bottom: 1em;
    border-bottom: 1px solid #b2b2b2;
}

/*==========        Competitions list      ==========*/

#comp-list {
    padding-left: 0;
}

#comp-list .comp-status.status-complete {
    background: #2196f3;
}
#comp-list .comp-status.status-incomplete {
    background: #F6F8F8;
}
#comp-list .comp-status {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 140px;
    background: grey;
}

#comp-list .comp-status.status-complete:after {
    border-color: transparent transparent transparent #2196f3;
}
#comp-list .comp-status.status-incomplete:after {
    border-color: transparent transparent transparent #F6F8F8;
}

#comp-list .comp-status:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: 140px;
    top: 0;
}

#comp-list li {
    padding: 5px;
    padding-top: 0px;
    padding-left: 170px;
    margin-bottom: 1em;
}
.list li, .detailed-list li {
    background: white;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 20px;
    padding-left: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#comp-list .date time{
    font-size: 13px;
    display: block;
    left: -30px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 82px;
    text-align: center;
    text-transform: capitalize;
}

#comp-list .comp-status.status-complete {
    color: #FFF
}
#comp-list .comp-status.status-incomplete {
    color: #918C8C;
}

#comp-list .subject a h3 {
    margin: 0px 0px;
}

.detailed-list .subject {
    display: inline-block;
}

#comp-list .comp-info {
    line-height: 35px;
}

#comp-list .comp-info .score {
    font-size: 1.6em;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    width: 90px;
    text-align: center;
}

#comp-list .comp-status.status-complete .comp-info .score {
    top: 10px;
    line-height: 30px;
}

#comp-list .comp-status.status-incomplete .comp-info .score {
    top: 0;
    line-height: 80px;
}

#comp-list .comp-status.status-incomplete .comp-info .publish {
    top: 10px;
    line-height: 30px;
}

#comp-list .comp-status.status-complete .comp-info .publish {
    font-size: 1.2em;
}

#comp-nav-list {
    padding-bottom: 10px;
}

#comp-list .actions {
    height: 80px;
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
    float: none;
}

.actions .rollover{
    text-align: right;
    display: block;
}

.actions .rollover:hover span {
    display: inline-block;
}
.actions .rollover span {
    display: none;
    margin-right: 10px;
    vertical-align: middle;
}
.actions .rollover i {
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
}

.comp-panel {
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    height:560px;
    overflow:hidden;
    max-height: 80px;
}

.comp-panel.extended {
    max-height: 560px;
}

.comp-header {
    height: 80px;
}

.comp-stats {

}

.comp-stats .comp-stats-title {
    color: #2196f3;
}

.comp-stats .success-title {

}

/*==========        Trainings list      ==========*/

#train-list {
    padding-left: 0;
}

#train-list .train-status.status-complete {
    background: #2196f3;
}
#train-list .train-status.status-incomplete {
    background: #F6F8F8;
}
#train-list .train-status {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 140px;
    background: grey;
}

#train-list .train-status.status-complete:after {
    border-color: transparent transparent transparent #2196f3;
}
#train-list .train-status.status-incomplete:after {
    border-color: transparent transparent transparent #F6F8F8;
}

#train-list .train-status:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: 140px;
    top: 0;
}

#train-list li {
    /*height: 80px;*/
    padding: 5px;
    padding-top: 0px;
    padding-left: 170px;
    margin-bottom: 1em;
}
.list li, .detailed-list li {
    background: white;
    display: block;
    text-decoration: none;
    position: relative;
    /*height: 90px;*/
    padding: 20px;
    padding-left: 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#train-list .date time{
    font-size: 13px;
    display: block;
    left: -30px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 82px;
    text-align: center;
    text-transform: capitalize;
}

#train-list .train-status.status-complete {
    color: #FFF
}
#train-list .train-status.status-incomplete {
    color: #918C8C;
}

#train-list .subject a h3 {
    margin: 0px 0px;
}

.detailed-list .subject {
    display: inline-block;
}

#train-list .train-info {
    line-height: 35px;
}

#train-list .train-info .score {
    font-size: 1.6em;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    /*top: 0;*/
    left: 40px;
    /*line-height: 80px;*/
    width: 90px;
    text-align: center;
}

#train-list .train-status.status-complete .train-info .score {
    top: 10px;
    line-height: 30px;
}

#train-list .train-status.status-incomplete .train-info .score {
    top: 0;
    line-height: 80px;
}

#train-nav-list {
    padding-bottom: 10px;
}

#train-list .actions {
    height: 80px;
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
    float: none;
}

.train-panel {
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    -ms-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    height:560px;
    overflow:hidden;
    max-height: 80px;
}

.train-panel.extended {
    max-height: 560px;
}

.train-header {
    height: 80px;
}

.train-stats {
    max-height: 480px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.train-stats .train-stats-title {
    color: #2196f3;
}

.train-stats .success-title {

}

.train-title {
    color: #2196f3;
}

.train-date {
    color: #918C8C;
    font-size: 20px;
}

/*==========        Breadcrumb          ==========*/
.nav-breadcrumb { white-space: nowrap; }
.nav-breadcrumb li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.nav-breadcrumb li::before,
.nav-breadcrumb li::after {
    border-right: 5px solid #2196f3;
    content: '';
    display: block;
    height: 25%;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    z-index: -1;
    transform: skewX(45deg);   
}
.nav-breadcrumb li::after {
    bottom: 25%;
    top: auto;
    transform: skewX(-45deg);
}

.nav-breadcrumb li:last-of-type::before, 
.nav-breadcrumb li:last-of-type::after { 
    display: none; 
}

.nav-breadcrumb li a {
    height: 44px;
}

.nav-breadcrumb li:last-of-type {
    padding-top: 5px;
}

.stats-title {
    color: #2196f3;
}

/*==========  History  ==========*/
.history-competition-table {
    margin-top: 30px;
}

.history-competition-title {
    border-bottom: 1px solid #dddddd;
}

.history-competition-average {
    position: absolute;
    right: 40px;
}

.history-competition-best {
    background-color: rgba(33, 150, 243, 0.1);
}

.history-competition-cell {
    border-top: 0;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .comp-panel.extended {
        overflow: auto;
    }

    .comp-stats {
        margin-left: -150px;
        margin-right: 15px;
    }

    .train-panel.extended {
        overflow: auto;
    }

    .train-stats {
        margin-left: -150px;
        margin-right: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .comp-stats {
        margin-left: -160px;
        margin-right: 5px;
    }

    .train-stats {
        margin-left: -160px;
        margin-right: 5px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .comp-stats {
        margin-left: -170px;
        margin-right: 0px;
    }

    .train-stats {
        margin-left: -170px;
        margin-right: 0px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

/*==========  Preloader  ==========*/

.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 1568ms linear infinite;
    -moz-animation: container-rotate 1568ms linear infinite;
    -o-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }
.preloader.pl-size-xl {
    width: 75px;
    height: 75px; }
.preloader.pl-size-l {
    width: 60px;
    height: 60px; }
.preloader.pl-size-md {
    width: 50px;
    height: 50px; }
.preloader.pl-size-sm {
    width: 40px;
    height: 40px; }
.preloader.pl-size-xs {
    width: 25px;
    height: 25px; }

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.spinner-layer.pl-red {
    border-color: #F44336; }
.spinner-layer.pl-pink {
    border-color: #E91E63; }
.spinner-layer.pl-purple {
    border-color: #9C27B0; }
.spinner-layer.pl-deep-purple {
    border-color: #673AB7; }
.spinner-layer.pl-indigo {
    border-color: #3F51B5; }
.spinner-layer.pl-blue {
    border-color: #2196F3; }
.spinner-layer.pl-light-blue {
    border-color: #03A9F4; }
.spinner-layer.pl-cyan {
    border-color: #00BCD4; }
.spinner-layer.pl-teal {
    border-color: #009688; }
.spinner-layer.pl-green {
    border-color: #4CAF50; }
.spinner-layer.pl-light-green {
    border-color: #8BC34A; }
.spinner-layer.pl-lime {
    border-color: #CDDC39; }
.spinner-layer.pl-yellow {
    border-color: #ffe821; }
.spinner-layer.pl-amber {
    border-color: #FFC107; }
.spinner-layer.pl-orange {
    border-color: #FF9800; }
.spinner-layer.pl-deep-orange {
    border-color: #FF5722; }
.spinner-layer.pl-brown {
    border-color: #795548; }
.spinner-layer.pl-grey {
    border-color: #9E9E9E; }
.spinner-layer.pl-blue-grey {
    border-color: #607D8B; }
.spinner-layer.pl-black {
    border-color: #000000; }
.spinner-layer.pl-white {
    border-color: #ffffff; }

.right {
    float: right !important; }

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
.gap-patch.circle {
    width: 1000%;
    left: -450%; }

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit; }
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes container-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg); }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg); }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg); }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg); }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg); }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg); }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg); }
    25% {
        transform: rotate(270deg); }
    37.5% {
        transform: rotate(405deg); }
    50% {
        transform: rotate(540deg); }
    62.5% {
        transform: rotate(675deg); }
    75% {
        transform: rotate(810deg); }
    87.5% {
        transform: rotate(945deg); }
    to {
        transform: rotate(1080deg); } }

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg); }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg); }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg); } }

@keyframes left-spin {
    from {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg); }
    50% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg); }
    to {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg); }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); } }

@-moz-keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg); }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg); }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg); } }

@keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg); }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg); }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg); } }

.zone-success-70{
    width: 80px !important;
    height: 80px !important;
    margin-top: 60px;
    font-size: 2.5em !important;
}

.zone-success-80{
    width: 130px !important;
    height: 130px !important;
    margin-top: 40px;
    font-size: 3.75em !important;
}

.zone-success-90{
    width: 180px !important;
    height: 180px !important;
    margin-top: 20px;
    font-size: 6em !important;
}

.comp-edition {
    height: 350px;
    overflow: auto;
}

.comp-title {
    color: #2196f3;
}

.comp-date {
    color: #918C8C;
    font-size: 20px;
}

.comp-end-total {
    font-size: 40px !important;
}

.comp-duel-end-won {
    font-weight: bold;
    background-color: #EEF;
}

.table-round thead tr td {
    border-bottom-width: 0px;
    vertical-align: middle !important;
}

.btn.btn-circle {
    -webkit-border-radius: 200% !important;
    -moz-border-radius: 200% !important;
    -ms-border-radius: 200% !important;
    -o-border-radius: 200% !important;
    border-radius: 200% !important;
    width: 70px;
    height: 70px;
    padding: 10px;
    font-size: 2em;
}

.btn.btn-circle.btn-lg {
    width: 100px;
    height: 100px;
    font-size: 3em;
}

.btn.btn-circle.btn-sm {
    width: 50px;
    height: 50px;
    font-size: 1em;
}

.btn.btn-circle.btn-mn {
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 1em;
}

/** equipments page **/
.equipement-bows-card, .equipement-arrows-card {
    height: 300px;
}
.equipement-bows-card .panel-body, .equipement-arrows-card .panel-body {
    height: 150px;
    padding-top: 0px;
}

.equipement-bows-card .panel-heading img, .equipement-arrows-card .panel-heading img {
    width: 100%;
    max-height: 155px;
}

.equipement-bows-card .cornered-image, .equipement-arrows-card .cornered-image {
    overflow:hidden;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}

.equipement-bows-card .shadowed-image, .equipement-arrows-card .shadowed-image {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/** training page **/
.training-title-flex {
    display: flex;
}

.training-exercise-panel {
    min-height: 115px;
}

.training-exercise-title {
    /*    position: absolute;
        left: 0;
        top: 0;*/
    padding-left: 20px;
    padding-top: 3px;
    min-width: 150px;
    height: 30px;
    background: #2196f3;
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 20px;
}

#training-exercises-list {
    overflow: auto;
    max-height: 400px;
}

.training-exercise-title-arrow {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #2196f3;
    /*    position: absolute;
        left: 300px;
        top: 0;*/
    z-index: 10;
}

.training-exercise-repetitions {
    text-align: right;
    font-weight: bold;
}

#training-exercises-list .actions {
    height: 80px;
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
    float: none;
    z-index: 10;
}

/*#training-exercises-list .actions .rollover {
    text-align: right;
    display: block;
}

#training-exercises-list .actions .rollover span {
    display: none;
    margin-right: 10px;
    vertical-align: middle;
}

#training-exercises-list .actions .rollover:hover span {
    display: inline-block;
}

#training-exercises-list .actions .rollover i {
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
}*/

/** dashboard **/
.dashboard-average-score {
    background: #2196f3;
    height: 80px;
    width: 140px;
    margin: auto;
}

.dashboard-average-score .date, .dashboard-average-score .info {
    position: absolute;
}

.dashboard-average-score:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 70px 0 70px;
    border-color: #2196f3 transparent transparent transparent;
    position: absolute;
    margin: auto;
    top: 80px;
}

.dashboard-average-score .date time{
    font-size: 13px;
    display: block;
    left: -30px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 82px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.dashboard-average-score .score {
    font-size: 1.6em;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    left: 32px;
    width: 90px;
    text-align: center;
    color: #FFFFFF;
}

.dashboard-average-score .score {
    top: 10px;
    line-height: 30px;
}

.dashboard-score span {
    font-weight: bold;
    font-size: 1.6em;
}

.header-dashboard-average-card h4{
    height: 50px;
}

.body-dashboard-average-card {
    min-height: 160px;
}

.footer-dashboard-average-card {
    padding: 0 10px;
}

/** stats -> Dashboard **/

#dashboard-stats ul {
    padding-left: 0;
}

#dashboard-stats li {
    padding: 0;
    margin-bottom: 1em;
}

#dashboard-stats li.group-list {
    padding: 0;
    margin-bottom: 1px;
}

#dashboard-stats li.group-list:not(:first-child) {

}

#dashboard-stats .dash-stats-title {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    padding-top: 3px;
    height: 30px;
    width: 200px;
    background: #F6F8F8;
    color: #918C8C;
    font-weight: bold;
}

#dashboard-stats .dash-stats-title:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #F6F8F8;
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 10;
}

#dashboard-stats .dash-stats-info {
    padding-left: 200px;
    height: 30px;
}

#dashboard-stats .dash-stats-value {
    height: 30px;
}

#dashboard-stats .dash-stats-value h4{
    margin-top: 1px;
    color: #FFFFFF;
    font-weight: bold;
}

#dashboard-stats .dash-stats-value.average-value {
    background-color: #2196f3;
}

#dashboard-stats .dash-stats-value.won-value {
    background-color: #7bb723;
}

/*#dashboard-stats .dash-stats-value.won-value:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #7bb723;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 10;
}*/

#dashboard-stats .dash-stats-value.percentage-value {
    background-color: #74bcd6;
}

.modal-full .modal-dialog{
    width: 90%;
}

.header-profile {
    margin-bottom: 20px;
}

.header-profile img.image-cover{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
}

.image-profile
{
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 20%; 
}

#profile-page .actions {
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
    float: none;
    padding: 5px 10px;
    list-style: none;
}

#profile-page .actions li {
    margin-bottom: 8px;
    text-align: right;
}

#profile-page .actions li a, #profile-page .actions li label {
    background-color: #FFFFFF;
    padding: 2px 8px;
}

#profile-page .actions li i {

}

#profile-page .picture-actions, #bow-page .picture-actions, #arrow-page .picture-actions {
    list-style: none;
}

#profile-page label.link, #bow-page label.link, #arrow-page label.link {
    color: #2196f3;
    cursor: pointer;
    margin-bottom: 0;
}

#profile-edit .actions {
    width: 90px;
    margin: 0;
    float: none;
}

#profile-edit .actions a.rollover:hover{
    text-decoration: none;
}

#account-page .payment-method-title, #account-page .product-name {
    margin-bottom: 0;
    padding: 10px 0;
}

#account-page .payment-details {
    margin: 25px auto;
}

#account-page .payment-details p:last-child{
    padding-bottom: 0;
}

#account-page .payment-method-card {
    border: 1px solid #dcdcdc;
    padding: 16px 19px;
}

#account-billing-page .form-group label {
    color: #918C8C;
    font-size: 14px;
}

#subscription-plan-panel .panel-body {
    display: flex;
}

#subscription-plan-panel .subscription-plan-button {
    align-self: center;
    text-align: right;
}

#settings-page .square-color {
    width: 28px;
    height: 28px;
    float: right;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#settings-page .event-setting {
    height: 48px;
    margin-bottom: 15px;
}

#settings-page .event-label {
    display: table; 
    height: 48px; 
    overflow: hidden;
}

#settings-page .exercise-setting {
    height: 48px;
    margin-bottom: 10px;
}

#settings-page .exercise-label {
    display: table; 
    height: 48px; 
    overflow: hidden;
}

.widget-setting {
    border-bottom: #918C8C dashed 1px;
    margin-bottom: 15px;
}
/** club page **/

#club-infos .form-group label {
    color: #918C8C;
    font-size: 14px;
}

tr.club-coach {
    background-color: #f9f9f9;
}

/** archer-box **/
.archer-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    min-height: 120px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    padding: 7px 16px;
    margin: 0 10px 30px 10px;
}

.archer-box .picture {

}

.archer-box .picture .profile-picture {
    height: 100px;
    position: absolute;
    left: 13px;
    top: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 4px;
}

.archer-box .content {
    padding-left: 115px;
}

.archer-box .content .profile-name {
    font-size: 25px;
    color: #2196F3;
}

.archer-box .content .profile-desc {
    font-size: 16px;
}

.archer-box .content .invit-send-date {

}

/** Admin **/
#admin-dashboard .info-box {
    min-height: 100px;
}

#archers-box .actions {
    height: 20px;
    /*    position: absolute;*/
    right: 20px;
    top: 10px;
    margin: 0;
    float: none;
}

/*==========        Arrows Grader      ==========*/

#graded-arrows-list {
    padding-left: 0;
}

#graded-arrows-list .status.status-complete {
    background: #2196f3;
}

#graded-arrows-list .status {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 140px;
    background: grey;
}

#graded-arrows-list .status.status-complete:after {
    border-color: transparent transparent transparent #2196f3;
}

#graded-arrows-list .status:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: 140px;
    top: 0;
}

#graded-arrows-list li {
    padding: 5px;
    padding-top: 0px;
    padding-left: 170px;
    margin-bottom: 1em;
}

#graded-arrows-list .date time{
    font-size: 13px;
    display: block;
    left: -30px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 82px;
    text-align: center;
    text-transform: capitalize;
}

#graded-arrows-list .status.status-complete {
    color: #FFF
}

#graded-arrows-list .subject {
    width: 100%;
    padding-right: 50px;
}

#graded-arrows-list .subject h4 {
    margin-bottom: 1px;
    margin-top: 1px;
}

#graded-arrows-list .info {
    line-height: 35px;
}

#graded-arrows-list .info .score {
    font-size: 1.6em;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    width: 90px;
    text-align: center;
}

#graded-arrows-list .status.status-complete .info .score {
    top: 10px;
    line-height: 30px;
}

#graded-arrows-list .actions {
    height: 80px;
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0;
    float: none;
}

.graded-panel {
    height: 80px;
}

.graded-header {
    height: 80px;
}

#arrows_grader .btn-arrow {
    width: 24px !important;
    height: 24px !important;
}

#arrows_grader .btn-arrow.drag-item {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
    margin-bottom: 20px;
}

#arrows_grader .btn-arrow.drag-item span {
    position: relative;
    top: -3px;
    /* left: -10px; */
}

#arrows_grader .arrows_list {
    display: table;
    margin: auto;
}

#arrows_grader #arrows-list {
    width: 520px;
    margin: 20px;
    margin-bottom: 0;
}

#arrows_grader .ui-draggable {
    z-index: 10;
}

#arrows_grader .ui-draggable.ui-draggable-dragging {
    transition: none;
}

#arrows_grader table tr td {
    vertical-align: middle;
}

#arrows_grader .actions a {
    width: 80px;
}

#arrows_grader .draggable-helper {
    width: 10px !important;
    height: 10px !important;
    background-color: #ffffff;
    color: #2b2926;
    border-color: #2b2926;
    border-radius: 200% !important;
    padding: 0px;
    font-size: 1em;
}

.btn-medal {
    width: 30px !important;
    height: 30px !important;
    box-shadow: none;
    font-size: 1em !important;
    padding: 0 !important;
}

.btn-medal.gold {
    background-color: #FFFFFF;
    /*background: radial-gradient(gold, palegoldenrod);*/
    border: 2px solid gold;
    color: goldenrod;
}

.btn-medal.silver {
    background-color: #FFFFFF;
    /*background: radial-gradient(#fafafa, #dddddd);*/
    border: 2px solid #cccccc;
    color: #cccccc; 
}

.btn-medal.bronze {
    background-color: #FFFFFF;
    /*background: radial-gradient(darkorange, chocolate);*/
    border: 2px solid darkorange;
    color: sienna;
}

.btn-medal.medal-4, .btn-medal.medal-5, .btn-medal.medal-6 {
    background: #FFFFFF;
    border: 2px solid transparent;
    color: #cccccc;
}

@media (max-width:768px)
{
    .image-profile
    {
        margin: -45px 10px 0px 25px;
        z-index: 9;
        width: 20%; 
    }
}