@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/open-sans/OpenSans-Light.ttf") format("ttf");
    font-weight: 300;
    font-style: normal; }
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal; }
/*************** 3. Sass Mixins ***************/
/*************** 4. Body CSS ***************/
html {
    height: 100%;
    overflow-y:scroll!important; }

body {
    min-height: 100%; 
} 
body {
    margin: 0;
    font: normal 13px 'Rubik', sans-serif;
    line-height: 18px;
    color: #333333;
    background-color: #575757; 
/*  background-image: url('/bb/img/head-bg.jpg'); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20%;

}

a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none; }

.tophead a{
    color: #ffffff;
}

a:hover {
    color: #000000;
    text-decoration: none; }
a:focus {
    outline: none;
    text-decoration: none;
    color: #000000; }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
ul.default {
    margin: inherit;
    padding: 0 30px;
    list-style-type: inherit; }
ul.default ul {
    list-style-type: circle; }
ul.default ul ul {
    list-style-type: square; }
ul.custom-bullets {
    padding-left: 20px; }
ul.custom-bullets li:before {
    color: red;
    content: "\2022";
    font-size: 30px;
    width: 20px;
    height: 20px; }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ececec; }

h1, h2, h3, h4, h5 {
    font-weight: 500;
    padding: 0; }

/*************** 5. Margins & Paddings ***************/
.no-margin {
    margin: 0; }

.no-padding {
    padding: 0; }

.auto-margin {
    margin: auto; }

.padding-10 {
    padding: 10px; }

.padding-15 {
    padding: 15px; }

/*************** 6. Text Styles ***************/
.center-text {
    text-align: center; }

.right-text {
    text-align: right; }

.text-success {
    color: #575757; }

.text-danger {
    color: #575757; }

.text-info {
    color: #575757; }

.text-warning {
    color: #ffb400; }

.text-brown {
    color: #ab7967; }

.text-pink {
    color: #F782AA; }

.text-white {
    color: #ffffff; }

.text-grey {
    color: gray; }

.text-light {
    color: #b3b3b3; }

/*************** 10. Header / Logo / Actions / Support / Custom Search ***************/
header {
    vertical-align: middle;
    background: #575757;
    padding-right: 0px;
    padding-left: 16px;
     }
.tophead{
    background-color:#575757;
    height: 70px;
    z-index: 2;

}
@media (max-width: 767px) {
    
header {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        padding-left: 0px; }
}
.logo {
    margin: 0;
    float: left;
    text-align:right;
     }
.logo h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #e6e6e6;
    line-height: 24px; }
.logo h4 i {
    color: #575757;
    font-size: 21px;
    margin-left: 2px;
    vertical-align: middle; }
.logo img {
    max-width: 15vw;
    margin: 5px;
    margin-top: 11px;
    }

ul#header-actions {
    margin: 7px 0 0 10px; }
ul#header-actions li.list-box {
    position: relative;
    cursor: pointer;
    float: right;
    text-align: center;
    line-height: 100%;
    vertical-align: middle; }
ul#header-actions li.list-box a {
    padding: 13px 15px;
    display: block;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
     }
ul#header-actions li.list-box a .info-label {
    color: #000000;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    display: block;
    background: #8a8a8a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
ul#header-actions li.list-box a .info-icon {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-shadow: 0 7px 5px #000000;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px; }
ul#header-actions li.list-box:hover {
     }
ul#header-actions li.list-box:hover .info-label {
    background: #35404f; }
ul#header-actions li.list-box.open {
    /* background: #212730; */ }
ul#header-actions li.list-box.open .info-label {
    /* background: #35404f; */ }
ul#header-actions li.list-box.user-admin {
    text-align: left;
    background: transparent;
    float:left;
}
ul#header-actions li.list-box.user-admin .admin-details {
    float: left;
    margin: 5px 10px 0 10px;
    color: #4d4d4e; }
ul#header-actions li.list-box.user-admin .admin-details .name {
    line-height: 26px;
    font-size:12px;
    color:#d6d6d6;
    text-transform: uppercase; }
ul#header-actions li.list-box.user-admin .admin-details .designation {
    font-size: 14px;
    color: #ffffff; }
ul#header-actions li.list-box .dropdown-menu {
    min-width: 215px;
    min-height: 70px; }
ul#header-actions li.list-box .dropdown-menu .dropdown-content a {
    padding: 7px 12px;
    font-size: 12px;
    color: #000000; }
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a i {
    font-size: 21px;
    color: #575757;
    margin-right: 10px; }
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child {
    border-bottom: 1px solid #d9d9d9; }
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child:hover {
    background: #575757;
    color: #ffffff;
    border-bottom: 1px solid #575757; }
ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child:hover i {
    color: #ffffff; }
ul#header-actions li.list-box.user-admin a.dropdown-toggle {
    background: #c38fbb;
    float: left;
    padding: 4px;
    text-align: center;
    margin-top: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
ul#header-actions li.list-box.lang-selector a.dropdown-toggle {
    line-height:26px;
}
ul#header-actions li.list-box.lang-selector a.dropdown-toggle:hover {
    color: rgba(0, 0, 0, 0.6);
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
    color: #ffffff;
    font-size: 30px; }
ul#header-actions li.list-box:last-child a {
    padding-right: 0; }
ul#header-actions .dropdown-menu {
    padding: 0;
    float: left;
    position: absolute!important;
    right: 0px;
    top: 63px;
    left: auto;
    border: 0;
    border-top: 4px solid #575757;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
ul#header-actions .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 10px;
    border-bottom: 10px solid #575757;
    border-right: 10px solid transparent; }
ul#header-actions .dropdown-header {
    background: #ffffff;
    padding: 10px 15px;
    color: #575757;
    font-weight: 600; }
ul#header-actions .dropdown-footer {
    border-top: 1px solid #cccccc;
    padding: 10px 15px;
    color: #575757;
    font-size: 11px; }
ul#header-actions .dropdown-footer i {
    font-size: 12px;
    margin-left: 4px;
    vertical-align: middle;
    color: #575757; }

@media (max-width: 767px) {
    ul#header-actions li.list-box.user-admin {
        float: right;
        margin-right: 18px;
        display: block; }
    ul#header-actions {
        margin-right: 70px; } }
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0; }
.dropdown-menu > li a:hover {
    background: #f5f8fb;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s; }

/*************** 11. Navbar ***************/

.dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
}

.navbar-default {
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    min-height: 36px; }
.navbar-default .navbar-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #575757;
    padding: 9px 12px;
    margin: 0;
    background: #575757; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #e53935;
    border-color: #e53935; }
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff; }
.navbar-default .navbar-collapse {
    border-top: 0;
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-nav > li {
    width: 100%;
    margin-right: 1px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s; }
.navbar-default .navbar-nav > li > a {
    padding: 0px;
    width: 100%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    line-height:82px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li:hover > .dropdown-toggle {
    border-radius: 15px 0 0 15px;
}
.navbar-default .navbar-nav > li > .dropdown-toggle{
    /*border-radius: 15px 0 0 15px;*/
}

.navbar-default .navbar-nav > li > a i {
    font-size: 25px;
    float: left;
    margin-right: 10px;
    line-height: 80px;
    border-bottom: 1px solid #ffffff;
    width: 80px;
    background: #d6d6d6;
    color:rgba(0, 0, 0, 0.6);
    text-align: center;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000; }
.navbar-default .navbar-nav > li > a:hover:after {
    content:' ';
    content: ' ';
    width: 3px;
    height: 50px;
    left: 0px;
    top: 16px;
    background: #6077fc;
    position: absolute;
}
.navbar-default .navbar-nav > li > a:hover i {
    color: #000; }
.navbar-default .navbar-nav > li > a .caret {
    position: absolute;
    font-family: 'icomoon';
    border: none;
     }
.navbar-default .navbar-nav > li > a .caret:before {
    content: "\e313"; }
.navbar-default .navbar-nav > li > .dropdown-menu {
    background:transparent;
    border: 0;
    overflow: hidden;
    color:#000;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
    display: block;
    height: 0;
    padding: 0;
    position: relative!important;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 8px 15px; }
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover, .navbar-default .navbar-nav > li > .dropdown-menu li a:focus {
    background: none;
    color: #000;

}

.navbar-default .navbar-nav > .open > a i {
    color: #ffffff; }
.navbar-default .navbar-nav > .active > a {
    position: relative;
    background-color: #575757;
    background: -moz-linear-gradient(top, #575757 0%, #575757 30%, #575757 100%);
    background: -webkit-linear-gradient(top, #575757 0%, #575757 30%, #575757 100%);
    background: linear-gradient(to bottom, #575757 0%, #575757 30%, #575757 100%);
    color: #ffffff;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; }
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #575757;
    color: #ffffff; }
.navbar-default .navbar-nav > .active > a i {
    color: #ffffff; }
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li:hover > a {
        color: #000;
        position: relative;
        display: block;
        float: left;
    }

    .navbar-default .navbar-nav > .open > .dropdown-menu {
        display: block;
        top: 0px;
        -webkit-transition: all 0.2s; /* Safari */
        transition: all 0.2s;
        height: auto; 
        margin-left: 70px !important;
    } 
    .navbar-default .navbar-nav > .open > .dropdown-menu li a{
        padding: 8px 15px;
        margin-top:0px;
        -webkit-transition: all 0.2s; /* Safari */
        transition: all 0.2s;
    } 
    .navbar-default .navbar-nav > li > .dropdown-menu li a{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top:-3px;
        -webkit-transition: all 0.2s; /* Safari */
        transition: all 0.2s;
    } 
    }

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li a {
        padding: 12px 15px;
        min-width: 95px;
        font-size: 13px; }
    .navbar-default .navbar-nav > li a i {
        font-size: 14px; } }
@media (max-width: 767px) {
    .navbar {
        position: inherit;
        top: 0px; }

    .navbar-default .navbar-collapse {
        padding: 0 15px; }
    .navbar-default .navbar-nav > li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 20px !important;
        text-align: left;
        margin-right: 0;
        padding: 10px 15px; }
    .navbar-default .navbar-nav > li a i {
        margin-right: 10px; }
    .navbar-default .navbar-nav > li a .caret {
        top: 12px;
        right: 30px; }
    .navbar-default .navbar-nav > li.active {
        border-bottom: 1px solid #575757; }
    .navbar-default .navbar-nav .open .dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0; }
    .navbar-default .navbar-nav > li > .dropdown-menu{
        background: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > li {
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #ffffff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li:hover {
        background: #ffffff;
        color: #000000; }
    .navbar-default .navbar-nav .open .dropdown-menu:before {
        border: 0; } }
/*************** 12. Dashboard Wrapper ***************/
.dashboard-wrapper {
    margin: 25px 215px 20px 10px;
    position: relative;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

@media (max-width: 1199px) {
    .dashboard-wrapper {
        margin: 20px 5px; } }
.dashboard-wrapper-full {
    position: relative;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grid-view{
    overflow: auto; }
/*************** 13. Mian Container ***************/
.main-container {
    position: relative;
    padding: 20px;
    padding-top: 1px;
    /* min-height: 620px; */
    background: #f0f0f0;
    min-height: 75vh;
}
/*************** 15. Top Bar  ***************/
.top-bar {
        padding: 0px 50px 0px 20px;
    background: #f0f0f0;
    border-top: 0;
    border-bottom: 0;
}

.top-bar .input-group{
    margin-top:10px;
}
.top-bar .input-group input{
    border:1px solid #dcdcdc;
    margin-right: 10px;
}
.top-bar .input-group .btn i{
    color:rgba(0, 0, 0, 0.6);
}

.top-bar .page-title {
    float: left; }
.top-bar .page-title h4 {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    line-height: 90px;
     }
.top-bar .page-title h4 .fa {
    font-size: 14px;
    padding-left: 3px;
    color: #575757; }

@media (max-width: 767px) {
    .top-bar {
        margin-top: 15px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0; }
    .top-bar .page-title h4 {
        font-size: 16px;
        line-height: 48px; } }
ul#header-actions li.list-box .dropdown-menu.imp-notify{
    min-width: 300px;w
}
ul.imp-notify li {
    padding: 12px 10px 10px 10px;
    border-bottom: 1px solid #ededed; }
ul.imp-notify li .thumb {
    float: left; }
ul.imp-notify li .thumb img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
ul.imp-notify li .details {
    color: #000000;
    font-size: 12px;
    display: block;
    background: transparent;
    border: none;
    width: auto; }
ul.imp-notify li .details a {
    color: #000000;
}
ul.imp-notify li .details strong {
    font-weight: 600;
    display: block;
    color: #35404f; }
ul.imp-notify li .details p {
    margin: 5px 0 0 0;
    line-height: 18px; }
ul.imp-notify li .details small.date {
    display: block;
    padding: 5px 0 0 0;
    font-weight: 600;
    color: #b3b3b3; }

/*************** 17. Footer CSS  ***************/
.footer {
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 12px;
    width: 15vw;
    padding: 0 20px;
    position: relative;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index:-1;
    text-align: center;
    display:none;
     }
.footer span {
    color: #575757; }

/*************** 20. Icon Sizes  ***************/
.icon-2x {
    font-size: 2em; }

.icon-3x {
    font-size: 3em; }

.icon-4x {
    font-size: 4em; }

.icon-5x {
    font-size: 5em; }

.icons {
    text-align: center; }
.icons span {
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #595959;
    background: #f5f8fb;
    margin-bottom: 3px; }
.icons span:hover {
    background-color: #575757;
    color: #ffffff;
    text-shadow: 0 10px 10px #000000; }

/***************** 22. Bootstrap Overwrite CSS ****************/
.panel {
    margin-bottom: 16px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c9d9ea; }
.panel.no-margin {
    margin: 0; }
.panel.plain {
    border: 0;
    margin-bottom: 25px; }
.panel.plain .panel-heading {
    padding: 0;
    margin-bottom: 15px; }
.panel.plain .panel-heading h5 {
    color: #333333;
    text-align: left;
    font-weight: 600; }
.panel.plain .panel-body {
    padding: 0; }

.panel-heading {
    position: relative;
    border: 0;
    padding: 15px;
    background-color: transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
.panel-heading h4 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    display: inline-block; }
.panel-heading h4 span {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    color: white; }
.panel-heading h4 i {
    margin-right: 8px; }
.panel-heading h5 {
    margin: 0;
    font-size: 21px;
    color: #ffffff;
    text-align: center; }
.panel-heading h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600; }

.panel-body {
    padding: 15px;
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }

.panel-footer {
    border: 0;
    margin-top: -1px;
    background: #ededed;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }

.btn strong{
    font-weight:normal;
}
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: none;
    border: 0; }
.btn:hover {
    box-shadow: none;
    border: 0; }
.btn:focus, .btn.active, .btn:active, .btn:focus, .btn.active.focus, .btn:active.focus, .btn:active:focus {
    box-shadow: none;
    border: 0; }
.btn .caret {
    margin-left: 7px; }
.btn i {
    font-size: 21px;
    vertical-align: middle; }
.btn-xs i, .btn-sm i {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.btn i.icon-left {
    margin-right: 5px; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
    overflow: hidden; }

.btn-light-grey {
    background-color: #eaf0f7;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#eaf0f7));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f1f5fa, #eaf0f7);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f1f5fa, #eaf0f7);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f1f5fa, #eaf0f7);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f1f5fa, #eaf0f7);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #f1f5fa, #eaf0f7);
    border: 1px solid #dbe6f1;
    color: #000000; }
.btn-light-grey:hover {
    color: #000000;
    border: 1px solid #dbe6f1;
    background-color: #ececec;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#ececec));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f1f5fa, #ececec);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f1f5fa, #ececec);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f1f5fa, #ececec);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f1f5fa, #ececec);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #f1f5fa, #ececec); }
.btn-light-grey:focus, .btn-light-grey.active, .btn-light-grey:active, .btn-light-grey:focus, .btn-light-grey.active.focus, .btn-light-grey:active.focus, .btn-light-grey:active:focus {
    background-color: #eaf0f7;
    border: 1px solid #dbe6f1;
    color: #000000; }

.btn-inverse {
    background-color: #4d4d4d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#4d4d4d));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
    /* IE10 */
    background-image: -o-linear-gradient(top, #666666, #4d4d4d);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #666666, #4d4d4d);
    color: #ffffff; }
.btn-inverse:hover {
    color: #ffffff;
    background-color: #333333;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#333333));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4d4d4d, #333333);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #4d4d4d, #333333);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #4d4d4d, #333333);
    /* IE10 */
    background-image: -o-linear-gradient(top, #4d4d4d, #333333);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #4d4d4d, #333333); }
.btn-inverse:focus, .btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse.active.focus, .btn-inverse:active.focus, .btn-inverse:active:focus {
    background: #595959;
    color: #ffffff; }

.btn-default {
    background-color: #d8e4ef;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5fa), to(#d8e4ef));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f1f5fa, #d8e4ef);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f1f5fa, #d8e4ef);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f1f5fa, #d8e4ef);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f1f5fa, #d8e4ef);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #f1f5fa, #d8e4ef);
    color: #000000; }
.btn-default:hover {
    color: #000000;
    background-color: #f3e3e5;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf0f7), to(#f3e3e5));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #eaf0f7, #f3e3e5);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #eaf0f7, #f3e3e5);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #eaf0f7, #f3e3e5);
    /* IE10 */
    background-image: -o-linear-gradient(top, #eaf0f7, #f3e3e5);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #eaf0f7, #f3e3e5); }
.btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default.active.focus, .btn-default:active.focus, .btn-default:active:focus {
    background-color: #c9d9ea;
    color: #000000; }

.btn-primary {
    background-color: #4d4d4e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4e), to(#4d4d4e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4d4d4e, #4d4d4e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #4d4d4e, #4d4d4e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #4d4d4e, #4d4d4e);
    /* IE10 */
    background-image: -o-linear-gradient(top, #4d4d4e, #4d4d4e);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #4d4d4e, #4d4d4e);
    color: #ffffff;
}
.btn-primary strong{
    font-family: "Open Sans", sans-serif;
    vertical-align: top;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #1a1a1a;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#1a1a1a));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #333333, #1a1a1a);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #333333, #1a1a1a);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #333333, #1a1a1a);
    /* IE10 */
    background-image: -o-linear-gradient(top, #333333, #1a1a1a);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #333333, #1a1a1a); }
.btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary.active.focus, .btn-primary:active.focus, .btn-primary:active:focus {
    background-color: #595959; }

.btn-danger {
    background-color: #e53935;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#e53935));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575757, #e53935);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #575757, #e53935);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575757, #e53935);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575757, #e53935);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575757, #e53935);
    color: #ffffff; }
.btn-danger:hover {
    color: #ffffff;
    background-color: #db201c;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#db201c));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575757, #db201c);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #575757, #db201c);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575757, #db201c);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575757, #db201c);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575757, #db201c); }
.btn-danger:focus, .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger.active.focus, .btn-danger:active.focus, .btn-danger:active:focus {
    background-color: #e53935; }

.btn-success {
    background-color: #575757;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#575757));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575757, #575757);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #575757, #575757);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575757, #575757);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575757, #575757);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575757, #575757);
    color: #ffffff; }
.btn-success:hover {
    color: #ffffff;
    background-color: #575757;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#575757));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575757, #575757);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #575757, #575757);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575757, #575757);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575757, #575757);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575757, #575757); }
.btn-success:focus, .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success.active.focus, .btn-success:active.focus, .btn-success:active:focus {
    background-color: #575757; }

.btn-info {
    background-color: #3379b6;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#3379b6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575757, #3379b6);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #575757, #3379b6);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575757, #3379b6);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575757, #3379b6);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575757, #3379b6);
    color: #ffffff; }
.btn-info:hover {
    color: #ffffff;
    background-color: #285e8e;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#285e8e));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #575757, #285e8e);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #575757, #285e8e);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #575757, #285e8e);
    /* IE10 */
    background-image: -o-linear-gradient(top, #575757, #285e8e);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #575757, #285e8e); }
.btn-info:focus, .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info.active.focus, .btn-info:active.focus, .btn-info:active:focus {
    background-color: #2d6ca2; }

.btn-warning {
    background-color: #e6a200;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#e6a200));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffb400, #e6a200);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ffb400, #e6a200);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffb400, #e6a200);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ffb400, #e6a200);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffb400, #e6a200);
    color: #ffffff; }
.btn-warning:hover {
    color: #ffffff;
    background-color: #c28900;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#c28900));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffb400, #c28900);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ffb400, #c28900);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffb400, #c28900);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ffb400, #c28900);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffb400, #c28900); }
.btn-warning:focus, .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning.active.focus, .btn-warning:active.focus, .btn-warning:active:focus {
    background-color: #cc9000; }

.btn-fb {
    background-color: #344e86;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#344e86));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #3B5998, #344e86);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #3B5998, #344e86);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #3B5998, #344e86);
    /* IE10 */
    background-image: -o-linear-gradient(top, #3B5998, #344e86);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #3B5998, #344e86);
    color: #ffffff; }
.btn-fb:hover {
    color: #ffffff;
    background-color: #263961;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5998), to(#263961));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #3B5998, #263961);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #3B5998, #263961);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #3B5998, #263961);
    /* IE10 */
    background-image: -o-linear-gradient(top, #3B5998, #263961);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #3B5998, #263961); }
.btn-fb:focus, .btn-fb.active, .btn-fb:active, .btn-fb:focus, .btn-fb.active.focus, .btn-fb:active.focus, .btn-fb:active:focus {
    background-color: #2d4373; }

.btn-tw {
    background-color: #3ea1ec;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#3ea1ec));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #55ACEE, #3ea1ec);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #55ACEE, #3ea1ec);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #55ACEE, #3ea1ec);
    /* IE10 */
    background-image: -o-linear-gradient(top, #55ACEE, #3ea1ec);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #55ACEE, #3ea1ec);
    color: #ffffff; }
.btn-tw:hover {
    color: #ffffff;
    background-color: #1689e0;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55ACEE), to(#1689e0));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #55ACEE, #1689e0);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #55ACEE, #1689e0);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #55ACEE, #1689e0);
    /* IE10 */
    background-image: -o-linear-gradient(top, #55ACEE, #1689e0);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #55ACEE, #1689e0); }
.btn-tw:focus, .btn-tw.active, .btn-tw:active, .btn-tw:focus, .btn-tw.active.focus, .btn-tw:active.focus, .btn-tw:active:focus {
    background-color: #2795e9; }

.btn-gp {
    background-color: #d62020;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E02F2F), to(#d62020));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #E02F2F, #d62020);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #E02F2F, #d62020);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #E02F2F, #d62020);
    /* IE10 */
    background-image: -o-linear-gradient(top, #E02F2F, #d62020);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #E02F2F, #d62020);
    color: #ffffff; }
.btn-gp:hover {
    color: #ffffff;
    background-color: #a91919;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E02F2F), to(#a91919));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #E02F2F, #a91919);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #E02F2F, #a91919);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #E02F2F, #a91919);
    /* IE10 */
    background-image: -o-linear-gradient(top, #E02F2F, #a91919);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #E02F2F, #a91919); }
.btn-gp:focus, .btn-gp.active, .btn-gp:active, .btn-gp:focus, .btn-gp.active.focus, .btn-gp:active.focus, .btn-gp:active:focus {
    background-color: #bf1d1d; }

.btn-lkdn {
    background-color: #006a9c;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007BB5), to(#006a9c));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #007BB5, #006a9c);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #007BB5, #006a9c);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #007BB5, #006a9c);
    /* IE10 */
    background-image: -o-linear-gradient(top, #007BB5, #006a9c);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #007BB5, #006a9c);
    color: #ffffff; }
.btn-lkdn:hover {
    color: #ffffff;
    background-color: #004769;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007BB5), to(#004769));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #007BB5, #004769);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #007BB5, #004769);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #007BB5, #004769);
    /* IE10 */
    background-image: -o-linear-gradient(top, #007BB5, #004769);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #007BB5, #004769); }
.btn-lkdn:focus, .btn-lkdn.active, .btn-lkdn:active, .btn-lkdn:focus, .btn-lkdn.active.focus, .btn-lkdn:active.focus, .btn-lkdn:active:focus {
    background-color: #005882; }

.btn-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

.btn-group.open .dropdown-toggle {
    box-shadow: none; }
.btn-group.open .dropdown-menu {
    right: 0px;
    border: 1px solid #d6d6d6;
    margin-top: 0px;
    top: 32px;
    background: #d6d6d6;
    border-radius: 0px 0px 10px 10px;
 }

.btn-link {
    padding: 6px 0;
    font-size: 12px;
    border: 0; }
.btn-link i {
    font-size: 16px;
    float: left;
    margin-right: 5px; }

.btn-transparent {
    background: transparent;
    background-image: none;
    border: 1px solid #c9d9ea; }
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
    background-image: none;
    border: 1px solid #acc5de; }
.btn-transparent.btn-danger {
    color: #575757; }
.btn-transparent.btn-danger:focus, .btn-transparent.btn-danger:active {
    color: #ffffff; }
.btn-transparent.btn-warning {
    color: #ffb400; }
.btn-transparent.btn-warning:focus, .btn-transparent.btn-warning:active {
    color: #ffffff; }
.btn-transparent.btn-success {
    color: #575757; }
.btn-transparent.btn-success:focus, .btn-transparent.btn-success:active {
    color: #ffffff; }
.btn-transparent.btn-info {
    color: #575757; }
.btn-transparent.btn-info:focus, .btn-transparent.btn-info:active {
    color: #ffffff; }

.labels-inline .label {
    margin: 2px;
    float: left; }

.label {
    color: #ffffff;
    font-weight: 600;
    padding: .3em .8em; }

label{
    line-height: 30px;
    color: #d6d6d6;
    text-transform: uppercase;
    font-size: 10px !important;
}

.label-success {
    background-color: #575757;
    border: 1px solid #575757; }

.pager li > a, .pager li > span {
    background-color: #575757;
    border-color: #575757;
    color: #ffffff; }
.pager li > a:hover, .pager li > span:hover {
    color: #ffffff;
    background-color: #3379b6;
    border: 1px solid #3379b6; }
.pager li > a:focus, .pager li > span:focus {
    color: #ffffff;
    background-color: #2d6ca2;
    border: 1px solid #2d6ca2; }

.list-group-item {
    border: 1px solid #ededed;
    background-color: #ffffff; }
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.list-group-item i {
    font-size: 16px;
    vertical-align: middle; }

a.list-group-item-info {
    background-color: #575757;
    color: #ffffff;
    border: 1px solid #575757; }
a.list-group-item-info:hover, a.list-group-item-info:focus {
    background-color: #4e92ce;
    border: 1px solid #4e92ce;
    color: #ffffff; }

a.list-group-item-warning {
    background-color: #ffb400;
    color: #ffffff;
    border: 1px solid #ffb400; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    background-color: #ffbc1a;
    border: 1px solid #ffbc1a;
    color: #ffffff; }

a.list-group-item-success {
    background-color: #575757;
    color: #ffffff;
    border: 1px solid #575757; }
a.list-group-item-success:hover, a.list-group-item-success:focus {
    background-color: #83cc95;
    border: 1px solid #83cc95;
    color: #ffffff; }

a.list-group-item-danger {
    background-color: #575757;
    color: #ffffff;
    border: 1px solid #575757; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    background-color: #eb6563;
    border: 1px solid #eb6563;
    color: #ffffff; }

a.list-group-item-inverse {
    background-color: #4d4d4d;
    color: #ffffff;
    border: 1px solid #4d4d4d; }
a.list-group-item-inverse:hover, a.list-group-item-inverse:focus {
    background-color: #404040;
    border: 1px solid #404040;
    color: #ffffff; }

.modal-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.breadcrumb {
    background: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 10px 0; }

.breadcrumbs {
    font-size: 14px;
    padding: 15px;
    background: #ececec;
    margin: 0 0 10px 0; }
.breadcrumbs i {
    vertical-align: middle; }
.breadcrumbs > li {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: middle;
    color: #666666;
    padding: 0 10px; }
.breadcrumbs > li:before, .breadcrumbs > li:after {
    display: block;
    position: absolute;
    vertical-align: middle;
    color: transparent;
    font-size: 0;
    content: "";
    height: 1px;
    width: 7px;
    background-color: #1d1d1d;
    top: 50%;
    left: 100%;
    margin-left: 5px; }
.breadcrumbs > li:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px; }
.breadcrumbs > li:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 2px; }
.breadcrumbs > li > a {
    color: inherit;
    display: inline-block;
    line-height: 1; }
.breadcrumbs > li:last-child {
    color: #000000;
    font-weight: bolder; }
.breadcrumbs > li:last-child a {
    cursor: default; }
.breadcrumbs > li:last-child:before, .breadcrumbs > li:last-child:after {
    background-color: transparent; }
.breadcrumbs > li:hover {
    color: #1d1d1d; }
.breadcrumbs img, .breadcrumbs .icon {
    display: inline-block;
    line-height: .8;
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
    vertical-align: -15%; }
.breadcrumbs.dark {
    background-color: #333333; }
.breadcrumbs.dark > li:hover, .breadcrumbs.dark > li:last-child {
    color: #ffffff; }
.breadcrumbs.dark > li:before, .breadcrumbs.dark > li:after {
    background-color: #ffffff; }
.breadcrumbs.primary {
    background-color: #575757; }
.breadcrumbs.primary > li {
    color: #9ec3e4; }
.breadcrumbs.primary > li:hover, .breadcrumbs.primary > li:last-child {
    color: #ffffff; }
.breadcrumbs.primary > li:before, .breadcrumbs.primary > li:after {
    background-color: #ffffff; }

.breadcrumbs2 {
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 100%; }
.breadcrumbs2 i {
    vertical-align: middle; }
.breadcrumbs2 li {
    float: left;
    margin: 0 .2em 0 1em; }
.breadcrumbs2 a {
    background: #dbe6f1;
    padding: 10px 10px;
    float: left;
    text-decoration: none;
    color: #2a303e;
    position: relative; }
.breadcrumbs2 a:hover {
    background: #575757;
    color: #ffffff; }
.breadcrumbs2 a:hover:before {
    border-color: #575757 #575757 #575757 transparent; }
.breadcrumbs2 a:hover:after {
    border-left-color: #575757; }
.breadcrumbs2 a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-width: 20px 0 20px 12px;
    border-style: solid;
    border-color: #dbe6f1 #dbe6f1 #dbe6f1 transparent;
    left: -13px;
    margin-left: 1px; }
.breadcrumbs2 a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #dbe6f1;
    right: -13px;
    margin-right: 1px; }
.breadcrumbs2 > li:first-child {
    margin-left: 0; }
.breadcrumbs2 > li:first-child a:before {
    content: normal; }
.breadcrumbs2 > li:last-child {
    background: #f3e3e5; }
.breadcrumbs2 > li:last-child a {
    color: #575757; }
.breadcrumbs2 > li:last-child:after, .breadcrumbs2 > li:last-child:before {
    content: normal; }
.breadcrumbs2 > li:last-child:hover a {
    color: #ffffff; }
.breadcrumbs2 .active {
    background: none; }
.breadcrumbs2 .active:hover {
    background: none; }
.breadcrumbs2 .active a {
    color: #1d1d1d; }
.breadcrumbs2 .active:hover a {
    color: #1d1d1d;
    color: #ffffff; }
.breadcrumbs2 .active:after, .breadcrumbs2 .active:before {
    content: normal; }
.breadcrumbs2.small a {
    padding: .2em 1em;
    font-size: 11.9px; }
.breadcrumbs2 > li > a > [class*=mif] {
    vertical-align: -10%; }

.alert-dismissable .close {
    right: 0; }

.alert {
    padding: 15px 15px 15px 45px;
    margin: 10px;
    font-size: 15px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.alert i {
    margin-right: 10px;
    font-size: 21px;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 14px; }
.alert.no-margin {
    margin: 0; }
.alert.alert-transparent {
    background-color: transparent; }
.alert.alert-transparent.alert-success {
    color: #575757; }
.alert.alert-transparent.alert-info {
    color: #575757; }
.alert.alert-transparent.alert-danger {
    color: #575757; }
.alert.alert-transparent.alert-warning {
    color: #ffb400; }

.alert-success {
    color: #ffffff;
    background-color: #1ca941;
    border-color: #1ca941; }
.alert-success.light {
    color: #575757;
    background-color: #def1e3; }

.alert-info {
    color: #31708;
    background-color: #d9edf7;
    border-color: #bcdff1; }
.alert-info.light {
    color: #285e8e;
    background-color: #b2cfe9; }

.alert-primary {
    color: #ffffff;
    background-color: #1c8bda;
    border-color: #1c8bda; }

.alert-warning {
    color: #ffffff;
    background-color: #ffb400;
    border-color: #ffb400; }
.alert-warning.light {
    color: #b37e00;
    background-color: #ffe9b3; }

.alert-danger {
    color: #ffffff;
    background-color: #575757;
    border-color: #575757; }

.alert-danger.light {
    color: #cd1e1a;
    background-color: #fcebea; }

.alert-borderd {
    background: transparent;
    color: #4d4d4d; }

.tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.popover {
    background: #ffffff;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.popover.left > .arrow:after {
    border-left-color: #1a1a1a; }

.popover.right > .arrow:after {
    border-right-color: #1a1a1a; }

.popover.top > .arrow:after {
    border-top-color: #1a1a1a; }

.popover.bottom > .arrow:after {
    border-bottom-color: #1a1a1a; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 12px; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 6px 12px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #dbe6f1; }

.table > thead > tr > th, .table > thead > tr > td {
    font-size: 15px;
    font-weight: 500; }

.table > thead > tr > th {
    border-bottom: 1px solid #575757; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #ffffff; }

.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 #ececec; }

.table-bordered {
    border: 1px solid #ececec; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #ffffff; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background: #95d4a5;
    color: #ffffff;
    border-top: 0; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background: #575757; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background: #575757;
    color: #ffffff;
    border-top: 0; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background: #e63d3a; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background: #ffb400;
    color: #ffffff;
    border-top: 0; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background: #e09e00; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background: #575757;
    color: #ffffff;
    border-top: 0; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background: #3174ae; }

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #e6e6e6; } }
.table-middle > tbody > tr > td, .table-middle > tbody > tr > th, .table-middle > tfoot > tr > td, .table-middle > tfoot > tr > th, .table-middle > thead > tr > td, .table-middle > thead > tr > th {
    vertical-align: middle; }

.table-no-border > tbody > tr > td, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > td, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > thead > tr > th {
    border: none;
    padding: 10px 0px; }

.table > tbody > tr > td.td-v-align {
    vertical-align: middle; }

.pagination > li > a,
.pagination > li > span {
    background: #ffffff;
    border: 1px solid #f3e3e5; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #575757;
    background-color: #f3e3e5;
    border-color: #f3e3e5; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #575757;
    border-color: #575757; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: white;
    border-color: white; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #ffffff;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #4d4d4e;
    font-weight: 700;
    border: 2px solid #dcdcdc;
    width: 100%;
    max-width: 55vw;


}
.form-control:focus {
    outline: none;
    color: #000000;
    border: 2px solid #000000; }
.control-label{
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 12px;
    display: block;
}
.input-group-addon {
    border: 1px solid #bed2e5;
    background: #f5f8fb; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #dcdcdc; }

.has-feedback label ~ .form-control-feedback {
    top: 23px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d }

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #3c763d }
.has-success .form-control:focus {
    border-color: #575757;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-success .form-control-feedback {
    color: #575757; }
.has-success .input-group-addon {
    border-color: #575757; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #575757; }

.has-error .form-control {
    border-color: #575757;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #575757; }
.has-error .form-control:focus {
    border-color: #e2231f;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-error .form-control-feedback {
    color: #575757; }
.has-error .input-group-addon {
    border-color: #575757; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ffb400; }

.has-warning .form-control {
    border-color: #ffb400;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-warning .form-control:focus {
    border-color: #cc9000;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-warning .form-control-feedback {
    color: #ffb400; }
.has-warning .input-group-addon {
    border-color: #ffb400; }

.has-info .help-block, .has-info .control-label, .has-info .radio, .has-info .checkbox, .has-info .radio-inline, .has-info .checkbox-inline {
    color: #575757; }

.has-info .form-control {
    border-color: #575757;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #575757; }
.has-info .form-control:focus {
    border-color: #2d6ca2;
    box-shadow: none;
    -webkit-box-shadow: none; }
.has-info .form-control-feedback {
    color: #575757; }
.has-info .input-group-addon {
    border-color: #575757; }

legend {
    padding: 0 0 6px 0;
    font-size: 16px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e0e0e0; }

label {
    font-size: 14px;
    font-weight: 500; }

.help-block {
    font-size: 11px; }

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    margin-top: 2px; }

.nav-tabs {
    /* border-bottom: 1px solid #f3e3e5; */
    padding-top: 10px; }

.nav-tabs li a {
    margin-right: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ececec;
    background: #ececec; }
.nav-tabs li a:hover {
    background: #d55246;
    border: 1px solid #d55246;
    color: #ffffff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: transparent;
    color: #000000;
    border: 1px solid #f3e3e5;
    border-bottom: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.tab-content {
    padding: 20px;
    border: 0px solid #f3e3e5;
    border-top: 0; }

.tab-content embed{
    min-height:800px;
}

.mark, mark {
    background-color: #ffb400;
    color: #000000; }

.gutter.row {
    margin-right: -8px;
    margin-left: -8px; }

.gutter > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 8px;
    padding-left: 8px; }

.panel-sortable {
    cursor: move; }
.panel-sortable .panel {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.panel-sortable .panel:after {
    content: "\e5c8";
    font-family: 'icomoon';
    position: absolute;
    right: 15px;
    bottom: 25px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.panel-sortable .panel:hover {
    border: 1px dashed #575757;
    background: #212730;
    background-color: #ffffff; }
.panel-sortable .panel:hover:after {
    color: #575757;
    font-size: 36px; }
.panel-sortable .panel .panel-body {
    min-height: 90px; }

/*# sourceMappingURL=main.css.map */


.fa.fa-file-text.fa-5x{
    display:none;
}

aside.aside{
    padding:10px;
    width: 20%;
    float: left;
}
header.header{
    background:transparent;
}
.custom-search{
    display:none;
}
.invoice-list{
    min-width:75%;
    float:right;
}

.accounts-review li{
    width:30%!important;
}

.panel-default>.panel-heading{
    background-color:#575757;
    color:#FFF;
    border-color:#575757;
}
/*
.panel-default>.panel-heading a{
    color:#FFF!important;
}
*/
.step-content.tab-content{
    padding-top:10px;
    padding-bottom:80px;
}
.step-content.tab-contentX .tab-pane{
    padding:0px;
}
.step-content.tab-content .panel-body{
    padding-left:0px;
    padding-right:0px;
}
.btn-success{
    background-color:#575757;
}

#accordion2{
    margin:-10px;
}
#accordion2 .table-responsive{
    overflow:hidden;
}
#accordion2 .dataTables_wrapper input{
    width:148px;
}
#accordion2 .dataTables_empty{
    text-align:center;
}

.pull-left  a.btn-default{
    color:#000!important;

}

.create-plus{
    display:block!important;
}

iframe{
    max-height:577px;
}
.details .aside.aside-xs{
    width:20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    border-top: 5px solid #575757;
    padding: 15px;
    min-height:200px!important;
}

.details .bg-light.lter.b-l{
    float: right;
    width: 80%;
    min-height:200px!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    border-top: 5px solid #575757;
    padding: 15px;
}
.details th{
    font-size:10px!important;
}
.parsley-error{
    border-color: #575757;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #575757;
}
.panel-toggle{
    padding:2px;
}

header.panel-heading.text-right{
    padding:40px;
    background:#FFF;
    padding-top:30px;
}
header.panel-heading.text-right ul.nav a{
    color:#575757!important;
    background:#FFF;
}


header.panel-heading.text-right ul.nav li.active a{
    background-color:#575757!important;
    color:#FFF!important;
}
.padder{
    padding-left:10px;
    padding-right:10px;
}
.jumbotron{
    background:transparent;
}

.jumbotron a{
    color: #ffffff;
    font-size: 18px;
    background-color: #3B5998;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 15px;
    border-radius:5px;
}
header.dk.header a.btn-icon{
    display:none;
}

@media screen and (max-width: 1199px) {

    .right-sidebar{
        display:none!important;
    }}

#togglesidebar{
    color: #888888;
    font-size: 29px;
    /* margin-left: 94px; */
    font-weight: bold;
    bottom: 30px;
    display: inline-block;
    position: absolute;
    left: 15px;
    padding: 7px 8px;
    padding-left:10px;
    padding-right:5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#togglesidebar:hover{
    padding-left:5px;
    padding-right:10px;
}
@media screen and (max-width: 769px) {

    #togglesidebar{
        display:none!important;
    }
}
.main-sidebar-hidden #togglesidebar{
    left: 7px;
    top: -4px;
    padding: 7px 2px;
}
#togglesidebar .a-r{
    display:none;
}
.main-sidebar-hidden  #togglesidebar .a-l{
    display:none;
}
.main-sidebar-hidden #togglesidebar .a-r{
    display:block;
}
.main-sidebar-hidden .toggle-main-content{
    width: 100% !important;
}

.main-sidebar-hidden .toggle-main-sidebar{
    display: none;
}

.toolbar2.push-right.col-sm-3 .btn.btn-default.btn-sm.pull-right{
    display:none;
} 

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus{
    background-color: #575757 !important;
}

.pagination > li > a, .pagination > li > span{
    color: #575757;
}

.panel{
    border-radius: 0px;
}

.panel-heading{
    border-radius: 0px;
}

.btn-default{
    background: none !important;
}

.card-header{
    padding: 17px 0px 17px 50px;
    margin-bottom: 22px;
    vertical-align: middle;
    background: none;
    color: #4d4d4e;
    border-bottom: 1px solid #dcdcdc;
    font-size: 20px;
    margin-left: -60px;
    margin-right: -15px;
}

.card{
    background-color: #ffffff;
    padding: 15px;
    padding-top: 7px;
    padding-left: 60px;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    border-radius: 10px;
}

.othersave{
    margin-top: 50px;
}

.headnum{
    border-radius: 5px;
    behavior: url(PIE.htc);
    width: 32px;
    height: 32px;
    padding: 8px;
    padding-top: 7px;
    background: #000000;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    position: absolute;
    top: 11px;
    left: 27px;
}

.headnumok{
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 32px;
    height: 32px;
    padding: 6px;
    padding-top: 6px;
    background: red;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    position: absolute;
    top: 11px;
    left: 27px;
    display: none;
}

.has-no-errors .headnumok{
    display: block;
}

.has-no-errors .headnum{
    display: none;
}

.fa-pencil{
    margin-left: 10px;
    color: #000000;
}

.input-enabler{
    cursor: pointer;
}

.countdown{
    float: right;
    color:#ffffff;
    line-height: 54px;
    margin-right: 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
.countdown .fa, .lang-selector a .fa{
    color:#b1bbce!important;
}
#time{
    font-weight: regular;
        min-width: 50px;
    display: inline-block;
}

.summary{
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 20px;
    clear: both;
    width: 100%;
    margin-left: 20px;
}

.language-select{
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}

.fa-question-circle{
    font-size: 20px !important;
}

.titlebar-button{
    float: right;
    margin-top: 31px;
}

.form-cancel-button{
    margin-left: 10px;
}

.language-select select{
    color: white;
    background: #4d4d4e;
}

.w-100{
    width: 100%;
}

.partners-container{
    position: relative;
    padding-top: 7px !important;
}

.pa-header .headnum{
    top: 14px;
    left: 12px;
}

.clearfix{
    clear: both;
    width: 100%;
}

.partners-container .pa-header{
    cursor: pointer;
}
.partners-container .pa-header span{
    color:rgba(0, 0, 0, 0.6);
}

.financial-container{
    padding-top: 30px;
}

.item-container{
    padding-top: 30px;
}


.col-md-12.p5{
    border-radius: 0px;
    padding-right:0px;
    padding-left:0px;
    background-color:#FFF;
    box-shadow: -6px 3px 44px 5px rgba(0, 0, 0, 0.2);
    min-height: 91vh;
}
.col-md-12.p5:before{
    content: ' ';
    position: absolute;
    width: 80px;
    min-height: 91vh;
    background-color: #f2f4f9;
    left: 0;
    z-index: 0;
    height:100%;
}
.dropdown-menu{
    top:0;
    left:0;
}
.toggle-main-content{
    padding-right:0px;
    padding-left:0px;
    margin-right:-15px;
}

.toggle-main-sidebar{

    padding-right:0px;
    padding-left:0px;
}

.container-fluid{
    padding-right:0px;
    padding-left:30px;
}
.list-view .card{
    clear:both;
    background:#FFF;
    border:0px;
    padding-left:15px;
    margin-bottom:10px;
    color:#737373;
}
.list-view .card h4{

}
.list-view .card p{
    padding-left:10px;
}
.list-view .card .text-right{

}
.list-view .card .btn{
    background-color: #FFF!important;
    border-radius: 27px;
    padding: 11px 15px;
}
.list-view .card .btn-primary strong{
    display:none;
    overflow:hidden;
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
}

.form-container{
    padding-top: 30px;
    border-radius:5px;

}

[data-toggle="collapse"] .carrow:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .carrow:before {
    content: "\f13a";
}

.partners-list.card{
    padding: 5px;
    padding-top: 0px;
}

.partners-list p{
    margin-bottom: 0px !important;
}

.partners-list.card h4 {
    padding: 3px;
    font-size: 17px;
    color: #000;
}

.partners-list.card .text-right{
}

.partners-list.card .btn {
    background-color: #FFF!important;
    border-radius: 27px;
    padding: 4px 7px;
}

.carrow{
    float: right;
    display:none!important;
}

.fin-account-list-h4-inner{
    font-size: 14px;
}

.open .navbar-default .navbar-nav > li > .dropdown-toggle{
    background: #4d4d4e !important;
}

@media screen and (max-width: 767px) {
    
    .lang-selector{
        position: absolute !important;
        top: 6px;
        right: 100px;
    }
    
    .lang-selector a .fa{
        color: #ffffff !important;
    }
    
    .lang-selector a{
        color: #ffffff;
    }   
    
    .outgoing-invoices-list{
        margin-right: 0px;
    }
    
    .toggle-main-content{
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-top: -100px;
    }

    .toggle-main-sidebar{
        padding-bottom: 50px;
    }
    .col-md-12.p5{
        padding-left:0px;
    }
    .footer {
        width:100%;
    }
    .form-control{
        width:100%;
        min-width:100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color:#000;
    }
    .navbar-default .navbar-collapse{
        margin-top:20px;
        margin-bottom: 40px;
    }
    .logo {
        margin: 0;
        float: left;
    }
    .logo img{
        max-width: 45vw;
        margin-top: 7px;
    }
    .list-view .card .text-right{
        float:none;
        margin-top:0;
    }
    .titlebar-button{
        margin-top:10px;
    }
}

.dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.titlebar-button .dropdown-toggle::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.top-bar .form-control{
    margin-top: 20px;
    width: 30%;
    float: right;
    margin-right: 20px;
}

.input-group-append {
    margin-left: -1px;
}

.top-bar .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
    background-color: #4d4d4e;
    border-color: #4d4d4e;
}

.top-bar .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #4d4d4e !important;
    border-color: #4d4d4e !important;
}

.dropdown-menu{
    left: 0px;
    border: 1px solid #d55246;
    margin-top: 0px;
}

.top-bar input[type="text"] {
    position: relative;
}

.input-group-append {
    margin-left: -1px;
    position: absolute;
    z-index: 1;
    right: 6px;
    top: 20px;
}

.input-group{
    float: right;
    width: 30%;
}

.input-group-append button{
    background-color: transparent;
}

.top-bar .form-control {
    width: 266px;
}

#carouselExampleControls{
    width: 49%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 236px;
    display: none;
}

@media (min-width: 768px){
/*
.navbar .open > .dropdown-menu{
    display: none !important;
} */
.app, .app body {
    overflow: visible;

    overflow-x:hidden;
}
}

.outertitle{
    display: none;
}

@media (min-width: 992px){
    .col-lg-1-14{
        width: 10%;
    }
    .innertitle{
        display: none;
    }
    .outertitle{
        display: block;
    }
    .vertical-menu .nav-tabs{
        width: 10%;
        float: left;
    }
    .vertical-menu .nav-tabs .nav-item{
        width: 100%;
    }
    .vertical-menu .tab-content{
        width: 90%;
        float: right;
    }
}

.required .control-label:after{
    content: "*";
    color: red;
    font-size: 22px;
}

.list-table{
    padding: 10px;
}

.innertitle{
    font-weight: bold;
}

.outertitle{
    font-weight: bold;
}

div[data-key]:nth-of-type(even){
}

.togglecontent{
    padding-left: 0px;
    padding-right: 40px;
    margin-top: -10px;
    margin-right: 36px;
}

.togglecontent div{
  /*  background: rgba(255,255,255,0.4); */
}

.percent-after-field{
    font-size: 20px;
    line-height: 36px;
}

.going-items{
    padding-top: 10px;
    padding-left: 10px;
}

.form-horizontal .control-label{
    text-align: left !important;
}

.sort-link{
    font-family: FontAwesome;
}

.sort-link.desc:after{
    content: "\f0dd";
    font-family: FontAwesome!important;
    float:right;
}

.sort-link.asc:after{
    content: "\f0de";
    font-family: FontAwesome!important;
    float:right;
}

#invoices_search_button{
    margin-top: 35px;
}


.identity-select .identity-container{
    background-color:#f0f0f0;
    margin-top: -15px;
    padding-top: 15px;

}
.identity-select{
    margin-top:0px;
    margin-left:-30px;
}

article.row{
    padding:20px;
    background:#FFF;
    border:1px solid #dcdcdc;
    margin: 10px;
    margin-right: 40px;
    margin-left: 0px;
    color:#696969;
    line-height: 20px;
    position: relative;
    border-radius:10px;
}
.tab-bar .pull-right{
  margin-right:40px;
}
.tab-bar{
    width: 103%;
    margin-left: -20px;
    text-transform: uppercase;
    margin-bottom:20px;
    background: #d6d6d6;
    height: 70px;
}
.tab-bb{
    padding:0px;
    padding-left:80px;
    padding-right:30px;
    background:#d6d6d6;
    position: relative;
    cursor:pointer;
    display: inline-block;
    transition: all 0.4s;
    line-height:70px;
    border-right: 3px solid #FFF;
    margin-right:-3px;
}
.tab-bb i{
    position: absolute;
    font-size:25px;
    width:70px;
    height:70px;
    line-height:70px;
    text-align: center;
    left: 0;
    top:0px;
}
.tab-bb:hover{
    background-color:#f0f0f0;
    color:rgba(0, 0, 0, 0.6);
}
.tab-bb.active{
    color:#5f6f94;
    border-radius:1px;
    background-color:#f0f0f0;
}

.container-preview{
    margin-top: 20px;
}

article.row up{
    text-transform: uppercase;
    color: #afb9cd;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
}
.inbox article{
    min-height: 106px;
    margin-right:20px;
}
.inbox article b{
    background:#d6d6d6;
    border-radius:3px;
    padding:3px;
}
.inbox article up{
    min-width:65px;
}

.bb-inbox article{
    padding:15px;
    padding-left:50px;
    margin:5px;
    min-height: 40px;
    margin-right:20px;
    cursor:pointer;
}
.bb-inbox article:after{
    content: "\f003";
    color:#d6d6d6;
    position: absolute;
    left:15px;
    top:50%;
    margin-top:-15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s;
}
.bb-inbox article:hover:after{
    content: "\f2b7";
    transform:rotate(360deg) ;
    transition: all 0.2s;
    color:#7f8da9;
}
.bb-inbox article:hover{
  /* background: rgba(255, 255, 255, 0.5); */
  box-shadow: 1px 3px 3px #d6d6d6;
}
.bb-inbox article b{
    background:#d6d6d6;
    border-radius:3px;
    padding:3px;
}
.bb-inbox article up{
    min-width:65px;
}
/*.bb-inbox article.row div:nth-Child(3) {
    border-left: 1px solid #dcdcdc;
}*/
article.row a{
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-size: 18px;
}

.list-pictograms{
    border-right:1px solid #dcdcdc;
}

article.row a.btn-cta, article.row div.btn-cta{
    border-left: 1px solid #dcdcdc;
    padding: 10px;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    padding-top: 0;
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s; 
}
article.row a.btn-cta:hover{
    background:#f0f0f0;
}
article.row a.btn-cta:nth-of-type(2){
    right:80px;
}
article.row a.btn-cta:nth-of-type(3){
    right:160px;
}
article.row a.btn-cta:nth-of-type(4){
    right:240px;
}

article.row .btn-cta span{
    top: 50%;
    color:#afb9cd;
    margin-top: -5px;
}
article.row .btn-cta span.fa{
    top: 44%;
}
article.row .btn-cta span {
    top: 50%;
    color: #afb9cd;
    margin-top: -5px;
    position: relative;
}
.btn-sort{
    float:right;
    margin-right:40px;
    margin-top: -33px;
}
.btn-sort .dropdown-menu{
        top: 30px;
    right: 0;
    left: auto;
    border: 0;
    background-color: #d6d6d6;
    font: normal 13px 'Rubik', sans-serif;
    font-family:'Rubik'!important;
    text-transform: uppercase;
}
.btn-sort .dropdown-menu a{

    color:rgba(0, 0, 0, 0.6);
    font-family:'Rubik'!important;
}
.btn-sort .dropdown-toggle{
    background: #d6d6d6;
    color:rgba(0, 0, 0, 0.6);
    
    text-transform: uppercase;
    font-size: 13px;
}
.btn-sort .desc, .btn-sort .asc{
    color:#ca030a!important;;
}

.help-block.help-block-error{
    position: absolute;
    margin-top: 1px !important;
}

.input-group .form-control{
    z-index: 1;
}

.outgoing-invoices-list{
    padding: 20px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#i_filters{
    margin-top: -1px;
    padding: 20px;
    background: #d6d6d6;
    border: 0px solid rgb(220, 220, 220);
    color: rgb(95, 109, 137);
    line-height: 20px;
    position: relative;
    /* border-radius: 5px; */
    margin-bottom: 10px;
    margin-right: 40px;
    margin-left: 0px;
}
#i_filters .label{
    padding-top:0px;
}

.bb_statement-list{
    padding: 20px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 991px){
    
.bank_statements_item_smallermargin{
    margin-bottom: 0px !important;
}
    
#partnertype-title{
    display: block;
}
    
.j-form .row {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
    
.input-group {
    float: right;
    width: 91%;
}
    
.btn-sort{
    display: inline-block;
    right: 0px;
    margin-top: 10px;
    float: none;
    width: 100%;
}
    
.list-pictograms{
    position: absolute;
    right: 0px;
}
    
.card{
    padding-right: 30px;
}
    
.top-bar{
    padding: 0px 10px 0px 20px;
}
    
#bs-example-navbar-collapse-1:not(.in) {
    display: none !important;
}
    
article.row up{
    min-width: 100%;
}
    
article.row a.btn-cta, article.row div.btn-cta{
    height: 38px;
    width: 46px;
}

article.row a.btn-cta:hover{
    background: none;
}

article.row a.btn-cta:nth-of-type(2){
    right: 40px;
}
    
.togglecontent{
    margin-right: 0px;
    padding-right: 0px;
}
    
.btn-sort{
    margin-right: 0px;
}
    
article.row{
    margin-right: 0px;
}
    
article.row a.btn-cta, article.row div.btn-cta{
    border-left: 0px;
}

article.row div:first-Child{
    border-right: 0px;
    margin-bottom: 20px;
}
    
li.open > .dropdown-menu{
    height: auto !important;
}
    
.navbar-toggle{
    display: block;
}
    
.navbar-toggle{
    position: absolute;
    top: -111px;
    right: 11px;
}
    
.logo{
    z-index: 999;    
}
    
ul#header-actions{
    margin: 0px 0 0 0px;
    background: #ffffff;
}

.outgoing-invoices-list{
    margin-right: 0px;
}
    
.col-md-12.p5:before{
    content: none;
}
    
.navbar-header button{
    z-index: 9999999;
}
    
#container-detailsearch{
    margin-top: 20px;
    margin-bottom: 15px;
}
    
.container-fluid{
    padding-right: 30px;
}
    
.tophead{
    background: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu{
    left: 0px;
}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

#container-identity-manage .col-xs-5ths,
#container-identity-manage .col-sm-5ths,
#container-identity-manage .col-md-5ths,
.modal-open .col-sm-5ths,
.modal-open .col-md-5ths,
.modal-open .col-xs-5ths{
    padding-left: 15px;
}

#container-identity-manage .tab-content{
    padding-left: 0px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    
    #pjax-container-list-view #container-detailsearch{
        float: left;
    }
    
    .required .control-label:after{
        position: absolute;
        padding-left: 3px;
    }
    
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.input-group .form-control:focus{
    z-index: inherit;
}

.list-pictograms{
    width: 66px;
    float: right;
    top: 0px;
}

.navpict{
    background-color: #81c770;
    padding: 4px;
    height: 26px;
    font-size: 15px;
    display: inline-block;
    color: #ffffff;
    border-radius: 3px;
}

.navpict.red{
    background-color: red;
}

.navpict.yellow{
    background-color: yellow;
}

.navpict i{
    font-size: 16px;
}

.esigned{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px;
    height: 26px;
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 8px;
}

.esigned i{
    font-size: 16px;
}

.btn-addrow{
    margin-right: 13px;
}

.picto-holder{
    height: 30px;
    display: block;
}

.togglecontent.horizontal-menu .nav.nav-tabs{
    margin-top: 1px;
    text-transform: uppercase;
    border: 0;
    margin-left: 10px;
}
.togglecontent.horizontal-menu .tab-content{
    padding-left: 10px;
    background: #d6d6d6;
}
.togglecontent.horizontal-menu .nav.nav-tabs li{
    margin-left:1px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}
.togglecontent.horizontal-menu .nav.nav-tabs li a{
    border: 0px solid #ececec;
    padding: 5px 15px;

    background-color:#e4e4e4;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;

}
.togglecontent.horizontal-menu .nav.nav-tabs li a:hover{
    color:#000;
    background: #d6d6d6;
}
.togglecontent.horizontal-menu .nav.nav-tabs li.active a{
    
    background: #d6d6d6;
}

.row.list-table.outertitle{
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    background-color: #f0f0f0;
}
.togglecontent.horizontal-menu .tab-content table.table{

}
.togglecontent.horizontal-menu .tab-content table.table th{

    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    background-color: #f0f0f0;
}

.togglecontent.horizontal-menu .tab-content .control-label{
    color:#333333;
    padding-top: 3px;
}

.togglecontent.horizontal-menu .tab-content button{
    background:#81c770;
    padding:10px 20px;
    border-radius:20px;
    text-transform: uppercase;
    border:0;
    color:#FFF;
    margin-top:5px;
}
.togglecontent.horizontal-menu .tab-content textarea.form-control{
    min-height:300px;
    width:100%;
}
.togglecontent.horizontal-menu .tab-content form{
    max-width: 700px;
    }    
    
.btn-sort .dropdown-toggle, .btn-filter {
    background: #d6d6d6;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 13px;
}
 .btn-filter i.fa{
    text-transform: uppercase;
     font-size: 15px;
} 

::-webkit-input-placeholder { /* Edge */
  color: #d6d8dc !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d6d8dc !important;
}

::placeholder {
  color: #d6d8dc !important;
}


/* Custom Radio Button Start*/

.radiotextsty {
  color: #A5A4BF;
  font-size: 18px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .radiomark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .radiomark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .radiomark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
}

/* Custom Radio Button End*/

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 2px solid #dcdcdc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* J-FORM STYLES  Start */

.j-form section{   
    background:#afb9cd;
    border:1px solid #dcdcdc;
    padding:0px;
    border-radius:5px;
    margin-bottom:30px;
    position: relative;
}
.j-form h2{
    width:100%;
    padding:20px;
    padding-left:50px;
    margin:0px;
    font-size:18px;
    color:rgba(0, 0, 0, 0.6);
    font-family:"Rubik";
}
.j-form section.enabled{
    cursor: pointer;
}

.j-form section.st1::after{
    content:"1";
}

.j-form section.st2::after{
    content:"2";
}

.j-form section.st3::after{
    content:"3";
}

.j-form section.st4::after{
    content:"4";
}

.j-form section.st5::after{
    content:"5";
}

.j-form section::after{
    position: absolute;
    top: 15px;
    left: 10px;
    background:#FFF;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:rgba(0, 0, 0, 0.6);
    border-radius:5px;
    font-family:"Rubik";
    font-size:18px;
}


.j-form section.active::after{
    background:#000000;
    color:#FFF;
}
.j-form section.active {
    background:#FFF;
}
.j-form section .controls{
    display:none;
}

.j-form section.active .controls, .j-form section.done .controls{
    display:block;
}

/*.j-form section:nth-Child(1)::after{ content:"1"; }
.j-form section:nth-Child(2)::after{ content:"2"; }
.j-form section:nth-Child(3)::after{ content:"1"; }
.j-form section:nth-Child(4)::after{ content:"2"; }
.j-form section:nth-Child(5)::after{ content:"3"; }
.j-form section:nth-Child(6)::after{ content:"4"; }
.j-form section:nth-Child(7)::after{ content:"5"; }
*/

.j-form h3{
    width:100%;
    padding:20px;
    margin:0px;
    font-size:16px;
    color:#323232;
    font-family:"Rubik";
    border-top:1px solid #dcdcdc;
}

.j-form .row{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

.inbox-mail .j-form .row{
    padding-left:10px;
    padding-right:20px;
    padding-bottom:20px;
}

.j-form .row.hr{
    border-top: 1px solid #dcdcdc;
    margin: 0;
    padding-left: 65px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.j-form label{
    line-height: 25px;
    color: #666666;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom:0px;
    max-width: 120% !important;
    width: 120% !important;
}

.j-form .j-form-address label{
    display: inline-table;
    max-width: 150%;
    min-width: 100%;
    width: max-content;
    overflow: visible;
}

.j-form .box{
    padding:40px;
    border-top:1px solid #dcdcdc;
    width:100%;
    margin-top:20px;
}
.j-form .btn{
    border:0px;
    background-image: none;
    border-radius:30px;
    transition: all 0.3s;
    font-family:"Rubik";
    font-size:14px;
    line-height:30px;
    padding:5px 20px;
}
.j-form .btn-success{
    background-color:#81c770;
}
.j-form .btn-info{
    background-color:#000000;
    padding:0px 20px;
    font-size:12px;
    text-transform: uppercase;
}
.j-form .btn-success:hover{
    background-color:#6fb95d;
}
.j-form .only-data input{
    border:0px;
    padding-left:0px;
    padding-right:0px;
    color:rgba(0, 0, 0, 0.6);
    padding-top:2px;
    margin-right:-20px;
    cursor:default;
    
    font: normal 14px 'Rubik', sans-serif;
}
.j-form .only-data label{
    line-height:20px;
    
}
.j-form .add-data{
    background-color:#f2f4f9;
    padding-top:20px;
    padding-bottom:20px;
    margin:0;
    margin-top:20px;
    margin-bottom:20px;
    padding-left: 65px;
    padding-right: 65px;
}
.j-form .container{
    padding-left:30px;
}

.j-form section.active::before {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgb(95, 109, 137);
    font-size: 18px;
    font-family: FontAwesome!important;
    content: "";
    pointer-events: none;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.j-form section.done::after{
    background:#81c770;
    color:#FFF;
    border-radius:50%;
    content:"✎";
}
.j-form section.done::before{
    position: absolute;
    top: 15px;
    right: 10px;
    background:#FFF;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:rgba(0, 0, 0, 0.6);
    border-radius:5px;
    font-size:18px;
    content:"✎";
    transform: rotate(90deg);
    transition: transform 0.4s;
    pointer-events:none;
}
.j-form section.done:hover::before{

    transform: rotate(0deg);
}
.j-form section.done{
    background:#f8f9fc;
    line-height:0px;
}
.j-form section.done label{
    z-index: -1;
    position: relative;
}
.j-form section.done input, .j-form section.done select{
    border:0px;
    margin-left: 5px;
    margin-bottom: 10px;
/*  background:transparent; */
    cursor:default;
    color: rgba(0, 0, 0, 0.6);
    font: normal 11px 'Rubik', sans-serif;
    z-index: -1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.j-form section.editablewhendone input{
    cursor: text;
    z-index: 1;
/*    margin-left: 10px; */
}

.j-form section.editablewhendone select {
    cursor: pointer;
    z-index: 1;
}

.j-form section.editablewhendone input:hover{
    background: white;
}

.j-form section.editablewhendone input:focus{
    background: white;
}

.j-form section.done select::-ms-expand {
    display: none;
}
.j-form section.done h2{
    background:#e4f1e4;
    cursor:pointer;
}
.j-form .done .form-group, .j-form .done h3, .j-form .done .box, .j-form .done .container, .j-form .done .help-block, .j-form .done .add-data{
    max-height: 0px;
    max-width:0px;
    overflow: hidden;
    margin:0px;
    transition: all 0.4s;
    padding:0px;
    border:0px;
    opacity:0;
}
.j-form .done .controls{
    padding-left:50px;
}
.j-form .done div{
    width:auto;
    display:inline-block;
    padding:0px;
    margin:0px;
}
.j-form .done .row{
    width:auto;
    display:inline-block;
    padding:0px;
    margin:0px;
}
.j-form .done .form-group.overall{
    max-height:none;
    margin-bottom: 5px;
    transition: all 0.4s;
    max-width:none;
    opacity:1;
    z-index: 2;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    overflow: visible;
}
.j-form .done .form-control{
    display:inline-block;
    width:13vw;
}
.j-form .item-plus{
    margin-right:-16%;
}
.j-form .btn-transparent{
    padding-left:0px;
    margin-top:20px;
}
/* J-FORM STYLES  End */

.active .only-data .col-md-1{
    height: 34px;
}

.container-invoice-items table, .container-invoice-items .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: none;
}

.container-invoice-items .table-bordered > thead > tr > th{
    padding-bottom: 0px;
}

.container-invoice-items .table-bordered > thead > tr > th label{
    margin-bottom: 0px;
}

.modal btn-primary a{
    color: #ffffff;
}

#pjax-container-list-view input[type=radio]{
    margin-left: 20px;
}

#partner_listtop_radiobuttons{
    margin-right: 20px;
}

#partner_listtop_radiobuttons label{
    margin-left: 3px;
    width: auto !important;
    max-width: 100% !important;
}

#partner_type_radio_2{
    margin-left: 10px;
}

.j-form-address, .j-form-address .row{
    padding-left: 10px !important;
/*  padding-right: 20px !important; */
}

.j-form-items{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal {
  text-align: center;
  top: 1px !important;
}
@media screen and (min-device-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .btn i {
    font-size: 18px;
    vertical-align: middle;
    padding-right: 6px;
}

.modal .fa-pencil{
    color: inherit;
}

@media (min-width: 768px){
.modal-dialog {
    width: 700px;
    margin: 30px auto;
}
}

.invoice-notes .btn-new-note{
    margin-bottom: 12px !important;
    padding: 2px 7px !important;
    border-radius: 3px !important;
}

.invoice-notes .btn-new-note i{
    margin-right: 0px;
}

.invoice-notes form{
    max-width: 2000px !important;
}

textarea:focus, input:focus{
    outline: none !important;
}
.invoice-notes .close{
    display: none;
}
    
.invoice-notes .close{
    display: block;
}
    
.invoice-notes .form-control{
    min-height: 300px;
    height: 300px !important;
    line-height: 30px;
    font-size: 14px;
}

/* Remove margins and padding from the list */
.invoice-notes ul {
  margin: 0;
  padding: 0;
}

/* Style the list items */
.invoice-notes ul li {
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 17px;
    list-style-type: none;
    background: #fff;
    font-size: 15px;
    margin-bottom: 6px;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

/* When clicked on, add a background color and strike out text */
.invoice-notes ul li.checked {
  background: #888;
  color: #fff;
  text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
.invoice-notes ul li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 10px;
  left: 16px;
  transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

/* Style the close button */
.invoice-notes .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 16px 12px 16px;
}

.invoice-notes .close:hover {
  color: #000000;
}

/* Style the header */
.invoice-notes .header {
  background-color: #f44336;
  padding: 30px 40px;
  color: white;
  text-align: center;
}

/* Clear floats after the header */
.invoice-notes .header:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the input */
.invoice-notes input {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 75%;
  padding: 10px;
  float: left;
  font-size: 16px;
}

.invoice-notes .paper{
    position: relative;
    background: -webkit-linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background: -moz-linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background: linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

.invoice-notes .paper:before {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
    border-left: 1px solid #F9D3D3;
}

.invoice-notes li.selected{
    background: #f1f1f1;
    box-shadow: 0 0 2px #000;
}

.done .hidewhendone{
    display: none !important;
}

@media screen and (max-width: 991px) {
.container-invoice-items table {
    border: 0;
  }

.container-invoice-items table caption {
    font-size: 1.3em;
  }
  
.container-invoice-items table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.container-invoice-items table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
.container-invoice-items table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
.container-invoice-items table td:last-child {
    border-bottom: 0;
  }
}

.done .container-invoice-items{
    display: none !important;
}

.j-form .done .row.hr{
    border-top: none;
}

.incoming-invoice-form-data.done .hr{
    float: left;
}

.inbox-mail .modal-dialog{
    width:97vw!important;
    margin:10px;
}

.inbox-mail .modal-backdrop {
    background-color: #cccccc;
}

.inbox-mail .modal-backdrop.in{
    opacity: .8;
}

.inbox-mail .modal-content{
    overflow: auto;
    box-shadow:none;
    border:none;
    padding:30px;
    padding-top: 0px;
    width:50%;
    height:90vh;
    display: inline-block;
    transition: all 0.5s;
    border-radius:0px;
    border-top: 90px solid white;
}

.inbox-mail .modal-content.pull-right{
    padding-top: 30px;
    border-top: 0px !important;
}

.inbox-mail .modal-content:nth-Child(2){
    width:20%;
    margin-right:30%;
    padding: 5px;
}

.inbox-mail.in .modal-content:nth-Child(2){
    overflow: hidden;
    width:50%;
    margin-right:0%;
}

.inbox-mail .modal-content up{
    min-width:80px;
    font-weight: bold;
    display: inline-block;
    margin-top:20px;
}

.inbox-mail .modal-content h3{
    margin-bottom:15px;
}

.inbox-mail .modal-body{
    padding-top:30px;
    padding-bottom:30px;
    font-size:20px;
    min-height: 130px;
    height: 55vh;
}

.inbox-mail .modal-body table td{
    font-size:13px;
    padding:4px;
}

.inbox-mail .modal-body table td:nth-Child(1){
    font-weight:bold;
}

.inbox-mail .modal-header{
    padding-bottom:0px;
    border-bottom:1px solid #d6d6d6
}

.inbox-mail .modal-footer{
    text-align:left;
    padding-top:30px;
}

.inbox-mail .modal-footer a{
    margin-left:30px;
    cursor:pointer;
}

.inbox-mail .modal-content .nav-tabs > li{
  /*  float:right; */
}

.inbox-mail .modal-content .nav-tabs > li a{
    padding: 5px 15px;
    text-transform: uppercase;
    font-size:11px;
    border-bottom:1px solid #7c7c7c;
}

.inbox-mail .modal-content .nav-tabs > li.active a{
    border:1px solid #d6d6d6;
    border-bottom:1px solid #FFF;
}

.inbox-mail .modal-content .nav-tabs{
    border-bottom:0px;
    padding-top:25px;
}

.inbox-mail .modal-content .nav-tabs li a:hover{
    background:#FFF;
    border-color:#ececec;
    border-bottom:1px solid #d6d6d6;
    color:#000;
}

.timeline .bg-primary {
    color: #fff;
    background-color: #81c770;
}
    
.timeline{
    display:table;
    width:100%;
    border-spacing:0;
    table-layout:fixed;
    position:relative;
    border-collapse:collapse;
}

.timeline:before{
    content:"";
    width:6px;
    margin-left:-4px;
    position:absolute;
    left:50%;
    top:0;
    bottom:30px;
    background-color:#ddd;
    z-index:0;
}

.timeline .timeline-date{
    position:absolute;
    width:150px;
    left:-200px;
    top:50%;
    margin-top:-9px;
    text-align:right;
}

.timeline .timeline-icon{
    position:absolute;
    left:-41px;
    top:-2px;
    top:50%;
    margin-top:-15px;
}

.timeline .time-icon{
    width:30px;
    height:30px;
    line-height:26px;
    display:inline-block !important;
    z-index:10;
    border:2px solid #fff;
    border-radius:20px;
    text-align:center;
}

.timeline .time-icon:before{
    font-size:16px;
    margin-top:5px;
}

.timeline-item{
    display:table-row;
}

.timeline-item:before,.timeline-item.alt:after{
    content:"";
    display:block;
    width:50%;
}

.timeline-item.alt{
    text-align:right;
}

.timeline-item.alt:before{
    display:none;
}

.timeline-item.alt .panel{
    margin-right:25px;
    margin-left:0;
}

.timeline-item.alt .timeline-date{
    left:auto;
    right:-200px;
    text-align:left;
}

.timeline-item.alt .timeline-icon{
    left:auto;
    right:-41px;
}

.timeline-item.active{
    display:table-caption;
    text-align:center;
}

.timeline-item.active:before{
    width:1%;
}

.timeline-item.active .timeline-caption{
    display:inline-block;
    width:auto;
}

.timeline-item.active .timeline-caption h5 span{
    color:#fff;
}

.timeline-item.active .panel{
    margin-left:0;
}

.timeline-item.active .timeline-date,.timeline-item.active .timeline-icon{
    position:static;
    margin-bottom:10px;
    display:inline-block;
    width:auto;
}

.timeline-caption{
    display:table-cell;
    vertical-align:top;
    width:50%;
}

.timeline-caption .panel{
    display:inline-block;
    position:relative;
    margin-left:25px;
    text-align:left;
}

.timeline-caption h5{
    margin:0;
}

.timeline-caption h5 span{
    display:block;
    color:#999;
    margin-bottom:4px;
    font-size:12px;
}

.timeline-caption p{
    font-size:12px;
    margin-bottom:0;
    margin-top:10px;
}

.timeline-footer{
    display:table-row;
}

.timeline-footer a{
    display:table-cell;
    text-align:right;
}

.timeline-footer .time-icon{
    margin-right:-15px;
    z-index:5;
}

.timeline .panel{
    border: 1px solid #c9d9ea;
}

.timeline div[data-key]{
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
}

#data div{
    border-left: 0px !important;
}

.bank_statements_item_smallermargin up{
    min-width: 0px!important;
    margin-right: 10px;
}

.bb-inbox .btn-sort {
    margin-top: -68px;
}

.j-form h2{
    cursor: pointer;
}

ul.timeline:before{
    background:transparent !important;
}

.inbox-mail{
    top: inherit !important;
}

.default-email textarea.form-control {
    min-height: 300px;
}

.invoices-center-button{
    display: inline-block;
}

.invoices-center-button a{
    color: #ffffff !important;
    font-size: 14px !important;
}

.invoices-center-button{
    display: inline-block;
}

.btn-addrow{
    color: #ffffff !important;
}

@media screen and (max-width: 1920px) {
.halfscreen-mod-12{
    width: 100%;
}
}

.field-myInput label{
    display: none;
}

@media (min-width: 1200px){
    .name_col{
        width: 23%;
        padding-left: 0px;
    }
    .quantity_col{
        width: 10.8%;
        padding-left: 0px;
    }
    .vat_col{
        width: 6.8%;
        padding-left: 0px;
    }
    .price_col{
        width: 10.8%;
        padding-left: 0px;
    }
    .netprice_col{
        width: 12.8%;
        padding-left: 0px;
    }
    .vatprice_col{
        width: 11.8%;
        padding-left: 0px;
    }
    .discount_col{
        width: 10.8%;
        padding-left: 0px;
    }
    .brutoprice_col{
        width: 12.8%;
        padding-left: 0px;
    }
    
    .going-items .quantity_col{
      /*  text-align: right; */
    }
    .going-items .vat_col{
      /*  text-align: right; */
    }
    .going-items .price_col{
      /*  text-align: right; */
    }
    .going-items .netprice_col{
      /*  text-align: right; */
    }
    .going-items .vatprice_col{
      /*  text-align: right; */
    }
    .going-items .discount_col{
      /*  text-align: right; */
    }
    .going-items .brutoprice_col{
      /*  text-align: right; */
    }
    
}

.tab-content .container-fluid{
    padding-left: 20px;
}

@media (max-width: 1420px) {
    .col-md-6-half{
    width: 50%;
    }
}

@media (max-width: 991px) {
    
    .btn-grid-update{
       right: 80px !important; 
    }
    
    .col-md-6-half{
        width: 100%;
    }
}

@media (min-width: 992px) {
    .j-form section.done label {
        z-index: -1;
        width: 150px;
    }
}

.otherinvoicebutton{
    top: 26px;
}

.inbox-modal-container .invoice-save-button{
    display: none;
}

.inbox-modal-container .invoice-dismiss-button{
    display: none;
}

.invoice-modal-container .invoice-apply-button{
    display: none;
}

.invoice-modal-container .invoice-deny-button{
    display: none;
}

.required label:after {
    content: "*";
    color: red;
    font-size: 22px;
    position: absolute;
}

.done #partner_listtop_radiobuttons{
    display: none;
}

#ui-datepicker-div{
    z-index: 9999 !important;
}

.btn-cta.disabled{
    background: #f0f0f0;
    pointer-events: none;
}

.form-group{
    margin-bottom: 0px;
}

.field-input-gross-total{
    margin-top: 10px;
}

.field-input-net-total{
    margin-top: 10px;
}

.ui-autocomplete{
    font-size: 12px;
}
/*
.done .ui-autocomplete{
    display: none !important;
}
*/

.inbox-mail button.close{
    position: absolute;
    left: 42%;
    top: 30px;
}

.j-form .done .form-group.overall.field-formstep-invoice-accountingsupplierparty-party-partyname-name{
    overflow: visible;
}

.j-form .container-invoice-items table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

.j-form .container-invoice-items table th {
    display: none;
}

.j-form .container-invoice-items table td {
    display: inline-block;
}

.j-form .table-striped > tbody > tr:nth-of-type(odd){
    background-color: rgba(255, 255, 255, 0) !important
}

.j-form .container-invoice-items table tr[data-key]{
    border-bottom: 1px solid gainsboro;
    margin-bottom: 20px;
    display: block;
}

/* 
.container-invoice-items td:nth-child(1)::before {
    content: 'label' !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
*/

@media screen and (min-width: 992px) {
    .container-invoice-items td:nth-child(1) {
        width: 16.6%;
    }
    .container-invoice-items td:nth-child(2) {
        width: 36%;
    }
    .container-invoice-items td:nth-child(3) {
        width: 8.6%;
    }
    .container-invoice-items td:nth-child(4) {
        width: 8.6%;
    }
    .container-invoice-items td:nth-child(5) {
        width: 16.6%;
    }
    .container-invoice-items td:nth-child(6) {
        width: 13.6%;
    }
    .container-invoice-items td:nth-child(7) {
        width: 60%;
    }
    .container-invoice-items td:nth-child(8) {
        width: 40%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(1) {
        width: 10.6%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(2) {
        width: 34%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(3) {
        width: 12.6%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(4) {
        width: 8.6%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(5) {
        width: 16.6%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(6) {
        width: 17.6%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(7) {
        width: 60%;
    }
    .inbox-modal-container .container-invoice-items td:nth-child(8) {
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .container-invoice-items td{
        width: 100% !important;
    }
}

.container-invoice-items td input, .container-invoice-items td select{
    max-width: 100% !important;
}

.j-form .btn-remove-row{
    float: right;
}

@media screen and (min-width: 1220px) {
    
    .max_sizes{
        display: block !important;
    }
    
    #partner_4 td:nth-child(1){
        width: 20%;
    }
    
    #partner_4 td:nth-child(2){
        width: 15%;
    }
    
    #partner_4 td:nth-child(3){
        width: 35%;
    }
    
    .inbox-mail .j-form input.input-datepicker,.inbox-mail #formstep-invoice-taxpointdate{
        width: 100% !important;
    }
    
    .j-form input.input-datepicker, .absolute-days input{
        width: 243px;
    }
    
    .plusdays{
        font:normal 13px 'Rubik', sans-serif;
    }
   
    .plusdays:hover{
        opacity: 0.8;
        cursor: pointer;
    }
    
    .absolute-days [data-plusdays="8"]{
        position: absolute;
        top: 34px;
        float: right;
        left: 260px;
        display: inline-block;
        cursor: pointer;
    }
    .absolute-days [data-plusdays="15"]{
        position: absolute;
        top: 34px;
        float: right;
        left: 282px;
        display: inline-block;
        cursor: pointer;
    }
    .absolute-days [data-plusdays="30"]{
        position: absolute;
        top: 34px;
        float: right;
        left: 310px;
        display: inline-block;
        cursor: pointer;
    }
    
}

.overall .ui-menu .ui-menu-item{
    padding: 10px;
}

.overall .ui-menu .ui-menu-item .ui-state-active{
    border: 0px !important;
}

.z-index-2{
    z-index: 2 !important;
}

.container-invoice-items label{
    width: auto !important;
    float: left;
}

#input-pdf-upload-fileinput{
    float: left;
}

.field-input-net-total input, .field-input-gross-total input{
    background: #ffffff !important;
}

.email_copy_container{
    z-index: 10;
    float: right;
    margin-top: 43px;
    color: #5f6c88;
}

.email_copy:hover{
    color: #000000;
}

body:not(.modal-open) .j-form .done .form-control{
    z-index: -1;
    background: transparent !important;
}

body:not(.modal-open) .j-form .done .required label:after{
    content: "";
}

.modal-open .close{
    opacity: 1;
}

.container-send textarea{
    min-height: 300px;
}

.container-send button{
    margin-bottom: 20px;
}

.inbox-modal-container .hidewhencorp{
    z-index: 1;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    font-size: 15px;
}

#container-identity-manage button.btn-deletefile{
    position: absolute;
    bottom: 0px;
    left: 260px;
}

.partners-container .control-label{
    display: block;
}

#partner_listtop_radiobuttons div{
    display: inline;
}

#partner_listtop_radiobuttons div input{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
}

.glyphicon-remove{
    top: 3px;
    left: -3px;
}

.inbox-mail .form-cancel-button{
    margin-left: 0px;
}

.close{
    text-shadow: none;
}

#partnersearch-partner_type{
    margin-left: 10px;
}

.btn-url{
    text-decoration: underline;
}

.max_sizes{
    position: absolute;
    bottom: 66px;
    display: none;
    font-size: 12px;
    color: #95a1b8;
}

.modal-title{
    display: inline-block;
}

.field-sendinvoicesimplemailform-deliveryaddress label, .field-sendinvoicesimplemailform-deliverysubject label, .field-sendinvoicesimplemailform-deliverymessage label{
    margin-top: 0px;
    margin-bottom: 12px !important;
}

.required_field{
    color: red;
    position:absolute;
    font-size: 22px;
}

.partners-container .form-group{
    margin-bottom: 15px;
}

#modal-confirm{
    z-index: 1052;
}

nav i:before{
    content: "\f003";
    font-size: 20px;
}
