.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.lnr {
    font-size: 20px;
}

body {
    /*font-family: "Raleway", Helvetica, Arial, sans-serif;*/
    /*font-family: "Roboto", Arial, sans-serif;*/
    /*font-weight: 400;*/
    /*font-size: 13px;*/    
    /*color: #34495e;*/
    background-color: #EEE;
    color: #212121;
    /*    padding-top: 60px;*/
    /*font: 400 13px/21px Roboto,sans-serif;*/
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;    
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;    
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;    
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }



body.fixed-header .header-body {
    position: fixed;
    left: 0;
    top: 0;
}

/* HEADER */
.header-body {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    padding: 0 20px 0 0;
    z-index: 800;
    background-color: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}


/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}



#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #3a3f51;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#sidebar-wrapper .sidebar-header {
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #2C2F3C;
    border-bottom: 1px solid #2C2F3C;
    color: #ffffff;
    width: 100%;
    padding: 0 20px;
    padding-left: 30px;
    clear: both;
    z-index: 999999999;
    position: relative;
}

#sidebar-wrapper .sidebar-header .brand {
    font-size: 20px;
    font-weight: 500;
}

#sidebar-wrapper .sidebar-content {
    margin-top: 15px;
    padding: 0 15px;
}


#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    /* position: absolute; */
    /* top: 60px; */
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li span{
    margin-right: 5px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(83, 89, 109,0.5);
    -o-transition: color .2s ease-out, background .2s ease-in;
    -ms-transition: color .2s ease-out, background .2s ease-in;
    -moz-transition: color .2s ease-out, background .2s ease-in;
    -webkit-transition: color .2s ease-out, background .2s ease-in;
    transition: color .2s ease-out, background .2s ease-in;    
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(83, 89, 109,0.2)
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

/*.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}*/

@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 300px;
    
}

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.link-menu ul {       
    display:table;
    table-layout: fixed;
    /*border-spacing: 10px;*/
    border-collapse: separate;    
    width: 100%;
    margin: 0;
    padding: 0;
}

.link-menu ul li{
    display: table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    margin: 0;
    width: 2%;
    text-align: center
}

.link-menu ul li span {
    display: block;
    font-size: 40px;
}

.link-menu ul li a{    
    display: block;
    color: #003399;
    background: #fff;
    margin-right: 4px;
    padding: 15px 0 15px;
    transition: background-color 0.3s ease;
}

.link-menu ul li:last-of-type > a{    
    margin-right: 0;
}

.link-menu ul li a:hover{
    color: #333;
    text-decoration: none;
    background-color: #eee;
}

.link-menu ul li a:focus{
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.3);
    text-decoration: none;
}


@media (max-width: 500px) {
    .link-menu ul li{
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }    
    .link-menu ul li a{  
        margin: 0;
    }
}

.countries {
    /* margin: 30px 0; */
    background: #fff;
}

.flags ul {
    list-style-type: none;    
    padding: 0;
    margin: 0;
    margin-bottom: 1px;}

.flags ul li{
    display: inline;
    padding: 10px 12px;
    background: rgb(249, 249, 249);
    margin-right: 2px;
    /* box-shadow: 0px -1px 1px 0px rgba(0,0,0,.2); */
}

.flags ul li:last-of-type{
    margin-right: 0;
}

.flags ul li a{
    cursor: pointer;
}

.flags ul li.active{ 
    /* border-top: 1px solid #434348; */
    /* border-right: 1px solid #434348; */
    /* border-left: 1px solid #434348; */
    /* border-bottom: 2px solid #FFFFFF; */
    background-color: #575F7D;
}

/*.area-chart [class^=col-] {
  background-color: #eee;
}*/


.box {
    /*background: #f2f2f2;*/
    /* -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2); */
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
    /* box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2); */  
    margin-bottom: 30px;    
}

.box .header {
    background-color: #575F7D; 
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.box .header p{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.box .content {
    background-color: #fff;
    padding: 10px;
    /* border: 3px solid #575F7D; */    
}

.box .content .row {
    border-bottom: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding: 3px 6px;
}

.box .content .row:last-of-type{
    border: none; 
    padding-bottom: 0;
}

.col-left, .col-right {
    font-family: 'Roboto', sans-serif;
}

.col-left {
    float: left;
    width: 60%;
}

.col-right {
    float: left;
    width: 40%;
    text-align: right;
}


.col-left .title {
    font-weight: 700;
}

.col-left .sub-title {
    font-size: 11px;
}

.amount {
    font-weight: 700;
    font-size: 16px;

}

/*.spinner {
  width: 40px;
  height: 40px;
  background-color: red;
  margin: 180px auto; 
   margin-top: 160px; 
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}*/


.spinner {
    margin: auto; 
    /* padding-top: 100px; */ 
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


.btn-bar { 
  color: #ffffff; 
  background-color: #3A3F51; 
  border-color: #3A3F51; 
} 
 
.btn-bar:hover, 
.btn-bar:focus, 
.btn-bar:active, 
.btn-bar.active, 
.open .dropdown-toggle.btn-bar { 
  color: #ffffff; 
  background-color: #464D66; 
  border-color: #3A3F51; 
} 
 
.btn-bar:active, 
.btn-bar.active, 
.open .dropdown-toggle.btn-bar { 
  background-image: none; 
} 
 
.btn-bar.disabled, 
.btn-bar[disabled], 
fieldset[disabled] .btn-bar, 
.btn-bar.disabled:hover, 
.btn-bar[disabled]:hover, 
fieldset[disabled] .btn-bar:hover, 
.btn-bar.disabled:focus, 
.btn-bar[disabled]:focus, 
fieldset[disabled] .btn-bar:focus, 
.btn-bar.disabled:active, 
.btn-bar[disabled]:active, 
fieldset[disabled] .btn-bar:active, 
.btn-bar.disabled.active, 
.btn-bar[disabled].active, 
fieldset[disabled] .btn-bar.active { 
  background-color: #3A3F51; 
  border-color: #3A3F51; 
} 
 
.btn-bar .badge { 
  color: #3A3F51; 
  background-color: #ffffff; 
}


.skylo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 1000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.skylo .bar {
    width: 0%;
    height: 5px;
    margin: 0;
    position: relative;
}

.skylo span {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -moz-box-shadow: #0088CC 1px 0 6px 1px;
    -ms-box-shadow: #0088CC 1px 0 6px 1px;
    -webkit-box-shadow: #0088CC 1px 0 10px 1px;
    box-shadow: #0088CC 1px 0 10px 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.6;
}

.skylo .bar-success span {
    -moz-box-shadow: rgb(88,185,87) 1px 0 6px 1px;
    -ms-box-shadow: rgb(88,185,87) 1px 0 6px 1px;
    -webkit-box-shadow: rgb(88,185,87) 1px 0 10px 1px;
    box-shadow: rgb(88,185,87) 1px 0 10px 1px;
}

.skylo .bar-warning span {
    -moz-box-shadow: rgb(242,172,67) 1px 0 6px 1px;
    -ms-box-shadow: rgb(242,172,67) 1px 0 6px 1px;
    -webkit-box-shadow: rgb(242,172,67) 1px 0 10px 1px;
    box-shadow: rgb(242,172,67) 1px 0 10px 1px;
}

.skylo .bar-danger span {
    -moz-box-shadow: rgb(219,82,75) 1px 0 6px 1px;
    -ms-box-shadow: rgb(219,82,75) 1px 0 6px 1px;
    -webkit-box-shadow: rgb(219,82,75) 1px 0 10px 1px;
    box-shadow: rgb(219,82,75) 1px 0 10px 1px;
}

#report-table th{background-color: #ddd}