body {
  padding-top: 120px;
  background-color: #040c33;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}



    tr.strikeline {

      text-decoration: line-through;
    }

    .avatar{

      color: #cc9933;
    }
    .avatarBig {

      width: 100px;
      height: 100px;
      border-radius: 50px;
      border:solid 2px #fff;
    }

    .avatarSmall {

      width: 20px;
      height: 20px;
      border-radius: 10px;
      /*border:solid 2px #fff;*/
    }

    .divider {

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

      padding:  20px 0 20px 0;
    }
    .year-select {

      padding:  0 15px 0 15px;
    }

    .spacer {

      margin-bottom: 20px;
    }    
    .status-golden{

      border-left: 10px  #cc9933 solid;
    }
    .status-pale-yellow{

      border-left: 10px  #d3d670 solid;
    }
    
    .status-grey{

      border-left: 10px  #ababab solid;
    }
    .status-green{

       border-left: 10px  #46fc25 solid;

    }
    .status-blue{

       border-left: 10px  #0081cc solid;

    }

    .status-red{

      border-left: 10px  #ff0000 solid;

    }
    .danger {

      color: rgba(249, 46, 46, 1);
    }
    .success {

      color: #5cb85c;
    }    

    .field-required{

      background: #fff url(/images/asterisk.png) no-repeat 98% center;

    }

    .text-pale-yellow{

      color: #d3d670;
    }

    .text-white {

      color: #fff;
    }
    a .text-white {

      color:#fff;
      cursor: pointer;
      text-decoration: none;
    }

    .text-white a:hover, a:active{

      color:#ccc;
    }

    .text-grey {

      color: #cecece;
    }
    .golden {

      color: #cc9933;
    }
    .btn-golden:hover{

      border-color: #fff;
      color: #fff;
      background-color: #cc9933;
      opacity: 0.8;

    }
    .btn-golden{

      border-color: #fff;
      text-transform: uppercase;

    }    
    .btn-golden .active-page{

      border-color: #cc9933;
      color: #fff;
      background-color: #cc9933;
    }       

    .black-block{
      /*background-color: #333333;*/
      color: #fff;
      margin-top: 15px;
      margin-bottom: 15px;

    }

    .tournament{
      /*margin:10px;*/
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 14px;
      /*padding:10px;*/
      min-height: 600px;

    }

     /*div.calendar-item:nth-child(2n) { background-color:#1d1d1d; }*/

    .calendar-item, .adjudicator-item{
      margin:10px;
      padding:10px;
      cursor: pointer;

    }

    .calendar-item:hover,.item-active, .adjudicator-item:hover{
      background-color:rgba(4, 4, 4, 0.6)
    }
    /*
     .calendar-item .active {

      background-color: #fff;

     }
    */

    .boldname{
      font-size: 16px;
    }
    .status-open{

      color:#66ff33;
      font-weight: 1200;
      font-size: 16px;

    }
    .status-close{

      color:#cc9933;
      font-weight: 1200;
      font-size: 16px;

    }    

    .status-inprogress{

      color:#f5ef3a;
      font-weight: 1200;

    }   
    .date-selector {

      margin:20px 0 20px 0;
      font-size: 20px;
    }

    h6 {

      color: #9C9EB5;
    }



  .btn-black {
    color: #fff;
    border-color: #fff;
    background-color: #000421;
    text-transform: uppercase;
    /*margin:2px;*/
  }
  .btn-black:hover,
  .btn-black:focus,
  .btn-black.focus,
  .btn-black:active,
  .btn-black.active,
  .open > .dropdown-toggle.btn-black {
    color: #cc9933;
    border-color: #cc9933;
    background-color: #050921;
  }
  .btn-black:active,
  .btn-black.active,
  .open > .dropdown-toggle.btn-black {
    background-image: none;
  }
  .btn-black.disabled,
  .btn-black[disabled],
  fieldset[disabled] .btn-black,
  .btn-black.disabled:hover,
  .btn-black[disabled]:hover,
  fieldset[disabled] .btn-black:hover,
  .btn-black.disabled:focus,
  .btn-black[disabled]:focus,
  fieldset[disabled] .btn-black:focus,
  .btn-black.disabled.focus,
  .btn-black[disabled].focus,
  fieldset[disabled] .btn-black.focus,
  .btn-black.disabled:active,
  .btn-black[disabled]:active,
  fieldset[disabled] .btn-black:active,
  .btn-black.disabled.active,
  .btn-black[disabled].active,
  fieldset[disabled] .btn-black.active {
    background-color: transparent;
    border-color: #fefefe;
    color: #fefefe;

  }
    
    .tinfo, .editItem, .getInfo, .categoryEntries, .clrbtn , .modeControl, .navbar-additional>li, .discount-edit{

      cursor: pointer;
    }    
    .editItem:hover, .categoryEntries:hover {

      background-color: #cc9933;
      color:#fff;
      /*text-shadow: 1px 1px 2px #666, 0 0 2em #cc9933;*/
    }


    .paddind-left {

      padding-left: 30px;

    }

    .progressBar {
        width: 100%;
        height: 5px;

    }
    .progressBar div {
        position: relative;
        top: 2px;
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 5px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #fff;
        padding-top: 5px;

    }

    .progress_text{
        position: relative;
        left: 35px;
        top: -5px;
        font-size: small;
    }

    table .table-golden{
      width: 90%;
    }
    table td a{
      width: 100%;
      display: block; 
      height: 100%;
    }
    .table-golden > tbody > tr > td:first-child ,
    .table-golden > tfoot > tr > td:first-child {
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top;
      border-right: 1px solid #cc9933;
    }
    .table-golden > tbody > tr > td {

      padding-left: 5px;

    }
    .table-golden > tbody > tr:hover{

      background-color: #404040;
    }
   .table-golden TBODY TR:nth-child(n+1) TD:nth-child(n+2):nth-child(-n+6) {
     /* border-right: solid 1px #EEE;*/
    }


    a.categorylink{
      width: 100%;
      color: #cc9933;
      text-decoration: none;
      cursor: pointer;

    }


    a.categorylink:hover, :active{

      color: #fff;


    }

    .filterSection {

      /*border-bottom: 1px #cc9933 solid;*/
    

    }

    .menu-filter {

      list-style: none;
      font-size: 1.2em;
      cursor:pointer;

    }

    .menu-filter ul{

      list-style: none;

    }
    .menu-filter li{

      margin-top: 10px;

    }
   
    .submenu-filter{

      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 0.9em;
      margin-bottom: 10px;


    }

    .ruler {

      border-top: 1px #cc9933 solid;
    }

    .table-black {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .table-black > tbody + tbody {
      border-top: 1px solid #cecece;
    }    
    .table-black > thead > tr > th,
    .table-black > tbody > tr > th,
    .table-black > tfoot > tr > th,
    .table-black > thead > tr > td,
    .table-black > tbody > tr > td,
    .table-black > tfoot > tr > td {

      line-height: 1.42857143;
     padding: 8px;

    }

    .editableItem {

      line-height: 1.42857143;
      padding:5px;
    }

    .editable, .export_pdf {

      cursor:pointer;
    }

    .nav-golden > a {

      color: #cc9933;

    }
    .editable-fees-check:hover{

      cursor:pointer;
      color: #cc9933;

    }

    #editElement {

      min-height: 300px;

    }

    #userGroups {

      list-style-type: none;


    } 

    .userAvatar img{

      width:30px;
      border-radius: 15px;
    }

    .grouptype {

      cursor: pointer;
      margin:10px;
    }

    a.golden {
      text-decoration: none;
      color: #cc9933;
    }

    a.golden :hover; :active, :visited {
      color: #ff0000;
    }



    /* -----------  UPLOADS ---- */


/*

html{
    background-color:#ebebec;

    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:radial-gradient(center, #ebebec, #b4b4b4);

    min-height:900px;
}

body{
    font:15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
}

a, a:visited {
    outline:none;
    color:#389dc1;
}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}
*/

/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    padding:30px;
    border-radius:3px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}



#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 72px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 244px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('/assets/img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/*----------------------------
    The Demo Footer
-----------------------------*/


footer{
    background-color: #080808;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}
/*
footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}
*/
#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}


/* --- END --- UPLOADS */



/* --CROP ----*/

        
      .cropit-preview-wrapper{


      }
      .cropit-preview {
        background-color: #f8f8f8;
        background-size: cover;
        border: 2px solid #ccc;
        border-radius: 3px;
        margin-top: 7px;
        width: 200px;
        height: 200px;
        position: relative;
        margin: auto;

      }

      .cropit-preview-image-container {
        cursor: move;
      }

      .cropit-preview-background {
        opacity: .2;
        cursor: auto;
      }

      .image-size-label {
        margin-top: 10px;
      }

       .export {
        /* Use relative position to prevent from being covered by image background */
        position: relative;
        z-index: 10;
        display: block;
      }

      .controls-wrapper{

        width: 448px;
        margin-top: 20px;
        text-align: center;
            position: relative;

      }
      .slider-wrapper {
        width:200px;
        display: inline-block;
        box-sizing: border-box;
            transition: opacity 0.25s;
                margin-bottom: 20px;

      }

      .rotation-btns{
          margin: 0 auto 20px auto;
          display: inline-block;
          transition: color 0.25s;
    cursor: pointer;
        vertical-align: middle;
      }

      .cropit-image-zoom-input {

    height: 5px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    width: 130px;
    vertical-align: middle;
    line-height: normal;

      }
      .rotation-btns span{

            margin: 0 20px;
      }

     input[type="range"].controls-wrapper{

height: 5px;
    background: #eee;
        border-radius: 5px;
    outline: none;
        width: 130px;
    margin: 0 20px;
        vertical-align: middle;
                    line-height: normal;


     }


      
     input.cropit-image-input {
        visibility: hidden;
      }
/*  --END CROP ----*/





/* regadmin BOLD */


  .regadmin{

    font-size: 16px;


  }
  
  .regadmin-bold{

    color: #000;
    font-weight: 800;
    text-align: center;

  }
  


/* background */

#bg {
    background-repeat: no-repeat;
    background-color: #040c33;
    background-position: center top;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50;
    left: 0;
    will-change: transform;
    z-index: -1;
    background-image: url("/images/backgrounds/background.jpg");
}
@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    #bg {
    background-image: url("/images/backgrounds/background-@2x.jpg");
    background-size: 500px auto;
}
}@media(min-width:500px) {
    #bg {
    background-image: url("/images/backgrounds/background_sm.jpg");
}
}@media(min-width:500px) and (-webkit-min-device-pixel-ratio:2), (min-width:500px) and (min-resolution:192dpi) {
    #bg {
    background-image: url("/images/backgrounds/background_sm-@2x.jpg");
    background-size: 768px auto;
}
}@media(min-width:768px) {
    #bg {
    background-image: url("/images/backgrounds/background_md.jpg");
}
}@media(min-width:768px) and (-webkit-min-device-pixel-ratio:2), (min-width:768px) and (min-resolution:192dpi) {
    #bg {
    background-image: url("/images/backgrounds/background_md-@2x.jpg");
    background-size: 992px auto;
}
}@media(min-width:992px) {
    #bg {
    background-image: url("/images/backgrounds/background_lg.jpg");
}
}@media(min-width:992px) and (-webkit-min-device-pixel-ratio:2), (min-width:992px) and (min-resolution:192dpi) {
    #bg {
    background-image: url("/images/backgrounds/background_lg-@2x.jpg");
    background-size: 1891px auto;
}

.nav-partners{

  min-width: 500px;
  width: 100%;
  background-color:#040c33;

}
.nav-partners ul{
    
  list-style: none;

}





.p-2 {
  padding:20px;
}
.pl-2 {
  padding-left:20px;
}
.pr-2 {
  padding-right:20px;
}
.pt-2 {
  padding-top:20px;
}
.pb-2 {
  padding-bottom:20px;
}



.ml-2{
  margin-left: 20px;
}
.mb-2{
  margin-bottom: 20px;
}
.mt-2{
  margin-top: 20px;
}
.mr-2{
  margin-right: 20px;
}
.m-2{
  margin: 20px;
}

.ml-5{
  margin-left: 50px;
}
.mb-5{
  margin-bottom: 50px;
}
.mt-5{
  margin-top: 50px;
}
.mr-5{
  margin-right: 50px;
}
.m-5{
  margin: 50px;
}


/* --- RightSidebar -----*/
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 47px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}
#right-sidebar.sidebar-open {
  right: 0;
}
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}

.text-normal{
  text-transform: none;
}
