﻿/*
    General
*/
html,
body{
    height:100%;
    width:100%;
}
body{
    position:relative;
}
h1, h2, h3, h4, h5, h6, p, span, div, label, .btn, a, .form-control, body, html {
    font-family: Verdana, Verdana, Geneva, Tahoma, sans-serif;
}
hr{
    border-color:#e3e0e0;
}
/*
    Buttons, Links, Forms, Tooltips, alerts
*/
a,button,.btn{
    transition:all .3s ease-in-out;
}
.btn:focus,
input:focus,
button:focus{
    outline:none !important;
} 
a{
    color: #48b057;
}
a:hover, a:focus {
    text-decoration: none;
    color: #634b7a;
}
.btn {
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    text-shadow: 1px 1px 1px rgba(52, 72, 97, 0.40);
}
.btn-green {
    background-color: #53aa53;
    background-image: linear-gradient(to bottom, #63ce72, #48b057);
    border-color: #45a752;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
    color: #ffffff;
    background-color: #3ba34a;
    background-image: linear-gradient(to bottom, #3ba34a, #48b057);
    border-color: #3E8F3E;
}
.btn-purple {
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #8c75a1, #5e4675);
    border-color: #5c4374;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
    color: #ffffff;
    background-color: #5e4675;
    background-image: linear-gradient(to bottom, #6b5185, #543c6c);
    border-color: #5c4374;
}
.btn-addnew span {
    border: 1px solid #45a752;
    height: 28px;
    width: 28px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.40);
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
.btn-icon{
    border:0;
    background:transparent;
    vertical-align:middle;
    text-align:center;
    min-width:28px;
}
.btn-lg{
    font-size:13px;
    padding:0 20px;
    height:39px;
    line-height:37px;
}
.btn-icon:focus {
    outline: none;
}
.form-control {
    box-shadow: none;
    color: #344861;
}
.form-control[readonly], .form-control[readonly]:focus{
    border:1px solid #d8d8e3;
    background:#f1f1f8;
    box-shadow:none;
}
label {
    font-weight: bold;
    color: #7f8b98;
}
.checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.checkbox > label{
    font-weight:normal !important;
    font-size:12px !important;
}
.checkbox input {
    margin-top: 3px;
}
td > input[type=radio] ,
td > input[type=checkbox] {
    margin-left: 0px;
    vertical-align: middle;
    position: relative;
    top: 0;
}
fieldset {
    border: 1px solid #c9c9de;
    padding: 15px;
    margin-bottom: 20px;
}
fieldset legend {
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    color: #374F6C;
    border-bottom: 0;
    margin-bottom: 0 !important;
    background: transparent;
    width: auto;
}
fieldset .table {
    margin-bottom: 3px;
}
.file-upload{
    position:relative;
    width:24px;
    overflow:hidden;
}
.file-upload [type=file] {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 2px;
    display: inline-block !important;
    height:22px;
    cursor: pointer;
}
.alert {
    text-align: left;
    border-radius: 3px;
    padding: 10px 20px 10px 40px;
    margin-bottom: 30px;
    line-height:20px;
    font-weight:normal;
    border: 0;
    position:relative;
}
.alert-success {
    background: #e9ffe9;
    color: #3E8F3E;
    border: 1px solid #80ca8f;
}
.alert-danger {
    background: #fef1f1;
    border: 1px solid #d06464;
    color: #d06464;
}
.alert-warning {
    background: #fffcea;
    border: 1px solid #dbcb6a;
    color: #c7b231;
}
.alert img{
    position:absolute;
    top:13px;
    left:15px;
}
.no-padding{
    padding:0!important;
}

    /*
    Login & Registration
*/
    .accounts-bg {
        background: url(../images/main-bg.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100%;
        width: 100%;
        position: relative;
        overflow:hidden;
    }
.small-container {
    max-width: 450px;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    min-height: 300px;
    border-radius: 8px;
    box-shadow: 5px 6px 32px -12px rgba(0,0,0,0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:30px 30px 40px;
}
.login-container {
    max-width: 740px;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    min-height: 300px;
    border-radius: 8px;
    box-shadow: 5px 6px 32px -12px rgba(0,0,0,0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-container .bg-light-grey,
.login-container .bg-white{
    float:left;
}
.login-container .bg-light-grey {
    padding: 45px 30px;
    height: 100%;
    width: 48%;
}
.small-container h2 {
    font-size: 15px;
    color: #344861;
    margin-top: 0px;
    margin-bottom:20px;
    font-weight: bold;
}
.small-container h2 small {
    font-size: 11px;
    display: block;
    margin-top: 15px;
    color: #344861;
}
.small-container{
    margin-bottom:0;
}
.login-container h2 {
    font-size: 13px;
    color: #344861;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: bold;
}
.login-container form{
    padding:25px 0 5px 0;    
}
.login-container .checkbox{
    margin-top:9px;
}
.form-control {
    height: 42px;
    border-radius: 3px;
    border-color: #cfcfdb;
    box-shadow:none;
}
.form-control:focus {
    box-shadow: 0px 0px 6px #56c265;
    border-color: #56c265;
}
.form-group{
    margin-bottom:30px;
}
.accounts-container  .btn {
    min-width: 90px;
}
.accounts-container .btn-container{
    margin-top:60px;
}
.login-links {
    text-align: center;
}
.login-links a{
    margin:8px 4px;
    display:inline-block;
    font-weight:400;
}
.login-links p{
    margin-bottom:0;
    color:#344861;
    font-size:13px;
}
.login-container .bg-white {
    padding:40px;
    width:52%;
}
.anim-container{
    padding:45px 0 40px;
    text-align:center;
}
.anim-container img{
    max-width:100%;
}
.login-container .bg-white p {
    color: #67778a;
    text-align: center;
    line-height:22px;
    margin:0 auto;
    max-width:300px;
    font-size:13px;
}
.registration-container .main-heading {
    text-align: center;
    margin:36px 0 10px;
}
.reg-heading{
    margin:5px 0 40px 0;
}
.reg-heading h2{
    color:#344861;
    font-size:14px;
    font-weight:bold;
    margin:3px 0 10px;
}
.reg-heading p {
    color: #344861;
    font-size: 12px;
}
.reg-completed-heading {
    margin: 50px 0 40px 0;
}
.reg-completed-heading h2 {
    color: #344861;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 20px;
}
.reg-completed-heading p {
    line-height: 20px;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
}
.btn-group-reg {
    margin: 50px 0;
}
.btn-group-reg .btn{
    min-width:120px;
    font-size:12px;
}
.input-group-btn .btn-lg{
    height:44px;
}
.btn-group-reg .col-xs-6:first-child {
    text-align: right;
}

.btn-group-reg .col-xs-6:last-child {
    text-align: left;
}
.form-top-text {
    font-size:12px;
    margin-bottom:30px;
    margin-top:10px;
    text-align:center;
}
.form-horizontal{
    padding-bottom:15px;
}
.form-horizontal .control-label{
    padding-top:15px;
    font-size:12px;
    font-weight:bold;
    color:#344861;
}
.logo-file-container {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 3px;
    float: left;
    height: 46px;
    line-height: 42px;
    border: 2px dashed #d8d8e3;
    display: block;
    width: 100%;
    color: #bac3cf;
    font-size: 13px;
    transition: all .3s ease-in-out;
    text-align:center;
    z-index:100;
    cursor:pointer;
}
.logo-file-container ~ .help-block{
    position:relative;
    top:7px;
}
.logo-file-container:hover {
    border-color: #63ce72;
}
.logo-file-container [type=file] {
    cursor: pointer;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    height: 42px;
    width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    left:0;
}
.form-horizontal .form-control {
    height: 44px;
}
.registration-container{
    max-width:735px;
}
.registration-container .btn-addnew {
    margin-bottom: 30px;
}
.registration-container .panel-default > .panel-body .btn-icon {
    border: 1px solid #c8c8db;
    height: 26px;
    width: 26px;
    line-height: 23px;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    vertical-align:top;
}
.registration-container .panel-default > .panel-body h3 .btn-icon{
    float: right;
    position: relative;
    top: -6px;
}
.registration-container .panel-default > .panel-body h3 {
    color: #344861;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #e7e7f1;
    padding-bottom: 15px;
}
.registration-container .panel-default > .panel-body .list-companies{
    margin:15px 0 0 0;
}
.registration-container .panel-default > .panel-body .list-companies li{
    margin-bottom:5px;
}
.registration-container .panel-default > .panel-body .list-companies li span{
    display:inline-block;
    font-size:11px;
    line-height:26px;
    margin-left:8px;
    font-weight:bold;
    color:#708197;
}

.no-company {
    text-align: center;
    background: #f1f1f6;
    border-radius: 6px;
    padding: 11px 0;
    border: 1px solid #e8e8ed;
}
.no-company h5{
    margin:0;
}
.no-company h5 small,
.no-company h5 {
    font-size: 11px;
    color: #738294;
    font-weight: bold;
}
.no-company h5 small{
    display:block;
    margin-top:10px;
    font-weight:normal;
}
.registration-container .list-panel-btn,
.registration-container .panel-default h2{
    display:inline-block;
    margin:0;
    font-size:12px;
    font-weight:bold;
    color:#fff;
}
.registration-container .list-panel-btn{
    float:right;
}
.list-panel-btn li{
    padding:0;
}
.list-panel-btn li a{
    border: 1px solid #4e3763;
    height: 26px;
    width: 26px;
    line-height: 22px;
    background: #c4b7d0;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    position:relative;
    top:-4px;
}
.table-review {
    margin: 30px 0;
    border: 1px solid #d8d8e3;
}
.table-review tbody tr td {
    border: 1px solid #d8d8e3;
    padding:6px 10px;
}
.table-review tbody tr td:first-child {
    font-size: 12px;
    font-weight: bold;
    color: #848c97;
    text-align: right;
    width:210px;
}
.table-review tbody tr td:last-child {
    font-size: 13px;
    font-weight: normal;
    color: #738294;
    text-align: left;
}
.table-review tbody tr:nth-child(odd) {
    background: #faf8fb;
}
body{
    counter-reset: review-list;
}
.review-heading {
    margin: 15px 0;
    text-align: left;
    z-index: 0;
    position: relative;
}
.review-heading:before {
    counter-increment: review-list;
    content: counter(review-list);
    height: 22px;
    width: 22px;
    display: inline-block;
    border: 2px solid #63ce72;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    position: relative;
    color: #48b057;
    top: -1px;
}
.review-heading:after {
    content: "";
    display: block;
    height: 1px;
    width: 90%;
    border-bottom: 1px solid #f1f1f1;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: -1;
}
.review-heading span{
    background:#fff;
    padding-right:10px;
    font-size:15px;
    color:#7d6296;
    font-weight:bold;
    z-index:1;
    margin-left:10px;
}

.table-grid select.form-control{
    height:30px;
    border:0;
    box-shadow:none;
}
/*
Typography, Backgrounds
*/
p {
    color: #374F6C;
    font-size: 11px;
}
.bg-light-grey {
    background: #f6effc;
}
.bg-white{
    background:#fff;
}
.text-black{
    color:#344861;
}
.has-error .help-block,
.text-danger{
    color:#e05955;
}
.text-warning{
    color:#dbaf33;
}
.text-success{
    color: #40b451;
}
.main-heading {
    color: #344861;
    font-size: 17px;
    margin: 15px 0;
    font-weight: bold;
}
.top-heading {
    color: #344861;
    font-size: 14px;
    margin: 13px 0;
    font-weight: bold;
}

/*
    Modals, Popups, popovers, tooltips, Panels
*/
.modal-header {
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #997db1, #684f7f);
    border: 0;
    border-radius:5px 5px 0 0;
    position:relative;
    padding:20px 30px;
}
.modal-header h2{
    margin:0;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-shadow:1px 1px 1px #344861;
}
.btn-close {
    height: 30px;
    width: 30px;
    line-height: 26px;
    color: #48325c;
    border: 1px solid #614978;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 18px;
    text-align: center;
    padding: 0;
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #997db1, #785f8f);
    opacity:.7;
}
.btn-close:hover{
    opacity:1;
}
.modal-content{
    overflow:hidden;
}
.modal-body{
    padding:30px;
}
.iframe-modal-body{
    padding:30px 15px;
}
.modal-body label,
.modal-body-container .form-group label{
    font-weight:bold;
    font-size:11px;
    color:#344861;
}
.modal-body-container {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-body-container .btn-lg,
.modal-body .btn-lg {
    min-width: 100px;
    margin-left: 5px;
    margin-top: 20px;
}
.btn-lg {
    min-width: 100px;
}
.modal-body-container .form-group,
.modal-body .form-group {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .modal-sm {
        width: 365px;
    }
}
/*Popovers*/
.popover{
    padding:0;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    background-color: #d8d8e3;
    background-image: linear-gradient(to bottom, #f1f1fb, #d8d8e3);
    border-bottom: 1px solid #d1d1dd;
    border-radius: 5px 5px 0 0;
    color: #344861;
    font-weight:bold;
}
.popover-content{
    min-width:300px;
}
.popover-content p{
    margin-bottom:5px;
    color:#344861;
}
.popover-content p strong{
    margin-right:5px;
    color:#97a1ae;
    min-width:108px;
    display:inline-block;
}
/*tooltip*/
.tooltip > .tooltip-inner {
    border-radius:3px;
    padding:5px 10px;
    font-size:11px;
    text-align:left;
}
/*panels*/
.panel-default {
    border:0;
    text-align:left;
    margin:15px 0;
}
.panel-default > .panel-heading {
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #997db1, #684f7f);
    border: 1px solid #463259;
    border-radius: 6px 6px 0 0;
    padding: 12px 7px 12px 15px;
}
.list-panel-btn,
.panel-default h2{
    display:inline-block;
    margin:0;
    font-size:12px;
    font-weight:bold;
    color:#fff;
}
.panel-default > .panel-body{
    border:1px solid #d8d8e3;
    border-radius:0 0 6px 6px;
}
.list-panel-btn{
    float:right;
}
.list-panel-btn li{
    padding:0;
}
.list-panel-btn li a{
    border: 1px solid #4e3763;
    height: 26px;
    width: 26px;
    line-height: 22px;
    background: #c4b7d0;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    position:relative;
    top:-4px;
}
/*
    Price Plan
*/
.sub-thumb-container{
    padding: 30px 0;
}
.price-thumb{
    background-color: #ececf5;
    background-image: linear-gradient(to bottom, #f5f5f9, #ececf5);
    border: 1px solid #e4e4eb;
    display: block;
    border-radius: 6px;
    text-align: center;
    position:relative;
}
.price-thumb:after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:url(../images/subscription-shadow.png) no-repeat;
    background-size:cover;
    background-position:top center;
    height:15px;
    margin-top:1px;
}
.plan-name {
    border: 1px solid #d8d8e3;
    border-radius: 3px;
    padding: 10px 0;
    margin: 15px -10px 5px -10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #344861;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 2px 8px rgba(52, 72, 97, 0.29);
}
.plan-name:before{
    content:"";
    width: 0;
	height: 0;
	border-top: 10px solid red;
	border-left: 10px solid transparent;
    position:absolute;
    top:100%;
    left:0;
}
.plan-name:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    right: 0;
}
.plan-body{
    padding:15px 15px 20px 15px;
}
.plan-rate{
    font-weight:bold;
    font-size:15px;
    margin-bottom:10px;
}
.plan-rate:before{
    content:"Price ";
    font-size:12px;
    font-weight:normal;
}
.plan-frequency {
    border-bottom: 1px solid #e1e1ec;
    padding-bottom:20px;
    position:relative;
    margin-bottom:20px;
}
.plan-desc{
    text-align:left;
    margin-bottom:20px;
}
.plan-frequency:after{
    content:"";
    height:1px;
    width:100%;
    border-bottom: 1px solid #ffffff;
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:0px;
}
.plan-body .btn{
    width:170px;
    height:39px;
    line-height:37px;
    position:relative;
    padding:0;
    font-size:12px;
    box-shadow:1px 1px 3px rgba(52, 72, 97, 0.26);
}
.plan-body .btn:focus,
.plan-body .btn:hover{
    color:#fff;
    text-shadow:none;
}
.plan-body .btn.subscribed {
    background-color: #ccd0da;
    background-image: linear-gradient(to bottom, #f2f4fa, #ccd0da);
    border: 1px solid #c1c5d2;
    color:#a2a2b2;
    text-shadow:none;
}
.plan-body .btn.subscribed:before{
    content:url(../images/icon-check.png);
    position:relative;
    top:3px;
    margin-right:2px;
}
.plan-body .btn.subscribed:after{
    content:"d";
    position:relative;
    left:-4px;
}
/*blue price plan*/
.price-blue .btn,
.price-blue .plan-name {
    background-color: #2570b6;
    background-image: linear-gradient(to bottom, #59acfa, #2570b6);
    border: 1px solid #317abf;
}
.price-blue .plan-name:before,
.price-blue .plan-name:after {
    border-top-color: #114779;
}
.price-blue .plan-rate {
    color: #2570b6;
}
/*olive price plan*/
.price-olive .btn,
.price-olive .plan-name {
    background-color: #79a42d;
    background-image: linear-gradient(to bottom, #b3e758, #79a42d);
    border: 1px solid #71992b;
}
.price-olive .plan-name:before,
.price-olive .plan-name:after {
    border-top-color: #557819;
}
.price-olive .plan-rate {
    color: #79a42d;
}
/*yellow price plan*/
.price-yellow .btn,
.price-yellow .plan-name {
    background-color: #bd8d1a;
    background-image: linear-gradient(to bottom, #f0c45b, #bd8d1a);
    border: 1px solid #a47913;
}
.price-yellow .plan-name:before,
.price-yellow .plan-name:after {
    border-top-color: #644a0b;
}
.price-yellow .plan-rate {
    color: #bd8d1a;
}
/*
    Navigation, form-wizards, toolbars, Pagination, Tabs
*/
.form-steps {
    margin: 15px 0 30px;
    background-color: #d5d5e0;
    background-image: linear-gradient(to bottom, #f1f1f8, #e6e6ed);
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(35, 40, 47, 0.1);
    counter-reset: flag;
    display: inline-block;
    margin-left: -9px;
}
.form-steps li {
    position: relative;
    padding: 0;
    display: inline-block;
    float: left;
    margin: 0;
}
.form-steps li span:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 19px;
    margin: 9px 0;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 28px;
    color: #e8e8e8;
    background: #cbcbd8;
    background-image: linear-gradient(#b2b2c5, #cbcbd8);
    font-weight: bold;
}
.form-steps li span {
    position: relative;
    padding-left: 55px;
    padding-right:15px;
    font-size: 11px;
    color: #aaaab3;
    border: 1px solid #d8d8e3;
    pointer-events:none;
    display:block;
    line-height:36px;
    border-radius:3px;
}
.form-steps li span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background-image: linear-gradient(145deg, #f1f1f8 0%, #e6e6ed 100%);
    box-shadow: 2px -2px 0 0px rgb(216, 216, 227), 2px -2px 0 1px rgb(255, 255, 255);
    border-radius: 0 5px 0 50px;
}

.form-steps li.active span {
    background-image: linear-gradient(to bottom, #63ce72, #48b057);
    border: 1px solid #47a654;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(52, 72, 97, 0.40);
}
.form-steps li.completed span {
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #8c75a1, #5e4675);
    border: 1px solid #5c4374;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(52, 72, 97, 0.40);
}
.form-steps li.completed span:after {
    box-shadow: 1px -1px 0 0px #765f8e, 1px -1px 0 1px #47305e;
    background: #c5c5d5;
    background-image: linear-gradient(145deg, #8c75a1 0%, #5e4675 100%);
}
.form-steps li.completed span:before {
    background: #543c6c;
    background-image: linear-gradient(to bottom, #543c6c, #513d65);
    color: #e5d8f2;
}
.form-steps li.active span:after{
    box-shadow: 1px -1px 0 0px #379e45, 1px -1px 0 1px #86d891;
    background: #c5c5d5;
    background-image: linear-gradient(145deg, #63ce72 0%, #48b057 100%);
}
.form-steps li.active span:before{
    background: #5fac6a;
    background-image: linear-gradient(to bottom, #498a52, #45a753);
    color: #a6e4af;
}
.navbar-default {
    border-radius: 0;
    background-image: linear-gradient(to bottom, #725988, #674e7e);
    min-height: 75px;
    border: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.34);
    margin-bottom: 0;
}
.navbar-default .container-fluid{
    padding-top:0;
}
@media (min-width: 768px) {
    .navbar-nav {
    border-left: 1px solid #4f3a63;
    border-right: 1px solid #7d6296;
} 
.navbar-nav > li {
    border-left: 1px solid #7d6296;
    border-right: 1px solid #4f3a63;
}
p.navbar-text{
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 29px;
    padding-bottom: 29px;
    margin: 0;
    border-left: 1px solid #7d6296;
    border-right: 1px solid #4f3a63;
    font-size:12px;
    position:relative;
    color:#e7d6f6 !important;
}
p.navbar-text a{
    color:#63ce72;
}
p.navbar-text a:hover{
    color:#48b057;
}
.navbar-text:before {
    content: "";
    height: 75px;
    width: 1px;
    background:#4f3a63;
    display:block;
    position:absolute;
    top:0;
    left:-2px;
}
.navbar-text:after {
    content: "";
    height: 75px;
    width: 1px;
    background: #7d6296;
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
}
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height:75px;
    min-width: 110px;
    text-align: center;
    color: #f0e6f8 !important;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    transition:all .3s ease-in-out;
    font-size:12px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background-image: linear-gradient(to bottom, #5e4375, #5b4072) !important;
    color: #63ce72 !important;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #63ce72 !important;
    background: transparent !important;
}
.navbar-brand {
    background-image: linear-gradient(to bottom, #573f6d, #513a67);
    min-width: 220px;
    line-height: 75px;
    padding-top: 18px;
    height: 75px;
    position:relative;
}
.navbar-brand:after {
    content: "";
    height: 75px;
    width: 1px;
    background: #7d6296;
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
}
.navbar-brand img{
    width:150px;
}
/*Dropdown*/
.navbar-nav > li > .dropdown-menu li.dropdown::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #967dac;
    font-size:16px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 12px;
}
.navbar-nav > li > .dropdown-menu li {
    cursor:pointer;
}
.navbar-nav > li > .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #523a67;
}
.navbar-nav > li > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 29px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #2f1e3e;
}
.navbar-nav > li.pull-right > .dropdown-menu::after {
    right: 30px;
    left:auto;
}
.navbar-nav > li.pull-right > .dropdown-menu::before {
    right: 29px;
    left: auto;
}
.navbar-nav > li > .dropdown-menu .dropdown-menu,
.navbar-nav > li > .dropdown-menu {
    background-image: linear-gradient(to bottom, #523a67, #664f7d);
    border-radius: 6px;
    border: 1px solid #382549;
    padding: 15px 0;
}
.navbar-nav > li > .dropdown-menu li {
    border-bottom: 1px solid #412d53;
    border-top: 1px solid #71568a;
}
.navbar-nav > li .dropdown-menu li:first-child {
    border-top: 0;
}
.navbar-nav > li .dropdown-menu li:last-child {
    border-bottom: 0;
}
.navbar-nav > li > .dropdown-menu li a {
    line-height: 36px;
    color: #d6c5e5;
    font-size:12px;
}
.navbar-nav > li > .dropdown-menu li.open > a,
.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li a:focus {
    background: transparent;
}
.navbar-nav > li > .dropdown-menu li > a:hover,
.navbar-nav > li > .dropdown-menu li.open > a {
    background-image: linear-gradient(to bottom, #462e5b, #4d3864);
    color: #63ce72;
}
.navbar .caret {
    border-top-color: #422d56 !important;
    border-width:4px;
}
/* Pagination */
.pagination {
    float: right;
    margin:0px 0 20px 0;
}
.pagination > li {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > a,
.pagination > li:first-child > button,
.pagination > li:last-child > button,
.pagination > li > button {
    border-radius: 3px;
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #8c75a1, #5e4675);
    border:1px solid #5c4374;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > button:hover,
.pagination > li > button:focus {
    color: #ffffff;
    background-color: #5e4675;
    background-image: linear-gradient(to bottom, #6b5185, #543c6c);
    border-color: #5c4374;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > button,
.pagination > li.active > span,
.pagination > li.active > button:hover,
.pagination > li.active > button:focus {
    background-color: #53aa53;
    background-image: linear-gradient(to bottom, #63ce72, #48b057);
    border: 1px solid #45a752 !important;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > button,
.pagination > li.disabled > span,
.pagination > li.disabled > button:hover,
.pagination > li.disabled > button:focus {
    background-color: #9880b0;
    background-image: linear-gradient(to bottom, #b3a0c4, #9880b0);
    border: 1px solid #8c73a4;
    color: #fff;
}
.text-pagination{
    font-size:11px;
    color:#344861;
    display:block;
    margin:16px 0 10px 0;
}
/*
    toolbar
*/
.toolbar-default {
    background-color: #53aa53;
    background-image: linear-gradient(to bottom, #63ce72, #48b057);
    border: 1px solid #45a752;
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 5px rgba(19, 24, 31, 0.15);
    height:41px;
}
.toolbar-default li {
    display: inline-block;
    border-right: 1px solid #45a752;
    padding: 0;
    margin-right: -3px;
    position:relative;
}
.toolbar-default li:first-child{
    border-left:0;
}
.toolbar-default li::after {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid #63d572;
    position: absolute;
    right: -2px;
    top: 0
}
.toolbar-default li a,
.toolbar-default li button{
    line-height: 40px;
    display: block;
    padding: 0 25px 0 20px;
    color: #fff;
    font-size: 11px;
    border:0;
    background:transparent;
}
.toolbar-default li a:hover,
.toolbar-default li button:hover{
    color: #5c4374;
}
.toolbar-default li span {
    border: 1px solid #45a752;
    height: 28px;
    width: 28px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.40);
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
}
.toolbar-default li span img{
    position:relative;
    top:-1px;
}
.toolbar-default-sm {
    background-color: #53aa53;
    background-image: linear-gradient(to bottom, #63ce72, #48b057);
    border: 1px solid #45a752;
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(19, 24, 31, 0.15);
    height: 36px;
    display:block;
    overflow:hidden;
}
.toolbar-default-sm li {
    float: left;
    border-right: 1px solid #45a752 !important;
    position:relative;
}
.toolbar-default-sm  li::after {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid #63d572;
    position: absolute;
    right: -2px;
    top: 0
}
.toolbar-default-sm li:last-child{
    border-right:0;
}
.toolbar-default-sm li a,
.toolbar-default-sm li button {
    line-height: 34px;
    display: block;
    padding: 0 10px 0 15px;
    color: #fff;
    font-size: 11px;
    border: 0;
    background: transparent;
    cursor:pointer;
}
.toolbar-default-sm li span {
    border: 1px solid #45a752;
    height: 28px;
    width: 28px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.40);
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
}
/*
    Tabs
*/
.nav-tabs {
    padding-left: 50px;
    margin-bottom: -1px;
    margin-right: 5px;
    margin-left: 5px;
}
.nav-tabs li a{
    background:url(../images/tab-bg.png)repeat-x;
    display:block;
    position:relative;
    height:40px;
    border:0 !important;
    border-radius:0;
    color:#fff;
    transition:all .2s ease-in-out;
    font-size:12px;
    letter-spacing:.3px;
    line-height:40px;
    padding:0 20px;
}
.nav-tabs li{
    padding:0 12px;
}
.nav-tabs li a:after {
    content: "";
    background: url(../images/tab-after.png)repeat-x;
    width: 27px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 50;
    transition: all .2s ease-in-out
}
.nav-tabs li a:before {
    content: "";
    background: url(../images/tab-before.png)repeat-x;
    width: 27px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    transition: all .2s ease-in-out
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus,
.nav-tabs li.active a {
    background: url(../images/tab-active-bg.png)repeat-x;
    z-index:100;
    color:#fff;
}
.nav-tabs li.active a:before {
    content: "";
    background: url(../images/tab-active-before.png)repeat-x;
    z-index: 100;
}
.nav-tabs li.active a:after {
    content: "";
    background: url(../images/tab-active-after.png)repeat-x;
    z-index: 100;
}
.tab-content{
    border:1px solid #d8d8e3;
    border-radius:5px;
    margin-bottom:20px;
}
.tab-pane{
   padding:20px;
}
.tab-pane h2{
    margin:15px 0 10px 0;
    font-weight:bold;
    font-size:12px;
    color:#344861;
}
.tab-pane .table-grid:last-child{
    margin-bottom:0;
}
    /*
    Tables
*/
    .table {
        margin-bottom: 15px;
    }
.table-form.table > thead > tr > th,
.table-form.table > tbody > tr > th,
.table-form.table > tfoot > tr > th,
.table-form.table > thead > tr > td,
.table-form.table > tbody > tr > td,
.table-form.table > tfoot > tr > td {
    padding: 0;
    border: 1px solid #cfcfdb;
    height:22px;
    font-size: 10px;
}
.table-form label {
    color: #384d67;
    padding: 0 6px;
    font-size: 10px;
    position: relative;
    top: 3px;
    margin:0;
    font-weight:normal !important;
}
.table-form .td-btn {
    width: 28px !important;
    min-width:28px !important;
}
.table-form .form-control {
    border: 1px solid #f8f5fb;
    box-shadow: none;
    background: #f8f5fb;
    height: 22px;
    padding: 0 5px;
    border-radius: 0;
    color: #374f6c;
    font-size: 10px;
    font-weight:500;
    border-left:0;
}
.table-form tr td input[type="radio"],
.table-form tr td input[type="radio"] {
    padding-right:6px;
}
.table-form .form-control:focus{
    border-color:#fff;
    background:#fff;
}
.form-control::-moz-placeholder {
    color: #c6c6d3;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #c6c6d3;
}
.form-control::-webkit-input-placeholder {
    color: #c6c6d3;
}
.form-control[disabled],
.form-control[disabled]:focus {
    background: #f6f6f8;
    border-color: #ececed;
    color: #a2a2ad;
}
.table-form select.form-control {
    padding-left:1px;
}
.table-child .table thead th,
.table-grid > thead > tr > th,
.table-grid > tbody > tr > th {
    background: #664e7d;
    background-image: linear-gradient(to bottom, #866e9c, #6a5082);
    border: 1px solid #5c4374;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
}
.table-grid > tbody > tr > td {
    border: 1px solid #d8d8e3;
    color: #344861;
    padding:5px;
    font-size: 11px;
    vertical-align:middle;
    font-weight:500;
}
.table-grid > tbody > tr:nth-child(odd){
    background: #f8f6fa;
}
.table-grid > tbody > tr:nth-child(even) {
    background: #fff;
}
td.td-btn,
th.td-btn {
    width: 26px !important;
    max-width: 26px !important;
    text-align:center;
}
.table-grid.table-nested > tbody > tr:nth-child(odd) {
    background: #fff;
}
.table-grid caption {
    color: #344861;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 6px;
}
.table-info tbody tr > td {
    border: 1px solid #d8d8e3;
    color: #344861;
    padding: 2px 8px;
    font-size: 10px;
    vertical-align: middle;
    height: 22px;
}
.table-info {
    border: 1px solid #d8d8e3;
}
.table-info caption {
    font-size: 11px;
    font-weight: bold;
    color: #344861;
    margin: 5px 0;
    padding: 0;
}

.border-top {
    border-top: 1px solid #c9c9de;
}
.border-right {
    border-right: 1px solid #c9c9de;
}
.border-bottom {
    border-bottom: 1px solid #c9c9de;
}
.border-left {
    border-left: 1px solid #c9c9de;
}
.no-border{
    border:0 !important;
}
.no-margin{
    margin:0 !important;
}
.table-extra-col tr th, 
.table-extra-col tr td {
    white-space: nowrap;
    overflow: hidden;
    max-width:110px;
}
/*
    Main Iframe
*/
.main-iframe {
    width: 100%;
}
.container-fluid{
    padding-top:30px;
}
footer {
    line-height: 30px;
    padding: 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #664e7d;
    background-image: linear-gradient(to bottom, #866e9c, #6a5082);
    border-top: 1px solid #5c4374;
    z-index:150;
}
footer p {
    margin: 0;
    color: #fff;
}
.sage-logo{
   position:fixed;
   bottom:40px;
   right:25px; 
}
.sage-logo-nav{
   top:0;
   left:50%;
   margin-left:-105px;
   width:210px;
   height:40px;
   z-index:1501;
padding:8px 30px;
text-align:center;
position:absolute;
right:100%;
background:url(/Content/images/sage-logo-bg.png)no-repeat;
}

.sage-logo-nav img{
   width:136px;
position:relative;
left:-2px;   
}
    /*
    Search
*/
.search-lg {
    margin: 0;
}
.search-lg table caption {
    font-weight: 700;
    color: #38506c;
    font-size: 10px;
    padding: 4px 8px 4px;
    background: #fff;
}
.search-lg .btn {
    margin: 15px 0 5px 0;
    min-width: 90px;
}
.search-lg table {
    margin-bottom: 0;
}
.search-lg .row {
    margin: 0;
    padding-left: 8px;
}
.search-lg div[class*=" col-"] {
    padding: 0;
    margin-right: -1px;
    margin-left: -1px;
}
.search-lg div[class*=" col-"] table tr td:first-child {
    width: 180px !important;
}
.search-lg div[class*=" col-"] table tr td:last-child {
    width: 66%;
}
.search-lg div[class*=" col-"] table tr td {
    background: #fff;
}
.search-lg div[class*=" col-"] table tr td .form-control.date {
    width: 50%;
    display: inline-block;
    float: left;
}
.search-lg div[class*=" col-"] table tr td .form-control.date:last-child {
    border-left: 1px solid #cfcfdb;
}
/*
    main-content area, sidebar
*/
.wrapper {
    width: 100%;
    position:relative;
    padding-bottom:30px;
    height:100%;
}
.sidebar-container{
    position: absolute;
    width: 320px;
    padding: 0 15px;
    left: 0px;
    top: 30px;
    bottom:0;
    transition:all ease-in-out .3s;
    z-index:100;
    min-height:700px;
}
.main-content {
    margin: 0 0 0 315px;
    transition: all ease-in-out .3s;
    height: 100%;
}

.sidebar-title {
    position: absolute;
    left: 257px;
    transform: rotate(90deg);
    top: 172px;
    cursor: pointer;
    background-color: #664e7d;
    background-image: linear-gradient(to bottom, #997db1, #684f7f);
    border: 1px solid #463259;
    border-radius: 4px 4px 0 0;
    padding: 4px 22px 3px 22px;
    color: #fff;
    font-size: 12px;
    display: block;
    width: 120px;
    text-align: center;
}
.toggle-sidebar {
    margin-left: 5px;
    background:transparent !important;
    border:0 !important;
}
.unpinned-sidebar .main-content {
    margin: 0 0 0 20px;
}
.unpinned-sidebar .sidebar-container {
    left: -305px;
}
.pinned-sidebar .sidebar-title {
    display: none;
}
.shown-sidebar{
    left:0 !important;
}
.main-content.mrgn-left-315{
    margin-left:315px !important;
}

.sidebar-container:hover{
    left:0;
}
.sidebar-container:hover .sidebar-title{
    display:none;
}
.sidebar, .sidebar .panel-body, .sidebar .panel {
    height: calc(100% - 31px);
    min-height: 645px;
}
.sidebar .panel .icon-container {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 46px;
}
.sidebar .panel .panel-body{
    padding-bottom:100px;
}
.page-title{
    border-bottom:1px solid #eaeaee;
    height:36px;
    margin-bottom:20px;
}
.page-title h2{
    margin:0;
    padding:0 0 5px 0;
    font-size:14px;
    font-weight:bold;
    color:#344861;
} 
.page-title h2 small{
    font-size:12px;
    color:#344861;
    margin-left:2px;
}
.page-title h2 small:before{
    content:"(";
}
.page-title h2 small:after{
    content:")";
}
.page-title .btn {
    float: right;
    position: relative;
    top: -36px;
    padding: 7px 15px 8px;
    width: 110px;
    font-size: 12px;
}
.sidebar .panel-default{
    margin:0;
}
/*
    Supplier detail
*/
.detail-view{
    margin:20px;
    position:relative;
    height:auto;
    margin-left:0px;
}

.detail-view li{
    margin-bottom:10px;
    display:block;
}
.detail-view li span,
.detail-view li strong{
    display:table-cell;
    font-size:11px;
}
.detail-view li span {
    width: 150px;
    position: relative;
    color: #727a84;
}
.detail-view li span:before{
    content:":";
    position:absolute;
    right:0px;
    font-weight:bold;
    display:inline-block;
    top:-1px;
}
.detail-view li strong {
    color: #344861;
    position: relative;
    padding-left:5px;
}
.supplier-collapse {
    border: 1px solid #e4e4ec;
    padding: 12px 15px;
    margin: 15px 0;
    border-radius: 4px;
    background-color: #f6f7fa;
    background-image: linear-gradient(to bottom, #f6f7fa, #edf0f4 );
}
.supplier-collapse a {
    color: #7d6296;
    font-weight: bold;
}
.supplier-collapse a:hover,
.supplier-collapse a:focus{
    color:#48b057;
}
.supplier-collapse a img {
    margin-right: 3px;
}
.supplier-collapse .detail-view{
    margin-top:30px;
}
.supplier-collapse:last-child{
    margin-bottom:30px;
}
.supplier-status {
    width: 30px;
    margin-top: -30px;
    position: absolute;
    right: 110px;
}
.page-title .popover.bottom > .arrow:after {
    border-bottom-color: #f1f1fb;
}
.status-icon{
    height:16px;
    width:16px;
    border-radius:50%;
    display:inline-block;
    position:relative;
    top:3px;
    left:-13px;
    box-shadow: 1px 1px 1px rgba(52, 72, 97, 0.43);
}

.status-icon-New {
    height:16px;
    width:16px;   
    display:inline-block;
    position:relative;
    top:3px;
    left:-13px;
    font-size: 14px;   
    font-weight: bold;
    
}
.status-Complaint,
.status-active {
    /*background: #63ce72;*/
    background-image: url('/images/status_0.png');
    position:relative;
   
    color:#9BC400!important;
    padding-left:2px;
    padding-top:2px;
}

.status-active:after,.status-Complaint:after
{
    content:"";
    color:#9BC400;
    text-transform: uppercase;
    font-size: 14px;
    display:inline-block;
    position: relative;
    left: 16px;
    top: -4px;
}

.status-OnHold{
    /*background: #d8d8e3;*/
    background-image: url('/images/status_2.png');
    position:relative;
    color:orange!important;
     padding-left:2px;
    padding-top:2px;
}

.status-OnHold:after
{
    content:"";
    color:orange!important;
    text-transform: uppercase;
    font-size: 14px;
    display:inline-block;
    position: relative;
    left: 16px;
    top: -4px;
}

.status-NotCalculated{
    background: #ffa81f;
    position:relative;
}


.status-inactive:after,
.status-InActive:after,
.status-NotCalculated:after{
    content:"";
    color:Red!important;
    text-transform: uppercase;
    font-size: 14px;
    display:inline-block;
    position: relative;
    left: 16px;
    top: -4px;
}
.status-NotCalculated:after{
    content:"NotCalculated";
}
.status-OnHold:after{
    content:"Onhold";
}
.status-Complaint:after{
    content:"Compliant";
}
.status-active:after{
    content:"Active";
}
.status-inactive:after{
    content:"Inactive";
}
.status-InActive:after{
    content:"Inactive";
}
.status-inactive {
    /*background: #ed6860;*/
    background-image: url('/images/status_1.png');   
   color:Red!important;
     padding-left:2px;
    padding-top:2px;
}
.status-InActive {
    /*background: #ed6860;*/
    background-image: url('/images/status_1.png'); 
    color:Red!important;
    padding-left:2px;
    padding-top:2px;
}
.collapsing {
    transition:all .2s ease-in-out;
}

.detail-view.bbbee-score li span {
    width: 240px;
}

.detail-view.bbbee-certificate li span {
    width: 185px;
}

.supplier-collapse .detail-view li span {
    width: 150px;
}

.list-rolldown{
    position:relative;
    border-bottom:1px solid #eeeef3;
    margin-left:10px;
    padding-bottom:10px;
}
.list-rolldown li{
    margin-bottom:10px;
    position:relative;
    font-size:11px;
    color:#344861;
}
.list-rolldown li a{
    display:inline-block;
    width:20px;
    text-align:center;
}
.list-rolldown li a:last-child{
    position:relative;
    top:-2px;
}
.server-info {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left:10px;
}
.server-info:before {
    content: "";
    height: 100%;
    width: 2px;
    border-radius: 4px;
    background: #eeeef5;
    position: absolute;
    top: 3px;
    left: -9px;
    display: block;
}
.server-info .server-name{
    margin-bottom:0;
}
.server-info .server-name:not(:first-child){
    border-top:1px solid #eeeef5;
    padding-top:15px;
}
.server-info .server-name:after{
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #d8d8e3;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom:0;
    left: -24px;
    display: block;
}
.server-info .server-name:not(:first-child)::after{
    top: 16px;
}
.server-info h2{
    color:#48b057;
    margin:0px 0 15px;
    font-size:12px;
    font-weight:bold;
}
.server-info:last-child .list-rolldown{
    border-bottom:0;
}
/*
    Search sidebar
*/

.panel-search{
    box-shadow:none;
    max-width:330px;
}
.panel-search .search-box{
    margin:0 -16px;
}
.panel-search .search-box a {
    font-weight: bold;
    color: #48b057;
    font-size: 11px;
    position: relative;
    display: block;
    padding: 8px 6px;
    border-bottom: 1px solid #dddde5;
    margin-bottom: -1px;
}
.panel-search .search-box a.collapsed{
    color:#7d6296;
}
.panel-search .search-box a img {
    position: relative;
    top: -1px;
    margin-right:2px;
}
.panel-search .btn{
    display:block;
    margin:15px auto 20px auto;
    width:90px;
}
.panel-search .search-box table {
    margin-bottom: -1px;
}
.panel-search .search-box table tr td {
    border-color: #dddde5;
    height:24px;
}
.panel-search .search-box table tr td:first-child{
    width:156px;
    padding-left:20px;
}
.panel-search .search-box table tr td .form-control {
    height: 24px;
    font-size: 11px;
}
.panel-search .search-box table tr td label {
    padding-left: 3px;
    top: 2px;
    font-size: 11px;
}
.panel-search .search-box table tr td input[type="checkbox"]{
    margin-left:5px;
}
.panel-search .search-box table tr td input.border-top {
    border-top: 1px solid #dddde5;
}
/*
    info-well
*/
.info-well {
    border: 1px solid #e4e4ee;
    border-radius: 0 6px 6px 6px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px rgba(52, 72, 97, 0.24);
    min-height:200px;
    padding:0 20px;
}
.info-well .well-title {
    position: absolute;
    display: inline-block;
    bottom: 100%;
    font-size: 11px;
    height:27px;
    font-weight: bold;
    margin: 0;
    padding: 6px 15px 6px 15px;
    background:#d8d8e3;
    color: #fff;
    border: 1px solid #d8d8e3;
    border-right:0;
    left: -1px;
    border-radius: 6px 0 0 0;
    background-size:cover;
}
.info-well .well-title:after {
    content: "";
    height: 27px;
    width: 19px;
    background-size: cover;
    position: absolute;
    display: inline-block;
    top: -1px;
    left: 100%;
}
.info-well ul.detail-view li strong,
.info-well ul.detail-view li span{
    /*font-size: 12px;*/
}
.well-inner-heading {
    margin: 0px 0 -5px 0;
    position: relative;
    z-index: 0;
}
.well-inner-heading:after{
    content:"";
    width:100%;
    display:block;
    height:1px;
    border-top:1px solid #d8d8e3;
    position:absolute;
    top:10px;
    z-index:-1;
}
.well-inner-heading span{
    display:inline-block;
    font-size:13px;
    font-weight:bold;
    position:relative;
    background:#fff;
    z-index:1;
    padding-right:10px;
}
.info-well .detail-view{
    margin-left:0;
    margin-right:0;
}
.info-well .info-icon-btn {
    float: right;
    display: inline-block;
    margin-top: -4px;
    background: #f2f9ff;
    padding:0 15px;
}
.info-well .info-icon-btn li{
    padding:0 2px;
}
.info-well .info-icon-btn li a,
.info-well .info-icon-btn li button{
    height:25px;
    width:25px;
    border:1px #d8d8e3 solid;
    background:#fff;
    border-radius:3px;
    text-align:center;
    line-height:23px;
    display:block;
    padding:0;
}
/*
    blue
*/
.info-well.well-blue {
    background: #f2f9ff;
    border-color: #3c93ee;
}
.info-well.well-blue ul.detail-view li span,
.info-well.well-blue ul.detail-view li strong {
    color: #338be8;
}
.info-well.well-blue .well-title {
    background: url(../images/well-blue.png)repeat-x;
    border-color: #338be8;
}
.info-well.well-blue .well-title:after {
    background: url(../images/well-blue-after.png)repeat-x;
}
.info-well.well-blue .well-inner-heading span,
.info-well.well-blue .info-icon-btn {
    background: #f2f9ff;
}

.info-well.well-blue .well-inner-heading:after {
    border-color: #9ecdf5;
}
/*
    orange
*/
.info-well.well-orange {
    background: #fffaf4;
    border-color: #f4882a;
}
.info-well.well-orange ul.detail-view li span,
.info-well.well-orange ul.detail-view li strong {
    color: #f4882a;
}
.info-well.well-orange .well-title {
    background: url(../images/well-orange.png)repeat-x;
    border-color: #f4882a;
}
.info-well.well-orange .well-title:after {
    background: url(../images/well-orange-after.png)repeat-x;
}
.info-well.well-orange .well-inner-heading span,
.info-well.well-orange .info-icon-btn {
    background: #fffaf4;
}
.info-well.well-orange .well-inner-heading:after {
    border-color: #f3d4ae;
}
/*
    olive
*/
.info-well.well-olive {
    background: #fbffef;
    border-color: #a7cb2a;
}
.info-well.well-olive ul.detail-view li span,
.info-well.well-olive ul.detail-view li strong {
    color: #7f9d18;
}
.info-well.well-olive .well-title {
    background: url(../images/well-olive.png)repeat-x;
    border-color: #a7cb2a;
}
.info-well.well-olive .well-title:after {
    background: url(../images/well-olive-after.png)repeat-x;
}

.sidebar-container .company-logo-container {
    border: 1px solid #d8d8e3;
    height: 208px;
    border-radius: 4px;
    padding: 3px;
}

.sidebar-container .company-logo-container .logo {
    height: 200px;
    background: #d8d8e3;
    border-radius: 3px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.sidebar-logo{
    margin-left:230px;
}
.sidebar-logo .sidebar-container{
    width:230px;
}
/*
    Checklist
*/
.checklist-container{
    max-width:690px;
    margin:0 auto;
}
.checklist-container .checklist-heading{
    border-bottom:1px solid #d8d8e3;
    text-align:center;
    margin:30px 0 50px 0;
    padding-bottom:15px;
}
.checklist-container .checklist-heading h2{
    color:#344861;
    font-size:17px;
    font-weight:bold;
    margin:0 0 10px 0;
}
.checklist-container .checklist-heading p{
    margin-bottom:0;
}
.list-checklist li{
    padding-left:40px;
    position:relative;
    margin-bottom:20px;
    border-bottom:1px solid #f0f0f7;
    padding-bottom:10px;
}
.list-checklist li a{
    font-weight:bold;
    color:#7d6296;
}
.list-checklist li a img{
    margin-right:3px;
}
.list-checklist li a:hover{
    color:#48b057;
}
.list-checklist li.completed a,
.list-checklist li.completed a:hover,
.list-checklist li.completed a:focus{
    color: #45a752;
}
.list-checklist li p{
    margin:10px 0;
    color:#9eaab7;
}
.list-checklist li .checkbox-container{
    position:absolute;
    top:10px;
    left:0;
}
.checklist-container .btn{
    margin:30px 0 20px 0;
    min-width:100px;
}
.checklist-checkbox {
    position:absolute;
    left:0;
    top:10px;
}
.checklist-checkbox input[type=checkbox]{
    opacity:0;
    width:0;
    position:absolute;
}
.checklist-checkbox label:after{
    content:"";
    display:block;
    height:26px;
    width:26px;
    background:url(../images/checklist-unchecked.png)no-repeat;
    cursor:pointer;
}
.checklist-checkbox input[type="checkbox"]:checked ~ label:after {
    background: url(../images/checklist-checked.png)no-repeat;
}
/*
    Error Message
*/
.error-container{
    max-width:1000px;
    text-align:center;
    margin:0 auto;
    padding:50px 15px 0;
}
.error-container .error-img{
    max-width:100%;
    margin-bottom:30px;
}
 .error-container p.lead{
     font-size:20px;
     font-weight:bold;
     color:#344861;
    margin-bottom:30px;
 }
  .error-container p.text-danger{
      margin-bottom:10px;
      font-weight:bold;
  }
.error-container p.text-danger img{
    margin-right:5px;
    position:relative;
    top:-2px;
}
.error-container p.error-detail {
    text-align: left;
    line-height:20px;
}
.error-container .btn{
    margin-top:40px;
    min-width:110px;
}
.status-icon{
    float:right;
    display:inline-block;
    padding:0px 3px 3px;
}
.status-icon > img {
    position: relative;
    top: -1px;
}
/*
    Responsive General
*/
.visible-xxs {
    display: none;
}

.notification-dropdown {
    background: #fff !important;
    min-width: 350px;
    padding: 0px 15px 15px 15px !important;
    height: auto;
    border:0 !important;
}
.notification-dropdown li {
    border: 0 !important;
    border-bottom: 1px solid #e6e6f1 !important;
    display: block;
    padding: 10px 0 !important;
    position:relative;
    color:#b5c2d3;
}
.notification-dropdown li p{
    margin:0;
}
.notification-dropdown li:last-child{
    border-bottom:0 !important;
}
.notification-dropdown li a{
    background:transparent !important;
    color:#48b057 !important;
    padding:0 !important;
    font-size:11px !important;
    margin:0 !important;
    line-height: 15px !important;
}
.notification-dropdown li a:hover{
    background:transparent !important;
    color:#7d6296 !important;
}
.new-notification {
    height: 17px;
    width: auto;
    position: absolute;
    top: 15px;
    left:44px;
    border-radius: 15px;
    background: #2fb150;
    color: #fff;
    display: inline-block;
    line-height: 17px;
    padding: 0 5px;
    font-size: 10px;
}
.notification-icon {
    min-width: 0 !important;
}

ul.scroll-menu {
    position: relative;
    display: inherit !important;
    overflow-x: auto;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    box-shadow: none;
    max-height:600px;
}
.dropdown-title {
    padding: 15px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    border: 0;
    border-top: 0;
    border: 0;
    padding-top: 0px !important;
    padding-bottom: 11px !important;
}

.notification-dropdown{
    padding:0 !important;
}
.notification-dropdown li{
    background:#f3f3f8;
    padding-left:15px !important;
    padding-right:15px !important;
}
.notification-dropdown li p{
    color:#344861;
}
.notification-dropdown li.new{
    background:#fff;
}
.notification-dropdown li.new p{
    color:#344861;
}
/*
    Terms & Conditons , Acceptable Use Policy
*/
.terms-policies{
    padding-bottom:100px;
}
.list ul {
    counter-reset: section;
    margin:0 15px;
    padding:0;
}
.list ul li {
    display: block;
    position: relative;
    line-height: 21px;
    border-bottom: 1px solid #eeeef3;
    padding-bottom: 10px;
}
.list ul > li:last-child {
    margin-bottom: 0;
    border: 0
}
.list ul li::before {
    content: counters(section, ".") " ";
    counter-increment: section;
    position: absolute;
    right: 100%;
    top: -1px;
    margin-right: 10px;
}
.list ul li li::before {
    color: #48b057;
    font-weight: bold;
}
.list ul li li li::before {
    color: #9966c8;
}
.list ul li li li li::before {
    color: #48b057;
}
.list{
    margin:0;
    padding:0;
    margin:10px 30px;
}
.list ul li{
    font-weight:bold;
    color:#9966c8;
    margin-bottom:25px;
}
.list ul li li {
    font-size: 11px;
}
.list ul li p {
    margin-top: 15px;
    font-weight: normal;
}
.list ul li ul li {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 0;
    padding: 0;
    color: #344861;
}
.list ul li code{
    letter-spacing:.5px;
}
.terms-policies h2{
    text-align:center;
    font-size:16px;
    margin:20px 0 20px 0;
    font-weight:bold;

}
.terms-policies .lead{
    font-size:12px;
    margin:20px auto;
    line-height:24px;
    letter-spacing:0;
    background:#f3f3f7;
    border:1px solid #e6e6ee;
    padding:20px;
    border-radius:6px;
    font-size:11px;
    text-transform:lowercase;
}
.terms-policies .lead:first-letter {
    text-transform: uppercase
}
.container{
    height:100%;
}

.terms-link {
    margin-top:30px;
    margin-bottom:-20px;
}
.terms-link a{
    display:inline-block;
    text-align:center;
    font-size:11px;
    margin:0 10px;
    line-height:26px;
}
.agrement-btn-group {
    padding: 15px 0 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.policies .modal-lg {
    max-width: 1000px;
}
.policies .modal-body{
    height: 550px;
    overflow: auto;
    padding:15px;
}
.policies .modal-footer{
    text-align:center !important;
}

footer a,
footer a:focus{
    margin:0 15px;
    color:#f0dfff;
}
footer a:hover {
    margin: 0 15px;
    color: #63ce72;
}
a.disabled img{
    opacity:.6;
}
/*
    Filter
*/
.table-filter{
    margin-top:30px;
}

.table-filter tr td{
    vertical-align:middle !important;
}
.table-filter tr td .form-control{
    height:28px;
}
.table-filter tr td input{
    top:0px;
}
.table-filter tr td label{
    height:auto;
    top:0;
}
.table-filter tr td .btn{
    margin-left:15px;
}

.table-form .file-upload {
    display:block;
    width:100%;
    height:22px;
}
.table-form .file-upload .btn-icon {
    position:relative;
    top:2px;
}

.form-control[readonly], .form-control[readonly]:focus {
    border: 1px solid transparent !important;
    background: #f1f1f8 !important;
}

.form-control[disabled], .form-control[disabled]:focus {
    border: 1px solid transparent !important;
    background: #ececf5 !important;
    color:#9eacbe;
}

/*
    Maintenance page
*/
.maintinance-container > .bg-white{
    width:100%;
    text-align:center
}
.maintinance-container .main-image{
    text-align:center;
    margin-top:30px;
    margin-bottom:50px;
}
.maintinance-container .bg-white .main-heading{
    font-size:24px;
}
.maintinance-container .bg-white p {
    max-width: 600px;
    margin-bottom:60px;
}