.widget-icon.widget-success, .growth-icon.success {
    background: #ffd86a2b;
    color: #ffd86a;
}
.knob-widget {
    margin-bottom: 0px;
}
.folder-counter {
    min-height: 125px;
    margin-bottom: 20px;
}
.page-title.documents-page {
    margin-top: -4px;
    margin-bottom: 5px;
}

.page-title {
    margin-bottom: 5px;
    overflow: hidden;
}
.content {
    padding-top: 76px;
}
.page-title h3 {
    color: #777;
    font-weight: 400;
}
.pull-right.page-actions {
    display: none;
}
.content-list.ui-selectable {
    height: 100vh !important;
}

.widget-signature {
    margin-bottom: 11px;
}

.meter-widget #meter {
    margin-top: -63px;
    margin-bottom: -56px;
}

a.btn-icons i {
    font-size: 33px;
    position: relative;
    right: -5px;
    top: 8px;
	color: #777;
}
a.btn-icons i:hover {
    color: #f62d51;
}

header {
    height: 56px;
    padding: 6px 15px;
}
.content {
    padding-top: 63px;
}
.ion-navicon-round:before {
    content: "\f20d";
    color: #777;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee0;
}
ul.nav.header-links.pull-right {
    margin-top: -10px;
}

.submit-application {
    display: inline-block;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgb(138, 23, 246);
    color: white;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    /* background-color: rgb(170, 20, 239) */
}

.submit-application:hover {
    background-color: rgb(100, 20, 200);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 300px) {
    #meter canvas {
      width: 300px !important;
      height: 243px !important;
    }
    .meter-widget #meter {
      margin-top: 18px;
      margin-bottom: -65px;
    }
    .meter-widget p {
      margin-right: 0px !important;
      margin-bottom: 9px;
      width: 300px !important;
    }
    .knob-widget {
        margin-bottom: 24px;
      }
    ul.nav.header-links.pull-right {
        margin-top: -45px;
    }
    .submit-application {
        background-color: rgb(138, 23, 246);
        color: white;
        padding: 15px 60px;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    #meter canvas {
      width: 300px !important;
      height: 243px !important;
    }
    .meter-widget #meter {
      margin-top: 18px;
      margin-bottom: -65px;
    }
    .meter-widget p {
      margin-right: 0px !important;
      margin-bottom: 9px;
      width: 300px !important;
    }
    .knob-widget {
        margin-bottom: 24px;
      }
    ul.nav.header-links.pull-right {
        margin-top: -45px;
    }
    .submit-application {
        background-color: rgb(138, 23, 246);
        color: white;
        padding: 15px 60px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #meter canvas {
      width: 100% !important;
      height: auto !important;
    }
    .meter-widget #meter {
      margin-top: -25px;
      margin-bottom: -26px !important;
    }
    .meter-widget p {
      margin-right: 0px !important;
      margin-bottom: 9px;
      width: 300px !important;
    }
    .knob-widget {
        margin-bottom: 24px;
      }
    ul.nav.header-links.pull-right {
        margin-top: -45px;
    }
    .submit-application {
        background-color: rgb(138, 23, 246);
        color: white;
        padding: 15px 60px;
        font-size: 16px;
    }
}

.documents-filter {
    width: 155px;
    float: left;
    height: 100vh;
    overflow: hidden;
}

.page-title.documents-page {
    overflow:visible; 
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.col-md-12.content-list{
    height: 100vh; 
    margin-left: 14px; 
    width: 99%;
    background: #fff; 
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

