@media (min-width: 980px) {
    /*-----*/
    .custom-bar-chart {
        margin-bottom: 40px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    /*-----*/
    .custom-bar-chart {
        margin-bottom: 40px;
    }

    /*chat room*/

    .person_menu_more{
        display:none;
    }
}

@media (max-width: 800px) {

    .header {
        position: fixed;
    }

    /*sidebar*/

    #sidebar {
        height: auto;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index: 1001;
    }


    /* body container */
    #main-content {
        margin: 0px!important;
        position: none !important;
    }

    #sidebar > ul > li > a > span {
        line-height: 35px;
    }

    #sidebar > ul > li {
        margin: 0 10px 5px 10px;
    }
    #sidebar > ul > li > a {
        height:35px;
        line-height:35px;
        padding: 0 10px;
        text-align: left;
    }
    #sidebar > ul > li > a i{
        /*display: none !important;*/
    }

    #sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
        margin-right: 10px;
        margin-top: 15px;
    }

    #sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow,
    #sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open{
        margin-top: 15px;
    }

    #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
        width: 100%;
    }
    #sidebar > ul > li > ul.sub > li > a {
        background: transparent !important ;
    }
    #sidebar > ul > li > ul.sub > li > a:hover {

    }


    /* sidebar */
    #sidebar {
        margin: 0px !important;
    }

    /* sidebar collabler */
    #sidebar .btn-navbar.collapsed .arrow {
        display: none;
    }

    #sidebar .btn-navbar .arrow {
        position: absolute;
        right: 35px;
        width: 0;
        height: 0;
        top:48px;
        border-bottom: 15px solid #282e36;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }


    /*---------*/

    .modal-footer .btn {
        margin-bottom: 0px !important;
    }

    /*    .btn {
            margin-bottom: 5px;
        }
    */

    /* full calendar fix */
    .fc-header-right {
        left:25px;
        position: absolute;
    }

    .fc-header-left .fc-button {
        margin: 0px !important;
        top: -10px !important;
    }

    .fc-header-right .fc-button {
        margin: 0px !important;
        top: -50px !important;
    }

    .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
        background: none !important;
        color: #FFFFFF !important;
    }

    .fc-state-default, .fc-state-default .fc-button-inner {
        background: none !important;
    }

    .fc-button {
        border: none !important;
        margin-right: 2px;
    }

    .fc-view {
        top: 0px !important;
    }

    .fc-button .fc-button-inner {
        margin: 0px !important;
        padding: 2px !important;
        border: none !important;
        margin-right: 2px !important;
        background-color: #fafafa !important;
        background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
        background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
        background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
        -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
        color: #646464 !important;
        border: 1px solid #ddd !important;
        text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
        text-align: center;
    }

    .fc-button.fc-state-disabled .fc-button-inner {
        color: #bcbbbb !important;
    }

    .fc-button.fc-state-active .fc-button-inner {
        background-color: #e5e4e4 !important;
        background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
        background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important;
        background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
    }

    .fc-content {
        margin-top: 50px;
    }

    .fc-header-title h2 {
        line-height: 40px !important;
        font-size: 12px !important;
    }

    .fc-header {
        margin-bottom:0px !important;
    }

    /*--*/

    /*.chart-position {*/
    /*margin-top: 0px;*/
    /*}*/

    .stepy-titles li {
        margin: 10px 3px;
    }

    /*-----*/
    .custom-bar-chart {
        margin-bottom: 40px;
    }

    /*menu icon plus minus*/
    .dcjq-icon {
        top: 10px;
    }
    ul.sidebar-menu li ul.sub li a {
        padding: 0;
    }

    /*---*/

    .img-responsive {
        width: 100%;
    }

}



@media (max-width: 480px) {

    .search, .dont-show , .inbox-head .sr-input, .inbox-head .sr-btn{
        display: none;
    }

    #top_menu .nav > li, ul.top-menu > li {
        float: right;
    }
    .hidden-phone {
        display: none !important;
    }

    .chart-position {
        margin-top: 0px;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #ccc;
        border-color:#ccc ;
    }

}

@media (max-width:320px) {
    .login-social-link a {
        padding: 15px 17px !important;
    }

    .notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
        display: none;
    }

    #top_menu .nav > li, ul.top-menu > li {
        float: right;
    }

    .hidden-phone {
        display: none !important;
    }

    .chart-position {
        margin-top: 0px;
    }

    .lock-wrapper {
        margin: 10% auto;
        max-width: 310px;
    }
    .lock-input {
        width: 82%;
    }

    .cmt-form {
        display: inline-block;
        width: 75%;
    }

}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .empty-state-message{
        padding: 5px;
    }
    .empty-state-message-dashboard-main{
        margin-top: 20px;
    }
    .dealflow-empty-div{
        /*margin-top: 50px;*/
    }
    .import-data-container{
        margin-top: 150px !important;
    }


}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .empty-state-message{
        padding: 10px;
    }
    .empty-state-message-dashboard-main{
        margin-top: 50px;
    }
    .dealflow-empty-div{
        /*margin-top: 50px;*/
    }
    .import-data-container{
        margin-top: 150px !important;
    }
    .fetching-data-container{
        margin-top: 150px !important;
    }
    .mobile-popover{
        display: none !important;
    }
    .bigscreen-popover{
        display: block !important;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .stages-6-class{
        width: 32% !important;
        margin-left: 1px;
    }
    .empty-state-message-dashboard-main{
        margin-top: 100px;
    }
    .stages-5-class{
        width: 32% !important;
        /*margin-left: 1px;*/
    }
    .stages-4-class{
        width: 32% !important;
        margin-left: 1px;
    }
    .stages-3-class{
        width: 32.3% !important;
    }
    .import-data-container{
        margin-top: 150px !important;
    }
    .investment-round-modal{
        width: 500px !important;
    }
    .fetching-data-container{
        margin-top: 150px !important;
    }
    .trello-board-modal{
        width: 450px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .stages-6-class{
        width: 24% !important;
        margin-left: 2px;
    }
    .empty-state-message-dashboard-main{
        margin-top: 150px;
    }
    .stages-5-class{
        width: 24.1% !important;
        margin-left: 1px;
    }
    .stages-4-class{
        width: 24.1% !important;
    }
    .stages-3-class{
        width: 32.6% !important;
    }
    .import-data-container{
        margin-top: 150px !important;
    }
    .padding-left-0{
        padding-left: 0px;
    }
    .padding-right-0{
        padding-right: 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .stages-6-class{
        width: 19% !important;
        /*margin-left: 5px;*/
    }
    .empty-state-message{
        padding: 200px;
    }
    .empty-state-message-dashboard-main{
        margin-top: 205px;
    }
    .stages-5-class{
        width: 19.3% !important;
        margin-left: 1px;

    }
    .stages-4-class{
        width: 24.3% !important;
    }
    .stages-3-class{
        width: 32.6% !important;
    }
    .import-data-container{
        margin-top: 100px !important;
    }
    .header_search_box{
        margin-left: 5% !important;
    }
    .header-user-name {
        padding-top: 7px;
        font-weight: bold;
        /* color: #333; */
        color: #CCC !important;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90px;
        float: right;
    }
    .social-cntr-btn{
        margin-left: 15px !important;
    }.social-left-btn{
        margin-left: 0px !important;
        float: left !important;
    }.social-right-btn{
        float: right !important;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {
    .stages-6-class{
        width: 15.9% !important;
        /*margin-left: 5px;*/
    }
    .stages-5-class{
        width: 19.4% !important;
    }
    .stages-4-class{
        width: 24.4% !important;
    }
    .stages-3-class{
        width: 32.8% !important;
    }
    .import-data-container{
        margin-top: 100px !important;
    }
    .header_search_box{
        margin-left: 11% !important;
    }
    .header-user-name {
        padding-top: 7px;
        font-weight: bold;
        /* color: #333; */
        color: #CCC !important;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70px;
        float: right;
    }
    .social-cntr-btn{

    }.social-left-btn{

    }.social-right-btn{

    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    #edit-company-details .row {
        margin-top: 150px !important;
    }
    .header-user-name {
        padding-top: 7px;
        font-weight: bold;
        /* color: #333; */
        color: #CCC !important;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
        float: right;
    }
    .social-cntr-btn{
        margin-left: 15px !important;
    }.social-left-btn{
        margin-left: 0px !important;
        float: left !important;
    }.social-right-btn{
        float: right !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .header-user-name {
        padding-top: 7px;
        font-weight: bold;
        /* color: #333; */
        color: #CCC !important;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
        float: right;
    }
    .social-cntr-btn{
        margin-left: 12px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header-user-name {
        padding-top: 7px;
        font-weight: bold;
        /* color: #333; */
        color: #CCC !important;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
        float: right;
    }
    .social-cntr-btn{
        margin-left: 15px !important;
    }.social-left-btn{
        margin-left: 0px !important;
        float: left !important;
    }.social-right-btn{
        /*float: right !important;*/
    }
    .addMoreCss{
        max-width: 90% !important;
    }
    .addMoreCss .email-input{
        padding-left: 0px !important;
        padding-right: 15px  !important;
    }
    .addMoreCss .remove-founder{
        margin-right: -10px !important;
        margin-top: -40px !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #social .social_links {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    /*    .header-user-name {
            display: none !important;
        }*/
    .header-user-name {
        padding-top: 7px;
        font-weight: bold;
        /* color: #333; */
        color: #CCC !important;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
        float: right;
    }
    .wrapper {
        margin-top: 200px !important;
    }
    .import-data-container,.fetching-data-container{
        margin-top: 190px !important;
    }
    .mobile-popover{
        display: block !important;
    }
    .bigscreen-popover{
        display: none !important;
    }
    .social-cntr-btn{
        margin-left: 13px !important;
    }.social-left-btn{

    }
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
    .social-cntr-btn{
        margin-left: 10px !important;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    #social .social_links {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .header-user-name {
        display: none !important;
    }
    .import-data-container{
        margin-top: 190px !important;
    }
    .social-cntr-btn{
        margin-left: 8px !important;
    }
    .social-right-btn{
        margin-left: 5px !important;
    }
}
@media (min-width: 994px) and (max-width: 1200px) {

    .site-min-height {
        min-height: 900px;
        margin-top: 150px;
    }
}


