@charset "utf-8";
/* CSS Document */

/* screen.css */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {margin:0; padding:0;}
/* COLOR SETUP */
:root {
  --primary-color: #3bcaaa;
  --secondary-color: #80ead2;
  --third-color: #0d0d0d;
  --primary-bgcolor: #f1c746;
  --ratingstars-color: #ffb109;
}



a {
    color: #1e042b;
    text-decoration: none;
    outline: none;
}

a:hover, a:active, a:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

object, embed {
    outline: 0;
}
a:hover, a:focus {
    color: #1e042b;
    text-decoration: none;
}

/* BASE */
html, body { height: 100% !important;
    height:auto;
    margin: 0 auto;
    background-color: #f0f0f0;
}
html {font-size:100%; }
body {
    font-size:16px;
    color:#424242;
    font-family: 'PT Sans', sans-serif;
    text-decoration:none;
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight:lighter;
}

#header {display:block; background:#000;}
#header .head-top {display:inline-block; padding:10px 0; background:#000; width:100%; vertical-align:middle;}
.navbar {

    border-radius:0;
    padding:0;
background: rgba(0,0,0,1);
    border-bottom:12px solid #6b3982;

}
.navbar-nav>li>a {
    color:#fff;
    font-size:16px;
    font-weight:400;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    padding-top: 12px;
    padding-bottom: 12px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background:transparent;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background:transparent;
}

.navbar-nav>li {
    float:none;
    display: inline-block;
    width: 100%;
}
.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
    border-left: 10px solid #ff8f16;
}
.navbar-nav>li>a:hover:before,
.navbar-nav>li.active>a:before{
  content: "";
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -15px;
  width: 0px;
  height 0px;

}

.navbar-nav>li.active>a i {color: #ff8f16;}


.navbar-toggle {
    position: relative;
    float: left;
    padding: 15px 14px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid ;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {background:#fff;}

.head-top-menu {display:block;}
.head-top-menu li {display:inline-block; margin-left:20px;}
.head-top-menu,
.head-top-menu a {
    display:inline-block;
    list-style: none;
    color:#fff;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}


.navbar-nav a i {
    color: #fff;
    padding-right: 15px;
    font-size:16px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.navbar-nav a:hover i {
    color: #ff8f16;
}

.head-top-menu span.orange {
    color: #ff8f16;
}

.head-top-menu i {padding-right:10px;}
.head-top-menu a:hover i {color: #ff8f16;}
.head-top-menu a:hover {color: #ff8f16;}



h1 {
    color:#1e042b;
    font-size:30px;
    font-weight:600;
    margin:15px 0;
    display:inline-block;
}

h1::before {
    content:'';
    color:#1e042b;
    margin:15px 0;
    border-left: 7px solid #ff8f16;
    padding-right:15px;
}


h2.title {
    color:#1e042b;
    font-size:24px;
    font-weight:600;
    margin:15px 0;
    display:inline-block;
}

h2.title::before {
    content:'';
    color:#1e042b;
    margin:15px 0;
    border-left: 7px solid #ff8f16;
    padding-right:15px;
}

h1.head-title {
    color:#fff;
    font-weight:300;
    font-size:24px;
    display: block;
    margin:10px 0;
}
h1.head-title::before {
    border-left:0;
}
h1.head-title i {
    color:#ff8f16;
    padding-right:20px;
}

.headline-row {
    display:block;
    background: rgba(30,5,43,1);
    background: -moz-linear-gradient(top, rgba(30,5,43,1) 0%, rgba(52,22,68,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,5,43,1)), color-stop(100%, rgba(52,22,68,1)));
    background: -webkit-linear-gradient(top, rgba(30,5,43,1) 0%, rgba(52,22,68,1) 100%);
    background: -o-linear-gradient(top, rgba(30,5,43,1) 0%, rgba(52,22,68,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,5,43,1) 0%, rgba(52,22,68,1) 100%);
    background: linear-gradient(to bottom, rgba(30,5,43,1) 0%, rgba(52,22,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e052b', endColorstr='#341644', GradientType=0 );
    margin-left: -25px;
    margin-right: -15px;
    padding:10px 25px;
    margin-bottom:20px;
    border-bottom:1px solid #fff;
}

h3 {
    font-weight: 600;
    font-size:18px;
    margin:0 0 18px 0;
    padding:0;
    display:block;
    color:#1e042b;
}

label {
    color:#1e042b;
}

p {
    margin: 0 0 20px 0;
}

.margin-t {margin-top:20px;}
.filter-section button {
    margin:0;

}

.box {
    padding:25px;
    border-radius:3px;
    border:1px solid #cbcbcb;
    margin:15px 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(196,196,196,1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(196,196,196,1);
    box-shadow: 0px 2px 8px 0px rgba(196,196,196,1);
    background: #ffffff;
    display:inline-block;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.small-box {
    display:block;
    padding:0px;
    border-radius:3px;
    border:1px solid #cbcbcb;
    margin-left:0;
    margin-right:0;

    -webkit-box-shadow: 0px 1px 3px 0px rgba(196,196,196,1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(196,196,196,1);
    box-shadow: 0px 1px 3px 0px rgba(196,196,196,1);
    background: #fafafa;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.small-box .row {
    margin-left:0;
    margin-right:0;
}

.api-field {
    padding:15px;
}
.sepline-bottom {
    border-bottom:1px solid #cbcbcb;
}

.right-border {
    border-right:1px solid #cbcbcb;
}

.badge {
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 1.8em;
    height: 1.8em;
    padding:2px;
    line-height: 1.6em;
    border-radius: 50%;
    text-align: center;

    color: #fff;
    background: orange;
}


.notif {position:relative;}
.simple-input input {
    display: inline-block;
    width:100%;
    border: 1px solid #cbcbcb;
    padding: 8px;
    border-radius: 3px;
    background: #ffffff;
}
.input-group {
    display: inline-block;
    width: 100%;
    margin-bottom:20px;
}
.input-group input,
.input-group select {
    display: inline-block;
    width:100%;
    border: 1px solid #cbcbcb;
    padding: 8px 8px 8px 55px;
    border-radius: 3px;
    background: #ffffff;
}

.input-group select {
    padding:8px;
}

.input-group select {
    -webkit-appearance: menulist-button !important;
    line-height:34px !important;
}

.simple-input {
    margin-bottom: 15px;
}

.login-inputicon {
    float: none;
    padding: 12px;
    position: absolute;
    z-index: 2;
    color: #6b3982;
    margin-right: 25px;
    border-right: 1px solid #ddd;
    left:0;
    top:26px;
}

.datepicker table tr td.active.active {
    background-color:#ff8f16 !important;
    border-color:#ff8f16 !important;
}

a.submit-btn {margin:15px 0;}
.submit-btn {
    border-radius:3px;
    border:1px solid #ec7e12;
    padding:5px 20px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    margin:30px 0 0 0;

    background: rgba(255,188,43,1);
    background: -moz-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,188,43,1)), color-stop(100%, rgba(252,135,11,1)));
    background: -webkit-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: -o-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: linear-gradient(to bottom, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc2b', endColorstr='#fc870b', GradientType=0 );
}

.submit-btn:hover,
a.submit-btn:hover {
    background: rgba(252,135,11,1);
    background: -moz-linear-gradient(top, rgba(252,135,11,1) 0%, rgba(255,188,43,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,135,11,1)), color-stop(100%, rgba(255,188,43,1)));
    background: -webkit-linear-gradient(top, rgba(252,135,11,1) 0%, rgba(255,188,43,1) 100%);
    background: -o-linear-gradient(top, rgba(252,135,11,1) 0%, rgba(255,188,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,135,11,1) 0%, rgba(255,188,43,1) 100%);
    background: linear-gradient(to bottom, rgba(252,135,11,1) 0%, rgba(255,188,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc870b', endColorstr='#ffbc2b', GradientType=0 );
    color:#fff;
}

.nomrg {margin:0;}

.fw {width:100%;}

.bottom-iconset {display:block; margin:0; padding:0;}
.bottom-iconset li {
    list-style: none;
    display:inline-block;
    margin:0 10px;
    text-align: center;
}
.bottom-iconset li span {
    bottom:0;
    display:inline-block;
    font-weight:600;
    font-size:16px;
    color:#1e042b;
    margin-top: 100px;
}
.bottom-iconset li a.box {
    padding:10px 15px;
}
.iconset {
    background: url('../img/iconset.png') no-repeat 0px 0px;
    width:100px;
    height:120px;
    overflow: hidden;
}
.icon1 {
    display:inline-block;
    background-position: 8px 8px;

}
.icon2 {
    display:inline-block;
    background-position: -100px 8px;

}
.icon3 {
    display:inline-block;
    background-position: -218px 8px;

}
.icon4 {
    display:inline-block;
    background-position: -351px 8px;

}
.icon5 {
    display:inline-block;
    background-position: -460px 8px;

}
.icon6 {
    display:inline-block;
    background-position: -556px 8px;

}
.icon7 {
    display:inline-block;
    background-position: -660px 8px;

}

.bottom-iconset .box:hover {
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    transform: scale(1.1);
}

.wrapper {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #fff;
}



.graph-box h3 {
    display:block;
    color:#1e042b;
    font-size:18px;
    font-weight:600;
    margin:0 0 15px 15px;
    padding:0;
}

.graph-stock {
    display:block;
    margin:0 0 20px 15px;
    padding:0;
}
.graph-stock li {
    list-style: none;
    display: inline-block;
    margin-right:35px;
    color:#676a6c;
    font-size:16px;
    font-weight:300;
}

.graph-stock li i {
    font-size:16px;
    margin:15px 0;
    padding-right:8px;
    font-weight: 700;
}

.graph-stock li i.purple {
    color:#6b3982;
}
.graph-stock li i.orange {
    color:#ff8f16;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.mt {

    position:relative;
    padding-top:100px;
    padding-bottom: 40px;
}

.login-cont {

}
.login-wrapper {
    margin-top:60%;
}


.dark-shadow {
    -webkit-box-shadow: 0px 16px 15px -10px rgba(0,0,0,0.92);-moz-box-shadow: 0px 16px 15px -10px rgba(0,0,0,0.92);box-shadow: 0px 16px 15px -10px rgba(0,0,0,0.92);
}

.login-page {
    background: rgba(107,57,130,1);
    background: -moz-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,57,130,1)), color-stop(100%, rgba(47,16,63,1)));
    background: -webkit-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -o-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: linear-gradient(to bottom, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3982', endColorstr='#2f103f', GradientType=0 );
}

.login-auth .input-group {margin-bottom:20px;}
.login-btn {margin:0; padding-left:35px; padding-right:35px;}


.login-dark-header {
    background: rgba(41,41,41,1);
    background: -moz-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(12,12,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,41,41,1)), color-stop(100%, rgba(12,12,12,1)));
    background: -webkit-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(12,12,12,1) 100%);
    background: -o-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(12,12,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(12,12,12,1) 100%);
    background: linear-gradient(to bottom, rgba(41,41,41,1) 0%, rgba(12,12,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#0c0c0c', GradientType=0 );

    width:100.5%;
    display:block;
    position:absolute;
    border-radius:3px 3px 0 0;
    left:-1px;
    top:-1px;
    padding:20px;
    text-align:center;
}



.login-orange-header {
    background: rgba(255,188,43,1);
    background: -moz-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,188,43,1)), color-stop(100%, rgba(252,135,11,1)));
    background: -webkit-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: -o-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    background: linear-gradient(to bottom, rgba(255,188,43,1) 0%, rgba(252,135,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc2b', endColorstr='#fc870b', GradientType=0 );

    width:100.5%;
    display:block;
    position:absolute;
    left:-1px;
    top:73px;
    padding:20px;
    text-align:center;
}

.login-orange-header h2 {
    font-size:30px;
    font-weight:600;
    color:#fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin:0;
}

.login-orange-header h2 i {padding-right:15px;}
.login-footer {color:#9e9e9e; font-size:12px;}

.table-box {
    padding-top:0;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}

.table-box thead {
    color:#fff;
    border-radius:10px 10px 0 0;
    background: rgba(107,57,130,1);
    background: -moz-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,57,130,1)), color-stop(100%, rgba(47,16,63,1)));
    background: -webkit-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -o-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: linear-gradient(to bottom, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3982', endColorstr='#2f103f', GradientType=0 );
}

.table-box table th:nth-child(1){
    border-radius: 3px 0px 0px 0px;
}
.table-box table th:nth-last-child(1){
    border-radius: 0px 3px 0px 0px;
}


.table-box table th {
    padding: 15px 20px 15px 20px !important;
    border-right: 1px solid #311242;
    vertical-align: middle;
}

.table-box table th:last-child {
    border-right: 0px solid #311242;
}

.table-box table tbody td {
    padding: 8px 20px !important;
    border-right: 1px solid #dfdfdf;
    vertical-align: middle;
}
.table-box table tbody {
    border-bottom: 1px solid #dfdfdf;
}

a.btn-active {
    background: url('../img/btn-active.png') no-repeat;
    width:21px;
    height:21px;
    display:inline-block;
}

a.btn-active-off {
    background: url('../img/btn-active-off.png') no-repeat;
    width:21px;
    height:21px;
    display:inline-block;
}
a.btn-delete {
    background: url('../img/btn-delete.png') no-repeat;
    width:21px;
    height:21px;
    display:inline-block;
}

a.btn-delete-off {
    background: url('../img/btn-delete-off.png') no-repeat;
    width:21px;
    height:21px;
    display:inline-block;
}

a.btn-pass {
    background: url('../img/btn-pass.png') no-repeat;
    width:21px;
    height:21px;
    display:inline-block;
}

a.btn-edit {
    background: url('../img/btn-edit.png') no-repeat;
    width:21px;
    height:21px;
    display:inline-block;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus,
.pagination>li>a.active {
    background:#ff8f16;
    color:#fff;
    padding:12px 14px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.pagination>li>a, .pagination>li>span {
    color:#676a6c;
    padding:12px 14px;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
    display:inline-block;
}

.pagination {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(196,196,196,1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(196,196,196,1);
    box-shadow: 0px 2px 8px 0px rgba(196,196,196,1);
    margin-top:5px;
}

.panel-footer {
    padding:0 20px;
    background:#fff;
    border:0;
}

.panel-footer span.pages {
    margin:20px 0;
    display:inline-block;
    color:#676a6c;
    font-size:16px;
    font-weight:600;
}


.export button {
    margin-top:12px;
    margin-bottom:30px;
}

.less-mtop {margin-top:5px;}




#wrapper {
  padding-left: 230px;
  transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease-out;
}
#spy {
    padding-top:30px;
}
#sidebar-wrapper {
  margin-left: -220px;
  top: 51px;
  left: 220px;
  width: 220px;
  background: rgba(45,15,61,1);
    background: -moz-linear-gradient(left, rgba(45,15,61,1) 0%, rgba(85,44,105,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,15,61,1)), color-stop(100%, rgba(85,44,105,1)));
    background: -webkit-linear-gradient(left, rgba(45,15,61,1) 0%, rgba(85,44,105,1) 100%);
    background: -o-linear-gradient(left, rgba(45,15,61,1) 0%, rgba(85,44,105,1) 100%);
    background: -ms-linear-gradient(left, rgba(45,15,61,1) 0%, rgba(85,44,105,1) 100%);
    background: linear-gradient(to right, rgba(45,15,61,1) 0%, rgba(85,44,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d0f3d', endColorstr='#552c69', GradientType=1 );
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease-out;
}


.sm-logo {
    padding:10px 15px 30px 15px;
    display:inline-block;
}
#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 62px;
  transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease-out;
}

.sidebar-nav {

  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
  padding-left: 60px;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
    text-decoration: none;
    float: left;
    color: #fff;
    padding-right: 15px;
}








h2.small-box-title {
    color:#1e042b;
    font-size: 18px;
    font-weight:600;
    padding:0;
    margin:0;
    line-height:24px;
}


h1.big-price {
    color:#676a6c;
    font-size: 52px;
    font-weight:300;
    letter-spacing: -1px;
    border:0;
    display:block;
}
h1.big-price:before {
    border:0;
    padding-right:0;
}


span.small-box-sub {
    color:#676a6c;
    font-size: 14px;
    font-weight:300;
    display:block;
}

span.middle-box-sub {
    color:#676a6c;
    font-size: 16px;
    font-weight:300;
    display:block;
}


h1.bar-price {
    color:#676a6c;
    font-size: 30px;
    font-weight:300;
    letter-spacing: -1px;
    border:0;
    display:block;
    margin:0;
}
h1.bar-price:before {
    border:0;
    padding-right:0;
}



pre {
    background:#fff;
}
xmp {white-space:pre-wrap; word-wrap:break-word;}
.bar-box {
    display:inline-block;
    width:100%;
    margin:15px 0;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background:#6b3982;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}



.skillbar-bar {
	height:8px;
	width:0px;
	background:#6b3982;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#444;
	color:rgba(0, 0, 0, 0.4);
}

.user-dropdown {
    /*margin:0 15px 20px 15px;*/
    padding:10px 20px;
    /*border-bottom:1px solid #674379;*/
}
.user-dropdown .dropdown-menu {
     /*left:40px;*/
}

.user-dropdown button {
    background: transparent;
    border:0;
    color:#fff;
}

.user-dropdown button i {
    color:#fff;
    padding-right:15px;
}









.custom-iframes {
    border-radius:3px;
}

.custom-iframes .panel {
    border: 1px solid #613578;
    border-radius:3px !important;
}

.custom-iframes .panel-heading {
    color:#fff;
    font-weight: 600;
    background: rgba(107,57,130,1);
    background: -moz-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,57,130,1)), color-stop(100%, rgba(47,16,63,1)));
    background: -webkit-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -o-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    background: linear-gradient(to bottom, rgba(107,57,130,1) 0%, rgba(47,16,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3982', endColorstr='#2f103f', GradientType=0 );
}

.custom-iframes .panel-title a:hover {
    color:#ff8f16;
}

.custom-iframes .panel-title a,
.custom-iframes .panel-title a:hover,
.custom-iframes .panel-title a:focus {
    color:#fff;
}

.iframe-topmrg {
    margin-top:15px;
}

.green:hover,
.red:hover,
.purple:hover {
    opacity: 0.8;
    background:none;
    color:#000;
    text-shadow: none;
}


.green,
.red,
.purple {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease-out;
    margin-right:20px;
}


.green {
    background: #4dc640;
    border:1px solid #3ea433;
    text-shadow: none;
}
.red {
    background: #dc3b3b;
    border:1px solid #b42828;
    text-shadow: none;
}
.purple {
    background: #2d0f3d;
    border:1px solid #1d0f24;
    text-shadow: none;
}


.last-row-bottom-mrg {
    margin-bottom:50px;
}




@media (max-width: 768px) {
    #wrapper {
      padding-left: 0;
    }

    #sidebar-wrapper {
      left: 0;
    }

    #wrapper.active {
      position: relative;
      left: 220px;
    }

    #wrapper.active #sidebar-wrapper {
      left: 220px;
      width: 220px;
      transition: all 0.4s ease 0s;
    }

    #menu-toggle {
      display: inline-block;
    }

    h1.big-price {
        color:#676a6c;
        font-size: 3em;
        font-weight:300;
        letter-spacing: -1px;
        border:0;
        display:block;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }


    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr {
        border: 1px solid #dfdfdf;
        margin-bottom:25px;
    }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #dfdfdf;
		position: relative;
		padding-left: 40% !important;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }



}












/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}









/* Medium Devices, Desktops */
@media screen and (min-width: 992px)  {

}


/* Small Devices, Tablets */
@media screen and (min-width: 768px)  {
    h1.big-price {
        color:#676a6c;
        font-size: 1.4em;
        font-weight:300;
        letter-spacing: -1px;
        border:0;
        display:block;
    }
}


/* Extra Small Devices, Phones */
@media screen and (max-width: 480px)  {
    h1.big-price {
        color:#676a6c;
        font-size: 3em;
        font-weight:300;
        letter-spacing: -1px;
        border:0;
        display:block;
    }

    .submit-btn {
        margin: 0px 0 30px 0;
    }

    .green, .red, .purple {
        margin:0px 20px 10px 0;
    }

    .login-panel {
        margin-top:50px;
        padding-bottom: 10px;
    }

    .login-orange-header h2 {
        font-size:24px;
    }


}

/* Custom, iPhone Retina */
@media screen and (max-width: 320px)  {
    h1.big-price {
        color:#676a6c;
        font-size: 3em;
        font-weight:300;
        letter-spacing: -1px;
        border:0;
        display:block;
    }


    .submit-btn {
        margin: 0px 0 30px 0;
    }


}
