
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fuentes/openSans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.setFont{
      font-family: 'Open Sans'
}
#wrapper .main,
#wrapper .sidebar {
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}
.hexagon:after,
.hexagon:before {
    border-right: 50px solid transparent
}
body {
    background-color: #d2d2d2;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    color: #676a6d
}
a {
    color: #3287B2,inherit;
    font-family: 'Open Sans'
}
a:focus,
a:hover {
    color: #3b98c8;
    text-decoration: none
}
th {
    font-weight: 600
}
.brand {
    background-color: #333D4A;
    padding: 30px
}
.page-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300
}
footer {
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: 20px
}
.copyright {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px
}
.layout-fullwidth .copyright {
    padding-left: 20px
}
.toast-title {
    font-weight: 700
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
.toast-message a,
.toast-message label {
    color: #fff
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}
.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}
.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-left {
    top: 12px;
    left: 12px
}
.toast-top-right {
    top: 12px;
    right: 12px
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px
}
#toast-container {
    position: fixed;
    z-index: 999999
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #fff;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80)
}
#toast-container>div:hover {
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}
#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}
.toast {
    background-color: #030303
}
.toast-error {
    background-color: #bd362f
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}
@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}
@media all and (min-width: 241px)and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}
@media all and (min-width: 481px)and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}
#wrapper .sidebar {
    width: 260px;
    height: 100%;
    background-color: #2B333E;
    float: left;
    position: fixed
}
#wrapper .sidebar .footer {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background-color: #41B314;
    color: #fff
}
#wrapper .sidebar .footer:focus,
#wrapper .sidebar .footer:hover {
    text-decoration: none;
    background-color: #3ca512
}
#wrapper .sidebar .footer i {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle
}
#wrapper .sidebar .footer span {
    position: relative;
    top: 2px
}
#wrapper .main {
    width: calc(100% - 260px);
    position: relative;
    float: right;
    background-color: #f5f5fa
}
.collapsing,
.sidebar .nav>li>a[data-toggle=collapse] .icon-submenu {
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}
.layout-fullwidth #wrapper .sidebar {
    left: -260px
}
.layout-fullwidth #wrapper .main {
    width: 100%
}
.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 260px
}
.main-content {
    padding: 28px 10px
}
html.fullscreen-bg,
html.fullscreen-bg #wrapper,
html.fullscreen-bg body {
    height: 100%
}
.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table
}
.vertical-align-middle {
    display: table-cell;
    vertical-align: middle
}
.navbar-default {
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fafafa
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #f8f8f8
}
.navbar-btn {
    float: left;
    padding: 16px 0
}
.navbar-form {
    padding: 15px
}
.navbar-form input[type=text] {
    min-width: 200px
}
.navbar-nav .icon-menu {
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative
}
.navbar-nav .icon-menu .badge {
    position: absolute;
    top: 20px;
    right: 12px
}
.navbar-nav>li>a {
    padding: 28px 20px
}
.navbar-nav>li>a>i {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: middle
}
.navbar-nav>li>a>i.icon-submenu {
    margin-left: 2px;
    margin-right: 0;
    font-size: 10px;
    position: relative;
    top: 2px
}
.navbar-nav>li>a>span {
    position: relative;
    top: 2px
}
.navbar-nav>li>a img {
    margin-right: 2px
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
    min-width: 200px
}
.navbar-nav .dropdown-menu>li>a {
    padding: 8px 20px
}
.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover {
    background-color: #fafafa
}
.navbar-nav .dropdown-menu>li>a i,
.navbar-nav .dropdown-menu>li>a span {
    vertical-align: middle
}
@media screen and (max-width: 767px) {
    .navbar-nav .icon-menu {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav>li>a {
        padding: 15px 20px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 48px
    }
}
.btn-toggle-fullwidth {
    font-size: 24px;
    padding: 4px 8px;
    line-height: .7;
    border: none;
    background: 0 0;
    outline: 0;
    font-family: 'Open Sans'
}
.navbar-toggle {
    padding: 5px 8px;
    margin: 20px 15px 20px 0
}
.navbar-toggle .icon-nav {
    font-size: 24px
}
.notification-item .dot {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    content: '';
    margin-right: 8px
}
ul.notifications>li {
    border-bottom: 1px solid #F0F0F0
}
.panel.panel-headline .panel-heading,
ul.notifications>li:last-child {
    border-bottom: none
}
ul.notifications>li>.more {
    padding: 8px 12px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600
}
ul.notifications>li>.more:focus,
ul.notifications>li>.more:hover {
    text-decoration: none
}
.dropdown-menu {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border-color: #eaeaea;
    border-top: 2px solid #ACB0B5
}
.form-control,
.form-control:focus,
.input-group {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}
.dropdown-menu>li>a {
    color: #676a6d
}
.dropdown-menu>li i {
    margin-right: 6px
}
.sidebar .nav>li>a {
    padding: 18px 30px;
    color: #AEB7C2;
    border-left: 5px solid transparent
}
.sidebar .nav>li>a.active,
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
    color: #fff;
    background-color: transparent
}
.sidebar .nav>li>a.active i,
.sidebar .nav>li>a:focus i,
.sidebar .nav>li>a:hover i {
    color: #0AF
}
.sidebar .nav>li>a.active,
.sidebar .nav>li>a:focus {
    background-color: #20262E;
    border-left-color: #0AF
}
.sidebar .nav>li>a[data-toggle=collapse] .icon-submenu {
    display: inline-block;
    vertical-align: middle;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .2s ease-out;
    float: right;
    position: relative;
    top: 5px;
    font-size: 12px;
    line-height: 1.1
}
.sidebar .nav>li>a[data-toggle=collapse].collapsed .icon-submenu {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.sidebar .nav i {
    margin-right: 10px;
    font-size: 18px
}
.sidebar .nav span {
    position: relative;
    top: -2px
}
.sidebar .nav .nav>li>a {
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px
}
.sidebar .nav .nav>li>a.active,
.sidebar .nav .nav>li>a:focus {
    background-color: transparent;
    border-left-color: transparent
}
.hexagon:after,
.hexagon:before {
    border-left: 50px solid transparent
}
.sidebar .nav .nav>li>a.active a {
    color: #fff
}
.text-success {
    color: #41B314
}
.text-warning {
    color: #e4cb10
}
.text-danger {
    color: #F9354C
}
ul.list-justify>li {
    margin-bottom: 5px
}
ul.list-justify>li span {
    float: right
}
.form-control {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #eaeaea;
    background-color: #fcfcfc
}
.form-control:focus {
    border-color: #166293
    background-color: #fff
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.input-group-addon {
    border: 1px solid #eaeaea
}
.fancy-checkbox {
    display: block;
    font-weight: 400
}
.fancy-checkbox input[type=checkbox] {
    display: none
}
.fancy-checkbox input[type=checkbox]+span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-size: 13px
}
.fancy-checkbox input[type=checkbox]+span:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: "";
    border: 1px solid #ccc
}
.fancy-checkbox input[type=checkbox]:checked+span:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 12px;
    color: #99a1a7;
    text-align: center;
    line-height: 16px;
    background: #ededed;
    border: 1px solid #ccc
}
.fancy-checkbox.custom-color-green input[type=checkbox]:checked+span:before {
    color: #53D76A;
    background-color: #fff
}
.fancy-checkbox.custom-bgcolor-green input[type=checkbox]:checked+span:before {
    color: #fff;
    background-color: #53D76A;
    border-color: #32cf4d
}
.fancy-radio {
    display: block;
    font-weight: 400
}
.fancy-radio input[type=radio] {
    display: none
}
.fancy-radio input[type=radio]+span {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 13px
}
.fancy-radio input[type=radio]+span i {
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    margin-right: 5px
}
.fancy-radio input[type=radio]:checked+span i:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #99a1a7
}
.fancy-radio.custom-bgcolor-green input[type=radio]:checked+span i,
.fancy-radio.custom-color-green input[type=radio]:checked+span i:after {
    background-color: #53D76A
}
.fancy-radio.custom-bgcolor-green input[type=radio]:checked+span i:after {
    background-color: #fff
}
.btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    padding: 6px 22px
}
.metric,
.panel {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 28px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 18px
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 5px 14px
}
.btn-primary {
    border-color: #166293
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #166293
    border-color: #166293
}
.btn-warning {
    background-color: #e4cb10;
    border-color: #d6be0f
}
.btn-warning:focus,
.btn-warning:hover {
    background-color: #d6be0f;
    border-color: #d6be0f
}
.btn-default:focus,
.btn-default:hover {
    background-color: #f7f7f7
}
.btn-success {
    background-color: #41B314;
    border-color: #3ca512
}
.btn-success:focus,
.btn-success:hover {
    background-color: #3ca512;
    border-color: #3ca512
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    filter: alpha(Opacity=40);
    opacity: .4
}
.panel {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    background-color: #fff;
    margin-bottom: 30px
}
.progress,
.progress .progress-bar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
.panel .panel-body,
.panel .panel-footer,
.panel .panel-heading {
    padding-left: 25px;
    padding-right: 25px
}
.panel .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}
.panel .panel-heading .panel-title {
    margin: 0;
    font-size: 18px;
    font-weight: 300
}
.panel .panel-heading button {
    padding: 0;
    margin-left: 5px;
    background-color: transparent;
    border: none;
    outline: 0
}
.panel .panel-heading button i {
    font-size: 14px
}
.panel .panel-body {
    padding-top: 10px;
    padding-bottom: 15px
}
.panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
    color: #777
}
.panel .panel-note i {
    font-size: 16px;
    margin-right: 3px
}
.panel .right {
    position: absolute;
    right: 20px;
    top: 32%
}
.panel.panel-headline .panel-heading .panel-title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 400
}
.panel.panel-headline .panel-heading .panel-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    color: #8D99A8
}
.metric,
.panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px
}
.panel .table>tbody>tr>td:first-child,
.panel .table>tbody>tr>td:last-child,
.panel .table>tbody>tr>th:first-child,
.panel .table>tbody>tr>th:last-child,
.panel .table>tfoot>tr>td:first-child,
.panel .table>tfoot>tr>td:last-child,
.panel .table>tfoot>tr>th:first-child,
.panel .table>tfoot>tr>th:last-child,
.panel .table>thead>tr>td:first-child,
.panel .table>thead>tr>td:last-child,
.panel .table>thead>tr>th:first-child,
.panel .table>thead>tr>th:last-child {
    padding-left: 25px
}
.panel-footer {
    background-color: #fafafa
}
.collapsing {
    -webkit-transition: all .2s ease-out
}
.label {
    font-weight: 400
}
.metric {
    padding: 20px;
    border: 1px solid #DCE6EB
}
.metric .icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center
}
.metric .icon i {
    font-size: 18px;
    color: #fff
}
.metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right
}
.metric .number {
    display: block;
    font-size: 28px;
    font-weight: 300
}
.metric .title {
    font-size: 16px
}
ul.activity-list>li {
    padding: 25px 0
}
ul.activity-list>li:not(:last-child) {
    border-bottom: 1px solid #F0F0F0
}
ul.activity-list>li .avatar {
    width: 40px
}
ul.activity-list>li>p {
    margin-bottom: 0;
    padding-left: 3.5em
}
ul.activity-list>li .timestamp {
    display: block;
    font-size: 13px;
    color: #a3a3a3
}
.task-list>li {
    margin-bottom: 32px
}
.task-list p {
    position: relative
}
.task-list p .label-percent {
    position: absolute;
    right: 0
}
.progress {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    background-color: #f1f1f1
}
.progress.wide {
    width: 60px
}
.progress .progress-bar {
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    box-shadow: none
}
.progress.progress-sm {
    height: 12px
}
.progress.progress-xs {
    height: 5px
}
.progress.progress-sm .progress-bar,
.progress.progress-xs .progress-bar {
    text-indent: -9999px
}
.progress-bar-success {
    background-color: #41B314
}
.progress-bar-warning {
    background-color: #e4cb10
}
.progress-bar-danger {
    background-color: #F9354C
}
.weekly-summary {
    margin-bottom: 30px;
    font-weight: 300
}
.weekly-summary .number {
    font-size: 36px
}
.weekly-summary i {
    font-size: 16px;
    margin-left: 10px
}
.weekly-summary .percentage {
    position: relative;
    top: -7px
}
.weekly-summary .info-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400
}
.todo-list>li {
    border-top: 1px solid #F0F0F0;
    position: relative
}
.todo-list>li:first-child {
    border-top: none
}
.todo-list>li .fancy-checkbox {
    position: absolute;
    top: 50%;
    margin-top: -11px
}
.todo-list>li .fancy-checkbox input[type=checkbox]+span {
    margin-right: 0
}
.todo-list>li p {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin: 0;
    padding: 20px 0 20px 35px
}
.todo-list>li.completed .date,
.todo-list>li.completed p {
    text-decoration: line-through;
    color: #b4b6b9
}
.todo-list .title {
    font-size: 16px;
    font-weight: 600
}
.todo-list .short-description {
    display: block;
    margin-top: 5px
}
.todo-list .date {
    font-size: 13px;
    color: #a3a3a3
}
.todo-list .controls {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px
}
.todo-list .controls a {
    margin-left: 5px
}
#toast-container>div {
    filter: alpha(Opacity=90);
    opacity: .9
}
#toast-container>div,
#toast-container>div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
#toast-container .toast-close-button {
    top: -.9em
}
.toast a {
    text-decoration: underline
}
.toast a:focus,
.toast a:hover {
    text-decoration: none;
    color: #fff
}
.toast .toast-message {
    font-size: 14px;
    line-height: 2
}
.toast-info {
    background-color: #0AF
}
.toast-success {
    background-color: #41B314
}
.toast-warning {
    background-color: #e4cb10
}
.toast-danger {
    background-color: #F9354C
}
.custom-tabs-line ul {
    display: inline-block;
    vertical-align: middle
}
.custom-tabs-line ul>li {
    float: left
}
.custom-tabs-line ul>li a {
    color: #8d9093;
    font-weight: 400
}
.custom-tabs-line ul>li a:focus,
.custom-tabs-line ul>li a:hover {
    color: #676a6d;
    background-color: transparent
}
.custom-tabs-line ul>li a:focus {
    outline: 0
}
.custom-tabs-line ul.nav-pills a:focus,
.custom-tabs-line ul.nav-pills a:hover {
    color: #fff;
    background-color: #0AF
}
.custom-tabs-line.tabs-line-bottom {
    border-bottom: 1px solid #eaeaea
}
.custom-tabs-line.tabs-line-bottom ul>li {
    margin-bottom: -1px
}
.custom-tabs-line.tabs-line-bottom a {
    border-bottom: 1px solid transparent
}
.custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid #0AF
}
.custom-tabs-line.left-aligned {
    text-align: left
}
.custom-tabs-line.right-aligned {
    text-align: right
}
@media screen and (max-width: 768px) {
    .custom-tabs-line ul li.active>a {
        margin-bottom: -1px
    }
}
.tab-pane {
    padding: 25px 15px
}
.easy-pie-chart {
    position: relative;
    width: 110px;
    margin: 0 auto 15px;
    text-align: center
}
.easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0
}
.easy-pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    line-height: 110px;
    z-index: 2
}
.easy-pie-chart .percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}
.auth-box .left:before,
.auth-box .right:before,
.auth-box:before {
    content: ' '
}
.easy-pie-chart#system-load {
    width: 130px
}
.easy-pie-chart#system-load .percent {
    line-height: 128px
}
.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    height: 550px;
    margin: 0 auto;
    background-color: #fff
}
.auth-box a {
    color: inherit
}
.auth-box a:focus,
.auth-box a:hover {
    text-decoration: underline
}
.auth-box:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}
.auth-box .content {
    display: inline-block;
    width: 99%;
    vertical-align: middle;
    font-family: "Open Sans"
}
.auth-box .left {
    float: left;
    width: 40%;
    height: 100%;
    padding: 0 30px;
    text-align: center
}
.auth-box .left:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}
.auth-box .right {
    float: right;
    width: 60%;
    height: 100%;
	border-top-right-radius: 5px;
	position: relative;
	border-left: 3px solid #d2d2d2;
	/*background-color: #D2D2D2;*/
    /*background-image: url(https://www.onyxcentersource.com/wp-content/uploads/2016/05/home-page-top-slider.jpg?1479712029);*/
    background-repeat: no-repeat;
    background-size: cover
}
.auth-box .right:before {
    display: inline-block;
    /*border-left: 3px solid #d2d2d2;*/
    vertical-align: middle;
    height: 100%
}
.auth-box .right .text {
    position: relative;
    padding: 0 30px;
    color: #fff
}
.auth-box .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300
}
.auth-box .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300
}
.auth-box .logo,
.auth-box.lockscreen .user {
    margin-bottom: 30px
}
.auth-box .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(66, 66, 66, .85)
}
.auth-box .form-auth-small .btn {
    margin-top: 20px
}
.auth-box .form-auth-small .element-left {
    float: left
}
.auth-box .form-auth-small .element-right {
    float: right
}
.auth-box .form-auth-small .bottom {
    margin-top: 20px;
    text-align: center;
    font-family: "Open Sans"
}
.auth-box.lockscreen {
    width: 50%;
    padding: 40px 60px
}
.auth-box.lockscreen .user .name {
    font-size: 18px;
    margin-top: 10px
}
@media screen and (min-width: 1440px) {
    .auth-box.lockscreen {
        width: 35%
    }
}
@media screen and (max-width: 1279px) {
    .auth-box {
        width: 90%
    }
    .auth-box .left {
        top: 3.3em
    }
}
@media screen and (max-width: 1023px) {
    .auth-box .left {
        width: 100%;
        position: inherit;
        padding: 30px
    }
    .auth-box .right {
        display: none
    }
}
@media screen and (max-width: 992px) {
    .auth-box {
        width: 70%
    }
    .auth-box.lockscreen {
        width: 50%;
        padding: 40px 20px
    }
}
@media screen and (max-width: 640px) {
    .auth-box {
        width: 90%
    }
    .auth-box .content {
        width: 95%
    }
    .auth-box.lockscreen {
        width: 90%
    }
}
.bg-success {
    background-color: #41B314
}
.bg-warning {
    background-color: #e4cb10
}
.bg-danger {
    background-color: #F9354C
}
.no-padding {
    padding: 0!important
}
.margin-top-30 {
    margin-top: 30px!important
}
.margin-bottom-30 {
    margin-bottom: 30px!important
}
.padding-top-30 {
    padding-top: 30px!important
}
.padding-bottom-30 {
    padding-bottom: 30px!important
}
.panel-profile {
    position: relative
}
.profile-left {
    padding-left: 0;
    float: left;
    width: 35%;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8
}
.profile-right {
    float: right;
    width: 65%;
    padding: 20px 25px
}
.profile-right .heading {
    margin-top: 0
}
@media screen and (max-width: 992px) {
    .profile-left,
    .profile-right {
        float: none;
        width: 100%
    }
    .profile-left {
        position: relative;
        margin-bottom: 30px
    }
}
.profile-header {
    position: relative;
    text-align: center;
    color: #fff
}
.profile-header .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}
.profile-header .profile-main {
    position: relative;
    padding: 20px;
    background-image: url(../img/profile-bg.png?1480069110);
    background-repeat: no-repeat;
    background-size: cover
}
.profile-header .name {
    margin: 8px 0 0;
    font-size: 22px
}
.profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px
}
.profile-header .online-status:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 3px
}
.ct-double-octave:after,
.ct-double-octave:before,
.ct-golden-section:after,
.ct-golden-section:before,
.ct-major-eleventh:after,
.ct-major-eleventh:before,
.ct-major-second:after,
.ct-major-second:before,
.ct-major-seventh:after,
.ct-major-seventh:before,
.ct-major-sixth:after,
.ct-major-sixth:before,
.ct-major-tenth:after,
.ct-major-tenth:before,
.ct-major-third:after,
.ct-major-third:before,
.ct-major-twelfth:after,
.ct-major-twelfth:before,
.ct-minor-second:after,
.ct-minor-second:before,
.ct-minor-seventh:after,
.ct-minor-seventh:before,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-minor-third:before,
.ct-octave:after,
.ct-octave:before,
.ct-perfect-fifth:after,
.ct-perfect-fifth:before,
.ct-perfect-fourth:after,
.ct-perfect-fourth:before,
.ct-square:after,
.ct-square:before,
.hexagon:after,
.hexagon:before,
.profile-header .profile-stat .stat-item:after,
ul.activity-timeline>li:after {
    content: ""
}
.profile-header .online-status.status-available:before {
    background-color: #41B314
}
.profile-header .profile-stat {
    position: relative;
    background-color: #0AF
}
.profile-header .profile-stat .stat-item {
    padding: 20px;
    position: relative
}
.profile-header .profile-stat .stat-item:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3bf
}
.profile-header .profile-stat .stat-item:last-child:after {
    display: none
}
.profile-header .profile-stat .stat-item span {
    display: block
}
@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none
    }
}


.bttn2 {
	width: 100%;
	display: inline-block;
	background: #0fc1d6;
	transition: .3s;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #0fc1d6;
	text-transform: none;
	font-family:"Open Sans", Helvetica, Arial, sans-serif!important;
	font-weight: normal;
	margin: 30px auto;
	font-size: 16px;
	letter-spacing: 1px;
}
.bttn2:hover {
	background: #fff;
	color: #0fc1d6;
	text-decoration: none !important;
}