@import "base/base.min.css";
@import "base/font-awesome.min.css";
@import "base/styles.css";
@import "base/icomoon/styles.css";

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: #F5F5F5;

}

.login-page, .register-page , body {

    background: #F5F5F5;
}

a {
    color: #337ab7;
}

.modal-backdrop.in{
    opacity: 0.0;
}

a:hover, a:focus {
    color: #166dba;
    text-decoration: none;
}

.min-body {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.form-control {

    border-color: #ddd;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}



legend {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.label {
    display: inline-block;
    font-weight: 500;
    padding: 1px 4px 0px 4px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    font-size: 10px;
    letter-spacing: 0.1px;
    border-radius: 2px;
}

label.control-label {

    font-weight:500;
    color: #666;
}

.label-danger {
    border-color: #D64534;
    background-color: #D64534 !important;
}

.label-info {
    border-color: #3BAFDA;
    background-color: #3BAFDA !important;
}

.label-primary {
    border-color: #0C7ABF;
    background: #0C7ABF !important;
}

.bg-teal {
    background-color: #009688;
    border-color: #009688;
    color: #fff;
}

.label-success {

    background-color: #009688 !important;
    border-color: #009688;
}

.label-grayish {

    background: #6C6554;
    border-color:  #6C6554;
}

.label-default {
    background-color: #f5f5f5;
    color: #444;
    border-color: #eee !important;
}


.alert {

    border-left: 5px solid transparent;

}

.alert-info {
    border-color: #0097BC;
}

.alert-success {

    border-color: #08685C;
}

.alert-danger {

    border-color: #c23321;
}

.alert-warning {

    border-color: #c87f0a;
}

.bg-green, .callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body
{
    background-color: #0C7F71 !important;
}

.callout.callout-success {
    border-color: #08685C;
}

.main-header {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.main-header > .navbar {

    margin-left: 250px;
}

.main-header .navbar-toggle {
    color: #fff;
}

.main-header .navbar-brand {
    color: #333;
    border-right: 1px solid #eee;
}

.main-header > .navbar {
    background-color: #37474F;
}

.main-header > .navbar .nav > li > a {
    color: #fff;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {

    margin-right: 10px;
}

.main-header > .navbar .nav > li > a:hover,
.main-header > .navbar .nav > li > a:active,
.main-header > .navbar .nav > li > a:focus,
.main-header > .navbar .nav .open > a,
.main-header > .navbar .nav .open > a:hover,
.main-header > .navbar .nav .open > a:focus,
.main-header > .navbar .nav > .active > a {
    color: #fff;
    background: #313F46;
}

.main-header > .navbar .sidebar-toggle {
    color: white;
}

.main-header > .navbar > .sidebar-toggle {
    color: white;
    border-right: none;
}

.main-header .sidebar-toggle:hover {

    background: #313F46;
}

.main-header > .navbar .navbar-nav > li > a {
    border-right: 1px solid #eee;
}

.main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
.main-header > .navbar .navbar-right > li > a {
    border-left: 1px solid transparent;
    border-right-width: 0;
}

.main-header > .logo {
    background-color: #37474F;
    color: #FFF;
    border-bottom: 0 solid transparent;
    border-right: 1px solid transparent;
    width: 250px;
}

.nav > li > a:focus,
.nav > li > a:hover {

    background: transparent;
}


.main-header li.user-header {
    background-color: #222;
}

.content-header {
    box-shadow: none;
}

.wrapper,
.main-sidebar,
.left-side {
    background-color: #fff;
}

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #f5f5f5;
    z-index: 800;
}

.content-wrapper,
.main-footer {
    border-left: 1px solid;
    border-color: #ddd;
}

.main-footer {

    color: #666;
}

.main-footer strong {

    font-size: 12px;
    font-weight: 500;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 15px 10px 10px;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 80px;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.user-panel > .info > p {
    margin-bottom: 5px;
    font-weight: 600;
}

.user-panel > .info,
.user-panel > .info > a {
    color: #555;
}

.sidebar-menu {

    margin-top: 5px;
}

.sidebar-menu > li {
    -webkit-transition: border-left-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease;
    transition: border-left-color 0.3s ease;
}

.sidebar-menu > li.header {
    color: #777;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.sidebar-menu > li > a {
    border-left: 3px solid transparent;
    font-weight: 500;
    font-size: 12px;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #555;
    background: #f4f4f5;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 12px;
    padding: 10px 10px 10px 15px;
    color: #444;
}

.sidebar-menu > li.active {
    border-left-color: #ffffff;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    font-size: 13px;
}

.sidebar-menu > li.active > a {
    font-weight: 600;
}

.sidebar-menu > li > .treeview-menu {
    background: #f4f4f5;
}

.main-sidebar, .left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 250px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.content-wrapper, .main-footer {

    border-left: 1px solid #ddd;
}

.content-wrapper, .right-side, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 250px;
    z-index: 820;
}

.sidebar a {
    color: #333;
}

.sidebar a:hover {
    text-decoration: none;
}

.treeview-menu > li > a {
    color: #777777;
}

.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
    color: #000000;
}

.treeview-menu > li.active > a {
    font-weight: 600;
}

@media (min-width: 768px) {

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        border-left: 1px solid #d2d6de;
    }


}


@media (max-width: 767px) {

    .main-header .logo, .main-header .navbar {
        width: 100% !important;

    }

    .content-wrapper, .right-side, .main-footer {
        margin-left: 0;
    }

    .main-header > .navbar {

        margin: 0px;
    }

    .main-sidebar, .left-side {

        padding-top: 100px;
        width: 230px;
    }

    .main-sidebar, .left-side {
        -webkit-transform: translate(-250px, 0);
        -ms-transform: translate(-250px, 0);
        -o-transform: translate(-250px, 0);
        transform: translate(-250px, 0);
    }


    .main-header > .logo {
        background-color: #29383F !important;
        color: #ffffff;
        border-bottom: 1px solid #29383F;
        border-right: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    }

}

.breadcrumb-line {
    position: relative;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: white;
    font-size: 12px;
    margin-bottom: 0px;

}

.breadcrumb li a {

    color: #555;
}

.content-header h1 {

    margin-bottom: 25px;
}

.box {

    border-radius: 2px;
}

.box-flat {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.table-bordered {
    border: 1px solid #ddd;
}

.table > thead > tr > th {

    border-bottom: 1px solid #bbb;
}

.table-bordered tr:first-child > td,
.table-bordered tr:first-child > th {
    border-top-color: #bbb;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}



 .table.table-gray > thead , .table.table-gray > tfoot {

    background: #f5f5f5;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
     color: #444;

}


.table.table-borderless > thead > tr > th,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tfoot > tr > td {

    border-color: transparent;
}


.nav-tabs > li > a {
    color: #555;
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    border-top-width: 2px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #333333;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #333333;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu {
    min-width: 180px;
    padding: 5px 0;
    color: #333333;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    padding: 5px 15px;
    outline: 0;
    font-size: 12px;
}

.dropdown-menu.pull-center {
    right: 0%;
    left: auto;
}

hr {

   border-color: #ddd;

}

.box-title {
    color: #555;
    display: block;
}

.box-title hr {
    margin: 0;
}

.box-title h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.box-title .box-tools {

    padding-top: 7px;
}

/* Buttons */

.btn {
    display: inline-block;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    color: #555;

    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    min-width: 54px;
    text-decoration: none;
}

.btn-sm {
    font-size: 11px;
}

.btn.default {

  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
}

.btn:hover {
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);

    border: 1px solid #d8d8d8;
    color: #333;

    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

/* blue */

.btn.primary {
    background-color: #1E79C8;
    background-image: -webkit-linear-gradient(top,#2076C0,#0866B6);
    background-image: -moz-linear-gradient(top,#2076C0,#0866B6);
    background-image: -ms-linear-gradient(top,#2076C0,#0866B6);
    background-image: -o-linear-gradient(top,#2076C0,#0866B6);
    background-image: linear-gradient(top,#2076C0,#0866B6);
    border: 1px solid #1466AB;
    color: white;
}

.btn.primary:hover {
    border: 1px solid #095B99;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(top,#1E6FB4,#0B5CA1);
    background-image: -moz-linear-gradient(top,#1E6FB4,#0B5CA1);
    background-image: -ms-linear-gradient(top,#1E6FB4,#0B5CA1);
    background-image: -o-linear-gradient(top,#1E6FB4,#0B5CA1);
    background-image: linear-gradient(top,#1E6FB4,#0B5CA1);
}

/* red */

.btn.red {
    background-color: #D14836;
    background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
    background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
    background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
    background-image: -o-linear-gradient(top,#dd4b39,#d14836);
    background-image: linear-gradient(top,#dd4b39,#d14836);

    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btn.red:hover {
    background-color: #C53727;
    background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
    background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
    background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
    background-image: -o-linear-gradient(top,#dd4b39,#c53727);
    background-image: linear-gradient(top,#dd4b39,#c53727);
}

/* green */

.btn.green {
    background-color: #009688;
    background-image: -webkit-linear-gradient(top,#138A7C,#058679);
    background-image: -moz-linear-gradient(top,#138A7C,#058679);
    background-image: -ms-linear-gradient(top,#138A7C,#058679);
    background-image: -o-linear-gradient(top,#138A7C,#058679);
    background-image: linear-gradient(top,#138A7C,#058679);
    border: 1px solid #037E72;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btn.green:hover {
    background-color:#06776B;
    background-image: -webkit-linear-gradient(top,#0E8173,#06776B);
    background-image: -moz-linear-gradient(top,#0E8173,#06776B);
    background-image: -ms-linear-gradient(top,#0E8173,#06776B);
    background-image: -o-linear-gradient(top,#0E8173,#06776B);
    background-image: linear-gradient(top,#0E8173,#06776B);
    border: 1px solid #0E665D;
}

/* graysish */

.btn.grayish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top,#7c7461,#615b4c);
    background-image: -moz-linear-gradient(top,#7c7461,#615b4c);
    background-image: -ms-linear-gradient(top,#7c7461,#615b4c);
    background-image: -o-linear-gradient(top,#7c7461,#615b4c);
    background-image: linear-gradient(top,#7c7461,#615b4c);

    border: 1px solid #504b3e;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btn.grayish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top,#7c7461,#504b3e);
    background-image: -moz-linear-gradient(top,#7c7461,#504b3e);
    background-image: -ms-linear-gradient(top,#7c7461,#504b3e);
    background-image: -o-linear-gradient(top,#7c7461,#504b3e);
    background-image: linear-gradient(top,#7c7461,#504b3e);
    border: 1px solid #474337;
}

.has-feedback .form-control-feedback {

    color: #777;
}

.login-box-body {

    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px transparent;
}

.login-box-msg {

    padding-bottom: 10px;
}

.login-box-msg img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
    box-shadow: 0px 1px 1px rgb(246, 246, 246);
    padding: 3px;
}

.login-box .form-control-feedback {

    left: 0px;
}

.login-box .has-feedback .form-control {

    padding-left: 33.5px;
}

.login-box-body .form-control-feedback {

    color: #999;
}


.login-box {

    width: 320px;
}

.login-box .login-logo {

    font-size: 30px;
}

.login-box .login-logo a {

    color: #37474F;
    text-shadow: 0 1px 0 #2C5062;
}

.login-box .copyright {

    color: #666;
    font-size: 12px;
    font-weight: 500;
}

.table-search-input {

    padding-right:0; margin-bottom: 10px;
}


/* date-range-picker */

.ranges li.active , .ranges li:hover {
    background: #efefef;
    border: 1px solid #ddd;
    color: #777;
}

.ranges li {
    font-size: 12px;
    background: #F5f5f5;
    border: 1px solid #ddd;
    border-radius: 1px;
    color: #888;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #A8A8A8;
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.end-date {
    border-radius: 0 2px 2px 0;
}

.daterangepicker td.start-date {
    border-radius: 2px 0 0 2px;
}

.daterangepicker .input-mini.active {
    border: 1px solid #c5c5c5;
    border-radius: 1px;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker td.in-range {
    background-color: #F3F3F3;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

/* Page contents and styles */

.tab-data .tab-strip {

    background: #F9F9F9;
    padding: 10px 0px 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #ddd;
    margin-right: 0px
}

.tab-data > .tab-strip p {

    font-weight: 500;
    margin-top: 5px;
    color: #777;
}

.tab-data > .tab-strip .dropdown-menu {

    min-width: 120px;
}


.tab-filter {
    border-right: 1px solid #ddd;
    min-height: 800px;
}

.tab-filter > .box-title {

    padding: 15px 0px;

}

.tab-filter > .box-title h5 {

    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

.tab-filter .form-group {

    margin-top: 10px;
}

.profile > .navbar-default .navbar-nav > li > a {

    border-right: 1px solid #eaeaea;
}

.profile .navbar-collapse {

    padding-left: 0px;
}

.profile .tabs > .nav > li > a {

    padding: 10px 25px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}


.profile .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-right: 1px solid #e7e7e7;
}


.profile .navbar-default .navbar-nav > .active > a,
.profile .navbar-default .navbar-nav > .active > a:focus,
.profile .navbar-default .navbar-nav > .active > a:hover ,
.profile .navbar-default .navbar-nav > .open > a,
.profile .navbar-default .navbar-nav > .open > a:focus,
.profile .navbar-default .navbar-nav > .open > a:hover{

    color: #555;
    background-color: rgba(249, 249, 249, 0.9);
    border-right: 1px solid #e7e7e7;
}

.profile .content-menu {
    background: white none repeat scroll 0% 0%;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    min-height: 30px
}

.profile .thumbnail {

    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.profile .thumbnail-box {

    margin-top: 20px;
    text-align:  center;
}

.profile .thumbnail-box img {

    margin-bottom: 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
}

.profile .thumbnail-box img:hover {

    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.profile .thumbnail-box .caption {

    color: #555;
    font-size: 14px;
    line-height: 1.7em;
}

.profile .profile-side table tr th {

    color: #333;
    font-weight: 500;
    padding-left: 15px;

}

.profile .profile-side .table tr td,
.profile .profile-side .table tr th {

    border-color: #eaeaea;
    padding-left: 15px;

}

.profile .profile-side {

    padding-right: 0px;
}

.profile-side .list-group-item:first-child{
    border-radius: 0px;
}

.profile-side .list-group-item.active,
.profile-side .list-group-item.active:focus,
.profile-side .list-group-item.active:hover {

    background-color: #fbfbfb;
    border-color: #eaeaea;
    border-left: none;
    border-right: none;
    color: #444;
}

.profile-side .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-right: none;
    border-left: none;
}

.profile-side .list-group-item {
    border-radius: 1px !important;
}

.profile-page .box-title h5 {
    font-size: 13px;
    margin-bottom: 15px;
    color: rgb(51, 51, 51);
    padding-left: 5px;
}


.edit-mode .form-control[disabled],
.edit-mode .form-control[readonly],
.edit-mode .form-control
 {
    background-color: white;
    opacity: 1;
    margin-top: -5px;
}


@media (max-width: 767px) {
    .main-header > .logo {
        background-color: #222222;
        color: #ffffff;
        border-bottom: 0 solid transparent;
        border-right: none;
    }

    .main-header > .logo:hover {
        background-color: #1f1f1f;
    }

    .profile .profile-side {

        padding-right: 15px;
    }


    .profile .tabs > .nav > li > a {

        padding: 10px 15px;
    }
}




