/*
Template Name: Zuput FREE - Bootstrap 3.2 Admin Theme
Template Version: 1.0
Author: Carlos Alvarez
Website: http://blacktie.co
Premium: http://www.gridgum.com
*/

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900);

/* BASIC THEME CONFIGURATION */
body {
    color: #000000;
    background: #f2f2f2;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
}

/* Bootstrap Modifications */
.modal-header {
    background: #3A3A3A;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
}

.modal-title {
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    background: #3A3A3A;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.btn-round {
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.company-details-tags .chips {
    padding: 6px 12px 6px 12px !important;
}

.accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    padding: 5px 0px;
    line-height: 28.75px;
    text-transform: uppercase;
    color: #1a1a1a;
    background-color: #ffffff;
    outline: none !important;
    text-decoration: none;
}



/*Theme Backgrounds*/

.bg-theme {
    background-color: #68dff0;
}

.bg-theme02 {
    background-color: #ac92ec;
}

.bg-theme03 {
    background-color: #48cfad;
}

.bg-theme04 {
    background-color: #ed5565;
}

.bg-theme05 {
    background-color: red;
}
/*Theme Buttons*/
.btn-theme-sub-default {
    color: #fff;
    background-color: #337AB7;
    border-color: #337AB7;
    font-size:16px;width:90%;
}
.btn-theme-sub-default:hover,
.btn-theme-sub-default:focus,
.btn-theme-sub-default:active,
.btn-theme-sub-default.active,
.open .dropdown-toggle.btn-theme-sub-default {
    color: #fff;
    background-color: #337AB7;
    border-color: #337AB7;
}
.btn-theme-sub-menu {
    color: #337AB7;
    background-color: #FFFFFF;
    border-color: #FFFFFF;font-weight: 700;
    font-size:14px;
    margin:0px 10px;
    clear: both;

}
.btn-theme-sub-menu:hover,
.btn-theme-sub-menu:focus,
.btn-theme-sub-menu:active,
.btn-theme-sub-menu.active,
.open .dropdown-toggle.btn-theme-sub-menu  {
    color: #fff;
    background-color: #337AB7;
    border-color: #337AB7;
}
.btn-theme {
    color: #fff;
    background-color: #68dff0;
    border-color: #48bcb4;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #48bcb4;
    border-color: #48bcb4;
}

.btn-theme02 {
    color: #fff;
    background-color: #ac92ec;
    border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
    color: #fff;
    background-color: #967adc;
    border-color: #967adc;
}

.btn-theme03 {
    color: #fff;
    background-color: #48cfad;
    border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
    color: #fff;
    background-color: #37bc9b;
    border-color: #37bc9b;
}

.btn-theme04 {
    color: #fff;
    background-color: #ed5565;
    border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
    color: #fff;
    background-color: #da4453;
    border-color: #da4453;
}

.btn-clear-g {
    color: #48bcb4;
    background: transparent;
    border-color: #48bcb4;
}

.btn-clear-g:hover {
    color: white;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #000000;
}
.person_menu{
    text-align: justify;
}
.person_menu button{
    display:inline-block; position: relative; top: 1.2em;
}
.person_menu:before{
    content: '';
    display: block;
    width: 100%; margin-bottom: -1.2em;

}
.person_menu:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/*Helpers*/

.centered {
    text-align: center;
}

.goleft {
    text-align: left;
}

.goright {
    text-align: right;
}

.mt {
    margin-top: 0px;
}

.mb {
    margin-bottom: 25px;
}

.ml {
    margin-left: 5px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
    background-color: #68dff0;
}

.bg-theme {
    background-color: #68dff0;
}

ul.top-menu > li > .logout {
    color: #f2f2f2;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #64c3c2 !important;
    padding: 5px 15px;
    margin-right: 15px;
    background: #68dff0;
    margin-top: 0px;
}


/*sidebar navigation*/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #3A3A3A;
}

#sidebar h5 {
    color: #f2f2f2;
    font-weight: 700;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    /*background: url("../img/nav-expand.png") no-repeat top;*/
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    /*background: url("../img/nav-expand.png") no-repeat bottom;*/
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
    margin-bottom: 110px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    /*background: #424a5d;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover {
    color: white;
    background: transparent;
}

ul.sidebar-menu li ul.sub li.active a {
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #5A616D;
    color: #FFF !important;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
    min-width: 30px;
    vertical-align: middle;
    color: #FFF !important;
}

ul.sidebar-menu li a span {
    vertical-align: middle;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
}

.header {
    min-height: 60px;
    padding: 0 0 0 15px;
}

.footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
    background-color: #3A393A;
    border-bottom: 1px solid #3A393A;
}

.login .header {
    background: none;
}

.wrapper {
    display: inline-block;
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}
.cursor .faChkRnd,.clickable{
    cursor: pointer;
}
a.logo {
    font-size: 30px;
    color: #ffffff;
    float: left;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
    /*text-shadow: 4px 4px 2px rgb(224, 195, 125);*/
} 
.logo-sub-title{
    margin-bottom: 0px;
    margin-top: -10px;
    text-align: center;
    font-size: 9px;
}
/*a.logo {
    font-size: 27px;
    color: #ffffff;
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    text-shadow: 4px 4px 2px rgb(224, 195, 125);
}*/

a.logo b {
    font-weight: 900;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #68dff0;
}


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
    padding: 10px 5px;
}

#top_menu .nav > li, ul.top-menu > li#header_profile {
    padding: 10px;
}

#top_menu .nav > li, ul.top-menu > li#header_profile:hover, ul.top-menu > li#header_profile.open {
    background-color: #5a616d;
}

/*.notify-row {
    margin-left: 10px;
}*/

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 6px;
    margin-right: 5px;
}

ul.top-menu > li > a.inbox-trigger {
    padding: 3px;
    display: flex;
    margin-top: 1px;
    margin-right: 5px;
}

ul.top-menu > li > a.inbox-trigger:hover,
ul.top-menu > li.open > a.inbox-trigger:focus,
ul.top-menu > li.open > a.inbox-trigger {
    color: #5a616d !important;
}

ul.top-menu > li > a.inbox-trigger:focus {
    color: #666 !important;
}

ul.top-menu > li > a.inbox-trigger:hover,
ul.top-menu > li > a.inbox-trigger:focus,
ul.top-menu > li.open > a.inbox-trigger
{
    background-color: #5a616d !important;
}

ul.top-menu > li > a.profile-options-trigger:hover,
ul.top-menu > li.open > a.profile-options-trigger
{
    background-color: #5a616d !important;
}

ul.top-menu > li > a.profile-options-trigger:focus {
    background-color: transparent !important;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #b6b6b6 !important;
}
.notify-row .badge {
    position: absolute;
    right: auto;
    top: -5px;
    left: 14px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    width: 300px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    top: 50px;
}

.dropdown-menu.extended.inbox {
    left: -269px;
}

.dropdown-menu.extended.profile-options {
    min-width: 121px !important;
    width: 121px !important;
    top: 57px;
    left: auto;
    right: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #68dff0;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li.unread a, .dropdown-menu.extended li.unread a:hover {
    background-color: #ecf0f7;
}
.dropdown-menu.extended li a {
    padding: 5px 10px !important;
    width: 100%;
    display: block;
    color: inherit;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .text {
    float: left;
    width: 243px;
}

.dropdown-menu.inbox li a .photo {
    float: left;
}

.dropdown-menu.inbox li a .photo i {
    float: left;
    font-size: 30px;
    margin-right: 7px;
}
.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 30px;
    margin-right: 7px;
    width: 30px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
    max-width: 180px;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    float: right;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
    white-space: initial;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.nav-top-right
{
    margin-top:15px;
}
.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 25px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
    border-color: transparent transparent #fff;
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.inbox .notify-arrow {
    left: 280px;
    top: -18px;
}

.profile-options .notify-arrow {
    left: 102px;
    top: -18px;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}

#header_inbox_bar {
    margin-top: 3px;
}



/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 13px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #CCC  !important;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


/* Dash Side */

.ds {
    background: #ffffff;
    padding-top: 20px;
}

.ds h4 {
    font-size: 14px;
    font-weight: 700;
}

.ds h3 {
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    line-height: 60px;
    height: 60px;
    margin: 0;
    background: #ff865c;
    text-align: center;
}

.ds i {
    font-size: 12px;
    line-height: 16px;
}

.ds .desc {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

.ds .desc:hover {
    background: #f2f2f2;
}

.ds .thumb {
    width: 30px;
    margin: 0 10px 0 20px;
    display: block;
    float: left;
}

.ds .details {
    width: 170px;
    float: left;
}

.ds > .desc p {
    font-size: 11px;
}

.ds p > muted {
    font-size: 9px;
    text-transform: uppercase;
    font-style: italic;
    color: #666666
}

.ds a {
    color: #68dff0;
}

/* LINE ICONS CONFIGURATION */

.mtbox {
    margin-top: 80px;
    margin-bottom: 40px;
}

.box1 {
    padding: 15px;
    text-align: center;
    color: #989898;
    border-bottom: 1px solid #989898;
}

.box1 span {
    font-size: 50px;

}

.box1 h3 {
    text-align: center;
}

.box0:hover .box1 {
    border-bottom: 1px solid #ffffff;
}

.box0 p {
    text-align: center;
    font-size: 12px;
    color: #f2f2f2;
}

.box0:hover p {
    color: #ff865c;
}

.box0:hover {
    background: #ffffff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* MAIN CHART CONFIGURATION */
.main-chart {
    padding-top: 20px;
}

.mleft {
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 6%;
    margin: 0px 4%;
    float: left;
    text-align: center;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #ff865c;
    color: #68dff0;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #2f2f2f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}


/*Donut Chart Main Page Conf*/
.donut-main {
    display: block;
    text-align: center;
}

.donut-main h4 {
    font-weight: 700;
    font-size: 16px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Panel Size*/

.pn {
    height: 250px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.pn:hover {
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);

}

/*Grey Panel*/

.grey-panel {
    text-align: center;
    background: #dfdfe1;
}
.grey-panel .grey-header {
    background: #ccd1d9;
    padding: 3px;
    margin-bottom: 15px;
}
.grey-panel h5 {
    font-weight: 200;
    margin-top: 10px;
}
.grey-panel p {
    margin-left: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
    margin-top: 5px;
    font-weight: 700;
    margin-left: 15px;
}
.donut-chart h2 {
    font-weight: 900;
    color: #FF6B6B;
    font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel {
    text-align: center;
    background: #444c57;
}
.darkblue-panel .darkblue-header {
    background: transparent;
    padding: 3px;
    margin-bottom: 15px;
}
.darkblue-panel h1 {
    color: #f2f2f2;
}
.darkblue-panel h5 {
    font-weight: 200;
    margin-top: 10px;
    color: white;
}
.darkblue-panel footer {
    color: white;
}
.darkblue-panel footer h5 {
    margin-left:10px;
    margin-right: 10px;
    font-weight: 700;
}

/*Green Panel*/
.green-panel {
    text-align: center;
    background: #68dff0;
}
.green-panel .green-header {
    background: #43b1a9;
    padding: 3px;
    margin-bottom: 15px;
}
.green-panel h5 {
    color: white;
    font-weight: 200;
    margin-top: 10px;
}
.green-panel h3 {
    color: white;
    font-weight: 100;
}
.green-panel p {
    color: white;
}

/*White Panel */
.white-panel {
    text-align: center;
    background: #ffffff;
    color: #ccd1d9;
}

.white-panel p {
    margin-top: 5px;
    font-weight: 700;
    margin-left: 15px;
}
.white-panel .white-header {
    background: #f4f4f4;
    padding: 3px;
    margin-bottom: 15px;
    color: #c6c6c6;
}
.white-panel .small {
    font-size: 10px;
    color: #ccd1d9;
}

.white-panel i {
    color: #68dff0;
    padding-right: 4px;
    font-size: 14px;
}

/*STOCK CARD Panel*/
.card {
    background: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    height: 250px;
}
.stock .stock-chart {
    background: #00c5de;
}
.stock .stock-chart #chart {
    height: 10.7em;
    background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat;
}
.stock .current-price {
    background: #1d2122;
    padding: 10px;
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: right;
}
.stock .changes .up {
    color: #4fd98b
}
.stock .current-price .changes .value {
    font-size: 1.8em;
    font-weight: 700;
}
.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
}
.stock .summary strong {
    font-weight: 900;
    font-size: 14px;
}

/*Content Panel*/
.content-panel {
    background: #ffffff;
    box-shadow: 0px 3px 2px #aab2bd;
    padding-top: 5px;
    padding-bottom: 0px;
}
.content-panel h4 {
    margin-left: 10px;
}

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
    background: url(../img/weather.jpg) no-repeat center top;
    text-align: center;
    background-position: center center;
}
.weather i {
    color: white;
    margin-top: 45px;
}
.weather h2 {
    color: white;
    font-weight: 900;
}
.weather h4 {
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
}

/* Weather 2 */
.weather-2 {
    background: #e9f0f4;
}
.weather-2 .weather-2-header {
    background: #54bae6;
    padding-top: 5px;
    margin-bottom: 5px;
}
.weather-2 .weather-2-header p {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}
.weather-2 .weather-2-header p small {
    font-size: 10px;
}
.weather-2 .data {
    margin-right: 10px;
    margin-left: 10px;
    color: #272b34;
}
.weather-2 .data h5 {
    margin-top: 0px;
    font-weight: lighter;
}
.weather-2 .data h1{
    margin-top: 2px;
}

/* Weather 3 */
.weather-3 {
    background: #ffcf00;
}

.weather-3 i {
    color: white;
    margin-top: 30px;
    font-size: 70px;
}
.weather-3 h1 {
    margin-top: 10px;
    color: white;
    font-weight: 900;
}
.weather-3 .info {
    background: #f2f2f2;
}
.weather-3 .info i {
    font-size: 15px;
    color: #c2c2c2;
    margin-bottom: 0px;
    margin-top: 10px;
}
.weather-3 .info h3 {
    font-weight: 900;
    margin-bottom: 0px;
}
.weather-3 .info p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
    color: #c2c2c2;
    font-size: 15px;
    font-weight: 700;
}


/*Twitter Panel*/
.twitter-panel {
    background: #4fc1e9;
    text-align: center;
}
.twitter-panel i {
    color: white;
    margin-top: 40px;
}
.twitter-panel p {
    color: #f5f5f5;
    margin: 10px;
}
.twitter-panel .user {
    color: white;
    font-weight: 900;
}


/* Instagram Panel*/
.instagram-panel {
    background: url(../img/instagram.jpg) no-repeat center top;
    text-align: center;
    background-position: center center;
}
.instagram-panel i {
    color: white;
    margin-top: 35px;
}
.instagram-panel p {
    margin: 5px;
    color: white;
}

/* Product Panel */
.product-panel {
    background: #dadad2;
    text-align: center;
    padding-top: 50px;
    height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
    background: #dadad2;
    text-align: center;
}
.product-panel-2 .badge {
    position: absolute;
    top: 20px;
    left: 35px;
}
.badge-hot {
    background: #ed5565;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

/* Soptify Panel */
#spotify {
    background: url(../img/lorde.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 220px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spotify .btn-clear-g {
    top: 15%;
    right: 10px;
    position: absolute;
    margin-top: 5px;
}
#spotify .sp-title {
    bottom: 15%;
    left: 25px;
    position: absolute;
    color: #efefef;
}
#spotify .sp-title h3 {
    font-weight: 900;
}
#spotify .play{
    bottom: 18%;
    right: 25px;
    position: absolute;
    color: #efefef;
    font-size: 20px
}
.followers {
    margin-left: 5px;
    margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
    background: url(../img/blog-bg.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 150px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#blog-bg .badge {
    position: absolute;
    top: 20px;
    left: 35px;
}
.badge-popular {
    background: #3498db;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}
.blog-title {
    background: rgba(0,0,0,0.5);
    bottom: 100px;
    padding: 6px;
    color: white;
    font-weight: 700;
    position: absolute;
    display: block;
    width: 120px;
}
.blog-text {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 15px;
    font-size: 12px;
}

/* Calendar Configuration */
#calendar {
    color: white;
    padding: 0px !important;
}
.calendar-month-header {
    background: #43b1a9;
}

/* TODO PANEL */
.steps{
    display: block;
}
.steps input[type=checkbox] {
    display: none;
}
.steps input[type=submit]{
    background: #f1783c;
    border: none;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    height: 55px;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.5s ease
}
.steps input[type=submit]:hover{
    background: #8fde9c;
}
.steps label{
    background: #393D40;
    height: 65px;
    line-height: 65px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #44494e;
    color: #889199;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    text-indent: 52px;
    cursor: pointer;
    transition: all 0.7s ease;
    margin: 0px;
}
.steps label:before{
    content:"";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    margin: 26px 0px 0px 18px;
    border-radius: 100%;
    transition: border 0.7s ease
}
.steps label:hover{
    background: #2B2E30;
    color: #46b7e5
}
.steps label:hover:before{
    border: 1px solid #46b7e5;
}
#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before{
    border: 2px solid #96c93c;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
    background: url(../img/profile-01.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 150px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-01 h3 {
    color: white;
    padding-top: 50px;
    margin: 0px;
    text-align: center;
}
#profile-01 h6 {
    color: white;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 900;
}
.profile-01 {
    background: #68dff0;
    height: 50px;
}
.profile-01:hover {
    background: #2f2f2f;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;
    cursor: pointer;
}
.profile-01 p {
    color: white;
    padding-top: 15px;
    font-weight: 400;
    font-size: 15px;
}

/* Profile 02*/
#profile-02 {
    background: url(../img/profile-02.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 200px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-02 .user {
    padding-top: 40px;
    text-align: center;
}
#profile-02 h4 {
    color: white;
    margin:0px;
    padding-top: 8px;
}
.pr2-social a {
    color: #cdcdcd;
}
.pr2-social a:hover {
    color: #68dff0;
}
.pr2-social i {
    margin-top: 15px;
    margin-right: 12px;
    font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#barchart {
    margin-bottom: -15px;
    display: inline-block;
}
.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.terques-chart {
    background: transparent;
    color: #000000;
}
.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
    color: #2f2f2f;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #68dff0;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 2px #aab2bd;
}



/* Calendar Events - Calendar.html*/
.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 7px !important;
    margin-right: 7px !important;
    padding: 10px;
}

.drop-after {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
    background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #68dff0;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.project .overlay {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;

}

.project:hover .photo-wrapper {
    background-color: #68dff0;
    background-image:url(../img/zoom.png);
    background-repeat:no-repeat;
    background-position:center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}
.project:hover .photo {
    opacity: 10;
    filter: alpha(opacity=4000);
    opacity: 0.1;
    filter: alpha(opacity=40);
}
.project:hover .overlay {
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}
/* Spinner Loader CSS Starts - Analyse Page */
.news-loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
    height:100px !important;
    margin-top: 25px;
    &:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
}

.news-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
/* Spinner Loader CSS Ends- Analyse Page */


/* EZ Checklist */
.ez-checkbox {
    margin-right: 5px;
}

.ez-checkbox, .ez-radio {
    height: 20px;
    width: 20px;
}

.brand-highlight {
    background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
    background: #ffffff;
    padding: 10px;
    text-align: left;
}

label {
    font-weight: 400;
}

.form-horizontal.style-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.round-form {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
    .popsigninouter{
        max-width:1000px;
        width:100%;
        margin: 0px auto 30px auto;
        padding: 20px;
    }
    .company-filter-clear{
        width: 3% !important;
        margin-left: -20px !important;
        margin-top: 0px !important;
    }

}

#focusedInput {
    border: 1px solid #ed5565;
    box-shadow: none;
}

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    height: 34px;
}

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}

/*LOGIN CONFIGURATION PAGE*/
.form-login {
    max-width: 330px;
    width: 100%;
    margin: 20px 0;
    background: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    border:1px solid #3a3a3a;
}

/*LOGIN CONFIGURATION PAGE*/
.form-chagepwd {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
}

.form-chagepwd h3.form-login-heading{
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background: #68dff0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.form-login h2.form-login-heading {
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background: #68dff0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.login-wrap {
    padding: 20px;
}
.login-wrap .registration {
    text-align: center;
}
.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.invalid {
    border-color: #dd1111;
}

.show-input-error {
    display: block;
    font-size: 12px;
    color: red;
}

.hide-input-error {
    display: none;
    color: green;
}

/*LOCK SCREEN CONF*/
#showtime {
    width: 100%;
    color: #fff;
    font-size: 90px;
    margin-bottom: 30px;
    margin-top: 250px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
}

.lock-screen {
    text-align: center;
}

.lock-screen a {
    color: white;
}

.lock-screen a:hover {
    color: #48cfad
}

.lock-screen i {
    font-size: 60px;
}

.lock-screen .modal-content {
    position: relative;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
}


.btn-facebook {
    color: #fff;
    background-color: #5193ea;
    border-color: #2775e2;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2775e2;
    border-color: #2775e2;
}

.btn-twitter {
    color: #fff;
    background-color: #44ccfe;
    border-color: #2bb4e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2bb4e8;
    border-color: #2bb4e8;
}


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
}
@media screen and (min-width: 1001px) {
    #influencers-tab .desc {
        width: 32% !important;
        margin-right: 10px !important;
    }
}

.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #000000;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    background: #68dff0;
    color: #fff;
    padding: 10px 0;

}


.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}

.white-bg{
    background-color:white;
}

.txt-msg{
    margin-top:20px;
    margin-right:15px;
    color:#333;
    text-transform: capitalize;
    padding-right:10px;
}

.header-photo {
    padding-right:4px;
}

.header-user-name {
    padding-top: 7px;
    font-weight: bold;
    /*    color: #333;*/
    color: #CCC  !important;
    text-transform: capitalize;
    font-size: 13px;
}

.header-logout {
    padding-top: 2px;
}

.form-tab {
    background: #ffffff;
    margin:0px;padding:0px;padding-top:5px;padding-left:10px;width:150px;
    box-shadow: 0px 3px 2px #aab2bd;height:30px;
}

.form-tab-btn{
    height:33px;width:60px;padding:3px;
}

.bar-graph{
    width:100%;height:500px;margin:0 auto;font-size:10px;
}


.grid-table {
    border: 0px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.grid-table tr {
    border-bottom: 1px solid #ddd;
    padding: 2px;
}

.grid-table th,
.grid-table td {
    padding: 5px;
    border-right: 1px solid #ddd;
    text-align: left;
    font-size: 14px;
}

.grid-table td:nth-of-type(odd) {
}

.grid-table-text {
    padding: 5px;
    border-right: 1px solid #ddd;
    text-align: left;
    width:15%;
}
.grid-table-score{
    padding: 5px;
    border-right: 1px solid #ddd;
    text-align: left;
    width:7%;
}

.grid-table th {
    font-size: 14px;
    letter-spacing: 1px;
}
.grid-table th:last-child {
    font-size: 14px;
    letter-spacing: 1px;
}
.form-tab img {
    display:none;
}
.person_menu_more{
    display:none;
}
@media screen and (max-width: 480px) {
    #filter
    {
        display:none;
    }
    #filter_image
    {
        display:block;
    }
    .column{
        display: block;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .company-grid-filter {
        display:none;
    }
    .person_menu_more{
        display:block;
    }
    .person_menu{
        display:none;
    }
    ul.sidebar-menu {
        margin-top: 75px;display:none;
    }
    #filter{
        display:none;
    }
    .form-tab {
        background: #ffffff;
        margin:0px;padding:0px;padding-top:5px;padding-left:10px;
        box-shadow: 0px 3px 4px #aab2bd;
    }

    /*		 .btn {
                            margin: 0px;padding:0px;
                    }
    */
    .btn-theme-sub-menu
    {
        margin:0px;font-size:12px;padding:0px;
    }
    .form-tab img {
        display:block;width:10px;cursor:pointer;
    }

    /* Force table to not be like tables anymore */
    .grid-table thead, .grid-table tbody, .grid-table th, .grid-table td, .grid-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .grid-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .grid-table tr { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }



    .grid-table td {
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        padding-left: 25%;
    }

    .grid-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
    }

    .grid-table tr:after{
        padding-bottom:20px;
    }
    .grid-table td:nth-of-type(1):before {content: "Company"; }
    .grid-table td:nth-of-type(2):before {content: "Website"; }
    .grid-table td:nth-of-type(3):before {content: "Location"; }
    .grid-table td:nth-of-type(4):before {content: "Score"; }
    .grid-table td:nth-of-type(5){display:none;}

    .grid-table-text {
        padding: 5px;
        border-right: 1px solid #ddd;
        text-align: left;
        width:100%;
    }
    .grid-table-score{
        padding: 5px;
        border-right: 1px solid #ddd;
        text-align: left;
    }

    ul.top-menu > li > .logout {
        color: #f2f2f2;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px solid #64c3c2 !important;
        padding: 2px 2px;
        margin-right: 15px;
        background: #68dff0;
        margin-top: 15px;
    }

    .header-photo{
        margin:5px;
    }

    .img-circle-person{
        border-radius: 50%;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .btn-device{
        padding:2px 8px;
    }

    .btn-group-device
    {
        margin:10px;
    }

    .breadcrumb
    {
        padding: 8px 0px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .breadcrumb > li + li:before {
        padding: 0 0px;
        color: #ccc;
        content: "/\00a0";
    }
    #influencers-tab .desc{
        width: 100% !important;
    }
    .hide-on-mobile{
        display:none !important;
    }
    .portfolio-company-filter {
        max-width: 100% !important;
    }
    .currency-field {
        width: 100% !important;
        float: right !important;
    }
    .breadcrumb{
        margin-right: 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 1174px) {
    ul.sidebar-menu {
        margin-top: 75px;display:none;
    }
    .col-smx-2 {
        width:25%; padding-right:15px;
    }
    .col-smx-1 { width:25%;
                 padding-right:15px;
    }
    #filter_image
    {
        display:none;
    }
    .form-group{display:block;}
    .clear_box{
        margin-top: 0px !important;
    }
}
@media screen and (min-width: 801px) {
    #filter
    {
        display:block;
    }
}
@media screen and (max-width: 480px) {
    ul.sidebar-menu {
        margin-top: 75px;display:none;
    }
    #filter
    {
        display:none;
    }
    #filter_image
    {
        display:block;
    }



    .grid-table td:nth-of-type(5){display:none;}
    .grid-table th:nth-of-type(5){display:none;}

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        margin:5px 0px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    #filter.col-smx-1{
        padding:0px;
    }
    .form-tab {
        background: #ffffff;
        margin:0px;padding:0px;padding-top:5px;padding-left:10px;
        box-shadow: 0px 3px 4px #aab2bd;
    }

    /*        .btn {
                            margin-bottom: 5px;padding:2px;
                    }
    */		.form-tab img {
        display:block;width:10px;cursor:pointer;
    }


    ul.top-menu > li > .logout {
        color: #f2f2f2;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px solid #64c3c2 !important;
        padding: 2px 2px;
        margin-right: 15px;
        background: #68dff0;
        margin-top: 0px;
    }

    .txt-msg{
        margin-top:20px;
        margin-right:5px;
        text-transform: capitalize;
        padding-right:5px;
    }

    .header-photo{
        margin:2px 5px;
        padding-right:5px;
    }

    .img-circle-person{
        border-radius: 50%;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .btn-device{
        padding:2px 8px;
    }

    .btn-group-device
    {
        margin:10px;
    }

    .breadcrumb
    {
        padding: 8px 0px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .breadcrumb > li + li:before {
        padding: 0 0px;
        color: #ccc;
        content: "/\00a0";
    }
}


.floatingContainer a:link,
.floatingContainer a:hover,
.floatingContainer a:visited,
.floatingContainer a:active {
    display: block;
    text-decoration: none;
    color: #fefefe;
    /*/709o*/

    font-size: 2em;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #68dff0;
    position: fixed;
    z-index: 2;
    top: calc(100% - 75px);
    left: calc(100% - 75px);
    transform-origin: 50%;
    transform: rotate(90deg);
    transition: all .5s ease;
    backface-visibility: hidden;
}
.model a:hover {
    background: #68dff0;
}
.model a:active {
    /*  Commenting this because it causes issues on the expand/collapse button on the modals by
        showing a small rectangle. */
    /*box-shadow: inset 0 0 0.2em rgba(0, 0, 0, 0.3);*/
}


.col:not(:first-child:last-child) {
    padding-right:7px;
    padding-left:7px;
}
.row{
    margin-right: -5px;
    margin-left: -5px;
}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}


.or-option::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    top: 12px;
    width: 30%;
}

.or-option::after {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 10%;
    top: 12px;
    width: 30%;
}
.or-option {
    color: #666666;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height:348px;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popsigninouter{
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 30px auto;
    padding: 20px;
}
.popvideo{
    margin: 20px 0;
}

.popvideo{
    margin: 20px 0;
}
.custom-panel{
    /*background-color: #f2f2f2 !important;*/
    border: none !important;
    box-shadow:none !important;
    margin-top: 15%;
    padding: 30px;
}
.preference-text{
    color: #000;
    font-weight: normal;

}
.btn-width-80{
    width: 100px !important;

}
tags-input .tags{
    box-shadow: none !important;
}
.fieldErr {
    color : #BF1200;
}
.margin-20{
    margin-left: 20px !important;
    margin-right: 20px !important;
}
@media ( min-width: 768px ) {
    .border-between::before {
        background: #e3e3e3;
        bottom: 0;
        content: " ";
        left: 0;
        position: absolute;
        width: 1px;
        top: 10%;
        height: 80%;
    }
    .company-filter{
        width: 23% !important;
    }
    #investmentSummaryTable .type
    {
        width: 28% !important;
    }
    #investmentSummaryTable .date
    {
        width: 15% !important;
    }
    #investmentSummaryTable .stake
    {
        width: 15% !important;
    }
    #investmentSummaryTable .amount
    {
        width: 20% !important;
    }
    #investmentSummaryTable .round
    {
        width: 12% !important;
    }
    #investmentSummaryTable .valuation-amount
    {
        width: 20% !important;
    }
    #investmentSummaryTable td  
    {
        padding-top: 7px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        padding-bottom: 7px !important;
    }

}

.login .header {
    border: 0 none;
}

.login .header a.logo {
    color: #50ba83;
    clear: both;
    margin: 45px auto;
    width: 300px;
    display: block;
    float: none;
    font-size: 100px;
    text-shadow: 4px 4px 2px rgb(20, 72, 45)
}

@media ( max-width: 767px ) {
    .login .header a.logo {
        margin: 10px auto;
        font-size: 40px;
        width: 123px;
    }

    .popsigninouter {
        margin: 0 auto 15px;
        width: 93%;
        padding-top: 0;
    }

    .embed-container {
        height: 0;
    }

    .popvideo {
        margin: 0;
    }

    .form-login {
        margin: 0 auto 20px;
    }
    .analyze .lists-selection-container label {
        float: left;
        /*margin: 14px 13px !important;*/
    }
    .clear_box{
        margin-top: -20px !important;
    }
    .teams-list {
        float: left !important;
        width: 33% !important
    }
    .teams-list h6{
        text-align: center !important;
    }
    #fixedbtn{
        display: block !important;
        position: fixed;
        margin: 0px 10px 0px -10px;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
    }
    #fixedbtn .btn{
        width: 100% !important;
        border-radius: 0px;
    }
    .hide-mobile{
        display: none !important;
    }

}

.login .header a.logo span{
    color: #fff;
    background-color: #ffd777;
    text-shadow: 4px 4px 2px rgb(224, 195, 125);
    padding: 0 15px;
}

.skip-preferences {
    float: left;
    margin: 5px 0;
}
.password-change .form-login {
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
}
tags-input {
    height: 40px;
}
tags-input input {
    height: 33px !important;
}
.preference-page .city-input {
    height: 40px;
}
tags-input input {
    background-color: #fff !important;
}
.input::-webkit-input-placeholder {
    color: #777 !important;
}

.input:-moz-placeholder { /* Firefox 18- */
    color: #777 !important;
    opacity: 1  !important;
}

.input::-moz-placeholder {  /* Firefox 19+ */
    color: #777 !important;
    opacity: 1  !important;
}

.input:-ms-input-placeholder {
    color: #777 !important;
}

.tabs-container {
    display: table;
    width: 100%;
    margin-bottom: 0px;
}

.tabs-container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.tab {
    display: table-cell;
    text-align: center;
    background-color: #3A3A3A;
    padding: 15px 0;
    /*border-left: 2px solid #d2d2d2;*/
    border-top: 1px solid #d2d2d2;
    /*width: 33.3333%;*/
    width: 50%;
}

.tab:last-child {
    /*border-right: 1px solid #d2d2d2;*/
}

.tab.active{
    /*border: none;*/
    background-color: #fff;
    /*box-shadow: 3px 2px 7px 3px #d2d2d2;*/
    /*position: relative;*/
}
.tab:hover {
    background-color: #5A616D;
}

.tab a {
    color: #333;
}

.tab1 {
    display: table-cell;
    text-align: center;
    background-color: #eee;
    padding: 15px 0;
    /*border-left: 2px solid #d2d2d2;*/
    border-top: 1px solid #d2d2d2;
    width: 33.3333%;
}
.tab1:last-child {
    /*border-right: 1px solid #d2d2d2;*/
}

.analyze .content-panel,
.analyze .showback {
    box-shadow: none;
}

.analyze .analyze-container {
    box-shadow: 3px 3px 22px -5px #aab2bd;
}

.analyze .lists-selection-container {
    float: right;
    margin-bottom: 10px;
}

.analyze .lists-selection-container label {
    /*float: left;*/
    margin: 8px 7px;
}

.analyze .lists-selection-container .filter-input {
    float: right;
    width: 85%;
}
.tab-icon{
    vertical-align: middle !important;
    margin-right: 5px;
    color: #555;
}
.tab:hover{
    cursor: pointer;
}
.reports-container{
    background-color: #FFF;
    padding: 15px 15px 25px 15px;
}
.news-container {
    background-color: #FFF;
    text-align: center;


}
.sm-actionButton {
    content:'\f055';
    background-color: #68dff0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 1000;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);*/
    display: inline-block;
    margin-bottom: -3px;
}
.sm-actionButton .floatingText {
    color: #FFF;
    display: none;
    position: absolute;
    top: -.2em;
    right: 3.5em;
    min-width: 10em;
    text-align: right;
}
.sm-actionButton .floatingText.show {
    display: inherit;
}
.sm-actionButton .floatingTextBG {
    padding: 0.2em 0.5em;
    background-color: rgba(33, 33, 33, 0.8);
    border-radius: .3em;
}
.sm-actionButton.display {
    display: inherit;
}
.sm-actionButton:before {
    content:'+';
    color: #333;
    position: absolute;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    margin-left: -4px;
    margin-top: -3px;

    /*transform: rotate3d(0, 0, 1, -180deg);
    transition: content 0.4s, transform 0.4s, opacity 0.2s;*/
}

.list-filter-box{
    padding-bottom: 0px;
    margin-bottom: -20px;
}
.news-list{
    padding: 25px;
    text-align: left;
    min-height: 500px !important;
}
.empty-state-icon{
    text-align: center;
    font-size: 60px;
}
.empty-state-message{
    padding: 25px;
    color: #808080;
    text-align: center;
    background-color: #FFF;
    min-height: 450px;
    padding-top: 10% !important;
}

.tabs-content-container {
    position: relative;
}
.news-icons{
    font-size: 13px;
    vertical-align: middle !important;
    margin-right: 1px;
}
.news-logo{
    max-width: 45px !important;
}
.news-small-text{
    font-size: 13px;
    color: #969696;
    width: 100%;
    text-align: right;
}
.media-body .title{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
}
.news-list .media{
    margin: 0px 5px 20px !important;
    justify-content: center;
    border-bottom: solid 1px #CCC;
    padding-bottom: 5px;
}
.news-text{
    margin-bottom: 3px !important;
}
.news-company, .news-company a{
    font-size: 15px;
    color: #000;
}
.news-company:hover, .news-company a:hover{
    text-decoration: underline !important;
}
.filter-input .btn{
    margin-top: 7px !important;
}

.reports-container .panel-body {
    padding-top: 35px;
    border: 1px solid #424a5d;
}

.reports-container .content-panel h4 {
    margin: 0;
    padding: 10px 5px;
    background-color: #3A3A3A;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}
.company_profile .media {
    border-bottom: none !important;
    margin: 0 !important;
}
@media only screen and (max-width: 480px){
    #no-more-tables td {
        padding-left: 46% !important;
    }
    #filter{
        display: block !important;
    }
    .filter-input .btn {
        margin-top: -20px !important;
        width: 60px !important;
    }
    .clear_box{
        margin-top: -0px !important;
    }
    .analyze .lists-selection-container label{

        margin-top:13px;
        margin-right: 5px;
    }
    #no-more-tables tr{
        border-bottom: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
        border-left: 1px solid #ccc !important;
        border-top: none !important;
    }
    .pagination-block {
        border-bottom: 1px solid #ccc !important;
    }
    .list-filter{
        margin: 5px 0px !important;
    }
    .company-filter-clear{
        width: 3% !important;
        margin-left: 0px !important;
    }
    .notes .details {
        width: 82% !important;
        float: left;
    }
    .teams-list h6{
        text-align: center !important;
    }
    .teams-list {
        float: left !important;
        width: 100% !important
    }
    .teams-list {
        min-height: 170px !important;
    }
    .teams-listTwitter {
        min-height: 100px !important;
    }
    #edit-company-details .company-edit-head{
        width: 70% !important;
    }
}
.list-filter{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.report-box{
    margin-bottom: 5px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.reports-container .tab-pane{
    margin-bottom: -15px !important;
}
.sm-actionButton:hover{
    cursor: pointer;
}
.archived-notice-container{
    margin-bottom: 10px !important;
    margin-top:10px !important;
}
.right-border{
    border-right: 1px solid #d2d2d2;
}
.explore .form-tab-btn{
    height: 25px !important;
}
.news-tab.active{
    /*box-shadow: 0 -5px 8px -4px #d2d2d2 !important;*/
}
.news-tab:hover{
    /*box-shadow: 0 -5px 8px -4px #d2d2d2 !important;*/
}

.container.company_profile {
    margin-bottom: 50px !important;
}
.custom-filter-message {
    margin-left: 25px !important;
}
.tabs-descover{
    width:50% !important; 

}
.discover-container{
    margin-top: 20px;
}
.box-shadow-0{
    box-shadow: none !important;
}
.dicover-th{
    border-top: 1px solid #ddd;
}
.discover-tab.active{
    /*box-shadow: 0 -5px 8px -4px #d2d2d2 !important;*/
}
.discover-tab:hover{
    /*box-shadow: 0 -5px 8px -4px #d2d2d2 !important;*/
}
#exploreChart .highcharts-container{
    box-shadow: none !important;
    width:100% !important; height:100% !important;
}
.reset-password-container{  
    margin: 0 auto;
    position: relative;
}
.notes .desc{
    display: inline-block;
    width: 100%;
}
.notes .thumb,.attachments .thumb{
    /*width: 10%;*/
    margin: 0 10px 0 -15px;
    display: block;
    float: left;
}
.notes .details {
    width: 92%;
    float: left;
}
.add-notes-btn{
    float: right;
    margin-top: 10px;
}
.width-80{
    min-width: 80% !important;
    float: left;
}
.width-20{
    width: 20% !important;
    float: right;
}
.notes muted,.attachments muted {
    font-size: 10px;
    /*text-transform: uppercase;*/
    font-style: italic;
    color: #666666;
    float: right;
}
.border-bottom{
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.notes-text{
    text-align: justify;
}
.bg-light{
    background-color:#969696 !important;
}
.teams-list{
    min-height: 250px;
}
.teams-list h6{
    text-align: center !important;
}
.teams-list .founder-image{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.all-team{
    float: right !important;
}
#founders .row{
    width: 100% !important;
}

@media only screen and (min-width: 481px) and (max-width: 767px){
    .analyze .lists-selection-container .filter-input{
        width: 91% !important;
    }
    #influencers-tab .desc{
        width: 48% !important;
        margin-right: 5px !important;
    }
}

.company-details-tags .chips {
    color: #6E6E6E;
    background-color: #E0E0E0;
    float:left;
    margin: 3px;
    font-size: 11px;
    padding: 9px;
    border-radius: 13px;
    font-weight: normal;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.company_profile .btn,.person_menu .btn {
    padding : 4px;
    margin: 0px !important
}
#social .social_links{
    width: 33%;
    float: left;
}
.cards{
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-top: 10px;
    padding-bottom: 10px;
}
.fixed-height{
    height: 270px !important;
}
.fixed-height-360{
    max-height: 400px !important;
    min-height: 90px !important;
}
@media (min-width: 768px) {
    .width-49{
        width: 49% !important;   
    }
    .margin-2{
        margin-right: 2% !important;
    }
    .margin-left-2{
        /*margin-left: 2% !important;*/
    }
    #influencers-tab .desc{
        max-width: 48% !important;
        margin-right: 10px !important;
    }
}
.async_content ul.sidebar,.async_content .founders-div{
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.async_content .error-message{
    background-color:white !important;
}
.async_content-color{
    background-color:#f2f2f2 !important;
}
.async_content #person-details{
    background-color:#f2f2f2 !important;
}
.founders-exp{
    min-height: 100px !important;
}
.fixed-height-person{
    height: 310px !important;
}
.min-height-person{
    min-height: 310px !important;
}
.no-bg{
    background:none;
}
#fileAttachButton{
    width: 100% !important;
}
.attachfile-message {
    margin-bottom: 10px !important;
    text-align: center;
}
.required_fields{
    font-size: 12px;
}
.company-tab{
    width: 50% !important;
    border: none !important;
}
.company-tab2{
    width: 34% !important;
}
.comapany-tabs-container{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.padding-top-20{
    padding-top: 20px !important;
}
.attachments .thumb{
    vertical-align: middle !important;
    margin-right: 5px;
    color: #555;
}
.attachments-empty-state-message{
    padding: 15px;
    color: #808080;
    text-align: center;
    background-color: #FFF;
    min-height: 250px;
    padding-top: 5% !important;
    background-color: white;
}
.custom-field-empty-state-message{
    color: #808080;
    text-align: center;
    background-color: white;
}
.custom-field-empty-state-icon {
    text-align: center;
    font-size: 50px;
}
.iconset{
    font-size: 14px;
}

.edit-column .btn-secondary{
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
    margin-top: 0px !important;
}
.edit-column .material-icons{
    vertical-align: middle;
}
.buck
{
    cursor: pointer;
    float: right;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
    margin-top: 0px !important;
}
#analyze-table .filter-input{
    margin-bottom: 0px !important;
}
.edit-mode-btn{
    margin-top: 0px !important; 
}
.ipo_status_details{
    color: #606060;
    font-size: 12px;
}
.h6like
{
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
}
.h6likepad{
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
    padding: 10px;
}
.pblvalu{
    margin-top:10px;
}
#succ{ 
    margin-top: 2%;
    margin-left: 7%;
    color: green;
}
.ec
{
    height:395px !important;    
}
.alertmess
{
    color: #a94442;
    background-color: transparent !important;
    border-color: none !important;
    color: white; 
    text-align: center;
}
.almen
{
    margin-top: 0;
    color: #1bd21b !important;
    align-items: center;
    text-align: center;

}
#influencers-tab .desc{
    /*max-width: 32% !important;*/
    float: left;
    margin-bottom: 10px;
    /*    border: solid 1px #CCC;
        margin-right: 10px;
        padding: 5px;*/
}
#influencers-tab .thumb {
    width: 50px;
    margin: 10px 10px 0 10px;
    display: block;
    float: left;
}
.teams-listTwitter {
    min-height: 191px;
}
.mt{
    margin-top: 2%
}
.research-tabs{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*.filterBox-tags-input tags-input{
    height: 34px !important;
}
.filterBox-tags-input .host{
    margin-top: 0px !important;
}

div.auto-complete-container ul.auto-complete-results li.auto-complete-item:hover{
    background-color: #efefef !important;
    color: #000 !important;
}
div.auto-complete-container ul.auto-complete-results li.auto-complete-item{
    background-color: #FFF !important;
    color: #000 !important; 
}
.research-list-fliter .form-group{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.filter-companie-title{
    font-size: 15px !important;
    color: #000 !important;
    margin-left: 0px !important;
}
.filter-button{
    float: right;
}
.search-company-btn{
    margin-right: -15px;
    margin-left: 15px;
}

@media only screen and (max-width : 1200px){
    .filter-button{
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }
    .research-list-fliter .form-group{
        margin-right: 0px !important;
        margin-right: 0px !important;
    }
}
@media only screen and (max-width : 992px){
.filter-button{
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }
}
.research-list-fliter{
    overflow: auto;
}
.research-custom-filter-message{
    padding: 5px;
    border: solid 1px #d9edf7;
    border-radius: 5px;
    color: #31708f;
    margin-bottom: 0px !important;

}*/
.buttons-container{
    float: left;
}
.clear-button-container{
    margin-left: 5px !important;
}
.auto-complete-results .auto-complete-item-selected{
    background-color:#0097cf !important; 
}
.auto-complete-results li:hover{ 
    background-color:#0097cf !important;
}

.auto-complete-results{
    background-color:#fff !important; 
}
.auto-complete-results li{
    background-color:#fff !important; 
}
.loadinggif {
    background-color: #fff !important;
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
@media only screen and (max-width : 992px){
    .wrapper{
        margin-top: 140px !important;
    }
    ul.sidebar-menu{
        margin-top: 140px !important;
    }
}
@media only screen and (max-width: 500px) {
    .logoOne{
        width:100px;
    }
}
@media only screen and (min-width: 500px) {
    .logoOne{
        width:100px;
        margin-left: 35% !important;
    }
}
.tone
{
    min-height: 130px !important;
    border:none !important;
}
.close-icon {
    display: inline-block;
    font-size: 15px !important;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 2px #CCC;
    margin-top: 6px;
    background-color: #000 !important;
    opacity: .4 !important;
    color: #FFF !important;
    padding: 2px;
}
.track-news-listing .box{
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.track-news-listing .box-primary {
    border-top-color: #68dff0;
}
.track-news-listing .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.track-news-listing .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.track-news-listing .box-body {
    min-height: 450px !important;
}
.track-news-listing .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.track-news-listing .btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.track-news-listing .box-header>.fa, .track-news-listing .box-header>.glyphicon, .track-news-listing .box-header>.ion, .track-news-listing .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.track-news-listing .box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.track-news-listing .box-body .products-list{
    height :450px !important;
    max-height: 450px !important;
    overflow-y: auto !important;
}
.track-news-listing .products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.track-news-listing .product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
    background: #fff;
    height: 80px;
}
.track-news-listing .products-list .product-img {
    float: left;
}
.track-news-listing .products-list .product-img img {
    width: 50px;
    height: 50px;
}
.track-news-listing .products-list .product-info {
    margin-left: 60px;
}
.track-news-listing .products-list .product-title {
    font-weight: 600;
}
.track-news-listing .products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.track-filters{
    overflow: auto;
    background-color: #FFF;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

/*Edit company Details page*/
#edit-company-details .row{
    margin-top: 75px !important;
}
#edit-company-details input:not(.comparable-companies-input .input), #edit-company-details button {
    padding: 5px 10px !important;
    outline: 0 !important;
    border-width: 0 0 2px 0 !important;
    border-bottom: .55px solid #c8c7cc !important;
}
#edit-company-details .company-info{
    width: 100% !important;
    font-size: 14px !important;
}
.floating-label label{
    font-size: 12px !important;
    color: #999 !important;
    left: 0px !important;
}
#edit-company-details .btn{
    float: right !important;
    margin-top: 5px !important;
    color: #fff !important;
    background-color: #48bcb4;
    border-color: #48bcb4;
    padding: 5px 20px;
}
#edit-company-details .company-edit-head{
    width: 85% !important;
    float: left !important;
}
.portfolio-company-filter{
    max-width: 40%;
}
.portfolio-companies .pagination-block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 5px;
    text-align: right;
}
.portfolio-companies .count-text {
    font-weight: bold;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-top: 12px;
}
.remove-founder {
    float: right;
    margin-top: -30px;
    margin-right: -20px;
}
.remove-founder i {
    font-size: 16px;
    color: #999;
}
.add-more-link {
    float: right;
    margin-right: 15px;
}
.border-none{
    border: none;
    border-top: 1px solid #ccc;
}
.leftright-margin{
    margin-left: -15px;
    margin-right: -15px;

}
#showAddInvestmentModal .form-control{
    margin: 0px 0px !important;
}
#investmentSummaryTable{
    width:100% !important;
}
#investmentDetailsTable{
    width:100% !important;
}

.custommodalDetails{
    width:100% !important; 
}
/*Edit company Details page*/

#edit-company-details .row{
    margin-top: 75px;
}
#edit-company-details input, button {
    padding: 5px 10px;
    outline: 0;
    border-width: 0 0 2px 0;
    border-bottom: .55px solid #c8c7cc;
}
#edit-company-details .company-info{
    width: 100%;
    font-size: 14px !important;
}
.floating-label label{
    font-size: 12px !important;
    color: #999 !important;
    left: 0px !important;
}
#edit-company-details .btn{
    float: right;
    margin-top: 5px !important;
    color: #fff;
    background-color: #48bcb4;
    border-color: #48bcb4;
    padding: 5px 20px;
}
#edit-company-details .company-edit-head{
    width: 85%;
    float: left;
}
.portfolio-company-filter{
    max-width: 40%;
}
.portfolio-companies .pagination-block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 5px;
    text-align: right;
}
.portfolio-companies .count-text {
    font-weight: bold;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-top: 12px;
}
.select-label {
    font-size: 12px !important;
    color: #999 !important;
    left: 0px !important;
}
.grey-hr{
    border: 1px solid #ccc !important;
    margin-bottom: 30px;
}
.font-size-24{
    font-size: 20px !important;
}
.dashboard .custom-panel{
    /*margin-top: 0px !important;*/
    min-height: 250px;
}
.money-text{
    text-align: right !important;
}
.date-text{
    text-align: center !important;
}
#edit-company-info .ui-datepicker-inline{
    display: none !important;
}
.validation-error{

    font-size: 10px;
    color: red;
}
.currency-symbol{
    float: left;
    margin-top: 25px;
    color: #999 !important
}
.investment-drop-down{
    font-size: 14px !important;
}
.amount-label label{
    left: 12px !important;
}
.help-block-error {
    color: #a94442 !important;
    font-size: 12px !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.investment-amount-error{
    float: left;
    margin-left: 25px !important;
}
.add-more-link {
    float: right;
    margin-right: 15px;
}
.remove-founder{
    float: right;
    margin-top: -30px;
    margin-right: -20px;  
}
.remove-founder i{
    font-size: 16px;
    color: #999;
}
.remove-founder i:hover{
    color: #CCC;
}
.edit-page-subhead{
    font-size: 21px !important;
}
#fixedbtn{
    display: none;
}
#import_company .container{
    max-width: 100% !important;
}
#import_company .cards{
    width: 45% !important;
    float: left !important;
    margin-right: 15px;
    margin-right: 10px;
}
#investmentSummaryTable{
    margin-bottom: 5px !important;
}
#investmentReturn tbody tr{
    height: 50px !important;
}
.green-text{
    color:green !important;  
}
.red-text{
    color:#a94442 !important;       
}
.investment-card small{
    color: #999 !important;
    font-size: 90% !important;
}
.investment-card{
    margin-bottom: 15px;
}
.investment-card .media{
    margin-left: 50px !important;
}
.investment-card .media p{
    font-size: 15px !important;
}
/*#investmentDetailsTable tbody tr,#investmentSummaryTable tbody tr{
    height: 35px !important;
}*/
.trend-icon{
    vertical-align: middle !important;
    margin-right: 5px;
}
.investor-icon{
    vertical-align: middle !important;
    font-size: 15px !important;
    float: left;
    cursor: pointer;
}
.iaminvestor-icon{
    width:100%;
    display: block;
    text-align: right;
}
.dashboard .dashboard-label{
    color: #999;
    font-size: 15px;
}
.dashboard .dashboard-amount{
    font-size: 22px;
}
.dashboard .media{
    margin-bottom: 15px;
}
#infoTooltip{
    vertical-align: middle;
    font-size: 15px;
    float: right;
    cursor: pointer;
}
.popover-content{
    padding: 0px !important;
}
.tooltip-ul li { 
    padding: 5px

}
.tooltip-ul li:nth-child(odd) {
    background: #f9f9f9; 
}
.tooltip-ul span { 
    margin-right: 10px

}
.investment-type{
    margin-top: 20px;
}
.info-message{
    padding: 5px;
    border: solid 1px #d9edf7;
    border-radius: 5px;
    color: #31708f;
    margin-bottom: 15px;
    text-align: center;
}
.info-message ul{
    font-size: 13px !important;
    margin-bottom: 0px !important;
}
.actions-card {
    background-color: #FFF;
}
.actions-card .task-panel {
    background: #fff;
    text-align: left;
}
.actions-card .tasks-widget .task-list > li {
    position: relative;
    padding: 10px 5px;
    border-bottom: 1px dashed #eaeaea;
}
.actions-card .task-list li {
    clear: both;
}
.actions-card .task-list li.list-danger {
    border-left: 3px solid #424a5d;
}
.actions-card .task-list li.list-primary {
    border-left: 3px solid #41CAC0;
}
.actions-card .task-list li:hover {
    background: #f9f9f9;
}
.actions-card .panel-body{
    padding: 0px !important;
}
.actions-card .label-primary{
    background-color: #41CAC0 !important;
}
.actions-card .label-danger{
    background-color: #424a5d !important;
}
.actions-card .label{
    padding: 5px 10px;
    margin-right: 10px;
}
.debt-due-notification{
    padding: 5px;
    color: #31708f;
    background-color: #FFF;
    text-align: center;
}
.convert-debt-btn{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-left: 10px;
}
.help-block-error{
    float: left !important;
}
.info-message .bold-text{
    margin-right: 5px;
    /*font-weight: bold;*/
}
.ml-10{
    margin-left: 10px;
}
.company-location{
    color: #999 !important;
    font-size: 13px;
}
.portfolio-tabs li{
    width: 50% !important;
}
#track-details-content .track-row{
    padding: 10px !important;
    background-color: #FFF !important;
    margin-right: -1px;
    margin-left: -1px;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 0px !important;
    border-bottom: solid 1px #ddd;
}
#track-details-content .cards{
    border: solid 1px #ddd;
}
.no-tm{
    border-top: none !important;
}

.track-details-tab{
    background-color: #3A3A3A;
    color: #FFF !important;
}
.track-details-tab:hover{
    /*color: #555 !important;*/
}
.track-company-tabs-ul .active{
    color: #555 !important;
}
.track-company-tabs-ul .track-details-tab .active-tab-icon{
    color: #555 !important;
}
.track-company-tabs-ul .tab-icon{
    color: #FFF !important;
}
.track-details-tab:hover .tab-icon{
    /*color: #555 !important;*/
}
.or-seperator {
    color: #666666;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 15px;
}
.or-seperator::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    top: 12px;
    width: 32%;
}
.or-seperator::after {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 10%;
    top: 12px;
    width: 32%;
}

.label-new{
    padding: 7px 10px !important;
    width: 85px !important;
    height: 25px;
    display: inline-block;
    padding-top: 8px;
}
.label-dashboard{
    background-color: #41CAC0 !important;font-size: 75%;/* padding: 5px 10px;*/margin-right: 10px;width: 85px !important;height: 25px;display: inline-block;padding-top: 8px;
}
.li-dasboard{
    border-left: 3px solid #41CAC0;    border-bottom: 1px dashed #eaeaea;    padding: 10px 5px;
}

.person_left_margin
{
    margin-left: 10% !important;
}
.company-import .btn-default{
    background-color: #48bcb4;
    border-color: #48bcb4;
    padding: 5px 20px; 
    color: #FFF;
}
.red{
    color:red;
    vertical-align: middle;
    font-size:17px;
}
.green{
    color:green;
    vertical-align: middle;
    font-size:17px;
}
.talign
{
    text-align: center !important;
}
.ipo_status_details{
    color: #606060;
    font-size: 12px;
}
.featured-team .teams-list{
    min-height: 270px !important;
}

.overlay{
    padding:5px 5px 5px 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.overlay-active{
    background:rgba(0,0,0,.40);
    opacity:.2;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}
.edit-mode-button{
    float: right;
    font-size: 14px;
    padding: 4px;
    /* margin-top: -38px; */
    color: #999;
    cursor: pointer;
    margin-right: 0px;
    display: block;
    border: solid 1px;
    border-radius: 50%;
}
.edit-mode-button:hover{
    background-color: #FFF;;
}
.custommodalDetails{
    width: 23%;
    display: inline-block;
    float: left;
    padding: 2px;
    margin-bottom: 30px;
    margin-right: 10px;
}
.custommodalDetails .currency-symbol{
    float: left;
    margin-top: 26px;
    color: #999 !important;
    margin-bottom: -25px;
    margin-left: -11px;
}
.custommodalDetails label{
    bottom:50px;
}
@media screen and (min-width: 480px){
    .currency-field {
        width: 95% !important;
        float: right !important;
    }
}
.organisation-users .tags .tag-list .tag-item{
    overflow: hidden !important;
    display: inline-block !important;
    background: #E7E7E7 !important;
    border-radius: 100px !important;
    margin-right: 5px !important;
    color: #969696 !important;
    height: 32px !important;
    border: none !important;
}
ul[dnd-list] {
    min-height: 350px;
    padding: 0;
}

ul[dnd-list] > li {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 5px;
    height: 75px;
}

ul[dnd-list] > li.dndDraggingSource {
    display: none;
}

ul[dnd-list] > li.dndPlaceholder {
    background-color: #ddd;
    min-height: 42px;
}

.panel .panel-body {
    padding: 0;
}
.wonderWhy
{
    width: auto;
    float: left;
    /*width: 16.666%;*/
    height: auto;
    margin-right: 5px;
}
.dealflow-stages-companies ul
{
    height: 400px;
    /*overflow-y: scroll;*/
    width: 100% !important;
}
.list_data_container
{
    margin-top:1%;
}
.dndList{
    text-align: left;
}
.dndList img
{
    max-width: 30px;
    height: auto;
}
.dragPanel{
    background-color: #3A3A3A !important;
}
.stages-container{
    overflow: auto;
    background-color: #FFF !important;
}
.stages-logo-text{
    font-size: 12px;
}
.dndList:hover{
    cursor: move;
}
.stages-panel{
    color: #FFF  !important;
    font-size: 14px !important;
}
@media only screen and (min-width : 480px) {
    .tabside {
        display: table-cell;
        text-align: center;
        background-color: #3A3A3A;
        padding: 15px 0;
        /*border-left: 2px solid #d2d2d2;*/
        border-top: 1px solid #d2d2d2;
        /*width: 25%;*/
        width: 33.33%;
    }
}
@media only screen and (min-width : 480px) {
    .tabside {
        display: table-cell;
        text-align: center;
        background-color: #3A3A3A;
        padding: 15px 0;
        /*border-left: 2px solid #d2d2d2;*/
        border-top: 1px solid #d2d2d2;
        /*width: 25%;*/
        width: 33.33%;
    }
    tabside.active {
        /*border: none;*/
        background-color: #fff;
        /*box-shadow: 3px 2px 7px 3px #d2d2d2;*/
        /*position: relative;*/
    }
    .tabside:hover:not(.active){
        background-color: #5A616D;
    }

    .tabside a {
        color: #333;
    }

}


.attachment-type{
    margin-right: 5px;
}
.invite-user-btn{
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.organisation-name{
    width: 80%;
    float: left;
}.selected-filter{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.dashboard-filter-group{
    width: 100%;
}
.dashboard-filter-group .btn{
    width: 33.33%;
}
.dashboard-bottom-text{
    color: #999;
    font-size: 15px !important;
    text-align: center !important;
}
.dashboard-main .report-box {
    height: 360px !important;
    margin-bottom: 50px !important;
    margin-top: 15px !important;
}
.dashboard-main .content-panel h4 {
    margin: 0;
    padding: 10px 5px;
    background-color: #424a5d;
    color: #d2d2d2;
    font-size: 18px;
    text-align: center;
}

.dashboard-main .content-panel .panel-body {
    padding-top: 35px;
    border: 1px solid #424a5d;
    height: 360px !important;

}
.dashboard-pipeline-count{
    font-size: 4em !important;
    margin-top: 10px;
}
.dashboard-pipeline-content{
    margin-top: 20px;
}
.dashboard-main .content-panel{
    box-shadow: none !important;
}
.dashboard-investment-h3{
    text-align: left !important;;
}
.nav-divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #999999
}


/*main stage porgress bar*/



.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
    padding-bottom: 10px;
    /*height: 150px;*/
}
.StepProgress-item:not(:last-child) {
    /*padding-bottom: 20px;*/
}
.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}
.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 20px;
    border: 3px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.StepProgress-item.is-done::before {
    border-left: 2px solid #3c763d;
}
.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 12px;
    color: #FFF;
    text-align: center;
    border: 2px solid #3c763d;
    background-color: #3c763d;
}
.StepProgress-item.current::before {
    border-left: 2px solid #999999;
}
.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #999999;
    border: 2px solid #999999;
    background-color: white;
}
.StepProgress strong {
    display: block;
}
/*End main stage porgress bar*/

/*sub stages porgress bar*/
.SubStepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    margin-top: 10px;
}
.SubStepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
}
.SubStepProgress-item {
    position: relative;
    counter-increment: list;
    /*height: 100px;*/
}
.SubStepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}
.SubStepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}
.SubStepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 18px;
    height: 18px;
    border: 3px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.SubStepProgress-item.is-done::before {
    /*border-left: 2px solid #CCC;*/
}
.SubStepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid #CCC;
    background-color: #CCC;
}
.SubStepProgress-item.current::before {
    border-left: 2px solid #CCC;
}
.SubStepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #CCC;
    border: 2px solid #CCC;
    background-color: white;
}
.SubStepProgress strong {
    display: block;
}
#fileAttachButton1{
    width: 100% !important;
}
#fileAttachButton12{
    width: 100% !important;
}
/* CSS used here will be applied after bootstrap.css */

.timeline {
    list-style: none;
    padding: 20px 0px 2px 0px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #999999;
    left: 25px;
    margin-right: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    position: relative;
    left: 10px;
    top: 10px;
}


.timeline > li > .timeline-badge {
    color: #999999;
    width: 50px;
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*font-size: 1.4em;*/
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: -25px;
    background-color: transparent;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-body {
    display: none;
}
input.faChkRnd, input.faChkSqr {
    visibility: hidden;
}

input.faChkRnd:checked:after, input.faChkRnd:after,
input.faChkSqr:checked:after, input.faChkSqr:after {
    visibility: visible;
    font-family: FontAwesome;
    font-size: 25px;
    height: 20px;
    width: 11px;
    position: relative;
    top: -3px;
    left: -2px;
    background-color: #f2f2f2;
    display: inline-block;
}

input.faChkRnd:checked:after {
    content: '\f058';
}

input.faChkRnd:after {
    content: '\f10c';
}

input.faChkSqr:checked:after {
    content: '\f14a';
}

input.faChkSqr:after {
    content: '\f096';
}
.custom-tags tags-input{
    height: 100% !important
}
.custom-tags .tag-item{
    overflow: hidden !important;
    display: inline-block !important;
    background: #E7E7E7 !important;
    border-radius: 100px !important;
    margin-right: 5px !important;
    color: #969696 !important;
    height: 32px !important;
    border: none !important;
}
.custom-tags .tag-item span{
    padding-left: 12px !important;
    padding-right: 4px !important;        
}
.custom-tags tags-input .autocomplete .suggestion-item, tags-input .tags .tag-item, tags-input .tags .input {
    font-family: inherit !important;
}
.custom-tags .close-icon{
    display: inline-block;
    font-size: 15px !important;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 2px #CCC;
    margin-top: 6px;
    background-color: #000 !important;
    opacity: .4 !important;
    color: #FFF !important;
    padding: 2px;
    /*margin: 0 4px 0px 0px !important;*/
}
.custom-tags tags-input .tags {
    display: block !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.custom-tags small{
    font-size: 10px;
    color: #757575;
    margin-bottom: 5px;
}
.custom-tags .submit-button{
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-top: 5px;
}
tags-input{
    height: 100% !important;
}
.edit-tag-overlay{
    padding: 0px !important; 
    margin-bottom: 0px  !important; 
}
.attachIcon{
    font-size: 14px;
    background-color: #68dff0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 1000;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);*/
    display: inline-block;
    margin-bottom: -3px;
    cursor: pointer;
}

#edit-company-details tags-input tags{
    /*padding: 5px 10px !important;*/
    outline: 0 !important;
    border-width: 0 0 2px 0 !important;
    width: 100%;
    /*border-bottom: .55px solid #c8c7cc !important;*/
}
.comparable-companies-input .input{
    width: 150px  !important;
    border-bottom: none !important;
}
@media (max-width: 800px){
    #sidebar {
        height: auto;
        overflow: hidden;
        position: fixed !important;
        width: 100%;
        z-index: 1001;
    }    
    .breadcrumb{
        margin-bottom: 20px !important;
    }
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
.stages-right-modal.left .modal-dialog,
.stages-right-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.stages-right-modal.left .modal-content,
.stages-right-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.stages-right-modal.left .modal-body,
.stages-right-modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.stages-right-modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.stages-right-modal.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.stages-right-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.stages-right-modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.stages-right-modal.modal-content {
    border-radius: 0;
    border: none;
}

stages-right-modal.modal-header {
    border-bottom-color: #3A3A3A;
    background-color: #3A3A3A;
}
.details-page-add{
    float: right !important;
}
.details-page-add:before{
    color: #f2f2f2 !important;
}
.founder-info .input{
    width: 100% !important;
}
.wonderWhy .panel-heading{
    padding: 10px 10px !important;
}
.dashboard-card-view{
    margin-top: 25px;
}
.dashboard-media-view{
    margin-top: 5px;
    border: 1px solid #7cc0f6;
    border-radius: 20px;
}
.dashboard-portfolio-view{
    margin-top: 11% !important;
    font-size: 22px;
}
/*@-moz-document url-prefix() {*/ 
#edit-company-info input {
    background-color: #FFF !important;
}
/*}*/


/* Base for label styling */
.task-status-check-box:not(:checked),
.task-status-check-box:checked {
    position: absolute !important;
    left: -9999px !important;
}
.task-status-check-box:not(:checked) + label,
.task-status-check-box:checked + label {
    position: relative !important;
    padding-left: 1.95em !important;
    cursor: pointer !important;
}

/* checkbox aspect */
.task-status-check-box:not(:checked) + label:before,
.task-status-check-box:checked + label:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important; top: 0 !important;
    width: 1.50em !important; height: 1.50em !important;
    border: 2px solid #ccc !important;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1) !important;
}
/* checked mark aspect */
.task-status-check-box:not(:checked) + label:after,
.task-status-check-box:checked + label:after {
    content: '✔' !important;
    position: absolute !important;
    top: .1em !important; left: .2em !important;
    font-size: 1.4em !important;
    line-height: 0.9 !important;
    color: #3c763d !important;
    transition: all .2s !important;
}
/* checked mark aspect changes */
.task-status-check-box:not(:checked) + label:after {
    opacity: 0 !important;
    transform: scale(0) !important;
}
.task-status-check-box:checked + label:after {
    opacity: 1 !important;
    transform: scale(1) !important;
}
/* disabled checkbox */
.task-status-check-box:disabled:not(:checked) + label:before,
.task-status-check-box:disabled:checked + label:before {
    box-shadow: none !important;
    border-color: #bbb !important;
    background-color: #ddd !important;
}
.task-status-check-box:disabled:checked + label:after {
    color: #999 !important;
}
.task-status-check-box:disabled + label {
    color: #aaa !important;
}
.organisation-header{
    border-bottom: solid 1px #ddd;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
}
.organisation-header-edit{
    float: right;
    color: #999;
}
.organisation-header-edit:hover{
    cursor: pointer;
}
.action-button{
    padding: 5px 10px !important;
}
.text-left{
    text-align: left !important;
}
.btn-group-last-btn{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0px;
    width: 100% !important;
}
.btn-group-list{
    width: 100% !important;
}
.btn-group-vertical{
    margin-top: 25px !important;
    margin-left: 15px;
    width: 200px;
}
.text-wrap{
    word-wrap: break-word;
}
@media (min-width: 1200px) {
    .hidden-lg-custom .btn-group-last-btn {
        display: none !important;
    }

}
.file-hint{
    width: 100%;
    text-align: center;
}
.header-add-btn{
    color: #666666;
    font-size: 14px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px solid #666666 !important;
    padding: 4px 4px !important;
    /*margin-right: 10px;*/
    background-color: transparent;
}
.tasks-widget .task-list > li{
    position: relative;
    padding: 10px 5px;
    border-bottom: 1px dashed #eaeaea;
}
.defaultColor{
    color:#808080;
}
.defaultColor:hover{
    color:#808080 !important;
}
.overdueText{
    font-size: 10px;
    font-weight: none !important; 
}
.task-title muted {
    font-size: 12px;
    /*text-transform: uppercase;*/
    /*font-style: italic;*/
    color: #666666;
    float: right;
}
.card-height{
    height: 410px !important;
    min-height: 410px !important;
}
.empty-state-message-dashboard{
    margin-top: 75px;
    color: #808080;
}
.empty-state-message-dashboard-main{
    color: #808080;
    text-align: center;
}
.bulk-action-btn{
    margin-left:    20px;   
}
.bulk-action-btn tab-icon{
    font-size: 20px;
}
.grid-table-checkbox{
    padding-left: 10px !important;
}
.stages-panel-h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 300px; */
}
.login-header-new{
    background-color: #3A3A3A !important;
}
.login-btn-new{
    color: #fff  !important;
    background-color: #007bb6 !important;
    border-color: rgba(0,0,0,0.2) !important;
}
.login-btn-new:hover{
    color: #fff !important;
    background-color: #005f8d !important;
    border-color: rgba(0,0,0,0.2) !important;
}
.tab.active:hover {
    background-color: #FFF;
}
.grid-table th a{
    font-size: 15px;
}
.tab a{
    color:#CCC  !important;
}
.tab .tab-icon{
    color:#CCC  !important;
}
.tab.active a{
    color:#5A616D  !important;
}
.tab.active .tab-icon{
    color:#5A616D  !important;
}
.track-details-tab:hover{
    color:#CCC  !important;
}
.track-details-tab:hover .tab-icon{
    color:#CCC  !important;
}
.track-details-tab.active:hover{
    color:#3A3A3A  !important;
}
.track-details-tab.active:hover .tab-icon{
    color:#3A3A3A  !important;
}
.wonderWhy .panel-info{
    border-color: #3A3A3A;
}
.research-item-h4{
    color: #000 !important;
}
.social_links img{
    margin: auto;
    display: block;
}
.social_links{
    text-align: center;
}
.notification-icon{
    color: #CCC  !important;
}


/*  NEW  */

.checkbox_custom{
    float: left;
    z-index: 999;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border:3px solid #999999;
    border-radius:30px;
    width:23px;
    height:23px;
    float: left;
    margin-right: .5em; margin-left: -5px;  background: #f2f2f2;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: 9;
    background: #e8e8e8;
    border: 3px solid #cccccc;
    cursor: not-allowed;
}
.details-page-btn-margin-pipeline{
    margin-top: 45px !important;
}
.dealflow-margin-top{
    margin-top: 15px  !important;
}
.dealflow-margin-top-archived{
    margin-top: 80px  !important;
}
.portfolio-margin-top-archived{
    margin-top: 45px  !important;
}
.investment-round-fundings{
    display: none;
}
.round-action-buttons{
    font-size: 20px !important;
    float: left !important;
    margin-right: 3px;
}
.round-action-buttons{
    cursor: pointer;
}
.list-checkbox{
    display: block !important;
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.error-template .error-details{
    font-size: 32px;
    font-weight: normal;
    color: #484848 !important;
}
.error-template h1{
    font-size: 60px;
    font-weight: 700;
    color: #484848;
}
.modal-close{
    color: #FFF;
    opacity: 0.4;
}
.modal-close:hover{
    color: #FFF;
    opacity: 0.7;
}
.hidden-fields{
    display: none !important;
}
.empty-state-message-card{
    padding: 15px;
    color: #808080;
    text-align: center;
    background-color: #FFF;
    min-height: 150px;
    padding-top: 5% !important;
    background-color: white;
}
.disabledbutton {
    cursor:not-allowed;
    /*pointer-events: none;*/
    opacity: 0.4;
}
.bigscreen-popover{
    display: none;
}
.mobile-popover{
    display: none;
}
.permission-round-img{
    width: 20px;
    height: 20px;
}
.permission-ul-list{
    margin: 0px !important;
}
.permission-round-img:hover{
    cursor: pointer;
}
.trello-info-msg{
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    text-align: justify;
}
.public-add-company-form{
    /*margin-top: 30px;*/
}
.public-add-company-form .panel-heading{
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    background: #3A3A3A;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
#public-add-company-container{
    width: 100%;
    /* height: 100%; */
    color: #000000;
    background: #f2f2f2;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}
.public-add-btn-card{
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding:20px;
    overflow: auto;
    height: auto !important;;
}
.public-add-cmpny-row{
    margin-top: 100px !important;
}
.btn-social-custom{
    position: relative;
    text-align: center;
    width: 30%;
    height: 30px;
    float: left;
    margin-left: 9px;
    font-size: 21px;
    padding: 0px;
}
.social-login-btn-container{
    overflow: auto;
}
.addMoreCss .remove-founder{
    margin-top: 30px !important;
}
.fixed-footer-menu{
    /*position: fixed;*/
    width: 210px;
    bottom: 0px;
    background-color: #3A3A3A;
    height: 50px;
    color: #FFF;
    border-top: solid 2px #999999;
    padding: 15px 0px;
    /*margin-bottom: 5px;*/
}
.fixed-footer-menu a{
    color: #FFF !important;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 10px;
}
.fixed-footer-menu i{
    vertical-align: middle;
    font-size: 15px;
}
.fixed-footer-menu:hover{
 background-color: #5a616d;
}
.footer-main-menu-fixed{
     bottom: 0px;
     position: fixed;
}
.quick-notes-container{
    padding: 0px 0px 10px 15px;
    display: block;
    margin-bottom: 10px;
	height: 120px;
}
.quick-notes-container .quick-notes-select{
    width: 100%;
}
.bootstrap-select{
    width: 100% !important;
}
.mt-2{
    margin-top: 8px;
}
.mb-2{
    margin-bottom: 8px;
}
.bootstrap-select .dropdown-toggle{
    padding: 8px !important;
}
.decline-request-btns{
    display: block;
    margin: 0px 0px 15px 15px;
}
.quickNoteToMail-label,.quickNoteToMail{
    display: block !important;
    width: 100% !important;
}
.quickNoteToMail{
    margin-bottom: 10px;
}
.founder-info-list{
    font-size: 13px !important;
}
.founder-info-list .material-icons{
    font-size: 18px;
}
.founder-info-list .list-group-item{
    padding: 10px !important;
}
.colour-3{
    background-color: #2775e2 !important;
}
.colour-1{
    background-color: #a94442 !important;
}
.colour-2{
    background-color: #FCB322 !important;
}
.tooltip-progress-container .progress{
    margin: 0 !important;
    margin-top: 5px !important;
}