/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.2.0
Template Version: 2.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    color: #797979;
    background: #f1f2f7;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #FF6C60;
    color: #fff;
}
::-moz-selection {
    background: #FF6C60;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #004E93;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #838382;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #D5D4D4;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding: 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}


/*sidebar navigation*/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #2a3542;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url(../img/nav-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url(../img/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #FF6C60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #35404d;
    color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF6C60;
}

ul.sidebar-menu li a.active i {
    color: #FF6C60;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/*main content*/

#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #004E93;
}


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F0AD4E !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*search*/

.search {
    margin-top: 6px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
}

.search:focus {
    margin-top: 5px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -210px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

.state-overview .etiqueta_infile {
    background: #004E93;
}

.state-overview .etiqueta_ingface {
    background: #F97E35;
}

.state-overview .etiqueta_prisma {
    background: #477C7D;
}

.state-overview .etiqueta_fidelis {
    background: #ACC415;
}

/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0x;
    border-radius: 5px 5px 0 0;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -25px;
    padding: 0 10px;
    width: 40px;
}

.y-axis {
    color: #555555;
    text-align: right;
}




/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {

}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
    color: #fff;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #55f2e7;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../img/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
}

.task-thumb img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-thumb-details_infile {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-thumb-details_ingface {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-thumb-details_fidelis {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-thumb-details_prisma {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
    color: #39b5aa;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details_infile h1, .task-thumb-details_infile h1 a, .task-progress h1, .task-progress h1 a {
    color: #004E93;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details_ingface h1, .task-thumb-details_ingface h1 a, .task-progress h1, .task-progress h1 a {
    color: #F97E35;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
 
.task-thumb-details_prisma h1, .task-thumb-details_prisma h1 a, .task-progress h1, .task-progress h1 a {
    color: #477C7D;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details_fidelis h1, .task-thumb-details_fidelis h1 a, .task-progress h1, .task-progress h1 a {
    color: #ACC415;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}

.task-thumb-details_infile p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}
.task-thumb-details_fidelis p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}
.task-thumb-details_prisma p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}

.task-thumb-details_ingface p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}

.personal-task tbody tr td{
    padding: 11px 15px;
    border-color: #eeeff1;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i{
    color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

.task-option select{
    height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    color: #a4abbb;
}

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline:before {
    background-color: #C7CBD6;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green  {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}
.timeline-desk h1.dark-green, .timeline-desk span a.dark-green {
    color: #61a642;
}


.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon.dark-green {
    background: #61a642;
    box-shadow: 0 0 0 3px #61a642;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

.revenue-head span {
    background: #e56155;
    padding: 16px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
    font-size: 18px;
}

.revenue-head h3 {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

/*easy pie chart*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}

/*flatlab carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

ul.ft-link li {
    border-right: 1px solid #E6E7EC;
    display: inline-block;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    width: 24%;
}

ul.ft-link li a {
    color: #74829c;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

ul.ft-link li:last-child {
    border-right: none;
}

ul.ft-link li a i {
    display: block;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;

}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("../img/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../img/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;

}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
    color: #92faf3;
}

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

.post-info .desk  h3{
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color:#f8d347 ;
}

.post-btn {

}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

.post-btn a:hover {
    color: #727272;
}

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.4);
}

.pro-thumb img{
    text-align: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

.social-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    display: inline-block;
    margin: 0 20px;
}

.social-footer ul li a {
    font-size: 25px;
    color: #ceced0;
}

.social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
    color: #486eac;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
    color: #58c9f3;
}

.social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
    color: #4a4a4a;
}

.social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/



.follower {
    background: #004E93;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower-foot ul {
    padding: 0;
    margin: 0;
}
.follower-foot ul li{
    display: inline-block;
    text-align: center;
    width: 48%;
    line-height: normal;
}

.follower-foot ul li h5{
    margin: 5px 0 0 0;
}

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.alt.follow-ava-fidelis
{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #6F800A;
    display: inline-block;
}
.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #0061A3;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding:0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right:1px solid #e6e6e6 ;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {

}

.weather-category ul li:last-child  {
    border-right:none ;
}

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

.fontawesome-icon-list a:hover{
    color: #35404D;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 15%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
    background: #838382;
    border-radius: 4px 0px 0px 0;
    -webkit-border-radius: 4px 0px 0px 0;
    padding: 10px;
    color: #fff;
    min-height: 80px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;

}
.user-head .user-name {
    /*display: inline-block;*/
    margin:0 0 0 10px;

}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding:3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:hover {
    background: #f5675c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px;
    background: #B6B5B5;
    color: #000;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    padding: 12px !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started ,.table-inbox tr td .fa-star:hover{
    color: #f78a09;
}

.table-inbox tr td .fa-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.modal-body label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.heading-inbox h4{
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info img {
    width: 30px;
    height: 30px;
}

.sender-dropdown {
    background: #eaeaea;
    padding:0 3px;
    color: #777;
    font-size: 10px;
}

.view-mail a {
    color: #FF6C60;
}

.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.attachment-mail ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}

.attachment-mail .links {
    width: 100%;
    display: inline-block;
}
/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}


.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

.error-wrapper .icon-404{
    background: url("../img/404_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 30px;
}


.error-wrapper h1 {
    font-size: 90px;
    font-weight: 300;
    margin: -50px 0 0 0;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
}

.error-wrapper p.page-404  {
    color: #7dfff7;
}

.error-wrapper p.page-404 a, .error-wrapper p.page-500 a,  .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
    color: #fff;
}


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500{
    background: url("../img/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    /*background: #838382;*/
    background: #004E93;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
    background-color:white;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    /*background: #41cac0;*/
    background: #004E93;
    color: #fff;
    text-align: center;
    /*font-style: italic;*/
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

/*invoice*/

.invoice-list  {
    margin-bottom: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a{
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length , .dataTables_filter{
    padding:15px;
}
.dataTables_info{
    padding:0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding:5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter label input {
    width: 78%;
}

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a{
    color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a{
    color: #797979;
    padding: 5px 10px;
    display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a{
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;

}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calendar*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner{
    background:  #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"]{
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius:4px;
    webkit-border-radius:4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
    background-color: #f1f2f7;
    border-color: #f1f2f7;
    color: #797979;
}


/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.campolabel{
    background: #7087A3;
    color: #fff;
    padding: 5px;
}

.campolabelno{
    background: #7087A3;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
}

.campolabelentrelazado{
    background: #eee;
    color: #000;
    padding: 5px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #47596f;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius:  0 ;
    -webkit-border-radius: 0 ;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius:  0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background:  rgba(0, 0, 0, 0.2) ;
    border:  none;
    transition:background-color 0.25s ease 0s;
    -moz-transition:background-color 0.25s ease 0s;
    -webkit-transition:background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background:#ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}


.carousel-control.left, .carousel-control.right {
    background: none;
    filter:none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}

.iconic-input {
    position: relative;
}

.iconic-input i {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.iconic-input input {
    padding-left: 30px !important;
}

.iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

.iconic-input.right i {
    float: right;
    right: 5px;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background: url("../img/input-spinner.gif") right no-repeat !important;
}


/*form validation*/

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error , .cmxform .form-group textarea.error{
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin:5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
    border:none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border:none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height:120px; float:left; margin:15px
}


.ui-widget-content {
    background: #f0f2f7 !important;
    border: none !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-slider-horizontal {
    height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.57em   !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 3px solid #22bacf !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.ui-slider-vertical {
    width: 8px !important;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.5em  !important;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}


/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/


.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../img/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../img/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../img/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../img/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled],
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover{
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius:3px;
    -webkit-border-radius:3px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

/*form wizard*/

.stepy-tab {
    text-align: center;
}

.stepy-tab ul{
    display: inline-block;
}

.stepy-tab ul li {
    float: left;
}

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;  text-decoration: none;
}

.step {
    clear: left;
}
.step label {
    display: block;
}


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

.stepy-titles li span { display: block; }

.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: #4F628E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.stepy-titles li div{
    font-size:16px;
    font-weight: 300;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

 

.alt.green-bg {
    background: #ACC415;
    color: #24282B;
}

.alt.gray-bg {
    background: #838382;

    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

 


.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.profile-nav.alt.gray-border ul > li > a:hover, .profile-nav.alt.gray-border ul > li > a:focus, .profile-nav.alt.gray-border ul li.active a {
    border-left: 5px solid #7087A3;
}

.profile-nav.alt.normal-border ul > li > a:hover, .profile-nav.alt.normal-border ul > li > a:focus, .profile-nav.alt.normal-border ul li.active a {
    border-left: 5px solid #7087A3;
}

.profile-nav.alt.media-border ul > li > a:hover, .profile-nav.alt.media-border ul > li > a:focus, .profile-nav.alt.media-border ul li.active a {
    border-left: 5px solid #F0AD4E;
}

.profile-nav.alt.alta-border ul > li > a:hover, .profile-nav.alt.alta-border ul > li > a:focus, .profile-nav.alt.alta-border ul li.active a {
    border-left: 5px solid #EF6F66;
}




.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-heading.alt a img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

.twt-feed.blue-bg {
    background: #004E93;
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a  {
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: -55px;
}

.twt-feed a img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


.twt-category ul li{
    color: #89817f;
    font-size: 13px;
}

.twt-category h5  {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-write {
    margin-bottom: 10px;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}

.pull-right.chat-features {
    margin-top: 10px;
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #d3d3d3 !important;
    margin-top:0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-left: 10px;
}

.chat-features a i{
    color: #d0d0d0;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


.timeline-messages .msg-in  .arrow {
    /*border-right: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-messages .msg-out  .arrow {
    /*border-right: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a, .msg-in a:hover{
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a, .msg-out a:hover{
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}


/*custom select*/

span.customSelect {
    font-size:12px;
    background-color: #ffffff;
    padding:10px;
    border:1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}
span.customSelect.changed {
    background-color: #fff;
}
.customSelectInner {
    background:url(../img/customSelect-arrow.gif) no-repeat center right;
}

/*boxed page */

.boxed-page {
    background-color: #ccc !important;
}

.boxed-page .container {
    background: #2A3542;
    padding-left: 0;
    padding-right: 0;
}

.boxed-page .container #sidebar {
    position:inherit;
}

.boxed-page .container .header .container{
    background: #fff;
}


.boxed-page .container aside {
    float: left;
}
.boxed-page .container .wrapper{
    background: #F1F2F7;
    min-height: 900px;
}


/*collapsible*/

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}

/*search page*/

.classic-search {
    margin-bottom: 30px;
}
.classic-search h4 {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
}
.classic-search h4 a {
    color: #314558;
}

.classic-search h4 a:hover {
    text-decoration: underline;
}


/*ckEditor*/


#editor-container
{
    width: 100%;
    margin: 10px auto 0;

}


#header-editor
{
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft,
#headerRight
{
    width: 49%;
    overflow: hidden;
}

#headerLeft
{
    float: left;
    padding: 10px 1px 1px;
}

#headerLeft h2,
#headerLeft h3
{
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

#headerLeft h2
{
    font-size: 2.6em;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #314558;
    margin-bottom: 20px;
}

#headerLeft h3
{
    font-size: 1.5em;
    line-height: 1.1em;
    margin: .2em 0 0;
    color: #757575;
}

#headerRight
{
    float: right;
    padding: 1px;
}

#headerRight p
{
    line-height: 1.8em;
    text-align: justify;
    margin: 0;
}

#headerRight p + p
{
    margin-top: 20px;
}

#headerRight > div
{
    padding: 20px;
    margin: 0 0 0 30px;
    font-size: 1.1em;
    color: #757575;
}

#columns
{
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

#columns h3 {
    color: #314558;
}

#columns > div
{
    float: left;
    width: 33.3%;
}

#columns #column1 > div
{
    margin-left: 1px;
}

#columns #column3 > div
{
    margin-right: 1px;
}

#columns > div > div
{
    margin: 0px 10px;
    padding: 10px 20px;
}

#columns blockquote
{
    margin-left: 15px;
}


#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}


.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}

/*advanced table*/

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length,.adv-table .dataTables_filter {
    padding: 15px 0;
}

.cke_chrome {
    border: none !important;
}


.editable-table .dataTables_filter {
    width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1{
    background: none !important;
}

/*flot chart*/

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}


/*xchart*/

.demo-xchart {
    height: 400px;
    width: 100%;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #8B91A0;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}


/*advanced form*/

.form-body {
    padding: 20px;
}


/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

.ms-container .ms-list.ms-focus {
    border: 1px solid #2A3542;
}

.ms-selectable .search-input, .ms-selection .search-input{
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
    margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    -webkit-border-radius: 0 0 4px !important;
}

/**/

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

/*todolist*/

#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*lock screen*/

.lock-screen {
    background:#02bac6 url("../img/lock-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    display: inline-block;
    color: #026f7a;
}

.btn-lock,.btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/*language*/

.language {
    margin-top: 4px;
}
.language .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}
.language .dropdown-menu li a{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.language .dropdown-menu li:last-child a {
    border-bottom: none;
}

.language .dropdown-menu li a {
    font-size: 13px;
}



/*product list*/

.prod-cat li a{
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a{
    border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
    color: #ff7261;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color:#fc5959 ;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*footer*/

.site-footer {
    background: #5b6e84;
    color: #fff;
    padding: 10px 0;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}


/*pricing table*/

.feature-head {
    padding: 10px 0 50px;
}
.feature-head h1{
    font-size: 25px;
    font-weight: normal;
}

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
    top: -20px;
    position: relative;
}

.most-popular {
    background: #f77b6f;
    color: #fff;
}

.most-popular h1 {
    font-size: 25px !important;
    padding-bottom: 10px;
    padding-top: 17px !important;
}

.most-popular h2 {
    background: #d76b61 !important;
    margin-top: 20px !important;
}

.most-popular ul li {
    border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
    background: #d76b61 !important;
    margin: 10px 0;
    cursor: pointer;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300;
}

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

/*dragable portlet*/

.sortable .panel .panel-heading{
    cursor: move;
}

/*faq*/

.vertical-menu li a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #797979;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li.active a {
    background: #2A3542;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*fb time line*/

.cover-photo {
    position: relative;
}


.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.profile-thumb {
    float: left;
    position: relative;
}


.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.fb-name  {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

.fb-name h2 a {
    color: #FFFFFF;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right:15px;
}

.fb-user-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #c3c3c3;
}


.fb-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.fb-time-action {
    padding: 15px 0;
}


.fb-border {
    border-top:1px solid #ebeef5;
}

.fb-time-action span, .fb-time-action a {
    margin-right: 5px;
}

.fb-time-action a {
    color: #2972a1;
}

.fb-time-action a:hover {
    text-decoration: underline;
}

.fb-time-action span {
    color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #f6f6f6;
}

.fb-comments li {
    border-top:1px solid #ebeef5;
    padding: 15px;
}

.fb-comments .cmt-thumb  {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.fb-comments .cmt-thumb img {
    width: 50px;
}

.fb-comments .cmt-details {
    padding-top: 5px;
}


.fb-comments .cmt-details a  {
    font-size: 14px;
    font-weight: bold;
}

.fb-comments .cmt-details a.like-link {
    font-size: 12px;
    font-weight: normal;
}

.cmt-form {
    display: inline-block;
    width: 90%;
}

.cmt-form textarea{
    height: 50px;
    line-height: 35px;
}

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left:15px;
    margin-bottom: 20px;
}

.fb-timeliner ul li {
    margin-bottom: 3px;
}

.fb-timeliner ul li a{
    color: #999797;
    border-left: 4px solid #d3d7dd;
    padding-left:10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.fb-timeliner ul li a:hover{
    color: #999797;
    border-left: 4px solid #b1b1b1;
    padding-left:10px;
}

.fb-timeliner ul li.active a{
    color: #7a7a7a;
    border-left: 4px solid #7a7a7a;
    padding-left:10px;
}

.recent-highlight {
    background: #FF6C60 !important;
}


/*chat room*/

.chat-room {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.chat-room aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.chat-room .left-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.chat-room .mid-side {
    width: 50%;
    background: #fff;
    border-right: 1px solid #e5e8ef;
}

.chat-room .right-side {
    width: 25%;
    background: #fff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.chat-room .left-side .user-head {
    background: #00A8B3;
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}
.chat-room .right-side .user-head {
    background: #00A8B3;
    border-radius:0 4px 0 0;
    -webkit-border-radius:0 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 10px;
    border-left: 1px solid #00A8B3;
    margin-left: -1px;
    position: relative;
}


.chat-room .user-head i {
   float: left;
   font-size: 40px;
   margin-right: 10px;
}

.chat-room .user-head h3 {
    margin: 6px 0 0 0;
    font-weight: 100;
    letter-spacing: 1px;
}

.chat-room-head {
    background:#41CAC0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 15px;
}

.chat-room-head h3 {
    margin: 5px 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
}

.chat-room-head .search-btn {
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    background: #01a6b2 url("../img/chat-search.png") no-repeat 12px 9px;
    padding:0 5px 0 35px;
    margin-top: 2px;
    border: none;
    color: #fff;
}

.chat-room-head .search-btn:focus {
    width: 180px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /*background: #01a6b2;*/
    font-weight: 300;
    color: #fff;
}

.chat-room-head .search-btn:focus::-moz-placeholder {
    color: #fff;
}


ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}
ul.chat-list li a:hover, ul.chat-list li.active a {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D5D7DE;
}

ul.chat-list li h4 i {
    padding-right: 5px;
}

ul.chat-list li a span {
    padding-left: 10px;
}

ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}

ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list {
    border-bottom: 1px solid #d5d7de;
}

ul.chat-user  {
    margin-bottom: 200px;
}

ul.chat-user li {
    border-bottom: none;
}

ul.chat-user li a:hover{
    background: none;
    color: #6a6a6a;
}

.chat-room .left-side footer {
    background: #d5d7de;
    border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
}

.chat-room .mid-side footer {
    background: #f6f6f6;
    padding: 15px;
    height: 70px;
    width: 50%;
    position: absolute;
    bottom: 0;
    border-right: 1px solid #E5E8EF;
}

.chat-room .right-side footer {
    background: #fff;
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #E5E8EF;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}

.chat-room .left-side footer .chat-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    float: left;
}

.chat-room .left-side footer .user-status {
    float: left;
    margin: 10px;
}

.chat-room .left-side footer .user-status i {
    padding-right: 5px;
}

.chat-room .left-side footer a.chat-dropdown {
    background: #96979a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}

.room-desk {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
}

.room-desk h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}

.room-box {
    border: 1px solid #e7e7e7;
    background: #f7f8fa;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.room-box h5 {
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 16px;
}
.room-box h5 a {
    color: #00a9b4;
}

.chat-tools {
    float: right;
    padding: 3px;
    width: 40px;
    height: 35px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}

.chat-tools i {
    font-size: 16px !important;
    float: none !important;
    margin-right: 0 !important;
    color: #fff;
}

.btn-key {
    background: #4ac9c0;
}

.btn-key:hover {
    background: #44bab2;
}

.invite-row {
    background: #E5E8EF;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}

.invite-row h4 {
    font-size: 16px;
    font-weight: 300;
}

ul.chat-available-user {
    padding: 10px;
}

ul.chat-available-user li {
    margin-bottom: 15px;
}

ul.chat-available-user li a {
    color: #6a6a6a;
}
ul.chat-available-user li i {
    padding-right: 5px;
    font-size: 10px;
}

.group-rom {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebee;
}

.group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
    float: left;
    padding: 15px;
}

.group-rom .first-part {
    width: 25%;
}

.group-rom .first-part.odd {
    background: #f7f8fa;
    color: #6a6a6a;
    font-weight: 600;
}

.group-rom .second-part{
    width: 60%;
}

.group-rom .third-part{
    width: 15%;
    color: #d4d3d3;
}


a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}

a.guest-on i {
    background: #40cabe;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}

.chat-txt {
    float: left;
    width: 70%;
    margin-right: 5px;
}

.lobby {
    padding: 0 !important;
}


/*right side bar*/

.sb-slidebar {
    background-color: rgba(42, 53, 66, 1) !important;
    margin-top: 60px;
    color:#aeb2b7;
}
.sb-slidebar .side-title {
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FF6C60;
}

.sb-toggle-right {
    cursor: pointer;
    margin-top: 12px;
}

.sb-toggle-right i {
    font-size: 20px;
}

.quick-chat-list {
    margin-bottom: 20px;
}
.quick-chat-list:last-child {
    /*padding: 0;*/
    padding-bottom: 50px;

}

.quick-chat-list li {
    padding: 10px 15px;
    border-bottom: 1px dashed #35404d;
    cursor: pointer;
}

.quick-chat-list li:hover {
    background: #35404d;
}

.quick-chat-list li .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.media .media-status {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}

.media .media-body small {
    display:block;
}

.quick-chat-list .media .media-object {
    width: 40px;
    height: 40px;
}


/*-------*/

.p-task {
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.p-task li {
    padding: 10px 15px 15px 15px;
    border-bottom: 1px dashed #35404d;
}

.p-task li:last-child {
    padding: 10px 15px 15px 15px;
    border-bottom: none;
}


.p-task li a{
    color: #aeb2b7;
}

.p-task.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: -15px;
}


.p-task .progress {
    height: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}


.p-task .external a {
 color:#40cabe;
}

.p-task .external a:hover {
 color:#FF6C60;
}


/*Directory Styles*/

.directory-list, .directory-info-row .social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.directory-list li {
    border-left: 3px solid #f1f2f7;
    display: table-cell;
    width: 1%;
}


.directory-list li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #7A7676;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.directory-list li a:hover, .directory-info-row .social-links li a:hover {
    background:#ff6c60;
    color: #fff;
}

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.directory-info-row .social-links {
    display: inline-block;
    margin-bottom: 10px;
}

.directory-info-row .social-links li{
    display: inline-block;
}

.directory-info-row .social-links li a{
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #7A7676;
}

.directory-info-row h4, .directory-info-row a {
    color: #424F63;
}

.directory-info-row .thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
    width: 175px;
    margin-right: 10px;
}














/*******************************************************************************************************************
********************************************************************************************************************/


/* ---------------------------------------------------------------------- */
/*  Timeline
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_timeline.scss */
div.timeline {
  margin: 0 100px 0 0;
  overflow: hidden;
  position: relative;
}
/* line 8, ../sass/partials/_timeline.scss */
div.timeline .columns {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 12, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+1) {
  float: left;
  width: 50%;
  clear: left;
}
/* line 16, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+1) .timeline_element {
  float: right;
  left: 10%;
  margin-right: 30px;
  left: 0;
  opacity: 1;
}
/* line 22, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+1) .timeline_element:before {
  right: -27px;
  top: 15px;
}
/* line 26, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+1) .timeline_element:after {
  right: -35px;
  top: 10px;
}
/* line 32, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+2) {
  float: right;
  margin-top: 20px;
  width: 50%;
  clear: right;
}
/* line 37, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+2) .timeline_element {
  float: left;
  margin-left: 30px;
  right: 10%;
  opacity: 1;
  right: 0;
}
/* line 43, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+2) .timeline_element:before {
  left: -27px;
  top: 15px;
}
/* line 47, ../sass/partials/_timeline.scss */
div.timeline .columns > li:nth-child(2n+2) .timeline_element:after {
  left: -35px;
  top: 10px;
}
/* line 54, ../sass/partials/_timeline.scss */
div.timeline .date_separator {
  clear: both;
  height: 60px;
  position: relative;
  text-align: center;
}
/* line 59, ../sass/partials/_timeline.scss */
div.timeline .date_separator span {
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  margin-top: -16px;
  position: absolute;
  top: -200%;
  width: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  border: 1px solid #707788;
  background-color: #8B91A0;
  color: #ffffff;
}
/* line 75, ../sass/partials/_timeline.scss */
div.timeline .spine {
  border-radius: 2px;
  position: absolute;
  top: 0;
  width: 4px;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
  background-color: #dfe1e5;
}
/* line 86, ../sass/partials/_timeline.scss */
div.timeline .column_center .timeline_element {
  margin: 20px auto;
  opacity: 1;
}
/* line 89, ../sass/partials/_timeline.scss */
div.timeline .column_center .timeline_element:before, div.timeline .column_center .timeline_element:after {
  display: none;
}

/* line 96, ../sass/partials/_timeline.scss */
.timeline_element {
  border-radius: 5px;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  opacity: 0;
  position: relative;
  transition: all 0.2s linear 0s;
  min-width: 66.6667%;
  text-shadow: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
/* line 107, ../sass/partials/_timeline.scss */
.timeline_element.partition-white {
  border: 1px solid #dfe1e5;
}
/* line 109, ../sass/partials/_timeline.scss */
.timeline_element.partition-white:hover {
  border: 1px solid #d1d3d9;
}
/* line 112, ../sass/partials/_timeline.scss */
.timeline_element.partition-white:after {
  background-color: #ffffff;
}
/* line 115, ../sass/partials/_timeline.scss */
.timeline_element.partition-white:hover:after {
  background-color: #707788;
  border: 1px solid #ffffff;
}
/* line 120, ../sass/partials/_timeline.scss */
.timeline_element.partition-green {
  border: none;
  color: #ffffff;
}
/* line 123, ../sass/partials/_timeline.scss */
.timeline_element.partition-green:hover {
  border: none;
}
/* line 126, ../sass/partials/_timeline.scss */
.timeline_element.partition-green:after {
  background-color: #1FBBA6;
}
/* line 129, ../sass/partials/_timeline.scss */
.timeline_element.partition-green:hover:after {
  background-color: #ffffff;
  border: 1px solid #1FBBA6;
}
/* line 134, ../sass/partials/_timeline.scss */
.timeline_element.partition-orange {
  border: none;
  color: #ffffff;
}
/* line 137, ../sass/partials/_timeline.scss */
.timeline_element.partition-orange:hover {
  border: none;
}
/* line 140, ../sass/partials/_timeline.scss */
.timeline_element.partition-orange:after {
  background-color: #F58A5C;
}
/* line 143, ../sass/partials/_timeline.scss */
.timeline_element.partition-orange:hover:after {
  background-color: #ffffff;
  border: 1px solid #F58A5C;
}
/* line 148, ../sass/partials/_timeline.scss */
.timeline_element.partition-blue {
  border: none;
  color: #ffffff;
}
/* line 151, ../sass/partials/_timeline.scss */
.timeline_element.partition-blue:hover {
  border: none;
}
/* line 154, ../sass/partials/_timeline.scss */
.timeline_element.partition-blue:after {
  background-color: #5F8295;
}
/* line 157, ../sass/partials/_timeline.scss */
.timeline_element.partition-blue:hover:after {
  background-color: #ffffff;
  border: 1px solid #5F8295;
}
/* line 162, ../sass/partials/_timeline.scss */
.timeline_element.partition-red {
  border: none;
  color: #ffffff;
}
/* line 165, ../sass/partials/_timeline.scss */
.timeline_element.partition-red:hover {
  border: none;
}
/* line 168, ../sass/partials/_timeline.scss */
.timeline_element.partition-red:after {
  background-color: #e66b6b;
}
/* line 171, ../sass/partials/_timeline.scss */
.timeline_element.partition-red:hover:after {
  background-color: #ffffff;
  border: 1px solid #e66b6b;
}
/* line 176, ../sass/partials/_timeline.scss */
.timeline_element.partition-azure {
  border: none;
  color: #ffffff;
}
/* line 179, ../sass/partials/_timeline.scss */
.timeline_element.partition-azure:hover {
  border: none;
}
/* line 182, ../sass/partials/_timeline.scss */
.timeline_element.partition-azure:after {
  background-color: #00BDCC;
}
/* line 185, ../sass/partials/_timeline.scss */
.timeline_element.partition-azure:hover:after {
  background-color: #ffffff;
  border: 1px solid #00BDCC;
}
/* line 190, ../sass/partials/_timeline.scss */
.timeline_element.partition-purple {
  border: none;
  color: #ffffff;
}
/* line 193, ../sass/partials/_timeline.scss */
.timeline_element.partition-purple:hover {
  border: none;
}
/* line 196, ../sass/partials/_timeline.scss */
.timeline_element.partition-purple:after {
  background-color: #804C75;
}
/* line 199, ../sass/partials/_timeline.scss */
.timeline_element.partition-purple:hover:after {
  background-color: #ffffff;
  border: 1px solid #804C75;
}
/* line 204, ../sass/partials/_timeline.scss */
.timeline_element:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
/* line 207, ../sass/partials/_timeline.scss */
.timeline_element:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 26px;
  border-top: 1px dashed #CCCCCC;
}
/* line 215, ../sass/partials/_timeline.scss */
.timeline_element:after {
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  background-color: #BBBBBB;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
/* line 226, ../sass/partials/_timeline.scss */
.timeline_element:hover:after {
  z-index: 100;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  z-index: 100;
}
/* line 232, ../sass/partials/_timeline.scss */
.timeline_element .timeline_title {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  padding-top: 10px;
}
/* line 238, ../sass/partials/_timeline.scss */
.timeline_element .timeline_date {
  display: block;
}
/* line 240, ../sass/partials/_timeline.scss */
.timeline_element .timeline_date .day {
  font-size: 52px;
  letter-spacing: -2px;
}
/* line 245, ../sass/partials/_timeline.scss */
.timeline_element .timeline_content {
  padding-top: 10px;
}
/* line 248, ../sass/partials/_timeline.scss */
.timeline_element .readmore {
  padding: 10px;
  text-align: right;
}

/* line 253, ../sass/partials/_timeline.scss */
.timeline-scrubber {
  padding: 8px 0 8px 1px;
  top: 60px;
  right: 0;
  width: 100px;
  z-index: 1;
  list-style: none;
  position: absolute;
}
/* line 261, ../sass/partials/_timeline.scss */
.timeline-scrubber li {
  margin-bottom: 1px;
}
/* line 264, ../sass/partials/_timeline.scss */
.timeline-scrubber li:nth-last-child(2) a {
  border-color: #c3c6ce;
  color: #c3c6ce;
}
/* line 270, ../sass/partials/_timeline.scss */
.timeline-scrubber li:last-child a {
  border-color: #d1d3d9;
  color: #d1d3d9;
}
/* line 276, ../sass/partials/_timeline.scss */
.timeline-scrubber a {
  border-left: 5px solid #a7acb7;
  color: #a7acb7;
  display: block;
  font-weight: normal;
  outline: medium none;
  padding: 4px 0 4px 6px;
}
/* line 283, ../sass/partials/_timeline.scss */
.timeline-scrubber a:hover {
  border-color: #707788 !important;
  color: #707788 !important;
}
/* line 288, ../sass/partials/_timeline.scss */
.timeline-scrubber .selected > a {
  border-left-color: #707788 !important;
  color: #707788 !important;
  font-weight: bold !important;
}

/* ie8 fixes */
/* line 296, ../sass/partials/_timeline.scss */
.ie8 div.timeline_element:after {
  display: none;
}

/* line 299, ../sass/partials/_timeline.scss */
.ie8 div.timeline_element:before {
  display: none;
}

/**/
/* ---------------------------------------------------------------------- */
/*  Calendar
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_calendar.scss */
#calendar {
  position: relative;
}

/* line 7, ../sass/partials/_calendar.scss */
.fc-event {
  padding: 2px;
}

/* line 10, ../sass/partials/_calendar.scss */
.fc-day-number {
  margin: 2px 2px 0 0;
}

/* line 13, ../sass/partials/_calendar.scss */
.fc-header-title h2 {
  color: #666666;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
}

/* line 19, ../sass/partials/_calendar.scss */
.fc-today .fc-day-number {
  font-weight: bold;
}

/* line 23, ../sass/partials/_calendar.scss */
.fc-state-highlight {
  background: #F5F5F5 !important;
}

/* line 26, ../sass/partials/_calendar.scss */
.fc-button {
  color: #858585 !important;
  height: 40px;
  line-height: 40px;
  opacity: 0.6;
}

/* line 32, ../sass/partials/_calendar.scss */
.fc-button:hover {
  opacity: 1;
}

/* line 35, ../sass/partials/_calendar.scss */
.fc-button-prev, .fc-button-next {
  padding: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  text-indent: -9999px;
}

/* line 43, ../sass/partials/_calendar.scss */
.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
  font-weight: bold;
}

/* line 46, ../sass/partials/_calendar.scss */
.fc-button-prev:after, .fc-button-next:after {
  font-family: FontAwesome;
  text-indent: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 55, ../sass/partials/_calendar.scss */
.fc-button-prev:after {
  content: "\f104";
}

/* line 58, ../sass/partials/_calendar.scss */
.fc-button-next:after {
  content: "\f105";
}

/* line 61, ../sass/partials/_calendar.scss */
.fc-state-default {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #DDDDDD !important;
  box-shadow: none !important;
  color: #666666;
  text-shadow: none !important;
  border-radius: 0 !important;
}

/* line 70, ../sass/partials/_calendar.scss */
.fc-state-down, .fc-state-active {
  opacity: 1;
}

/* line 73, ../sass/partials/_calendar.scss */
.fc-header-left {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 50% !important;
}

/* line 79, ../sass/partials/_calendar.scss */
.fc-header-right {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 50% !important;
}

/* line 85, ../sass/partials/_calendar.scss */
.fc-header-center {
  display: block !important;
  padding-top: 60px !important;
}

/* line 89, ../sass/partials/_calendar.scss */
.event-category {
  color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  margin: 5px 0;
}

/* line 95, ../sass/partials/_calendar.scss */
.label-default, .badge-default {
  background-color: #3A87AD !important;
  border-color: #3A87AD !important;
}

/* line 99, ../sass/partials/_calendar.scss */
.label-orange, .badge-orange {
  background-color: #E6674A !important;
  border-color: #E6674A !important;
}

/* line 103, ../sass/partials/_calendar.scss */
.label-purple, .badge-purple {
  background-color: #57517B !important;
  border-color: #57517B !important;
}

/* line 107, ../sass/partials/_calendar.scss */
.label-yellow, .badge-yellow {
  background-color: #FFB848 !important;
  border-color: #FFB848 !important;
}

/* line 111, ../sass/partials/_calendar.scss */
.label-teal, .badge-teal {
  background-color: #569099 !important;
  border-color: #569099 !important;
}

/* line 115, ../sass/partials/_calendar.scss */
.label-beige, .badge-beige {
  background-color: #CCCC99 !important;
  border-color: #CCCC99 !important;
}

/* line 119, ../sass/partials/_calendar.scss */
.label-green, .badge-green {
  background-color: #3D9400 !important;
  border-color: #3D9400 !important;
}

/* line 123, ../sass/partials/_calendar.scss */
.fc-border-separate tr.fc-last th {
  border-top: none !important;
  border-left: none !important;
}

/* line 127, ../sass/partials/_calendar.scss */
.fc-border-separate th.fc-last {
  border-right: none !important;
}

/* line 130, ../sass/partials/_calendar.scss */
.fc-grid th {
  text-align: right;
}

/* line 133, ../sass/partials/_calendar.scss */
.fc-event {
  background-color: #F0F0F0;
  border: none;
  color: #333333;
  font-size: 12px;
}

/* line 139, ../sass/partials/_calendar.scss */
.fc-event .fc-event-title:before, .event-category:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 16px;
  padding-right: 5px;
  color: #00AEFF;
  float: left;
}

/* line 148, ../sass/partials/_calendar.scss */
.event-category {
  color: #858585;
}

/* line 151, ../sass/partials/_calendar.scss */
.event-category:before {
  line-height: 20px;
}

/* line 154, ../sass/partials/_calendar.scss */
.event-cancelled .fc-event-title:before, .event-category.event-cancelled:before {
  color: #E6C800;
}

/* line 157, ../sass/partials/_calendar.scss */
.event-home .fc-event-title:before, .event-category.event-home:before {
  color: #FF2968;
}

/* line 160, ../sass/partials/_calendar.scss */
.event-overtime .fc-event-title:before, .event-category.event-overtime:before {
  color: #711A76;
}

/* line 163, ../sass/partials/_calendar.scss */
.event-generic .fc-event-title:before, .event-category.event-generic:before {
  color: #00AEFF;
}

/* line 166, ../sass/partials/_calendar.scss */
.event-job .fc-event-title:before, .event-category.event-job:before {
  color: #882F00;
}

/* line 169, ../sass/partials/_calendar.scss */
.event-offsite .fc-event-title:before, .event-category.event-offsite:before {
  color: #44A703;
}

/* line 172, ../sass/partials/_calendar.scss */
.event-todo .fc-event-title:before, .event-category.event-todo:before {
  color: #FF3B30;
}

/* line 175, ../sass/partials/_calendar.scss */
.fc-view-month .fc-event-time {
  display: none;
}

/* line 178, ../sass/partials/_calendar.scss */
#readFullEvent, #newFullEvent {
  display: none;
}

/* line 181, ../sass/partials/_calendar.scss */
#readFullEvent .event-content {
  background: url("../images/line.png");
  color: #858585;
  line-height: 18px;
  margin: 15px 0 0 0;
  padding: 0;
}

/* line 188, ../sass/partials/_calendar.scss */
#readFullEvent .event-start, #readFullEvent .event-end {
  color: #858585;
  margin: 15px 0 0 0;
  padding: 10px;
  margin-top: 20px;
  background: #EEEEEE;
}

/* line 195, ../sass/partials/_calendar.scss */
#readFullEvent .event-allday {
  color: #858585;
}

/* line 198, ../sass/partials/_calendar.scss */
#readFullEvent .event-allday i {
  color: #00AAFF;
}

/* line 201, ../sass/partials/_calendar.scss */
#readFullEvent .event-start p, #readFullEvent .event-end p {
  margin: 0 0 5px 0;
}

/* line 204, ../sass/partials/_calendar.scss */
#readFullEvent .event-day h2, #readFullEvent .event-date h3, #readFullEvent .event-date h4 {
  margin: 0;
  padding: 0;
}

/* line 208, ../sass/partials/_calendar.scss */
#readFullEvent .event-day h2 {
  font-size: 45px;
  line-height: 30px;
  margin-right: 5px;
}

/* line 213, ../sass/partials/_calendar.scss */
#readFullEvent .event-date h3 {
  font-size: 15px;
  line-height: 20px;
}

/* line 217, ../sass/partials/_calendar.scss */
#readFullEvent .event-date h4 {
  font-size: 12px;
}

/* line 220, ../sass/partials/_calendar.scss */
#readFullEvent .event-day, #readFullEvent .event-date, #readFullEvent .event-time {
  display: inline-block;
}

/* line 223, ../sass/partials/_calendar.scss */
#readFullEvent .event-time {
  margin-left: 20px;
}

/* line 226, ../sass/partials/_calendar.scss */
#readFullEvent .event-time h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* line 231, ../sass/partials/_calendar.scss */
#readFullEvent .event-category:before {
  line-height: 18px;
  padding-right: 0;
}

/* ---------------------------------------------------------------------- */
/*  Messages
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_messages.scss */
.panel-body.messages {
  padding: 0;
}

/* line 7, ../sass/partials/_messages.scss */
.messages-list {
  border-right: 1px solid #dfe1e5;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 13, ../sass/partials/_messages.scss */
.messages-list .messages-item {
  border-bottom: 1px solid #dfe1e5;
  padding: 5px 15px 5px 25px;
  position: relative;
}
/* line 17, ../sass/partials/_messages.scss */
.messages-list .messages-item:hover {
  background-color: #fbfbfc;
  cursor: pointer !important;
}
/* line 20, ../sass/partials/_messages.scss */
.messages-list .messages-item:hover .messages-item-star {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
/* line 24, ../sass/partials/_messages.scss */
.messages-list .messages-item.active {
  background-color: #f6f6f7;
}
/* line 27, ../sass/partials/_messages.scss */
.messages-list .messages-item.starred .messages-item-star {
  display: block;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 31, ../sass/partials/_messages.scss */
.messages-list .messages-item span {
  color: #8B91A0;
  display: block;
}
/* line 35, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-star, .messages-list .messages-item .messages-item-attachment, .messages-list .messages-item .messages-item-time, .messages-list .messages-item .messages-item-actions {
  position: absolute;
}
/* line 38, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-star {
  color: #1FBBA6;
  left: 7px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
/* line 43, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-star:hover, .messages-list .messages-item .messages-item-star:active, .messages-list .messages-item .messages-item-star:focus {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 47, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-attachment {
  left: 7px;
  top: 25px;
  color: #5F8295;
}
/* line 52, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-avatar {
  border-radius: 4px;
  float: left;
  height: 40px;
  width: 40px;
}
/* line 58, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-from, .messages-list .messages-item .messages-item-subject {
  margin-left: 45px;
}
/* line 61, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-from {
  font-weight: bold;
  margin-top: 2px;
  color: #707788;
}
/* line 66, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: 15px;
  top: 8px;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
/* line 72, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time:hover .text {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 75, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time:hover .messages-item-actions {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 79, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .text {
  color: #8B91A0;
  font-size: 11px;
}
/* line 83, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  right: 0;
  top: 0;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  width: 65px;
}
/* line 89, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions > a, .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
  margin-left: 5px;
}
/* line 92, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions > div {
  display: inline-block;
}
/* line 95, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
  margin-top: 0;
}
/* line 98, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
  border-radius: 30px;
  display: inline-block;
  height: 11px;
  margin: 0 5px 0 -13px;
  width: 11px;
}
/* line 104, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
  background: #e66b6b;
}
/* line 107, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.blue {
  background: #5F8295;
}
/* line 110, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
  background: #1FBBA6;
}
/* line 116, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-subject {
  font-size: 12px;
  margin-bottom: 4px;
}
/* line 120, ../sass/partials/_messages.scss */
.messages-list .messages-item .messages-item-preview {
  color: #707788;
  font-size: 12px;
}
/* line 125, ../sass/partials/_messages.scss */
.messages-list .messages-search {
  border-bottom: 1px solid #dfe1e5;
  padding: 0 15px 15px 15px;
  position: relative;
}

/* line 132, ../sass/partials/_messages.scss */
.messages-content {
  background-color: none;
  border-top: 1px solid #dfe1e5;
  height: auto;
  position: relative;
  color: #8B91A0;
}
/* line 138, ../sass/partials/_messages.scss */
.messages-content .message-header {
  border-bottom: 1px solid #dfe1e5;
  padding: 10px 15px;
}
/* line 141, ../sass/partials/_messages.scss */
.messages-content .message-header .message-from {
  font-weight: bold;
  color: #707788;
}
/* line 145, ../sass/partials/_messages.scss */
.messages-content .message-header .message-to {
  color: #a7acb7;
}
/* line 148, ../sass/partials/_messages.scss */
.messages-content .message-header .message-time {
  color: #a7acb7;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 11px;
}
/* line 155, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions {
  left: 50%;
  margin-left: -60px;
  position: absolute;
  width: 120px;
  font-size: 13px;
}
/* line 161, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions a {
  background-color: #ffffff;
  border-bottom: 1px solid #dfe1e5;
  border-left: 1px solid #dfe1e5;
  border-top: 1px solid #dfe1e5;
  color: #a7acb7;
  margin: 0 0 0 -4px;
  padding: 4px 7px;
}
/* line 169, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions a i {
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* line 173, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions a:hover {
  color: #1FBBA6;
}
/* line 175, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions a:hover i {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 179, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions a:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
}
/* line 184, ../sass/partials/_messages.scss */
.messages-content .message-header .message-actions a:last-child {
  border-bottom-right-radius: 4px;
  border-right: 1px solid #F5F4F9;
  border-top-right-radius: 4px;
}
/* line 192, ../sass/partials/_messages.scss */
.messages-content .message-content {
  padding: 20px 10px;
  color: #8B91A0;
}

/* ie8 fixes */
/* line 199, ../sass/partials/_messages.scss */
.ie8 .messages-list .messages-item .messages-item-star {
  display: none;
}

/* line 202, ../sass/partials/_messages.scss */
.ie8 .messages-list .messages-item:hover .messages-item-star {
  display: block;
}

/**/
/* ie8 fixes */
/* line 213, ../sass/partials/_messages.scss */
.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
  display: none;
}

/**/
/* ---------------------------------------------------------------------- */
/*  Gallery
/* ---------------------------------------------------------------------- */
/* line 5, ../sass/partials/_gallery.scss */
#Grid {
  min-height: 575px;
}

/* line 8, ../sass/partials/_gallery.scss */
#Grid .mix {
  display: none;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
}

/* line 14, ../sass/partials/_gallery.scss */
div.portfolio-info {
  margin: 2px 0 10px 0;
}

/* line 17, ../sass/partials/_gallery.scss */
.portfolio-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 22, ../sass/partials/_gallery.scss */
.portfolio-info ul li {
  border-right: 1px solid #E6E6E6;
  color: #B1B1B1;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 8px;
  padding-right: 8px;
}

/* line 30, ../sass/partials/_gallery.scss */
.portfolio-info ul li i.fa {
  margin-right: 4px;
}

/* line 33, ../sass/partials/_gallery.scss */
.portfolio-item {
  position: relative;
}

/* line 36, ../sass/partials/_gallery.scss */
.portfolio-item a.thumb-info span.thumb-info-title {
  background: rgba(0, 0, 0, 0.7);
  bottom: 4px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  left: 4px;
  padding: 10px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

/* line 48, ../sass/partials/_gallery.scss */
.portfolio-page ul.nav li a:hover, .portfolio-page ul.nav li.active a {
  background: #357EBD;
  color: #FFFFFF;
}

/* line 52, ../sass/partials/_gallery.scss */
.portfolio-page ul.nav li a {
  background: #EEEEEE;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 15px;
}

/* line 61, ../sass/partials/_gallery.scss */
.gallery-img {
  margin-bottom: 20px;
}

/* line 64, ../sass/partials/_gallery.scss */
.portfolio-item {
  position: relative;
  overflow: hidden;
}
/* line 68, ../sass/partials/_gallery.scss */
.portfolio-item .chkbox {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ffffff;
  text-align: center;
  display: none;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}
/* line 79, ../sass/partials/_gallery.scss */
.portfolio-item .chkbox:hover {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 12px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}
/* line 86, ../sass/partials/_gallery.scss */
.portfolio-item:hover .chkbox {
  display: block;
}

/* line 91, ../sass/partials/_gallery.scss */
.portfolio-item.selected > .chkbox {
  display: block;
}

/* line 94, ../sass/partials/_gallery.scss */
.portfolio-item:hover > .chkbox {
  display: block;
}

/* line 97, ../sass/partials/_gallery.scss */
.portfolio-item.selected > .chkbox:before {
  content: "\f00c";
  font-family: FontAwesome;
  height: 14px;
  left: 1px;
  position: absolute;
  top: -2px;
  width: 14px;
}

/* line 106, ../sass/partials/_gallery.scss */
.portfolio-item > .tools {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: -30px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  width: 24px;
}

/* line 117, ../sass/partials/_gallery.scss */
.portfolio-item > .tools a:hover, .portfolio-item > .tools a:focus {
  text-decoration: none;
}

/* line 120, ../sass/partials/_gallery.scss */
.portfolio-item > .tools.tools-bottom {
  bottom: -30px;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}

/* line 128, ../sass/partials/_gallery.scss */
.portfolio-item:hover > .tools {
  left: 0;
}

/* line 131, ../sass/partials/_gallery.scss */
.portfolio-item:hover > .tools.tools-bottom {
  bottom: 0;
  top: auto;
}

/* line 135, ../sass/partials/_gallery.scss */
.portfolio-item:hover > .tools.tools-top {
  bottom: auto;
  top: 0;
}

/* line 139, ../sass/partials/_gallery.scss */
.portfolio-item:hover > .tools.tools-right {
  left: auto;
  right: 0;
}

/* line 143, ../sass/partials/_gallery.scss */
.portfolio-item > .tools > a, .portfolio-item > *:first-child .inner a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px;
}

/* line 150, ../sass/partials/_gallery.scss */
.portfolio-item > .tools > a:hover, .portfolio-item > *:first-child .inner a:hover {
  color: #C9E2EA;
  text-decoration: none;
}

/* line 154, ../sass/partials/_gallery.scss */
.portfolio-item .tools.tools-bottom > a, .portfolio-item .tools.tools-top > a {
  display: inline-block;
}

/* ---------------------------------------------------------------------- */
/*  Pagination
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 11, ../sass/partials/_pagination.scss */
.pagination.squared {
  border-radius: 0 !important;
}

/* line 14, ../sass/partials/_pagination.scss */
.pagination.squared li:first-child a, .pagination.squared li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-left-width: 1px;
  border-top-left-radius: 0px !important;
}

/* line 19, ../sass/partials/_pagination.scss */
.pagination.squared li:last-child > a, .pagination.squared li:last-child > span {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* line 25, ../sass/partials/_pagination.scss */
.pagination.pagination-purple li a {
  background: #F5F4F9;
  border: none !important;
  color: #333333;
  display: inline-block;
  margin-right: 1px;
}
/* line 32, ../sass/partials/_pagination.scss */
.pagination.pagination-purple li:hover {
  background: #ECEAF3;
  color: #222222;
  cursor: pointer;
}
/* line 38, ../sass/partials/_pagination.scss */
.pagination .pagination.pagination-purple li a {
  background: #F5F4F9;
  border: none !important;
  color: #333333;
  display: inline-block;
  margin-right: 1px;
}
/* line 45, ../sass/partials/_pagination.scss */
.pagination .pagination.pagination-purple li:hover {
  background: #ECEAF3;
  color: #222222;
  cursor: pointer;
}

/* line 55, ../sass/partials/_pagination.scss */
.pagination.pagination-purple li:first-child a, .pagination-purple .pagination li:first-child a {
  border: none !important;
}

/* line 59, ../sass/partials/_pagination.scss */
.pagination.pagination-purple li.disabled a, .pagination-purple .pagination li.disabled a {
  color: #AAAAAA !important;
}

/* line 62, ../sass/partials/_pagination.scss */
.pagination.pagination-purple li.disabled a:hover, .pagination-purple .pagination li.disabled a:hover, .pagination.pagination-purple li.disabled a:focus, .pagination-purple .pagination li.disabled a:focus {
  background: #F5F4F9;
  cursor: default !important;
}

/* line 66, ../sass/partials/_pagination.scss */
.pagination.pagination-purple li.active a, .pagination-purple .pagination li.active a {
  background: #57517B !important;
  border: none !important;
  color: #FFFFFF !important;
  cursor: default !important;
  opacity: 1;
}

/* line 73, ../sass/partials/_pagination.scss */
.pagination-purple [class^="fa-"], .pagination-purple [class*=" fa-"] {
  color: #57517B;
}

/* line 76, ../sass/partials/_pagination.scss */
.pagination-purple li.disabled [class^="fa-"], .pagination-purple li.disabled [class*=" fa-"] {
  opacity: 0.5;
}

/* line 81, ../sass/partials/_pagination.scss */
.pagination-blue li a {
  background: #ebedee;
  border: none !important;
  color: #8B91A0;
  display: inline-block;
  margin-right: 1px;
}
/* line 87, ../sass/partials/_pagination.scss */
.pagination-blue li a:hover {
  background: #dee1e2;
  color: #424650;
  cursor: pointer;
}
/* line 94, ../sass/partials/_pagination.scss */
.pagination-blue li:first-child a {
  border: none !important;
}
/* line 99, ../sass/partials/_pagination.scss */
.pagination-blue li.disabled a {
  background: #ebedee;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
/* line 102, ../sass/partials/_pagination.scss */
.pagination-blue li.disabled a:hover, .pagination-blue li.disabled a:focus {
  background: #e9eef1;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: default !important;
}
/* line 110, ../sass/partials/_pagination.scss */
.pagination-blue li.active a {
  background: #5F8295 !important;
  border: none !important;
  color: #ffffff !important;
  cursor: default !important;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 118, ../sass/partials/_pagination.scss */
.pagination-blue li [class^="fa-"], .pagination-blue li [class*=" fa-"] {
  color: #5F8295;
}

/* line 125, ../sass/partials/_pagination.scss */
.pagination-green li a {
  background: #e2f7f4;
  border: none !important;
  color: #8B91A0;
  display: inline-block;
  margin-right: 1px;
}
/* line 131, ../sass/partials/_pagination.scss */
.pagination-green li a:hover {
  background: #cef1ed;
  color: #424650;
  cursor: pointer;
}
/* line 138, ../sass/partials/_pagination.scss */
.pagination-green li:first-child a {
  border: none !important;
}
/* line 143, ../sass/partials/_pagination.scss */
.pagination-green li.disabled a {
  background: #e2f7f4;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
/* line 146, ../sass/partials/_pagination.scss */
.pagination-green li.disabled a:hover, .pagination-green li.disabled a:focus {
  background: #c9f6f0;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: default !important;
}
/* line 154, ../sass/partials/_pagination.scss */
.pagination-green li.active a {
  background: #1FBBA6 !important;
  border: none !important;
  color: #ffffff !important;
  cursor: default !important;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 162, ../sass/partials/_pagination.scss */
.pagination-green li [class^="fa-"], .pagination-green li [class*=" fa-"] {
  color: #1FBBA6;
}

/* line 169, ../sass/partials/_pagination.scss */
.pagination-red li a {
  background: #fceeee;
  border: none !important;
  color: #8B91A0;
  display: inline-block;
  margin-right: 1px;
}
/* line 175, ../sass/partials/_pagination.scss */
.pagination-red li a:hover {
  background: #f8d8d8;
  color: #424650;
  cursor: pointer;
}
/* line 182, ../sass/partials/_pagination.scss */
.pagination-red li:first-child a {
  border: none !important;
}
/* line 187, ../sass/partials/_pagination.scss */
.pagination-red li.disabled a {
  background: #fceeee;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
/* line 190, ../sass/partials/_pagination.scss */
.pagination-red li.disabled a:hover, .pagination-red li.disabled a:focus {
  background: white;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: default !important;
}
/* line 198, ../sass/partials/_pagination.scss */
.pagination-red li.active a {
  background: #e66b6b !important;
  border: none !important;
  color: #ffffff !important;
  cursor: default !important;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 206, ../sass/partials/_pagination.scss */
.pagination-red li [class^="fa-"], .pagination-red li [class*=" fa-"] {
  color: #e66b6b;
}

/* ---------------------------------------------------------------------- */
/*  Lock Screen
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_lock-screen.scss */
body.lock-screen {
  background: #1f212f url("../images/bg.png");
}

/* line 7, ../sass/partials/_lock-screen.scss */
.main-ls {
  height: 250px;
  left: 50%;
  margin-left: -240px;
  margin-top: -125px;
  position: absolute;
  top: 50%;
  width: 480px;
}

/* line 16, ../sass/partials/_lock-screen.scss */
body.lock-screen .box-ls {
  background: #FFFFFF;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  padding: 15px;
}

/* line 22, ../sass/partials/_lock-screen.scss */
body.lock-screen .logo {
  padding: 10px 0;
}

/* line 25, ../sass/partials/_lock-screen.scss */
body.lock-screen .copyright {
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 0;
}

/* line 30, ../sass/partials/_lock-screen.scss */
body.lock-screen .user-info {
  float: right;
  width: 285px;
}

/* line 34, ../sass/partials/_lock-screen.scss */
body.lock-screen .user-info h1 {
  color: #666666;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 0;
}

/* line 42, ../sass/partials/_lock-screen.scss */
body.lock-screen .user-info h1 i {
  color: #cccccc;
}

/* line 45, ../sass/partials/_lock-screen.scss */
body.lock-screen .user-info > span {
  color: #666666;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 51, ../sass/partials/_lock-screen.scss */
body.lock-screen .user-info > span em {
  color: #333333;
}

/* ---------------------------------------------------------------------- */
/*  Coming Soon
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_coming-soon.scss */
.coming-soon {
  text-align: center;
  background-color: #ffffff !important;
}

/* line 8, ../sass/partials/_coming-soon.scss */
.coming-soon .logo {
  padding: 20px 0;
}

/* line 11, ../sass/partials/_coming-soon.scss */
.timer-area {
  background-image: url("../images/bg.png");
  background-color: transparent;
  margin-bottom: 4em;
  padding-top: 2em;
  color: #1F2225;
  font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* line 19, ../sass/partials/_coming-soon.scss */
.timer-area h1 {
  color: #FFFFFF;
}

/* line 22, ../sass/partials/_coming-soon.scss */
ul#countdown {
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/partials/_coming-soon.scss */
ul#countdown li {
  display: inline-block;
  background: transparent url("../images/timer-piece.png") no-repeat left top;
  width: 104px;
  margin-bottom: 4em;
  text-align: center;
}

/* line 33, ../sass/partials/_coming-soon.scss */
ul#countdown li span {
  font-size: 3em;
  font-weight: bold;
  color: #1f2225;
  height: 108px;
  line-height: 108px;
  position: relative;
}

/* line 41, ../sass/partials/_coming-soon.scss */
ul#countdown li span:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid white;
  position: absolute;
  top: 25px;
}

/* line 49, ../sass/partials/_coming-soon.scss */
ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: .875em;
}

/* line 55, ../sass/partials/_coming-soon.scss */
.coming-soon #disclaimer {
  display: block;
}

/* line 58, ../sass/partials/_coming-soon.scss */
.coming-soon #disclaimer p {
  color: #909091;
  font-size: 0.875em;
  font-style: italic;
}

/* line 63, ../sass/partials/_coming-soon.scss */
.coming-soon #disclaimer p span {
  color: #2A9CCC;
  font-size: 1.2em;
}

/* ---------------------------------------------------------------------- */
/*  Pricing Tables
/* ---------------------------------------------------------------------- */
/* line 5, ../sass/partials/_pricing-table.scss */
.pricing-table .plan {
  border: none;
  margin: 20px 0;
  position: relative;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 -1px 2px #c3c6ce;
  -moz-box-shadow: 0 -1px 2px #c3c6ce;
  box-shadow: 0 -1px 2px #c3c6ce;
  text-align: center;
}
/* line 14, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li {
  padding: 10px 15px;
  color: #8B91A0;
  border-bottom: 1px solid #edeef0;
}
/* line 18, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li.plan-name {
  padding: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: #999eab;
  border-top: 0;
  border-bottom: 0;
}
/* line 27, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li.plan-price {
  background: #8B91A0;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 20px;
  border-bottom: none;
}
/* line 33, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li.plan-price h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2em;
  padding: 30px 0;
  font-weight: 600;
}
/* line 39, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li.plan-price h3 .price-cents {
  font-size: 50%;
  vertical-align: super;
  margin-left: -10px;
}
/* line 44, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li.plan-price h3 .price-month {
  font-size: 30%;
  font-style: italic;
  margin-left: -20px;
  font-weight: 300;
  color: #ffffff;
}
/* line 53, ../sass/partials/_pricing-table.scss */
.pricing-table .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
/* line 58, ../sass/partials/_pricing-table.scss */
.pricing-table .plan.featured {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
}
/* line 63, ../sass/partials/_pricing-table.scss */
.pricing-table .plan.featured .plan-name {
  background: #595e6c;
}

/* line 72, ../sass/partials/_pricing-table.scss */
.pricing-green .plan li strong {
  color: #e66b6b;
}
/* line 75, ../sass/partials/_pricing-table.scss */
.pricing-green .plan li.plan-name {
  background: #23d1b9;
}
/* line 78, ../sass/partials/_pricing-table.scss */
.pricing-green .plan li.plan-price {
  background: #1FBBA6;
  color: #ffffff;
}
/* line 84, ../sass/partials/_pricing-table.scss */
.pricing-green .plan.featured .plan-name {
  background: #106458;
}

/* line 93, ../sass/partials/_pricing-table.scss */
.pricing-blue .plan li strong {
  color: #5F8295;
}
/* line 96, ../sass/partials/_pricing-table.scss */
.pricing-blue .plan li.plan-name {
  background: #6c8fa1;
}
/* line 99, ../sass/partials/_pricing-table.scss */
.pricing-blue .plan li.plan-price {
  background: #5F8295;
  color: #ffffff;
}
/* line 105, ../sass/partials/_pricing-table.scss */
.pricing-blue .plan.featured .plan-name {
  background: #374c57;
}

/* line 114, ../sass/partials/_pricing-table.scss */
.pricing-red .plan li strong {
  color: #e66b6b;
}
/* line 117, ../sass/partials/_pricing-table.scss */
.pricing-red .plan li.plan-name {
  background: #ea8181;
}
/* line 120, ../sass/partials/_pricing-table.scss */
.pricing-red .plan li.plan-price {
  background: #e66b6b;
  color: #ffffff;
}
/* line 126, ../sass/partials/_pricing-table.scss */
.pricing-red .plan.featured .plan-name {
  background: #c92222;
}

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_utilities.scss */
.no-padding {
  padding: 0 !important;
}

/* line 7, ../sass/partials/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 10, ../sass/partials/_utilities.scss */
.inline {
  display: inline;
}

/* line 13, ../sass/partials/_utilities.scss */
.no-radius {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 16, ../sass/partials/_utilities.scss */
.no-border {
  border: none !important;
}

/* line 19, ../sass/partials/_utilities.scss */
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-color: inherit;
}

/* line 24, ../sass/partials/_utilities.scss */
.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: inherit;
}

/* line 29, ../sass/partials/_utilities.scss */
.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: inherit;
}

/* line 34, ../sass/partials/_utilities.scss */
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit;
}

/* line 39, ../sass/partials/_utilities.scss */
.border-light {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 42, ../sass/partials/_utilities.scss */
.panel-white .border-light, .partition-white .border-light {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 45, ../sass/partials/_utilities.scss */
.border-dark {
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 48, ../sass/partials/_utilities.scss */
.panel-white .border-dark, .partition-white .border-dark {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 51, ../sass/partials/_utilities.scss */
.block {
  display: block;
}

/* line 54, ../sass/partials/_utilities.scss */
.inline-block {
  display: inline-block;
}

/* line 57, ../sass/partials/_utilities.scss */
.no-display {
  display: none;
}

/* line 60, ../sass/partials/_utilities.scss */
.example {
  margin: 15px 0;
  padding: 14px 19px;
}

/* line 64, ../sass/partials/_utilities.scss */
.space5 {
  display: block;
  margin-bottom: 5px !important;
  clear: both;
}

/* line 70, ../sass/partials/_utilities.scss */
.space7 {
  margin-bottom: 7px !important;
  clear: both;
}

/* line 75, ../sass/partials/_utilities.scss */
.space10 {
  margin-bottom: 10px !important;
  clear: both;
}

/* line 80, ../sass/partials/_utilities.scss */
.space12 {
  margin-bottom: 12px !important;
  clear: both;
}

/* line 85, ../sass/partials/_utilities.scss */
.space15 {
  margin-bottom: 15px !important;
  clear: both;
}

/* line 90, ../sass/partials/_utilities.scss */
.space20 {
  margin-bottom: 20px !important;
  clear: both;
}

/* line 94, ../sass/partials/_utilities.scss */
.padding-5 {
  padding: 5px !important;
}

/* line 97, ../sass/partials/_utilities.scss */
.padding-10 {
  padding: 10px !important;
}

/* line 100, ../sass/partials/_utilities.scss */
.padding-15 {
  padding: 15px !important;
}

/* line 103, ../sass/partials/_utilities.scss */
.padding-20 {
  padding: 20px !important;
}

/* line 106, ../sass/partials/_utilities.scss */
.padding-horizontal-5 {
  padding: 0 5px !important;
}

/* line 109, ../sass/partials/_utilities.scss */
.padding-horizontal-10 {
  padding: 0 10px !important;
}

/* line 112, ../sass/partials/_utilities.scss */
.padding-horizontal-15 {
  padding: 0 15px !important;
}

/* line 115, ../sass/partials/_utilities.scss */
.padding-horizontal-20 {
  padding: 0 20px !important;
}

/* line 118, ../sass/partials/_utilities.scss */
.padding-vertical-10 {
  padding: 10px 0 !important;
}

/* line 121, ../sass/partials/_utilities.scss */
.padding-vertical-15 {
  padding: 15px 0 !important;
}

/* line 124, ../sass/partials/_utilities.scss */
.padding-vertical-20 {
  padding: 20px 0 !important;
}

/* line 127, ../sass/partials/_utilities.scss */
.padding-bottom-5 {
  padding: 0 0 5px 0 !important;
}

/* line 130, ../sass/partials/_utilities.scss */
.padding-bottom-10 {
  padding: 0 0 10px 0 !important;
}

/* line 133, ../sass/partials/_utilities.scss */
.padding-bottom-15 {
  padding: 0 0 15px 0 !important;
}

/* line 136, ../sass/partials/_utilities.scss */
.margin-bottom-5 {
  margin: 0 0 5px 0 !important;
}

/* line 139, ../sass/partials/_utilities.scss */
.margin-bottom-10 {
  margin: 0 0 10px 0 !important;
}

/* line 142, ../sass/partials/_utilities.scss */
.margin-bottom-15 {
  margin: 0 0 15px 0 !important;
}

/* line 145, ../sass/partials/_utilities.scss */
.margin-bottom-30 {
  margin: 0 0 30px 0 !important;
}

/* line 148, ../sass/partials/_utilities.scss */
.margin-right-5 {
  margin: 0 5px 0 0 !important;
}

/* line 151, ../sass/partials/_utilities.scss */
.margin-right-10 {
  margin: 0 10px 0 0 !important;
}

/* line 154, ../sass/partials/_utilities.scss */
.margin-right-15 {
  margin: 0 15px 0 0 !important;
}

/* line 157, ../sass/partials/_utilities.scss */
.margin-right-30 {
  margin: 0 30px 0 0 !important;
}

/* line 160, ../sass/partials/_utilities.scss */
.height-155 {
  height: 155px !important;
}

/* line 163, ../sass/partials/_utilities.scss */
.height-180 {
  height: 180px !important;
}

/* line 166, ../sass/partials/_utilities.scss */
.height-200 {
  height: 200px !important;
}

/* line 169, ../sass/partials/_utilities.scss */
.height-230 {
  height: 230px !important;
}

/* line 172, ../sass/partials/_utilities.scss */
.height-250 {
  height: 250px !important;
}

/* line 175, ../sass/partials/_utilities.scss */
.height-300 {
  height: 300px !important;
}

/* line 178, ../sass/partials/_utilities.scss */
.height-350 {
  height: 350px !important;
}

/* line 181, ../sass/partials/_utilities.scss */
.width-200 {
  width: 200px !important;
}

/* line 184, ../sass/partials/_utilities.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 187, ../sass/partials/_utilities.scss */
.text-bold {
  font-weight: bold;
}

/* line 190, ../sass/partials/_utilities.scss */
.text-extra-small {
  font-size: 11px !important;
}

/* line 193, ../sass/partials/_utilities.scss */
.text-small {
  font-size: 12px !important;
}

/* line 196, ../sass/partials/_utilities.scss */
.text-large {
  font-size: 16px !important;
}

/* line 199, ../sass/partials/_utilities.scss */
.text-extra-large {
  font-size: 18px !important;
}

/* line 202, ../sass/partials/_utilities.scss */
h1.text-extra-large {
  font-size: 50px !important;
}

/* line 205, ../sass/partials/_utilities.scss */
.text-azure {
  color: #00BDCC;
}

/* line 208, ../sass/partials/_utilities.scss */
.text-orange {
  color: #F58A5C;
}

/* line 211, ../sass/partials/_utilities.scss */
.text-green {
  color: #1FBBA6;
}

/* line 214, ../sass/partials/_utilities.scss */
.text-blue {
  color: #5F8295;
}

/* line 217, ../sass/partials/_utilities.scss */
.text-pink {
  color: #DD5A82;
}

/* line 220, ../sass/partials/_utilities.scss */
.text-purple {
  color: #DD5A82;
}

/* line 223, ../sass/partials/_utilities.scss */
.text-bricky {
  color: #894550;
}

/* line 226, ../sass/partials/_utilities.scss */
.text-yellow {
  color: #FFB848;
}

/* line 229, ../sass/partials/_utilities.scss */
.text-red {
  color: #e66b6b;
}

/* line 232, ../sass/partials/_utilities.scss */
.text-white {
  color: #ffffff;
}

/* line 235, ../sass/partials/_utilities.scss */
a.text-white {
  color: rgba(255, 255, 255, 0.6);
}
/* line 237, ../sass/partials/_utilities.scss */
a.text-white:hover {
  color: #ffffff;
}

/* line 241, ../sass/partials/_utilities.scss */
.text-dark {
  color: rgba(44, 47, 59, 0.4);
}

/* line 244, ../sass/partials/_utilities.scss */
a.text-dark:hover {
  color: rgba(44, 47, 59, 0.6);
}

/* line 247, ../sass/partials/_utilities.scss */
.center {
  text-align: center;
}

/* line 250, ../sass/partials/_utilities.scss */
.text-light {
  color: rgba(255, 255, 255, 0.6);
}

/* line 253, ../sass/partials/_utilities.scss */
a.text-light:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 256, ../sass/partials/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 259, ../sass/partials/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 262, ../sass/partials/_utilities.scss */
.panel-white .text-light, .partition-white .text-light {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 265, ../sass/partials/_utilities.scss */
.panel-white a.text-light:hover, .partition-white a.text-light:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 268, ../sass/partials/_utilities.scss */
.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0 1px 2px #C3C3C3;
  -moz-box-shadow: 0 1px 2px #C3C3C3;
  box-shadow: 0 1px 2px #C3C3C3;
}

/* line 275, ../sass/partials/_utilities.scss */
.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 1px 2px #C3C3C3;
  -moz-box-shadow: 0 1px 2px #C3C3C3;
  box-shadow: 0 1px 2px #C3C3C3;
}

/* line 285, ../sass/partials/_utilities.scss */
.rate .value {
  font-size: 30px;
  font-weight: 600;
}
/* line 289, ../sass/partials/_utilities.scss */
.rate i {
  vertical-align: middle;
  padding-bottom: 15px;
}
/* line 293, ../sass/partials/_utilities.scss */
.rate .percentage {
  vertical-align: middle;
  font-size: 15px;
  padding-bottom: 15px;
}
/* line 298, ../sass/partials/_utilities.scss */
.rate img {
  display: block;
  position: relative;
  width: 100%;
}

/* line 304, ../sass/partials/_utilities.scss */
.overlayer {
  display: block;
  position: absolute;
  z-index: 101;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
  opacity: 1;
}
/* line 310, ../sass/partials/_utilities.scss */
.overlayer.fullwidth {
  width: 100%;
}
/* line 313, ../sass/partials/_utilities.scss */
.overlayer .overlayer-wrapper {
  display: block;
  position: relative;
  z-index: 100;
}

/* line 319, ../sass/partials/_utilities.scss */
.bottom-left {
  bottom: 0;
  left: 0;
  position: absolute;
}

/* line 324, ../sass/partials/_utilities.scss */
.tags {
  display: inline-block;
  background: #C2C6CD;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 10px 18px;
  padding: 2px 10px 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  transition: all .25s linear;
  white-space: nowrap;
  line-height: 21px;
}
/* line 338, ../sass/partials/_utilities.scss */
.tags:before {
  content: "";
  border-style: solid;
  border-color: transparent #c5c5c5 transparent transparent;
  border-width: 12px 13px 12px 0;
  position: absolute;
  left: -13px;
  top: 0;
  transition: all .25s linear;
}
/* line 348, ../sass/partials/_utilities.scss */
.tags:hover {
  background-color: #8B91A0;
  color: #FFFFFF;
}
/* line 352, ../sass/partials/_utilities.scss */
.tags:hover:before {
  border-color: transparent #8B91A0 transparent transparent;
}
/* line 355, ../sass/partials/_utilities.scss */
.tags:after {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  top: 10px;
  width: 5px;
}

/* line 366, ../sass/partials/_utilities.scss */
.tooltip-notification {
  cursor: pointer;
  right: 0;
  margin-top: 3px;
  padding: 5px 0;
  position: absolute;
  top: 25px;
  z-index: 10000;
}
/* line 374, ../sass/partials/_utilities.scss */
.toolbar .tooltip-notification {
  top: 60px;
  right: 20px;
}
/* line 378, ../sass/partials/_utilities.scss */
.tooltip-notification .tooltip-notification-arrow {
  border-width: 0 5px 5px;
  left: 80%;
  margin-left: -5px;
  top: 0;
  border-color: transparent;
  border-bottom-color: #292B2E;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 390, ../sass/partials/_utilities.scss */
.tooltip-notification .tooltip-notification-inner {
  background-color: #292B2E;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  line-height: normal;
}
/* line 399, ../sass/partials/_utilities.scss */
.tooltip-notification .tooltip-notification-inner .message {
  color: #BFC0C1;
  font-size: 11px;
  margin-top: -4px;
}
/* line 404, ../sass/partials/_utilities.scss */
.tooltip-notification .tooltip-notification-inner > div {
  width: 100px;
}

/* line 409, ../sass/partials/_utilities.scss */
.float-none {
  float: none;
}

/* line 412, ../sass/partials/_utilities.scss */
.background-dark {
  background: rgba(0, 0, 0, 0.2);
}

/* line 415, ../sass/partials/_utilities.scss */
.background-light {
  background: rgba(255, 255, 255, 0.6) !important;
}

/* line 418, ../sass/partials/_utilities.scss */
.radius-3 {
  border-radius: 3px;
}

/* line 421, ../sass/partials/_utilities.scss */
.radius-5 {
  border-radius: 5px;
}

/* line 424, ../sass/partials/_utilities.scss */
.radius-10 {
  border-radius: 10px;
}

/* line 427, ../sass/partials/_utilities.scss */
.stack-right-bottom {
  left: auto !important;
  right: -0.5em !important;
  top: auto !important;
  bottom: -0.5em !important;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/* line 434, ../sass/partials/_utilities.scss */
.noTransform {
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/* ---------------------------------------------------------------------- */
/*  Panels
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_panels.scss */
.panel {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px #C3C3C3;
  -moz-box-shadow: 0 1px 2px #C3C3C3;
  box-shadow: 0 1px 2px #C3C3C3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #8B91A0;
  border: none;
  position: relative;
}

/* line 12, ../sass/partials/_panels.scss */
.panel-heading {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 15px;
  min-height: 50px;
}
/* line 18, ../sass/partials/_panels.scss */
.panel-heading .panel-heading-tabs {
  list-style: none;
  top: 0;
  right: 0;
  position: absolute;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/partials/_panels.scss */
.panel-heading .panel-heading-tabs > li {
  float: left;
  padding: 0 15px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: inherit;
  height: 50px;
  line-height: 50px;
}
/* line 33, ../sass/partials/_panels.scss */
.panel-heading .panel-heading-tabs > li.panel-tools {
  position: relative;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: auto;
  top: auto;
}
/* line 38, ../sass/partials/_panels.scss */
.panel-heading .panel-heading-tabs > li.panel-tools .tmp-tool {
  right: 20px;
  top: auto;
}
/* line 42, ../sass/partials/_panels.scss */
.panel-heading .panel-heading-tabs > li.panel-tools .dropdown {
  line-height: normal;
}

/* line 52, ../sass/partials/_panels.scss */
.core-box .heading {
  margin-bottom: 15px;
}
/* line 55, ../sass/partials/_panels.scss */
.core-box .core-icon {
  width: 33.3333%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* line 61, ../sass/partials/_panels.scss */
.core-box .core-icon .icon-big {
  line-height: 80px;
}
/* line 65, ../sass/partials/_panels.scss */
.core-box .core-content {
  margin-left: 33.3333%;
  min-height: 120px;
}
/* line 69, ../sass/partials/_panels.scss */
.core-box .heading {
  font-size: 12px;
}
/* line 72, ../sass/partials/_panels.scss */
.core-box .title {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 0;
  font-weight: 400;
}
/* line 78, ../sass/partials/_panels.scss */
.core-box .subtitle {
  font-size: 14px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* line 82, ../sass/partials/_panels.scss */
.core-box .content {
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}
/* line 87, ../sass/partials/_panels.scss */
.core-box .content .fa {
  font-size: 50px;
  left: 0;
  top: 0;
  position: absolute;
  width: 40px;
}
/* line 95, ../sass/partials/_panels.scss */
.core-box .view-more {
  float: right;
}
/* line 97, ../sass/partials/_panels.scss */
.core-box .view-more i {
  display: inline-block;
}

/* line 103, ../sass/partials/_panels.scss */
.panel-tools {
  position: absolute;
  right: 10px;
  top: 14px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 109, ../sass/partials/_panels.scss */
.panel:hover .panel-tools {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 112, ../sass/partials/_panels.scss */
.panel-tools .dropdown {
  display: inline-block;
}
/* line 116, ../sass/partials/_panels.scss */
.panel-tools .dropdown .dropdown-menu a > i {
  margin-right: 10px;
}
/* line 122, ../sass/partials/_panels.scss */
.panel-tools a {
  color: #8B91A0 !important;
  background: none;
}
/* line 125, ../sass/partials/_panels.scss */
.panel-tools a:hover {
  color: #595e6c !important;
}

/* line 131, ../sass/partials/_panels.scss */
.panel-portfolio .portfolio-grid {
  padding: 0;
  text-align: center;
  overflow: hidden;
  max-height: 200px;
  position: relative;
}
/* line 137, ../sass/partials/_panels.scss */
.panel-portfolio .portfolio-grid .item {
  overflow: hidden !important;
}
/* line 141, ../sass/partials/_panels.scss */
.panel-portfolio .navigator {
  position: relative;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 10px;
  z-index: 101;
}

/* line 149, ../sass/partials/_panels.scss */
.panel-grey, .partition-grey {
  background-color: #8B91A0;
  position: relative;
  background-color: #999eab 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999eab 0px), to(#8B91A0 100%));
  background-image: -webkit-linear-gradient(top, #999eab 0px, #8B91A0 100%);
  background-image: -moz-linear-gradient(top, #999eab 0px, #8B91A0 100%);
  background-image: -ms-linear-gradient(top, #999eab 0px, #8B91A0 100%);
  background-image: -o-linear-gradient(top, #999eab 0px, #8B91A0 100%);
  background-image: linear-gradient(to bottom, #999eab 0px, #8b91a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#999eab 0px', endColorStr='#8B91A0 100%');
  color: #141518;
}
/* line 155, ../sass/partials/_panels.scss */
.panel-grey .panel-tools .btn, .panel-grey .panel-tools > a, .partition-grey .panel-tools .btn, .partition-grey .panel-tools > a {
  color: rgba(20, 21, 24, 0.7) !important;
}
/* line 157, ../sass/partials/_panels.scss */
.panel-grey .panel-tools .btn:hover, .panel-grey .panel-tools > a:hover, .partition-grey .panel-tools .btn:hover, .partition-grey .panel-tools > a:hover {
  color: #141518 !important;
}

/* line 163, ../sass/partials/_panels.scss */
.panel-light-grey, .partition-light-grey {
  background-color: #dfe1e5;
  position: relative;
  background-color: #edeef0 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edeef0 0px), to(#dfe1e5 100%));
  background-image: -webkit-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
  background-image: -moz-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
  background-image: -ms-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
  background-image: -o-linear-gradient(top, #edeef0 0px, #dfe1e5 100%);
  background-image: linear-gradient(to bottom, #edeef0 0px, #dfe1e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#edeef0 0px', endColorStr='#dfe1e5 100%');
  color: #8B91A0;
}
/* line 169, ../sass/partials/_panels.scss */
.panel-light-grey .panel-tools .btn, .panel-light-grey .panel-tools > a, .partition-light-grey .panel-tools .btn, .partition-light-grey .panel-tools > a {
  color: rgba(139, 145, 160, 0.7) !important;
}
/* line 171, ../sass/partials/_panels.scss */
.panel-light-grey .panel-tools .btn:hover, .panel-light-grey .panel-tools > a:hover, .partition-light-grey .panel-tools .btn:hover, .partition-light-grey .panel-tools > a:hover {
  color: #8B91A0 !important;
}

/* line 177, ../sass/partials/_panels.scss */
.panel-orange, .partition-orange {
  background-color: #F58A5C;
  position: relative;
  background-color: #f69b74 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f69b74 0px), to(#F58A5C 100%));
  background-image: -webkit-linear-gradient(top, #f69b74 0px, #F58A5C 100%);
  background-image: -moz-linear-gradient(top, #f69b74 0px, #F58A5C 100%);
  background-image: -ms-linear-gradient(top, #f69b74 0px, #F58A5C 100%);
  background-image: -o-linear-gradient(top, #f69b74 0px, #F58A5C 100%);
  background-image: linear-gradient(to bottom, #f69b74 0px, #f58a5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f69b74 0px', endColorStr='#F58A5C 100%');
  color: #ffffff;
}
/* line 183, ../sass/partials/_panels.scss */
.panel-orange .panel-tools .btn, .panel-orange .panel-tools > a, .partition-orange .panel-tools .btn, .partition-orange .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 185, ../sass/partials/_panels.scss */
.panel-orange .panel-tools .btn:hover, .panel-orange .panel-tools > a:hover, .partition-orange .panel-tools .btn:hover, .partition-orange .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 191, ../sass/partials/_panels.scss */
.panel-purple, .partition-purple {
  background-color: #804C75;
  position: relative;
  background-color: #905684 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#905684 0px), to(#804C75 100%));
  background-image: -webkit-linear-gradient(top, #905684 0px, #804C75 100%);
  background-image: -moz-linear-gradient(top, #905684 0px, #804C75 100%);
  background-image: -ms-linear-gradient(top, #905684 0px, #804C75 100%);
  background-image: -o-linear-gradient(top, #905684 0px, #804C75 100%);
  background-image: linear-gradient(to bottom, #905684 0px, #804c75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#905684 0px', endColorStr='#804C75 100%');
  color: #ffffff;
}
/* line 197, ../sass/partials/_panels.scss */
.panel-purple .panel-tools .btn, .panel-purple .panel-tools > a, .partition-purple .panel-tools .btn, .partition-purple .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 199, ../sass/partials/_panels.scss */
.panel-purple .panel-tools .btn:hover, .panel-purple .panel-tools > a:hover, .partition-purple .panel-tools .btn:hover, .partition-purple .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 205, ../sass/partials/_panels.scss */
.panel-pink, .partition-pink {
  background-color: #DD5A82;
  position: relative;
  background-color: #e16f92 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e16f92 0px), to(#DD5A82 100%));
  background-image: -webkit-linear-gradient(top, #e16f92 0px, #DD5A82 100%);
  background-image: -moz-linear-gradient(top, #e16f92 0px, #DD5A82 100%);
  background-image: -ms-linear-gradient(top, #e16f92 0px, #DD5A82 100%);
  background-image: -o-linear-gradient(top, #e16f92 0px, #DD5A82 100%);
  background-image: linear-gradient(to bottom, #e16f92 0px, #dd5a82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e16f92 0px', endColorStr='#DD5A82 100%');
  color: #ffffff;
}
/* line 211, ../sass/partials/_panels.scss */
.panel-pink .panel-tools .btn, .panel-pink .panel-tools > a, .partition-pink .panel-tools .btn, .partition-pink .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 213, ../sass/partials/_panels.scss */
.panel-pink .panel-tools .btn:hover, .panel-pink .panel-tools > a:hover, .partition-pink .panel-tools .btn:hover, .partition-pink .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 219, ../sass/partials/_panels.scss */
.panel-azure, .partition-azure {
  background-color: #00BDCC;
  position: relative;
  background-color: #00d5e6 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d5e6 0px), to(#00BDCC 100%));
  background-image: -webkit-linear-gradient(top, #00d5e6 0px, #00BDCC 100%);
  background-image: -moz-linear-gradient(top, #00d5e6 0px, #00BDCC 100%);
  background-image: -ms-linear-gradient(top, #00d5e6 0px, #00BDCC 100%);
  background-image: -o-linear-gradient(top, #00d5e6 0px, #00BDCC 100%);
  background-image: linear-gradient(to bottom, #00d5e6 0px, #00bdcc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00d5e6 0px', endColorStr='#00BDCC 100%');
  color: #ffffff;
}
/* line 225, ../sass/partials/_panels.scss */
.panel-azure .panel-tools .btn, .panel-azure .panel-tools > a, .partition-azure .panel-tools .btn, .partition-azure .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 227, ../sass/partials/_panels.scss */
.panel-azure .panel-tools .btn:hover, .panel-azure .panel-tools > a:hover, .partition-azure .panel-tools .btn:hover, .partition-azure .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 233, ../sass/partials/_panels.scss */
.panel-bricky, .partition-bricky {
  background-color: #894550;
  position: relative;
  background-color: #9a4e5a 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9a4e5a 0px), to(#894550 100%));
  background-image: -webkit-linear-gradient(top, #9a4e5a 0px, #894550 100%);
  background-image: -moz-linear-gradient(top, #9a4e5a 0px, #894550 100%);
  background-image: -ms-linear-gradient(top, #9a4e5a 0px, #894550 100%);
  background-image: -o-linear-gradient(top, #9a4e5a 0px, #894550 100%);
  background-image: linear-gradient(to bottom, #9a4e5a 0px, #894550 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9a4e5a 0px', endColorStr='#894550 100%');
  color: #ffffff;
}
/* line 239, ../sass/partials/_panels.scss */
.panel-bricky .panel-tools .btn, .panel-bricky .panel-tools > a, .partition-bricky .panel-tools .btn, .partition-bricky .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 241, ../sass/partials/_panels.scss */
.panel-bricky .panel-tools .btn:hover, .panel-bricky .panel-tools > a:hover, .partition-bricky .panel-tools .btn:hover, .partition-bricky .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 247, ../sass/partials/_panels.scss */
.panel-green, .partition-green {
  background-color: #1FBBA6;
  position: relative;
  background-color: #23d1b9 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23d1b9 0px), to(#1FBBA6 100%));
  background-image: -webkit-linear-gradient(top, #23d1b9 0px, #1FBBA6 100%);
  background-image: -moz-linear-gradient(top, #23d1b9 0px, #1FBBA6 100%);
  background-image: -ms-linear-gradient(top, #23d1b9 0px, #1FBBA6 100%);
  background-image: -o-linear-gradient(top, #23d1b9 0px, #1FBBA6 100%);
  background-image: linear-gradient(to bottom, #23d1b9 0px, #1fbba6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#23d1b9 0px', endColorStr='#1FBBA6 100%');
  color: #ffffff;
}
/* line 253, ../sass/partials/_panels.scss */
.panel-green .panel-tools .btn, .panel-green .panel-tools > a, .partition-green .panel-tools .btn, .partition-green .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 255, ../sass/partials/_panels.scss */
.panel-green .panel-tools .btn:hover, .panel-green .panel-tools > a:hover, .partition-green .panel-tools .btn:hover, .partition-green .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 261, ../sass/partials/_panels.scss */
.panel-red, .partition-red {
  background-color: #e66b6b;
  position: relative;
  background-color: #ea8181 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8181 0px), to(#e66b6b 100%));
  background-image: -webkit-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
  background-image: -moz-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
  background-image: -ms-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
  background-image: -o-linear-gradient(top, #ea8181 0px, #e66b6b 100%);
  background-image: linear-gradient(to bottom, #ea8181 0px, #e66b6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ea8181 0px', endColorStr='#e66b6b 100%');
  color: #ffffff;
}
/* line 267, ../sass/partials/_panels.scss */
.panel-red .panel-tools .btn, .panel-red .panel-tools > a, .partition-red .panel-tools .btn, .partition-red .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 269, ../sass/partials/_panels.scss */
.panel-red .panel-tools .btn:hover, .panel-red .panel-tools > a:hover, .partition-red .panel-tools .btn:hover, .partition-red .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 275, ../sass/partials/_panels.scss */
.panel-blue, .partition-blue {
  background-color: #5F8295;
  position: relative;
  background-color: #6c8fa1 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6c8fa1 0px), to(#5F8295 100%));
  background-image: -webkit-linear-gradient(top, #6c8fa1 0px, #5F8295 100%);
  background-image: -moz-linear-gradient(top, #6c8fa1 0px, #5F8295 100%);
  background-image: -ms-linear-gradient(top, #6c8fa1 0px, #5F8295 100%);
  background-image: -o-linear-gradient(top, #6c8fa1 0px, #5F8295 100%);
  background-image: linear-gradient(to bottom, #6c8fa1 0px, #5f8295 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c8fa1 0px', endColorStr='#5F8295 100%');
  color: #ffffff;
}
/* line 281, ../sass/partials/_panels.scss */
.panel-blue .panel-tools .btn, .panel-blue .panel-tools > a, .partition-blue .panel-tools .btn, .partition-blue .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 283, ../sass/partials/_panels.scss */
.panel-blue .panel-tools .btn:hover, .panel-blue .panel-tools > a:hover, .partition-blue .panel-tools .btn:hover, .partition-blue .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 289, ../sass/partials/_panels.scss */
.panel-yellow, .partition-yellow {
  background-color: #FFB848;
  position: relative;
  background-color: #ffc261 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc261 0px), to(#FFB848 100%));
  background-image: -webkit-linear-gradient(top, #ffc261 0px, #FFB848 100%);
  background-image: -moz-linear-gradient(top, #ffc261 0px, #FFB848 100%);
  background-image: -ms-linear-gradient(top, #ffc261 0px, #FFB848 100%);
  background-image: -o-linear-gradient(top, #ffc261 0px, #FFB848 100%);
  background-image: linear-gradient(to bottom, #ffc261 0px, #ffb848 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc261 0px', endColorStr='#FFB848 100%');
  color: #2C2F3B;
}
/* line 295, ../sass/partials/_panels.scss */
.panel-yellow .panel-tools .btn, .panel-yellow .panel-tools > a, .partition-yellow .panel-tools .btn, .partition-yellow .panel-tools > a {
  color: rgba(44, 47, 59, 0.7) !important;
}
/* line 297, ../sass/partials/_panels.scss */
.panel-yellow .panel-tools .btn:hover, .panel-yellow .panel-tools > a:hover, .partition-yellow .panel-tools .btn:hover, .partition-yellow .panel-tools > a:hover {
  color: #2C2F3B !important;
}

/* line 303, ../sass/partials/_panels.scss */
.panel-white, .partition-white {
  background-color: #ffffff;
  position: relative;
  color: #8B91A0;
}

/* line 308, ../sass/partials/_panels.scss */
.panel-dark, .partition-dark {
  background-color: #2C2F3B;
  position: relative;
  background-color: #373b4a 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#373b4a 0px), to(#2C2F3B 100%));
  background-image: -webkit-linear-gradient(top, #373b4a 0px, #2C2F3B 100%);
  background-image: -moz-linear-gradient(top, #373b4a 0px, #2C2F3B 100%);
  background-image: -ms-linear-gradient(top, #373b4a 0px, #2C2F3B 100%);
  background-image: -o-linear-gradient(top, #373b4a 0px, #2C2F3B 100%);
  background-image: linear-gradient(to bottom, #373b4a 0px, #2c2f3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373b4a 0px', endColorStr='#2C2F3B 100%');
  color: #ffffff;
}
/* line 314, ../sass/partials/_panels.scss */
.panel-dark .panel-tools .btn, .panel-dark .panel-tools > a, .partition-dark .panel-tools .btn, .partition-dark .panel-tools > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 316, ../sass/partials/_panels.scss */
.panel-dark .panel-tools .btn:hover, .panel-dark .panel-tools > a:hover, .partition-dark .panel-tools .btn:hover, .partition-dark .panel-tools > a:hover {
  color: #ffffff !important;
}

/* line 324, ../sass/partials/_panels.scss */
.panel-scroll {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: auto;
  padding-right: 10px !important;
}

/* line 332, ../sass/partials/_panels.scss */
.panel-note {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 335, ../sass/partials/_panels.scss */
.panel-note .panel-heading {
  background: url("../images/note_dot.png") repeat-x;
  border-bottom: 0 none;
  padding-top: 30px;
  padding-bottom: 10px;
  top: 0;
  z-index: 3;
  position: relative;
}
/* line 343, ../sass/partials/_panels.scss */
.panel-note .panel-heading h3 {
  margin: 0;
}
/* line 347, ../sass/partials/_panels.scss */
.panel-note .panel-body {
  background: url("../images/line.png") repeat;
  padding: 0;
  margin: 0 15px;
  line-height: 18px;
}
/* line 353, ../sass/partials/_panels.scss */
.panel-note .panel-footer {
  background: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: none;
  padding: 10px 15px;
  margin-bottom: 0;
}
/* line 360, ../sass/partials/_panels.scss */
.panel-note .panel-footer .avatar-note {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
/* line 365, ../sass/partials/_panels.scss */
.panel-note .panel-footer .avatar-note img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 369, ../sass/partials/_panels.scss */
.panel-note .panel-footer .author-note {
  display: block;
  line-height: 14px;
}
/* line 373, ../sass/partials/_panels.scss */
.panel-note .panel-footer .timestamp {
  color: #999999;
  display: inline-block;
  font-size: 11px;
}
/* line 380, ../sass/partials/_panels.scss */
.panel-note .note-options a {
  margin-left: 10px;
  font-size: 12px;
}
/* line 383, ../sass/partials/_panels.scss */
.panel-note .note-options a:hover {
  text-decoration: none;
}

/* line 390, ../sass/partials/_panels.scss */
[class^="partition-"]:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* ---------------------------------------------------------------------- */
/*  Buttons
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_buttons.scss */
.btn {
  transition: all 0.3s ease 0s !important;
}

/* line 7, ../sass/partials/_buttons.scss */
.btn-azure {
  background-color: #00BDCC;
  border-color: #00a5b3;
  color: #ffffff;
}
/* line 11, ../sass/partials/_buttons.scss */
.btn-azure:hover, .btn-azure:focus, .btn-azure:active, .btn-azure.active {
  background-color: #00a5b3;
  border-color: #008e99;
  color: #ffffff;
}
/* line 16, ../sass/partials/_buttons.scss */
.btn-azure.disabled:hover, .btn-azure.disabled:focus, .btn-azure.disabled:active, .btn-azure.disabled.active, .btn-azure[disabled]:hover, .btn-azure[disabled]:focus, .btn-azure[disabled]:active, .btn-azure[disabled].active, fieldset[disabled] .btn-azure:hover, fieldset[disabled] .btn-azure:focus, fieldset[disabled] .btn-azure:active, fieldset[disabled] .btn-azure.active {
  background-color: #e5fdff;
  border-color: #ccfbff;
  color: #ffffff;
}
/* line 21, ../sass/partials/_buttons.scss */
.btn-azure .caret {
  border-top-color: #ffffff;
}
/* line 25, ../sass/partials/_buttons.scss */
.dropup .btn-azure .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 30, ../sass/partials/_buttons.scss */
.btn-light-azure {
  background-color: #00d5e6;
  border-color: #00bdcc;
  color: #ffffff;
}
/* line 34, ../sass/partials/_buttons.scss */
.btn-light-azure:hover, .btn-light-azure:focus, .btn-light-azure:active, .btn-light-azure.active {
  background-color: #00bdcc;
  border-color: #00a5b3;
  color: #ffffff;
}
/* line 39, ../sass/partials/_buttons.scss */
.btn-light-azure.disabled:hover, .btn-light-azure.disabled:focus, .btn-light-azure.disabled:active, .btn-light-azure.disabled.active, .btn-light-azure[disabled]:hover, .btn-light-azure[disabled]:focus, .btn-light-azure[disabled]:active, .btn-light-azure[disabled].active, fieldset[disabled] .btn-light-azure:hover, fieldset[disabled] .btn-light-azure:focus, fieldset[disabled] .btn-light-azure:active, fieldset[disabled] .btn-light-azure.active {
  background-color: white;
  border-color: #e5fdff;
  color: #ffffff;
}
/* line 44, ../sass/partials/_buttons.scss */
.btn-light-azure .caret {
  border-top-color: #ffffff;
}
/* line 48, ../sass/partials/_buttons.scss */
.dropup .btn-light-azure .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 53, ../sass/partials/_buttons.scss */
.btn-dark-azure {
  background-color: #008e99;
  border-color: #007680;
  color: #ffffff;
}
/* line 57, ../sass/partials/_buttons.scss */
.btn-dark-azure:hover, .btn-dark-azure:focus, .btn-dark-azure:active, .btn-dark-azure.active {
  background-color: #007680;
  border-color: #005f66;
  color: #ffffff;
}
/* line 62, ../sass/partials/_buttons.scss */
.btn-dark-azure.disabled:hover, .btn-dark-azure.disabled:focus, .btn-dark-azure.disabled:active, .btn-dark-azure.disabled.active, .btn-dark-azure[disabled]:hover, .btn-dark-azure[disabled]:focus, .btn-dark-azure[disabled]:active, .btn-dark-azure[disabled].active, fieldset[disabled] .btn-dark-azure:hover, fieldset[disabled] .btn-dark-azure:focus, fieldset[disabled] .btn-dark-azure:active, fieldset[disabled] .btn-dark-azure.active {
  background-color: #b3f9ff;
  border-color: #99f8ff;
  color: #ffffff;
}
/* line 67, ../sass/partials/_buttons.scss */
.btn-dark-azure .caret {
  border-top-color: #ffffff;
}
/* line 71, ../sass/partials/_buttons.scss */
.dropup .btn-dark-azure .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 76, ../sass/partials/_buttons.scss */
.btn-blue {
  background-color: #5F8295;
  border-color: #557485;
  color: #ffffff;
}
/* line 80, ../sass/partials/_buttons.scss */
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
  background-color: #557485;
  border-color: #4b6776;
  color: #ffffff;
}
/* line 85, ../sass/partials/_buttons.scss */
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
  background-color: white;
  border-color: #f8fafb;
  color: #ffffff;
}
/* line 90, ../sass/partials/_buttons.scss */
.btn-blue .caret {
  border-top-color: #ffffff;
}
/* line 94, ../sass/partials/_buttons.scss */
.dropup .btn-blue .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 99, ../sass/partials/_buttons.scss */
.btn-light-blue {
  background-color: #7c9bab;
  border-color: #6c8fa1;
  color: #ffffff;
}
/* line 103, ../sass/partials/_buttons.scss */
.btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue:active, .btn-light-blue.active {
  background-color: #6c8fa1;
  border-color: #5f8295;
  color: #ffffff;
}
/* line 108, ../sass/partials/_buttons.scss */
.btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled:active, .btn-light-blue.disabled.active, .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled]:active, .btn-light-blue[disabled].active, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue:active, fieldset[disabled] .btn-light-blue.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 113, ../sass/partials/_buttons.scss */
.btn-light-blue .caret {
  border-top-color: #ffffff;
}
/* line 117, ../sass/partials/_buttons.scss */
.dropup .btn-light-blue .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 122, ../sass/partials/_buttons.scss */
.btn-dark-blue {
  background-color: #4b6776;
  border-color: #415966;
  color: #ffffff;
}
/* line 126, ../sass/partials/_buttons.scss */
.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue.active {
  background-color: #415966;
  border-color: #374c57;
  color: #ffffff;
}
/* line 131, ../sass/partials/_buttons.scss */
.btn-dark-blue.disabled:hover, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled:active, .btn-dark-blue.disabled.active, .btn-dark-blue[disabled]:hover, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled]:active, .btn-dark-blue[disabled].active, fieldset[disabled] .btn-dark-blue:hover, fieldset[disabled] .btn-dark-blue:focus, fieldset[disabled] .btn-dark-blue:active, fieldset[disabled] .btn-dark-blue.active {
  background-color: #e9eef1;
  border-color: #d9e2e7;
  color: #ffffff;
}
/* line 136, ../sass/partials/_buttons.scss */
.btn-dark-blue .caret {
  border-top-color: #ffffff;
}
/* line 140, ../sass/partials/_buttons.scss */
.dropup .btn-dark-blue .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 145, ../sass/partials/_buttons.scss */
.btn-green {
  background-color: #1FBBA6;
  border-color: #1ba593;
  color: #ffffff;
}
/* line 149, ../sass/partials/_buttons.scss */
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
  background-color: #1ba593;
  border-color: #188f7f;
  color: #ffffff;
}
/* line 154, ../sass/partials/_buttons.scss */
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
  background-color: #f5fdfc;
  border-color: #dffaf6;
  color: #ffffff;
}
/* line 159, ../sass/partials/_buttons.scss */
.btn-green .caret {
  border-top-color: #ffffff;
}
/* line 163, ../sass/partials/_buttons.scss */
.dropup .btn-green .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 168, ../sass/partials/_buttons.scss */
.btn-light-green {
  background-color: #30ddc6;
  border-color: #23d1b9;
  color: #ffffff;
}
/* line 172, ../sass/partials/_buttons.scss */
.btn-light-green:hover, .btn-light-green:focus, .btn-light-green:active, .btn-light-green.active {
  background-color: #23d1b9;
  border-color: #1fbba6;
  color: #ffffff;
}
/* line 177, ../sass/partials/_buttons.scss */
.btn-light-green.disabled:hover, .btn-light-green.disabled:focus, .btn-light-green.disabled:active, .btn-light-green.disabled.active, .btn-light-green[disabled]:hover, .btn-light-green[disabled]:focus, .btn-light-green[disabled]:active, .btn-light-green[disabled].active, fieldset[disabled] .btn-light-green:hover, fieldset[disabled] .btn-light-green:focus, fieldset[disabled] .btn-light-green:active, fieldset[disabled] .btn-light-green.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 182, ../sass/partials/_buttons.scss */
.btn-light-green .caret {
  border-top-color: #ffffff;
}
/* line 186, ../sass/partials/_buttons.scss */
.dropup .btn-light-green .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 191, ../sass/partials/_buttons.scss */
.btn-dark-green {
  background-color: #188f7f;
  border-color: #14796c;
  color: #ffffff;
}
/* line 195, ../sass/partials/_buttons.scss */
.btn-dark-green:hover, .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
  background-color: #14796c;
  border-color: #106458;
  color: #ffffff;
}
/* line 200, ../sass/partials/_buttons.scss */
.btn-dark-green.disabled:hover, .btn-dark-green.disabled:focus, .btn-dark-green.disabled:active, .btn-dark-green.disabled.active, .btn-dark-green[disabled]:hover, .btn-dark-green[disabled]:focus, .btn-dark-green[disabled]:active, .btn-dark-green[disabled].active, fieldset[disabled] .btn-dark-green:hover, fieldset[disabled] .btn-dark-green:focus, fieldset[disabled] .btn-dark-green:active, fieldset[disabled] .btn-dark-green.active {
  background-color: #c9f6f0;
  border-color: #b4f2ea;
  color: #ffffff;
}
/* line 205, ../sass/partials/_buttons.scss */
.btn-dark-green .caret {
  border-top-color: #ffffff;
}
/* line 209, ../sass/partials/_buttons.scss */
.dropup .btn-dark-green .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 214, ../sass/partials/_buttons.scss */
.btn-orange {
  background-color: #F58A5C;
  border-color: #f47944;
  color: #ffffff;
}
/* line 218, ../sass/partials/_buttons.scss */
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-color: #f47944;
  border-color: #f2682c;
  color: #ffffff;
}
/* line 223, ../sass/partials/_buttons.scss */
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 228, ../sass/partials/_buttons.scss */
.btn-orange .caret {
  border-top-color: #ffffff;
}
/* line 232, ../sass/partials/_buttons.scss */
.dropup .btn-orange .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 237, ../sass/partials/_buttons.scss */
.btn-light-orange {
  background-color: #f8ac8c;
  border-color: #f69b74;
  color: #ffffff;
}
/* line 241, ../sass/partials/_buttons.scss */
.btn-light-orange:hover, .btn-light-orange:focus, .btn-light-orange:active, .btn-light-orange.active {
  background-color: #f69b74;
  border-color: #f58a5c;
  color: #ffffff;
}
/* line 246, ../sass/partials/_buttons.scss */
.btn-light-orange.disabled:hover, .btn-light-orange.disabled:focus, .btn-light-orange.disabled:active, .btn-light-orange.disabled.active, .btn-light-orange[disabled]:hover, .btn-light-orange[disabled]:focus, .btn-light-orange[disabled]:active, .btn-light-orange[disabled].active, fieldset[disabled] .btn-light-orange:hover, fieldset[disabled] .btn-light-orange:focus, fieldset[disabled] .btn-light-orange:active, fieldset[disabled] .btn-light-orange.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 251, ../sass/partials/_buttons.scss */
.btn-light-orange .caret {
  border-top-color: #ffffff;
}
/* line 255, ../sass/partials/_buttons.scss */
.dropup .btn-light-orange .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 260, ../sass/partials/_buttons.scss */
.btn-dark-orange {
  background-color: #f2682c;
  border-color: #f15614;
  color: #ffffff;
}
/* line 264, ../sass/partials/_buttons.scss */
.btn-dark-orange:hover, .btn-dark-orange:focus, .btn-dark-orange:active, .btn-dark-orange.active {
  background-color: #f15614;
  border-color: #dd4c0e;
  color: #ffffff;
}
/* line 269, ../sass/partials/_buttons.scss */
.btn-dark-orange.disabled:hover, .btn-dark-orange.disabled:focus, .btn-dark-orange.disabled:active, .btn-dark-orange.disabled.active, .btn-dark-orange[disabled]:hover, .btn-dark-orange[disabled]:focus, .btn-dark-orange[disabled]:active, .btn-dark-orange[disabled].active, fieldset[disabled] .btn-dark-orange:hover, fieldset[disabled] .btn-dark-orange:focus, fieldset[disabled] .btn-dark-orange:active, fieldset[disabled] .btn-dark-orange.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 274, ../sass/partials/_buttons.scss */
.btn-dark-orange .caret {
  border-top-color: #ffffff;
}
/* line 278, ../sass/partials/_buttons.scss */
.dropup .btn-dark-orange .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 283, ../sass/partials/_buttons.scss */
.btn-red {
  background-color: #e66b6b;
  border-color: #e25555;
  color: #ffffff;
}
/* line 287, ../sass/partials/_buttons.scss */
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #e25555;
  border-color: #df3f3f;
  color: #ffffff;
}
/* line 292, ../sass/partials/_buttons.scss */
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 297, ../sass/partials/_buttons.scss */
.btn-red .caret {
  border-top-color: #ffffff;
}
/* line 301, ../sass/partials/_buttons.scss */
.dropup .btn-red .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 306, ../sass/partials/_buttons.scss */
.btn-light-red {
  background-color: #ed9797;
  border-color: #ea8181;
  color: #ffffff;
}
/* line 310, ../sass/partials/_buttons.scss */
.btn-light-red:hover, .btn-light-red:focus, .btn-light-red:active, .btn-light-red.active {
  background-color: #ea8181;
  border-color: #e66b6b;
  color: #ffffff;
}
/* line 315, ../sass/partials/_buttons.scss */
.btn-light-red.disabled:hover, .btn-light-red.disabled:focus, .btn-light-red.disabled:active, .btn-light-red.disabled.active, .btn-light-red[disabled]:hover, .btn-light-red[disabled]:focus, .btn-light-red[disabled]:active, .btn-light-red[disabled].active, fieldset[disabled] .btn-light-red:hover, fieldset[disabled] .btn-light-red:focus, fieldset[disabled] .btn-light-red:active, fieldset[disabled] .btn-light-red.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 320, ../sass/partials/_buttons.scss */
.btn-light-red .caret {
  border-top-color: #ffffff;
}
/* line 324, ../sass/partials/_buttons.scss */
.dropup .btn-light-red .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 329, ../sass/partials/_buttons.scss */
.btn-dark-red {
  background-color: #df3f3f;
  border-color: #db2a2a;
  color: #ffffff;
}
/* line 333, ../sass/partials/_buttons.scss */
.btn-dark-red:hover, .btn-dark-red:focus, .btn-dark-red:active, .btn-dark-red.active {
  background-color: #db2a2a;
  border-color: #c92222;
  color: #ffffff;
}
/* line 338, ../sass/partials/_buttons.scss */
.btn-dark-red.disabled:hover, .btn-dark-red.disabled:focus, .btn-dark-red.disabled:active, .btn-dark-red.disabled.active, .btn-dark-red[disabled]:hover, .btn-dark-red[disabled]:focus, .btn-dark-red[disabled]:active, .btn-dark-red[disabled].active, fieldset[disabled] .btn-dark-red:hover, fieldset[disabled] .btn-dark-red:focus, fieldset[disabled] .btn-dark-red:active, fieldset[disabled] .btn-dark-red.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 343, ../sass/partials/_buttons.scss */
.btn-dark-red .caret {
  border-top-color: #ffffff;
}
/* line 347, ../sass/partials/_buttons.scss */
.dropup .btn-dark-red .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 352, ../sass/partials/_buttons.scss */
.btn-purple {
  background-color: #804C75;
  border-color: #704366;
  color: #ffffff;
}
/* line 356, ../sass/partials/_buttons.scss */
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
  background-color: #704366;
  border-color: #603958;
  color: #ffffff;
}
/* line 361, ../sass/partials/_buttons.scss */
.btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
  background-color: #f5eff4;
  border-color: #ecdfe9;
  color: #ffffff;
}
/* line 366, ../sass/partials/_buttons.scss */
.btn-purple .caret {
  border-top-color: #ffffff;
}
/* line 370, ../sass/partials/_buttons.scss */
.dropup .btn-purple .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 375, ../sass/partials/_buttons.scss */
.btn-light-purple {
  background-color: #a05f92;
  border-color: #905684;
  color: #ffffff;
}
/* line 379, ../sass/partials/_buttons.scss */
.btn-light-purple:hover, .btn-light-purple:focus, .btn-light-purple:active, .btn-light-purple.active {
  background-color: #905684;
  border-color: #804c75;
  color: #ffffff;
}
/* line 384, ../sass/partials/_buttons.scss */
.btn-light-purple.disabled:hover, .btn-light-purple.disabled:focus, .btn-light-purple.disabled:active, .btn-light-purple.disabled.active, .btn-light-purple[disabled]:hover, .btn-light-purple[disabled]:focus, .btn-light-purple[disabled]:active, .btn-light-purple[disabled].active, fieldset[disabled] .btn-light-purple:hover, fieldset[disabled] .btn-light-purple:focus, fieldset[disabled] .btn-light-purple:active, fieldset[disabled] .btn-light-purple.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 389, ../sass/partials/_buttons.scss */
.btn-light-purple .caret {
  border-top-color: #ffffff;
}
/* line 393, ../sass/partials/_buttons.scss */
.dropup .btn-light-purple .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 398, ../sass/partials/_buttons.scss */
.btn-dark-purple {
  background-color: #603958;
  border-color: #503049;
  color: #ffffff;
}
/* line 402, ../sass/partials/_buttons.scss */
.btn-dark-purple:hover, .btn-dark-purple:focus, .btn-dark-purple:active, .btn-dark-purple.active {
  background-color: #503049;
  border-color: #40263b;
  color: #ffffff;
}
/* line 407, ../sass/partials/_buttons.scss */
.btn-dark-purple.disabled:hover, .btn-dark-purple.disabled:focus, .btn-dark-purple.disabled:active, .btn-dark-purple.disabled.active, .btn-dark-purple[disabled]:hover, .btn-dark-purple[disabled]:focus, .btn-dark-purple[disabled]:active, .btn-dark-purple[disabled].active, fieldset[disabled] .btn-dark-purple:hover, fieldset[disabled] .btn-dark-purple:focus, fieldset[disabled] .btn-dark-purple:active, fieldset[disabled] .btn-dark-purple.active {
  background-color: #e3cfde;
  border-color: #d9bfd4;
  color: #ffffff;
}
/* line 412, ../sass/partials/_buttons.scss */
.btn-dark-purple .caret {
  border-top-color: #ffffff;
}
/* line 416, ../sass/partials/_buttons.scss */
.dropup .btn-dark-purple .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 421, ../sass/partials/_buttons.scss */
.btn-beige {
  background-color: #cc9;
  border-color: #c3c488;
  color: #ffffff;
}
/* line 425, ../sass/partials/_buttons.scss */
.btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
  background-color: #c3c488;
  border-color: #bbbb77;
  color: #ffffff;
}
/* line 430, ../sass/partials/_buttons.scss */
.btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 435, ../sass/partials/_buttons.scss */
.btn-beige .caret {
  border-top-color: #ffffff;
}
/* line 439, ../sass/partials/_buttons.scss */
.dropup .btn-beige .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 444, ../sass/partials/_buttons.scss */
.btn-light-beige {
  background-color: #d5d5aa;
  border-color: #cccc99;
  color: #ffffff;
}
/* line 448, ../sass/partials/_buttons.scss */
.btn-light-beige:hover, .btn-light-beige:focus, .btn-light-beige:active, .btn-light-beige.active {
  background-color: #cccc99;
  border-color: #c3c488;
  color: #ffffff;
}
/* line 453, ../sass/partials/_buttons.scss */
.btn-light-beige.disabled:hover, .btn-light-beige.disabled:focus, .btn-light-beige.disabled:active, .btn-light-beige.disabled.active, .btn-light-beige[disabled]:hover, .btn-light-beige[disabled]:focus, .btn-light-beige[disabled]:active, .btn-light-beige[disabled].active, fieldset[disabled] .btn-light-beige:hover, fieldset[disabled] .btn-light-beige:focus, fieldset[disabled] .btn-light-beige:active, fieldset[disabled] .btn-light-beige.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 458, ../sass/partials/_buttons.scss */
.btn-light-beige .caret {
  border-top-color: #ffffff;
}
/* line 462, ../sass/partials/_buttons.scss */
.dropup .btn-light-beige .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 467, ../sass/partials/_buttons.scss */
.btn-dark-beige {
  background-color: #bbbb77;
  border-color: #b3b366;
  color: #ffffff;
}
/* line 471, ../sass/partials/_buttons.scss */
.btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
  background-color: #b3b366;
  border-color: #aaaa55;
  color: #ffffff;
}
/* line 476, ../sass/partials/_buttons.scss */
.btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 481, ../sass/partials/_buttons.scss */
.btn-dark-beige .caret {
  border-top-color: #ffffff;
}
/* line 485, ../sass/partials/_buttons.scss */
.dropup .btn-dark-beige .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 490, ../sass/partials/_buttons.scss */
.btn-yellow {
  background-color: #FFB848;
  border-color: #ffae2e;
  color: #ffffff;
}
/* line 494, ../sass/partials/_buttons.scss */
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
  background-color: #ffae2e;
  border-color: #ffa415;
  color: #ffffff;
}
/* line 499, ../sass/partials/_buttons.scss */
.btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 504, ../sass/partials/_buttons.scss */
.btn-yellow .caret {
  border-top-color: #ffffff;
}
/* line 508, ../sass/partials/_buttons.scss */
.dropup .btn-yellow .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 513, ../sass/partials/_buttons.scss */
.btn-light-yellow {
  background-color: #ffcc7b;
  border-color: #ffc261;
  color: #ffffff;
}
/* line 517, ../sass/partials/_buttons.scss */
.btn-light-yellow:hover, .btn-light-yellow:focus, .btn-light-yellow:active, .btn-light-yellow.active {
  background-color: #ffc261;
  border-color: #ffb848;
  color: #ffffff;
}
/* line 522, ../sass/partials/_buttons.scss */
.btn-light-yellow.disabled:hover, .btn-light-yellow.disabled:focus, .btn-light-yellow.disabled:active, .btn-light-yellow.disabled.active, .btn-light-yellow[disabled]:hover, .btn-light-yellow[disabled]:focus, .btn-light-yellow[disabled]:active, .btn-light-yellow[disabled].active, fieldset[disabled] .btn-light-yellow:hover, fieldset[disabled] .btn-light-yellow:focus, fieldset[disabled] .btn-light-yellow:active, fieldset[disabled] .btn-light-yellow.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 527, ../sass/partials/_buttons.scss */
.btn-light-yellow .caret {
  border-top-color: #ffffff;
}
/* line 531, ../sass/partials/_buttons.scss */
.dropup .btn-light-yellow .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 536, ../sass/partials/_buttons.scss */
.btn-dark-yellow {
  background-color: #ffa415;
  border-color: #fa9900;
  color: #ffffff;
}
/* line 540, ../sass/partials/_buttons.scss */
.btn-dark-yellow:hover, .btn-dark-yellow:focus, .btn-dark-yellow:active, .btn-dark-yellow.active {
  background-color: #fa9900;
  border-color: #e18a00;
  color: #ffffff;
}
/* line 545, ../sass/partials/_buttons.scss */
.btn-dark-yellow.disabled:hover, .btn-dark-yellow.disabled:focus, .btn-dark-yellow.disabled:active, .btn-dark-yellow.disabled.active, .btn-dark-yellow[disabled]:hover, .btn-dark-yellow[disabled]:focus, .btn-dark-yellow[disabled]:active, .btn-dark-yellow[disabled].active, fieldset[disabled] .btn-dark-yellow:hover, fieldset[disabled] .btn-dark-yellow:focus, fieldset[disabled] .btn-dark-yellow:active, fieldset[disabled] .btn-dark-yellow.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 550, ../sass/partials/_buttons.scss */
.btn-dark-yellow .caret {
  border-top-color: #ffffff;
}
/* line 554, ../sass/partials/_buttons.scss */
.dropup .btn-dark-yellow .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 559, ../sass/partials/_buttons.scss */
.btn-grey {
  background-color: #8B91A0;
  border-color: #7d8495;
  color: #ffffff;
}
/* line 563, ../sass/partials/_buttons.scss */
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
  background-color: #7d8495;
  border-color: #707788;
  color: #ffffff;
}
/* line 568, ../sass/partials/_buttons.scss */
.btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 573, ../sass/partials/_buttons.scss */
.btn-grey .caret {
  border-top-color: #ffffff;
}
/* line 577, ../sass/partials/_buttons.scss */
.dropup .btn-grey .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 582, ../sass/partials/_buttons.scss */
.btn-light-grey {
  background-color: #a7acb7;
  border-color: #999eab;
  color: #ffffff;
}
/* line 586, ../sass/partials/_buttons.scss */
.btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
  background-color: #999eab;
  border-color: #8b91a0;
  color: #ffffff;
}
/* line 591, ../sass/partials/_buttons.scss */
.btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
/* line 596, ../sass/partials/_buttons.scss */
.btn-light-grey .caret {
  border-top-color: #ffffff;
}
/* line 600, ../sass/partials/_buttons.scss */
.dropup .btn-light-grey .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 605, ../sass/partials/_buttons.scss */
.btn-dark-grey {
  background-color: #707788;
  border-color: #646b7a;
  color: #ffffff;
}
/* line 609, ../sass/partials/_buttons.scss */
.btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
  background-color: #646b7a;
  border-color: #595e6c;
  color: #ffffff;
}
/* line 614, ../sass/partials/_buttons.scss */
.btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
  background-color: white;
  border-color: #fbfbfc;
  color: #ffffff;
}
/* line 619, ../sass/partials/_buttons.scss */
.btn-dark-grey .caret {
  border-top-color: #ffffff;
}
/* line 623, ../sass/partials/_buttons.scss */
.dropup .btn-dark-grey .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 628, ../sass/partials/_buttons.scss */
.btn-transparent-white {
  background: none;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 1px;
  color: #ffffff !important;
}
/* line 633, ../sass/partials/_buttons.scss */
.btn-transparent-white:hover, .btn-transparent-white:focus, .btn-transparent-white:active, .btn-transparent-white.active {
  background-color: rgba(44, 47, 59, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
/* line 637, ../sass/partials/_buttons.scss */
.btn-transparent-white.disabled:hover, .btn-transparent-white.disabled:focus, .btn-transparent-white.disabled:active, .btn-transparent-white.disabled.active, .btn-transparent-white[disabled]:hover, .btn-transparent-white[disabled]:focus, .btn-transparent-white[disabled]:active, .btn-transparent-white[disabled].active, fieldset[disabled] .btn-transparent-white:hover, fieldset[disabled] .btn-transparent-white:focus, fieldset[disabled] .btn-transparent-white:active, fieldset[disabled] .btn-transparent-white.active {
  background: none;
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
/* line 642, ../sass/partials/_buttons.scss */
.btn-transparent-white .caret {
  border-top-color: rgba(44, 47, 59, 0.1);
}
/* line 646, ../sass/partials/_buttons.scss */
.dropup .btn-transparent-white .caret {
  border-bottom: 4px solid rgba(44, 47, 59, 0.1);
}

/* line 651, ../sass/partials/_buttons.scss */
.btn-transparent-grey {
  background: none;
  border-color: rgba(139, 145, 160, 0.3);
  border-width: 1px;
  color: #8B91A0 !important;
}
/* line 656, ../sass/partials/_buttons.scss */
.btn-transparent-grey:hover, .btn-transparent-grey:focus, .btn-transparent-grey:active, .btn-transparent-grey.active {
  background-color: rgba(139, 145, 160, 0.1);
  border-color: rgba(139, 145, 160, 0.6);
  box-shadow: none !important;
}
/* line 661, ../sass/partials/_buttons.scss */
.btn-transparent-grey.disabled:hover, .btn-transparent-grey.disabled:focus, .btn-transparent-grey.disabled:active, .btn-transparent-grey.disabled.active, .btn-transparent-grey[disabled]:hover, .btn-transparent-grey[disabled]:focus, .btn-transparent-grey[disabled]:active, .btn-transparent-grey[disabled].active, fieldset[disabled] .btn-transparent-grey:hover, fieldset[disabled] .btn-transparent-grey:focus, fieldset[disabled] .btn-transparent-grey:active, fieldset[disabled] .btn-transparent-grey.active {
  background: none;
  border-color: rgba(139, 145, 160, 0.3);
  color: #8B91A0;
}
/* line 666, ../sass/partials/_buttons.scss */
.btn-transparent-grey .caret {
  border-top-color: #8B91A0;
}
/* line 670, ../sass/partials/_buttons.scss */
.dropup .btn-transparent-grey .caret {
  border-bottom: 4px solid #8B91A0;
}

/* line 675, ../sass/partials/_buttons.scss */
.btn-transparent-red {
  background: none;
  border-color: rgba(230, 107, 107, 0.6);
  border-width: 2px;
  color: #e66b6b !important;
}
/* line 680, ../sass/partials/_buttons.scss */
.btn-transparent-red:hover, .btn-transparent-red:focus, .btn-transparent-red:active, .btn-transparent-red.active {
  background-color: rgba(230, 107, 107, 0.1);
  border-color: rgba(230, 107, 107, 0.8);
}
/* line 684, ../sass/partials/_buttons.scss */
.btn-transparent-red.disabled:hover, .btn-transparent-red.disabled:focus, .btn-transparent-red.disabled:active, .btn-transparent-red.disabled.active, .btn-transparent-red[disabled]:hover, .btn-transparent-red[disabled]:focus, .btn-transparent-red[disabled]:active, .btn-transparent-red[disabled].active, fieldset[disabled] .btn-transparent-red:hover, fieldset[disabled] .btn-transparent-red:focus, fieldset[disabled] .btn-transparent-red:active, fieldset[disabled] .btn-transparent-red.active {
  background: none;
  border-color: rgba(230, 107, 107, 0.3);
  color: #e66b6b;
}
/* line 689, ../sass/partials/_buttons.scss */
.btn-transparent-red .caret {
  border-top-color: #ffffff;
}
/* line 693, ../sass/partials/_buttons.scss */
.dropup .btn-transparent-red .caret {
  border-bottom: 4px solid #ffffff;
}

/* line 699, ../sass/partials/_buttons.scss */
.btn-squared {
  border-radius: 0 !important;
}

/* line 703, ../sass/partials/_buttons.scss */
.btn-icon {
  background-color: #EFEFEF;
  background-image: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF);
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  cursor: pointer;
  height: 80px;
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #333333;
}

/* line 719, ../sass/partials/_buttons.scss */
.btn-icon:hover {
  border-color: #A5A5A5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: #444444;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}

/* line 726, ../sass/partials/_buttons.scss */
.btn-icon .badge {
  border-radius: 12px 12px 12px 12px !important;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 300;
  padding: 3px 7px;
  position: absolute;
  right: -5px;
  text-shadow: none;
  top: -5px;
}

/* line 740, ../sass/partials/_buttons.scss */
.btn-icon [class^="fa-"], .btn-icon [class*=" fa-"] {
  clear: both;
  display: block;
}

/* line 744, ../sass/partials/_buttons.scss */
.buttons-widget .btn, .buttons-widget .bootstrap-switch, .buttons-widget button {
  margin-bottom: 5px;
}

/* line 747, ../sass/partials/_buttons.scss */
.buttons-widget .btn-group button, .buttons-widget .btn-group-vertical button, .buttons-widget .btn-group .btn, .buttons-widget .btn-group-vertical .btn {
  margin-bottom: 0;
}

/***
Dropdown checkboxes
***/
/* line 753, ../sass/partials/_buttons.scss */
.dropdown-checkboxes {
  padding: 5px;
}
/* line 755, ../sass/partials/_buttons.scss */
.dropdown-checkboxes label {
  display: block;
  font-weight: normal;
  line-height: 20px;
}

/***
Social Icons
***/
/* line 765, ../sass/partials/_buttons.scss */
.social-icons ul {
  list-style: none;
  margin: 0 0 -1px 0;
  padding: 0;
}
/* line 769, ../sass/partials/_buttons.scss */
.social-icons ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  overflow: hidden;
}
/* line 775, ../sass/partials/_buttons.scss */
.social-icons ul li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  opacity: 0.6;
  text-indent: -9999px;
  transition: all 0.2s ease 0s;
  width: 40px;
  top: 0;
  font-size: 16px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 788, ../sass/partials/_buttons.scss */
.social-icons ul li a:hover {
  top: -40px;
}
/* line 791, ../sass/partials/_buttons.scss */
.social-icons ul li a:before {
  position: absolute;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  text-indent: 0;
  line-height: 40px;
  top: 0;
  left: 0;
  text-align: center;
  color: #999999;
}
/* line 803, ../sass/partials/_buttons.scss */
.social-icons ul li a:after {
  position: absolute;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  text-indent: 0;
  line-height: 40px;
  top: 40px;
  left: 0;
  text-align: center;
  color: #FFFFFF;
}
/* line 817, ../sass/partials/_buttons.scss */
.social-icons ul li.social-twitter a:before, .social-icons ul li.social-twitter a:after {
  content: "\f099";
}
/* line 820, ../sass/partials/_buttons.scss */
.social-icons ul li.social-twitter a:after {
  background: #48C4D2;
}
/* line 825, ../sass/partials/_buttons.scss */
.social-icons ul li.social-dribbble a:before, .social-icons ul li.social-dribbble a:after {
  content: "\f17d";
}
/* line 828, ../sass/partials/_buttons.scss */
.social-icons ul li.social-dribbble a:after {
  background: #EF5B92;
}
/* line 833, ../sass/partials/_buttons.scss */
.social-icons ul li.social-facebook a:before, .social-icons ul li.social-facebook a:after {
  content: "\f09a";
}
/* line 836, ../sass/partials/_buttons.scss */
.social-icons ul li.social-facebook a:after {
  background: #3B5998;
}
/* line 841, ../sass/partials/_buttons.scss */
.social-icons ul li.social-google a:before, .social-icons ul li.social-google a:after {
  content: "\f0d5";
}
/* line 844, ../sass/partials/_buttons.scss */
.social-icons ul li.social-google a:after {
  background: #DD4B39;
}
/* line 849, ../sass/partials/_buttons.scss */
.social-icons ul li.social-linkedin a:before, .social-icons ul li.social-linkedin a:after {
  content: "\f0e1";
}
/* line 852, ../sass/partials/_buttons.scss */
.social-icons ul li.social-linkedin a:after {
  background: #71B2D0;
}
/* line 857, ../sass/partials/_buttons.scss */
.social-icons ul li.social-youtube a:before, .social-icons ul li.social-youtube a:after {
  content: "\f167";
}
/* line 860, ../sass/partials/_buttons.scss */
.social-icons ul li.social-youtube a:after {
  background: #F45750;
}
/* line 865, ../sass/partials/_buttons.scss */
.social-icons ul li.social-rss a:before, .social-icons ul li.social-rss a:after {
  content: "\f09e";
}
/* line 868, ../sass/partials/_buttons.scss */
.social-icons ul li.social-rss a:after {
  background: #FE9900;
}
/* line 873, ../sass/partials/_buttons.scss */
.social-icons ul li.social-behance a:before, .social-icons ul li.social-behance a:after {
  content: "\f1b4";
}
/* line 876, ../sass/partials/_buttons.scss */
.social-icons ul li.social-behance a:after {
  background: #5EB5FB;
}
/* line 881, ../sass/partials/_buttons.scss */
.social-icons ul li.social-dropbox a:before, .social-icons ul li.social-dropbox a:after {
  content: "\f16b";
}
/* line 884, ../sass/partials/_buttons.scss */
.social-icons ul li.social-dropbox a:after {
  background: #85BEEC;
}
/* line 889, ../sass/partials/_buttons.scss */
.social-icons ul li.social-github a:before, .social-icons ul li.social-github a:after {
  content: "\f09b";
}
/* line 892, ../sass/partials/_buttons.scss */
.social-icons ul li.social-github a:after {
  background: #94A5B0;
}
/* line 897, ../sass/partials/_buttons.scss */
.social-icons ul li.social-skype a:before, .social-icons ul li.social-skype a:after {
  content: "\f17e";
}
/* line 900, ../sass/partials/_buttons.scss */
.social-icons ul li.social-skype a:after {
  background: #70CCEF;
}
/* line 905, ../sass/partials/_buttons.scss */
.social-icons ul li.social-spotify a:before, .social-icons ul li.social-spotify a:after {
  content: "\f1bc";
}
/* line 908, ../sass/partials/_buttons.scss */
.social-icons ul li.social-spotify a:after {
  background: #8BD05A;
}
/* line 913, ../sass/partials/_buttons.scss */
.social-icons ul li.social-stumbleupon a:before, .social-icons ul li.social-stumbleupon a:after {
  content: "\f1a4";
}
/* line 916, ../sass/partials/_buttons.scss */
.social-icons ul li.social-stumbleupon a:after {
  background: #F08066;
}
/* line 921, ../sass/partials/_buttons.scss */
.social-icons ul li.social-tumblr a:before, .social-icons ul li.social-tumblr a:after {
  content: "\f173";
}
/* line 924, ../sass/partials/_buttons.scss */
.social-icons ul li.social-tumblr a:after {
  background: #85A5C3;
}
/* line 929, ../sass/partials/_buttons.scss */
.social-icons ul li.social-vimeo a:before, .social-icons ul li.social-vimeo a:after {
  content: "\f194";
}
/* line 932, ../sass/partials/_buttons.scss */
.social-icons ul li.social-vimeo a:after {
  background: #7C99A8;
}
/* line 937, ../sass/partials/_buttons.scss */
.social-icons ul li.social-wordpress a:before, .social-icons ul li.social-wordpress a:after {
  content: "\f19a";
}
/* line 940, ../sass/partials/_buttons.scss */
.social-icons ul li.social-wordpress a:after {
  background: #649EB9;
}
/* line 945, ../sass/partials/_buttons.scss */
.social-icons ul li.social-xing a:before, .social-icons ul li.social-xing a:after {
  content: "\f168";
}
/* line 948, ../sass/partials/_buttons.scss */
.social-icons ul li.social-xing a:after {
  background: #4F9394;
}
/* line 953, ../sass/partials/_buttons.scss */
.social-icons ul li.social-yahoo a:before, .social-icons ul li.social-yahoo a:after {
  content: "\f19e";
}
/* line 956, ../sass/partials/_buttons.scss */
.social-icons ul li.social-yahoo a:after {
  background: #C38DCF;
}
/* line 961, ../sass/partials/_buttons.scss */
.social-icons ul li.social-vk a:before, .social-icons ul li.social-vk a:after {
  content: "\f189";
}
/* line 964, ../sass/partials/_buttons.scss */
.social-icons ul li.social-vk a:after {
  background: #708FAC;
}
/* line 969, ../sass/partials/_buttons.scss */
.social-icons ul li.social-instagram a:before, .social-icons ul li.social-instagram a:after {
  content: "\f16d";
}
/* line 972, ../sass/partials/_buttons.scss */
.social-icons ul li.social-instagram a:after {
  background: #CBAA97;
}
/* line 977, ../sass/partials/_buttons.scss */
.social-icons ul li.social-reddit a:before, .social-icons ul li.social-reddit a:after {
  content: "\f1a1";
}
/* line 980, ../sass/partials/_buttons.scss */
.social-icons ul li.social-reddit a:after {
  background: #FF7A52;
}
/* line 985, ../sass/partials/_buttons.scss */
.social-icons ul li.social-flickr a:before, .social-icons ul li.social-flickr a:after {
  content: "\f16e";
}
/* line 988, ../sass/partials/_buttons.scss */
.social-icons ul li.social-flickr a:after {
  background: #FF4DA9;
}
/* line 993, ../sass/partials/_buttons.scss */
.social-icons ul li.social-foursquare a:before, .social-icons ul li.social-foursquare a:after {
  content: "\f180";
}
/* line 996, ../sass/partials/_buttons.scss */
.social-icons ul li.social-foursquare a:after {
  background: #6FCCF4;
}