@charset "utf-8";
body {
    webkit-font-smoothing: antialiased;
    background-color: #efefef;
}

footer {
    background-color: #777;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 100px;
}

.navbar-toggle {
    color: #fff;
}


.card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.page-name {
    top: 50px;
    position: relative;

}

.bg-img-1 {
    background-image: url(../img/pattern2.jpeg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img-2 {
    background-image: url(../img/pattern.jpeg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-size: cover;
    background-attachment: fixed;
}


.bg-pattern {
    background-image: url(../img/pattern.jpg);
}

.navbar {
    font-weight: 300;
    padding-top: 32px;
}

.navbar-brand > img {
    display: block;
    height: 67px;
    top: -20px;
    position: relative;
}

img.icon {
    height: 100px;
    width: 100px;
}

img.sponsor-icon {
    height: 150px;
    max-height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

div.description {
    margin-top: 30px;
    text-align: justify;
}

div.description li {
    margin-left: 30px;
    text-align: justify;
}

/*=========================================*/
/*              vertical-nav              */
/*=======================================*/


/*Remove rounded coners*/

nav.vertical-nav.sidebar.navbar {
    border-radius: 0px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .15);
}

nav.vertical-nav.sidebar, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

nav.vertical-nav button.navbar-toggle {
    background: #2f2f2f;
    border-radius: 2px;
}

nav.vertical-nav button.navbar-toggle:hover {
    background: #999;
}

nav.vertical-nav button.navbar-toggle > span.icon-bar {
    background: #fff;
}

/* Add gap to nav and right windows.*/
.main {
    padding: 10px 10px 0 10px;
}

.main div.row {
    margin: 0;
}

/* .....NavBar: Icon only with coloring/layout.....*/

nav.vertical-nav {
    position: fixed;
}

nav.vertical-nav .navbar-nav {
    width: 100%;
}

/*Center Icons*/
nav.vertical-nav.sidebar a {
    padding-right: 13px;
    color: #f14444;
}

nav.vertical-nav .navbar-nav li {
    cursor: pointer;
}

nav.vertical-nav .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

nav.vertical-nav.sidebar a span.icon {
    margin-right: 15px;
}

nav.vertical-nav.sidebar a span.icon {
    color: #444;
    font-size: 15px;
}

nav.vertical-nav.sidebar a span.text {
    line-height: 32px;
}

nav.vertical-nav.sidebar a span.chevron {
    line-height: 32px;
}

nav.vertical-nav li ul li {
    font-size: 12px;
}

nav.vertical-nav li ul li a:before {
    font-family: FontAwesome;
    font-size: 4px;
    width: 18px;
    margin: 0 8px 0 15px;
    height: 32px;
    line-height: 32px;
}

nav.vertical-nav li ul li a:before {
    font-size: 11px;
    line-height: 20px;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 3px;
    text-align: center;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity:30);
}

nav.vertical-nav li ul li a:before {
    content: "\f111";
}


/*nav.vertical-nav.sidebar a:hover span i{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}*/


#menuDesplegableArrow {
    display: none;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 180px;
    background-color: #242a30;
    padding: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.75s 0.25s;
    transform: rotate(0);
}


div.userSelection {
    padding: 21px;
}

div.userSelection .chosen-single {
    background-color: rgba(193, 193, 193, 0.01);
}

div.userSelection .chosen-container-active .chosen-single {
    background-color: rgba(193, 193, 193, 0.01);
    color: #000;
}


@media (max-width: 1367px) and (min-width: 768px) {
    nav.vertical-nav.sidebar a span {
        margin-right: 0px;
    }

    nav.vertical-nav.sidebar a span.pull-left {
        float: right !important;
        margin-right: 0px;
    }

    nav.vertical-nav.sidebar a span.pull-right {
        float: left !important;
        margin-right: 5px;
    }

    nav.vertical-nav.sidebar a {
        padding-right: 8px;
    }

    .text-center.date-body {
        margin-left: -10px;
        margin-right: -10px;
    }

    .bootgrid-footer .pagination li.page-1,
    .bootgrid-footer .pagination li.page-2,
    .bootgrid-footer .pagination li.page-3,
    .bootgrid-footer .pagination li.page-4,
    .bootgrid-footer .pagination li.page-5 {
        display: none
    }

    #menuDesplegableArrow {
        display: initial;
    }

    .userSelection {
        display: none;
    }

    nav.vertical-nav.sidebar:hover #menuDesplegableArrow {
        display: none;
    }

    nav.vertical-nav.sidebar:hover .userSelection {
        display: initial;
    }
}


@media (max-width: 768px) {
    /*    nav.vertical-nav{
            position: relative;
        }*/
    nav.vertical-nav {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99999;
    }

    div#content {
        margin-top: 120px;
    }

    /*    .navbar-header {
            height: 90px;
        }*/
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 370px;
    }

    nav.vertical-nav.sidebar a span.pull-left {
        float: left !important;
        margin-right: 0px;
    }

    nav.vertical-nav.sidebar a span.pull-right {
        float: right !important;
        margin-right: 5px;
    }
}


nav.vertical-nav.sidebar .navbar-collapse, nav.vertical-nav.sidebar .container-fluid {
    bottom: 0;
    height: 100%;
    background-color: #2f2f2f;
}

nav.vertical-nav a.navbar-brand {
    width: 100%;
    background-color: #fff;
}


nav.vertical-nav.sidebar
.container-fluid.dark {
    left: -1px;
    position: relative;
}

nav.vertical-nav.sidebar
.container-fluid.dark
a {
    color: #fff;
    padding-right: 0px;
}

nav.vertical-nav.sidebar
.container-fluid.dark
.btn-group
a {
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

nav.vertical-nav.sidebar
.container-fluid.dark li > a {
    color: #a8acb1;
    font-size: 12px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav.vertical-nav.sidebar
.container-fluid.dark li > a
span.icon {
    color: #242a30;
    font-size: 12px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav.vertical-nav.sidebar
.container-fluid.dark li:hover a {
    color: #242a30;
}

nav.vertical-nav.sidebar
.container-fluid.dark .nav.navbar-nav li:hover {
    border-left: 4px solid #ec5d5d;
}


nav.vertical-nav.sidebar
.container-fluid.dark .nav.navbar-nav li {
    border-left: 4px solid #f39d00;
}

nav.vertical-nav.sidebar
.container-fluid.dark
.menu-profile {
    color: #2f2f2f;
    background-color: #fff;
    background-size: 100% 151px;
    background-repeat: no-repeat;
    background-position-y: -25px;
}

nav.vertical-nav.sidebar
.container-fluid.dark
.menu-profile
.profile-info {
    margin-top: 30px;

}

nav.vertical-nav.sidebar
.container-fluid.dark
.user-image {
    width: 90px;
    float: left;
    background: none;
}

nav.vertical-nav.sidebar
.container-fluid.dark
.user-image img {
    border: 2px solid #696969;
    background: #fff;
}


@media (max-width: 1367px) and (min-width: 768px) {
    nav.vertical-nav.sidebar
    .container-fluid.dark
    .menu-profile {
        display: none;
    }

    nav.vertical-nav.sidebar .container-fluid.dark .menu-profile {
        background-size: 207px 118px;
        background-repeat: no-repeat;
        background-origin: content-box;
        background-position-y: 15px;
        padding: 0;
    }

    nav.vertical-nav.sidebar .container-fluid.dark .user-image {
        width: 100%;
        float: left;
        display: inline;
    }

    .navbar .menu-profile .user-image img {
        width: 50px;
        height: 50px;

    }

    nav.vertical-nav.sidebar .container-fluid.dark li > a span.icon {
        font-size: 20px;
        left: -4px;
        position: relative;
    }

    nav.vertical-nav.sidebar
    .container-fluid.dark:hover li > a > .icon {
        font-size: 12px
    }

    nav.vertical-nav.sidebar {
        margin-left: -152px !important;
    }

    nav.vertical-nav.sidebar:hover {
        margin-left: 0px !important;
    }

    .main {
        width: calc(100% - 70px) !important;
        margin-left: 50px !important;
    }

}


@media (max-width: 768px) {
    nav.vertical-nav.sidebar
    .container-fluid.dark {
        background-color: #fff;
    }

    nav.vertical-nav.sidebar
    .container-fluid.dark
    .menu-profile {
        display: none;
    }

    nav.shrink a.navbar-brand {
        position: absolute;
        top: 5px;
    }

    nav.vertical-nav.sidebar
    .container-fluid.dark
    a.navbar-brand {
        padding: 0;
        float: left;
        width: 50%;
    }

    nav.shrink .logo {
        padding-bottom: 20px;
    }
}


/*small/medium side display*/
@media (min-width: 768px) {

    .logo.logo-lg {
        width: 100%;
        height: 80px;
    }

    /*Allow main to be next to Nav*/
    .main {
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 20px;
        float: right;
    }

    /*lets nav bar to be showed on mouseover*/
    nav.vertical-nav.sidebar:hover + .main {
        margin-left: 250px;
    }

    /*Center Brand*/
    nav.vertical-nav.sidebar.navbar.sidebar > .container .navbar-brand, .vertical-nav .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    /*Center Brand*/
    nav.vertical-nav.sidebar .navbar-brand,
    nav.vertical-nav.sidebar .navbar-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
        height: 80px;
    }

    /*adds border to bottom nav boxes*/
    /*    nav.vertical-nav.sidebar .navbar-nav > li{
            border-bottom: 1px #e5e5e5 solid;
        }*/
    /* Colors/style dropdown box*/
    nav.vertical-nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.vertical-nav.sidebar .navbar-collapse, nav.vertical-nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    /*gives sidebar width/height*/
    nav.vertical-nav.sidebar {
        width: 200px;
        height: 100%;
        margin-left: -160px;
        float: left;
        z-index: 5;
        margin-bottom: 0px;
    }

    /*give sidebar 100% width;*/
    nav.vertical-nav.sidebar li {
        width: 100%;
    }

    /* Move nav to full on mouse over*/
    nav.vertical-nav.sidebar:hover {
        margin-left: 0px;
    }


    /*for hiden things when navbar hidden*/
    .forAnimate {
        opacity: 0;
    }


    .navbar-right {
        margin-top: 15px;
        padding-right: 15px;
        margin-left: 170px;
        margin-right: 50px;
    }

    .navbar-brand > img {
        width: 99%;
    }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1367px) {


    nav.vertical-nav.sidebar {
        width: 250px;
    }

    /*Allow main to be next to Nav*/
    .main {
        width: calc(100% - 250px); /*keeps 100% minus nav size*/
        margin-left: 250px;
    }

    /*Show all nav*/
    nav.vertical-nav.sidebar {
        margin-left: 0px;
        float: left;
    }

    /*Show hidden items on nav*/
    nav.vertical-nav.sidebar .forAnimate {
        opacity: 1;
    }

}

/*Show hidden items on nav*/
nav.vertical-nav.sidebar .forAnimate {
    display: none;
    border: 0px;
    box-shadow: none;
    position: relative;
    width: 100%;

}

/*Show hidden items on nav*/
nav.vertical-nav.sidebar .forAnimate.active {
    display: block;
}

nav.vertical-nav.sidebar li.active > a {
    background-color: #eee;
}


nav.vertical-nav.sidebar li a > span.chevron {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

nav.vertical-nav.sidebar li.active > a > span.chevron {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


nav.vertical-nav.sidebar .navbar-nav .active .dropdown-menu > li > a:hover,
nav.vertical-nav.sidebar .navbar-nav .active .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav.vertical-nav:hover .forAnimate {
    opacity: 1;
}

/*=========================================*/
/*              menu profile             */
/*=======================================*/

.navbar .menu-profile {
    padding: 15px;
}

.navbar .menu-profile .profile-info a {
    color: #fff;
    padding: 0;
}


.navbar .menu-profile .user-image {
    width: 90px;
    float: left;
    background: #fff;
}

.navbar .menu-profile .user-image img {
    width: 70px;
    /*border: 4px solid #afafaf;*/
    height: 70px;
}


.navbar .menu-profile .profile-info {
    width: 120px;
    float: left;
    margin-top: 10px;
    word-break: break-all;
}


.img-lg img {
    width: 90%;
    background-color: #fff;
    height: 90%;
}


@media (max-width: 1367px) {

    .navbar .menu-profile {
        padding: 5px;
    }

    .navbar .menu-profile .user-image {
        display: none;
    }

    .navbar .menu-profile .profile-info {
        width: 100%;
    }

    /*    nav.vertical-nav  .navbar-nav>li>a {
            max-height: 5px;
        }*/
    /*    nav.vertical-nav:hover  .navbar-nav>li>a {
            max-height: none;
        }*/
}


@media (max-width: 1367px) and (min-width: 768px) {


    nav.vertical-nav.sidebar:hover .menu-profile {
        display: block;
    }

    .navbar .menu-profile {
        display: none;
    }
}


/*=========================================*/
/*                            */
/*=======================================*/

ul.pagination > li {
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    margin: 0;
    background-color: #2f2f2f;
    color: #f1ffff;
    border-radius: 0;
    border-left: 1px solid #5f5f5f;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #e8e8e8;
    border-color: rgba(0, 0, 0, 0);
    cursor: not-allowed;
}

.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 0px;
}

.pager-input {
    display: inline;
    width: 20px;
    margin-top: 0;
    float: left;
    height: 35px;
    width: 47px;
    padding: 1px;
}


tr.to-remove > td {
    background: #CECECE !important;
}

.type-label .label {
    color: #fff;
}

/*=========================================*/
/*              required                  */
/*=======================================*/
.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -3px 0 0 12px;
}

.alert-material {
    font-size: 14px;
    color: #28a38b;
    background-color: #ace8dd;
    border-color: #3b9e8c;
}

.alert-material a {
    color: #fc9b28;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/*=========================================*/
/*========= Material-switch ==============*/
/*=======================================*/

.material-switch {
    height: 30px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 0px;
    padding: 0;
    min-height: 0;
}

table .material-switch > label {
    display: inline;
    margin: 0;
}

table .material-switch > label {
    display: inline;
    margin: 0;
}


.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: 3px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: 3px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.required input[type="number"] {
    padding-right: 50px;
}


@-moz-document url-prefix() {
    .material-switch > input[type="checkbox"]:checked + label::after {
        top: -4px;
    }
    table .material-switch > label {
        top: 15px !important;
    }

    .material-switch-text {
        position: relative;
    }

    .replace-file-checkbox {
        margin-top: 15px;
    }
}

.material-switch-text {
    text-align: left;
    margin-left: 55px;
}

.material-switch-text.pull-left {
    text-align: left;
    margin-left: 0px;
}


/*=========================================*/
/*============= Time Line ===============*/
/*=======================================*/

.timeline {
    list-style: none;
    position: relative;
}

.timeline.left {
    padding: 20px 0 20px;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline.left:before {
    left: 10%;
}


.timeline > li {
    margin-bottom: 20px;
    position: relative;
    /* width: 50%; */
    /* left: -40%; */
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 44%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline.center > li > .timeline-panel {
    width: 35%;
}

.timeline.left > li > .timeline-panel {
    width: 80%;
    left: -6%;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}


.timeline > li.timeline.left > .timeline-panel:after,
.timeline > li.timeline.disabled > .timeline-panel:after {
    border-left: 15px solid #F5F5F5;
}

.timeline > li.timeline-inverted.left > .timeline-panel:after,
.timeline > li.timeline-inverted.disabled > .timeline-panel:after {
    border-right: 15px solid #F5F5F5;


}


.timeline.left > li.active > .timeline-panel:after {
    border-right: 0 solid #FFF;
}

.timeline > li > .timeline-badge {
    color: #fff !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge.date {
    font-size: 1.2em;
    top: 20px;
    background-color: #4997cd;
}

.timeline-badge.date > span.timeline-balloon-date-day {
    font-size: 1.2em;
    display: block;
    top: -4px;
    top: -8px;
    position: relative;
}

.timeline-badge.date > span.timeline-balloon-date-month {
    font-size: .7em;
    position: relative;
    top: -44px;
}


.timeline.left > li > .timeline-badge {
    left: 10%;
}

.timeline > li.active > .timeline-badge {
    color: #FFF;
}

.timeline > li.disabled > .timeline-badge {
    background-color: #EFEEEE;
    color: #fbfbfb;
    border: 1px solid #E6E5E5;
}

.disabled .timeline-panel, .disabled .text-muted {
    color: #9c9c9c;
    background-color: #fbfbfb;
}

.active .timeline-panel {
    background-color: #fff;
}


.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline.left > li > .timeline-panel:after {
        background-color: #EFEEEE;
        color: #D6D0D0;
        border: 1px solid #E6E5E5;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/*===========================*/
/*     success animation     */
/*===========================*/

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}


/*===========================*/
/*       REGISTER            */
/*===========================*/

/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}


/*===========================*/
/*           Users           */
/*===========================*/
.half-float {
    position: relative;
    margin-bottom: 65px
}

.half-float .half-float-bottom,
.half-float .half-float-top {
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    z-index: 2
}


.half-float .half-float-bottom img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 3px solid #e1e2e3;
    padding: 2px;
}

.half-float .img-responsive {
    height: 180px;
    width: 100%;
}

.specialInfo {
    margin: 5px;
    padding: 6px;
    border: 3px #e2e2e2;
    border-style: dashed;
    padding-bottom: 15px;
    margin-top: 50px;
}

.media {
    /*box-shadow:0px 0px 4px -2px #000;*/
    margin: 20px 0;
    padding: 30px;
}

.dp {
    border: 10px solid #eee;
    transition: all 0.2s ease-in-out;
    height: 100px;
    width: 100px;

}

.dp:hover {
    border: 2px solid #eee;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    /*-webkit-font-smoothing:antialiased;*/
}

.user-panel {
    height: 15px
}

.user-panel .media-body {
    width: 70%;
    float: right;
}

.user-panel .label {
    margin-right: 5px;
}

.user-panel .phoca-box {
    /*    position: relative;
        left: -75px;
        width: 100px;*/
}

.user-panel .phoca-flagbox,
.user-panel .phoca-title {
    width: 100%;
}


/*=========================================*/
/*                panels                   */
/*=========================================*/

.panel-heading
i.fa-circle {
    color: #ffbe1e;
}

.panel-inverse {
    border: 0;
}

.panel .panel-inverse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;

}


.panel.panel-inverse > .panel-heading {
    background-color: #2f2f2f;
    color: #fff;

}

.panel-inverse h1,
.panel-inverse h2,
.panel-inverse h3,
.panel-inverse h4,
.panel-inverse h5,
h1.material,
h2.material,
h3.material,
h4.material,
h5.material {
    color: #00acac
}


.panel-inverse small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.panel .panel-inverse > .panel-heading {
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel .hbuilt.panel-heading {
    border-bottom: none;
}

.panel > .panel-footer,
.panel > .panel-section {
    color: inherit;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
    margin-bottom: 0px;
}

.panel.panel-collapse > .panel-heading,
.panel .hbuilt {
    background: #fff;
    border-color: #e4e5e7;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px;
}

.panel {
    border: 1px solid #e2e2e2;
}

.panel .panel-body {
    background: #fff;
    padding: 20px;
    position: relative;
}

@media (max-width: 1140px) and (min-width: 768px) {
    .panel .panel-body {

        padding-left: 5px;
        padding-right: 5px;
    }

}

.panel.panel-group .panel-body:first-child {
    border-top: 1px solid #e4e5e7;
}

.panel.panel-group .panel-body {
    border-top: none;
}

.panel-collapse .panel-body {
    border: none;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

/*.panel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none;
}*/
.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.panel.hgreen .panel-body {
    border-top: 2px solid #62cb31;
}

.panel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.panel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.panel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.panel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.panel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.panel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.panel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.panel.green .panel-body {
    background: #62cb31;
    color: #fff;
    border: none;
}

.panel.blue .panel-body {
    background: #3498db;
    color: #fff;
    border: none;
}

.panel.yellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none;
}

.panel.violet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none;
}

.panel.orange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none;
}

.panel.red .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none;
}

.panel.reddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none;
}

.panel.navyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none;
}

.panel.navyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none;
}

.panel.dark .panel-body {
    background: #242a30;
    color: #fff;
    border: none;
}

.panel-group .panel-heading {
    background-color: #f7f9fa;
}

.small-header .panel {
    margin-bottom: 0;
}

.small-header {
    padding: 0 !important;
}

.small-header .panel-body {
    padding: 15px 25px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.small-header .panel-body small {
    color: #838589;
}


.panel.chart-widget {
    background-color: initial;
}

.panel.chart-widget .panel-body {
    border-radius: 5px;
    padding: 0;
}

.panel.chart-widget .content {
    padding: 20px;
}

.panel.chart-widget .widget-chart-content {
    background-color: rgba(255, 255, 255, 0.05);
}


.panel.chart-widget .chart {
    width: 100%;
    position: relative;
    font-weight: bolder;
    overflow: hidden !important;

}

.panel.chart-widget .chart h1 {
    top: 30%;
    position: absolute;
    width: 100%;
    margin: 0;
}

.panel.chart-widget.default {
    background-color: #FFF !important;
}

.panel.chart-widget .chart-title small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #616D72;
    color: rgba(255, 255, 255, .3);
}


.panel.widget {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel.widget .icon {
    padding: 0;
}

.panel.widget .text-lg {
    font-size: 35px;
    font-weight: 100;
}


.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    color: #acacac;
    font-weight: 100;
}


table.bootgrid div.actions .btn {
    display: inline;
}

table.bootgrid.hidden-cell .select-cell {
    display: none;
}


/*table td.actions a.btn i, div.actions-container i{
    margin-right: 10px;
}

table td.actions a.btn  i, .table-actions i{
    margin-right: 10px;
}
.types table td.actions a.btn  i, .table-actions i{
    margin-right: 0px;
}*/


@media (max-width: 1137px) {
    table td.actions .btn, .actions-container .btn {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        min-width: 140px;
        max-width: 140px;
        width: auto;
    }

    .table-actions .action {
        display: table;
        margin-bottom: 15px;
    }

    .panel-body > .actions {
        width: 100%;
    }
}

@media (max-width: 1080px) {
    table td.actions .btn, .actions-container .btn, table-actions {
        font-size: 0;
        width: 32px;
        min-width: 1px;
        padding: 8px;
    }

    table td.actions .btn i {
        font-size: 14px;

    }

    .table-actions .action {
        float: left;
    }

    /*    .btn .caret {
            display: block;
            margin: 3px;
        }*/
    .bootgrid-header .actionBar {
        padding: 0px !important;
    }

    .bootgrid-header div.actions .btn {
        margin-top: 0px;
    }

    .bootgrid-header .search.form-group {
        float: left;
        margin: 0;
    }

    .bootgrid-header .actions {
        float: right;
    }

    table td.actions div.btn-group {
        display: table;
        margin-bottom: 8px;
    }


}

.table-actions .btn {
    width: 160px;
}

table > tbody > tr > td.actions {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel.widget {
    background-color: #fdfdfd;
}


/*=========================================*/
/*                   date box              */
/*=========================================*/
.date-body {
    background-color: #0072bc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/*.date-body.green{
    background-color: #5cb85c;
}*/
.date-body.red {
    background-color: #f5f5f5;
    /*border: 1px solid rgba(0, 0, 0, 0.0980392);*/
    color: #e34e60;
    direction: ltr;
}


/*.date-body.red{
    background-color: #d9534f;
}*/
.date-body.green {
    background-color: #f5f5f5;
    /*border: 1px solid #d2d2d2;*/
    color: #32c187;
    direction: ltr;
}

.date-body .date-title {
    max-height: 35px;
    min-height: 35px;
    padding-top: 10px;
}

.date-content p.nomargin {
    min-height: 31px;
    max-height: 31px;
    line-height: 15px;
}

.date-body .date-content {
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.date-body .date-content p.dia {
    margin: 0;
    font-size: 45px;
    direction: ltr;
    display: block;
    font-family: helvetica, arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #1d2129;
}

.nomargin {
    margin: 0;
}


/*=========================================*/
/*                   picklist              */
/*=========================================*/

.picklist option {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: rgb(255, 255, 255);
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
    font-size: 11px;

}

#undo_redo_to option {
    color: #fff;
    background-color: #428bca;
    border-color: #3a668c;
}


.picklist option:hover,
.picklist option:active {
    background-color: #BFBEBE;
    color: #FFF;
}

.picklist option:active {
    background-color: #428bca;
    border-color: #428bca;
}

.picklist option:disabled {
    background-color: #eff2f5;
    color: #a7a7a7;
    cursor: not-allowed;
    pointer-events: auto;

}

.calendar-deadline {
    background: #e4e4e4;
    color: #f00;
    font-weight: bold !important;
}

.calendar-deadline span[data-cal-date] {
    opacity: 0.9;
    font-size: 1.9em;
}


.label.new {
    padding: 5px;
    margin-top: 19px;
    top: 2px;
    position: relative;
}


.radio img {
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-right: 13px;
}


.tile.panel > .panel-footer {
    background: #2f2f2f;
    padding: 10px 15px;
    margin-bottom: 0px;
    color: #fff;
}

#form-ajax-message {
    text-align: center;
}

.list-group {
    font-size: 13px;
    font-weight: 300;
}


.grid-stack-item {
    border: 0;
    box-shadow: none;
}


/*====================================*/
#analyticMenu {
    list-style: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    left: 249px;
}

@media (max-width: 1367px) {
    #analyticMenu {
        left: 39px;
    }
}

@media (max-width: 767px) {
    #analyticMenu {
        left: 0px;
        top: 105px;
    }
}

#analyticMenu > li {
    display: inline-block;
    margin-left: 2%;
}

.grid-stack .panel-content {
    overflow: auto;
}

.panel-tab-container {
    background: transparent;
    border: 0;
}

.panel-tab-container > .panel-body {
    border: 3px solid #2f2f2f;
}

.panel-tab-container .panel {
    border: 0px;
}

.nav-inverted.nav-tabs > li a:hover {
    color: #fff;
    border: 0;
    top: 2px;
    position: relative;

}

.nav-inverted.nav-tabs > li a {
    color: #fff;
    background-color: #cacaca;
}

.nav-inverted.nav-tabs > li.active a {
    color: #fff;
    background-color: #2f2f2f;
    cursor: not-allowed;
}

.nav > li.disabled > a {
    background-color: #c5c5c5;
    color: #dcdcdc;
}

span.preview {
    width: 189px;
}

.file-relation-identifier {
    font-size: 20px;
    bottom: -19px;
    position: relative;
    left: 36px;
    background: #fff;
    color: #e99002;
    float: left;
}


/*===========================*/
/*          LOGIN            */
/*===========================*/
.card-container.card {
    width: 350px;
    padding: 40px 40px;
    margin: 0 auto;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div.media-buttons a.btn {
    color: #fff !important;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-left: 5px;
}

div.media-buttons > p > a.btn.social-google {
    background-color: #da573b;
    border-color: #be5238;
}

div.media-buttons > p > a.btn.social-google:hover {
    background-color: #be5238;
    border-color: #9b4631;
}

div.media-buttons > p > a.btn.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
}

div.media-buttons > p > a.btn.social-twitter:hover {
    background-color: #3997ba;
    border-color: #347b95;
}

div.media-buttons > p > a.btn.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
}

div.media-buttons > p > a.btn.social-facebook:hover {
    background-color: #47618d;
    border-color: #3c5173;
}

div.media-buttons > p > a.btn.social-facebook > i.fa.fa-facebook {
    margin: 2px;
}

div.media-buttons > p > a.btn.social-github {
    background-color: #999999;
    border-color: #666666;
}

div.media-buttons > p > a.btn.social-github:hover {
    background-color: #666666;
    border-color: #333333;
}

.btn.btn-rounded {
    border-radius: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
}


.separator {
    margin: 5px;
}

#login a:hover {
    border: none;
    color: #960404;
}

#UserRegisterForm {
    margin-bottom: 50px;
}

a.dropdown-toggle.signIn {
    background-color: #f14444 !important;
    color: #fff !important;
    border-radius: 40px;
    padding: 8px;
    margin: 7px;
}

a.dropdown-toggle.signIn:hover {
    background-color: #ff6161 !important;
}

.evaluation-header {
    top: -62px;
    position: relative;
    display: initial;
    margin: 50px;
    width: 100%;
    border-bottom: 1px solid #5bc0de;
    color: #383838;
}

.text-shadow {
    text-shadow: 1px 2px #3e3e3e
}


.termsAndConditions {
    margin: 20px;
    padding: 20px;
    background-color: #e4e4e4;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #b3b3b3;
    color: #444;

}

.private-file {
    cursor: help !important;

}

.private-file.disabled {
    color: #ccc;
}

tr.disabled {
    background: #f7f7f7 !important;
}

tr.enabled {
    background: #fff2df !important;
}

#competion-rank-tabs .pagination {
    float: left;

}

mark.failure {
    /*    border: 1px;
        border-style: solid;
        border-color: #ff1010;*/
}

mark.failure:after {
    content: " *";
    color: #ff8f00;
    background: #4c4a4a;
    position: absolute;
    float: left;
    height: 13px;
    border: 1px solid #ff8d00;
    margin: -9px -3px;
    border-radius: 9px;
    padding: 0px 2px 13px 2px;
}

mark.hideBg {
    background: #ffffff00;
}

mark {
    border-radius: 5px;
}

.goldStandard table {
    font-size: 15px;
}

.goldStandard mark.failure:after {
    color: #31ff00;
    border: 1px solid #31ff00;
}

.types-annotations > .label {
    display: inline-flex;
    margin-right: 5px;
}

.actions .btn > span.ladda-label {
    margin-left: 0px;
}

.modal .panel {
    padding: 0px !important;
}

.fileupload td.actions {
    width: 150px;
    text-align: left;
}

.fileupload td.actions .dropdown-menu {
    right: 0;
    left:inherit;
    border: 0;
}


.fileupload td.actions .btn-group.open .dropdown-menu {
    display: inline-flex;

}

table td .file-error {
    width: 300px;
}


/*=========================================*/
/*===========loading animation============*/
/*=======================================*/

.cssload-container {
    padding-top: 50px;
    width: 117px;
    margin: 0 auto;
}

.cssload-circle-1 {
    height: 117px;
    width: 117px;
    background: rgb(97,46,141);
}

.cssload-circle-2 {
    height: 97px;
    width: 97px;
    background: rgb(194,34,134);
}

.cssload-circle-3 {
    height: 78px;
    width: 78px;
    background: rgb(234,34,94);
}

.cssload-circle-4 {
    height: 58px;
    width: 58px;
    background: rgb(237,91,53);
}

.cssload-circle-5 {
    height: 39px;
    width: 39px;
    background: rgb(245,181,46);
}

.cssload-circle-6 {
    height: 19px;
    width: 19px;
    background: rgb(129,197,64);
}

.cssload-circle-7 {
    height: 10px;
    width: 10px;
    background: rgb(0,163,150);
}

.cssload-circle-8 {
    height: 5px;
    width: 5px;
    background: rgb(22,116,188);
}

.cssload-circle-1,
.cssload-circle-2,
.cssload-circle-3,
.cssload-circle-4,
.cssload-circle-5,
.cssload-circle-6,
.cssload-circle-7,
.cssload-circle-8 {
    border-bottom: none;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    animation-name: cssload-spin;
    -o-animation-name: cssload-spin;
    -ms-animation-name: cssload-spin;
    -webkit-animation-name: cssload-spin;
    -moz-animation-name: cssload-spin;
    animation-duration: 4600ms;
    -o-animation-duration: 4600ms;
    -ms-animation-duration: 4600ms;
    -webkit-animation-duration: 4600ms;
    -moz-animation-duration: 4600ms;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}



@keyframes cssload-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

/*=========================================*/
/*===========vertical center==============*/
/*=======================================*/
td.loading{
    height: 250px;
    position: relative;
}

.center {
    position: relative;
}

.center > div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}