/*
    DEMO STYLE
*/

.pouplbl{
        font-size: 20px !important;
        color: #003c78;
}
#sidebar.active .total_donation{
    padding: 5px 5px;
    color: #fff;
    font-size: 10px;

    background-image: linear-gradient(to right, #003c78 , #25588b );
    border-radius: 13px;
    margin-bottom: 5px;
}
.donation_info{
    padding: 0px 10px;
}
.pink{
    color:pink;
}
.menu_list {
    padding: 0px 20px 10px 0px;
}

    .menu_list .nav {
        border-radius: 30px;
        background-color: #004890;
        padding: 25px 0px;
    }

.LogOut {
    background: #fff;
    color: #004890 !important;
    border-radius: 30%;
    margin: 0 10px;
}

.menu_list .nav li a{
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-align:center;
}
.menu_list .nav .active{
    border-left: 5px solid #fff;
}
.menu_list .nav li a svg{
    height: 30px;
    width: 30px;
}

        .menu_list .nav li{
        }


        .donation_info span {
            float: right;
        }

.donation_info p{
    margin-bottom: 0px;
    color: #fff;
}
.total_donation{
    padding: 10px 12px;
    color: #fff;
    font-size: 20px;

    background-image: linear-gradient(to right, #003c78 , #25588b );
    border-radius: 10px;
    margin-bottom: 5px;
}

.btn-dark-blue{
    padding: 7px 45px !important;
    background-color: #003c78 !important;
    font-size: 20px !important;
    color: white;
}

td{
    vertical-align: middle !important;
    border-top: 0px !important;
}

.redgraph{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ed1c24;
    margin: -2px 2px;
}
.darkygraph{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffc107;
    margin: -2px 2px;
}
.greengraph{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #197b30;
    margin: -2px 2px;
}
.aquagraph{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #09dd9f;
    margin: -2px 2px;
}
.lightygraph{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffe400;
    margin: -2px 2px;
}

.cell1, .cell2{
    width: 20%;
    font-size: 22px;
    font-weight: bold;
}
.cell3{
    width: 30%;
}
.cell4, .cell5{
    width: 15%;
    font-weight: bold;
    text-align: center;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.dpbox{
    height: 75px;
    width: 75px;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 20%;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

/*.sidebar-header .opnsideimg{
    color: #003c78 !important;
    font-weight: 600 !important;
    margin: 10px 0px !important;
}*/

.heading{
    color: #003c78;
    font-weight: bold;
    font-size: 28px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 15px 10px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    padding: 6px 0px;
    box-shadow: none;
    outline: none !important;
    border: none;
    background-color: transparent;
}

.navbar-btn :active, .navbar-btn :hover{
    background-color: transparent !important;
}

.navbar-btn img{
    width: 60%;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

.bgwhite{
    background-color: white !important;
}

.topbar{
    min-height: 67px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    margin-top:80px;
    z-index: 999;
    color: #7386D5;
    position:fixed;
    transition: all 0.3s;
}

.lblRequest {
    font-size: 25px;
    color: #212121;
}

.panel{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header .opnsideimg, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header .closeimg {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 6px 0px;
    text-align: center;
    font-size: 11px;
}
#sidebar.active ul li a img{
    width: 30% !important;
   
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .displaypic{
    display: block;
}
#sidebar.active .displaypic .username{
    display: none;
}
.username{
    text-align: center;
    font-size: 16px;
    color: #003c78;
}
.usernameadmin{
     text-align: center;
    font-size: 16px;
    color: #003c78;
}
/*#sidebar.active .container-fluid .row .username {
    margin-left: 15px;
}*/

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #fff;
    text-align: center;
}
.dividerline {
    border-bottom: 1px solid #ffffff;
    margin: 5px 0 5px;
}
#sidebar .sidebar-header .closeimg {
    display: none;
    width: 95%;
}
.sidebar_footer p{
    font-size: 11px !important;
    color: #003c78 !important;
}
#sidebar ul.components {
    /*padding: 20px 0;*/
}

#sidebar ul li a {
    padding: 10px;
   
    display: block;
}
    #sidebar ul li a:hover {
        color: #ffd15c !important;
        background:transparent;
        outline: none;
    }

.pb-10 {
    padding-bottom: 10px;
}
.ButtonCustom {
    font-size: 14px;
    padding: 7px 30px;
    background: #004890;
    border-color: #004890;
    border-radius: 25px;
    color:#fff;
}
    .ButtonCustom:hover {
        background-image: linear-gradient(to right, #000 , #004890);
        color:#fff;
    }
.ButtonCancel {
    font-size: 14px;
    padding: 7px 30px;
    background: #c40304;
    border-color: #c40304;
    border-radius: 25px;
    color: #fff;
}
        .ButtonCancel:hover {
            background-image: linear-gradient(to right, red, #004890);
            color: #fff;
        }
        .mt-10{
            margin-top:10px;
        }


.RequestMessagePanel {
    box-shadow: none !important;
    border: 1px solid #868484 !important;
    margin-top: 10px;
    border-radius: 20px;
}

.arrowDown {
    float: right;
    padding-top: 5px;
    font-size: 24px;
    color: #212121;
    background: transparent;
    border: none;
}
    .arrowDown:focus, .arrowDown:active {
        outline: none;
        background: transparent;
        box-shadow:none;
    }

.notess {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.Dashboard_Main_Container{
    height:85vh;
    width:100%;
}

.per100 {
    height:100%;
}

.DevForTopTabs{
    height:21%;
    width:100%;
    margin-bottom:1%;
}

.tabs {
    width: 24% !important;
    float: left;
    margin: 0px 0.5%;
    height:100%;
}
.income-monthly {
    background: linear-gradient(to left, #67b7dc 35%, #03a7fd 100%);
    border-radius: 10px;
    height: 100%;
}
.income-monthly2 {
    background: linear-gradient(to left, #b0b6f5 13%, #6771dc 100%);
    border-radius: 10px;
    height: 100%;
}
.income-monthly3 {
    background: linear-gradient(to left, #d5b5f3 35%, #a367dc 100%);
    border-radius: 10px;
    height: 100%;
}
.income-monthly4 {
    background: linear-gradient(to left, #b0e2ff 35%, #4ebcfa 100%);
    border-radius: 10px;
    height: 100%;
}

.nt-mg-b-30 {
    margin-bottom: 30px;
}
.income-title {
    padding: 8px 10px 0px 10px;
    text-align: center;
}
.main-income-head {
    position: relative;
}
    .main-income-head h2 {
        font-size: 15px;
        color: #fff;
        margin: 0px;
    }
.income-dashone-pro {
    padding: 5px 20px;
}
.income-rate-total {
    position: relative;
}
.main-income-head h3 {
    color: #fff;
    font-size: 15px;
    margin: 6px 0px;
    text-align: center;
}



.DevForGraph {
    height: 77%;
    width: 100%;
    margin-bottom: 1%;
    border-radius: 20px;
    padding: 15px;
    background: #f3f4f8;
}

.lblTicketOverview {
    margin: 5px 0px;
    font-size: 22px;
    color: #212121;
}

.DevTodayApp {
    height: 59%;
    width: 100%;
    margin-bottom: 1%;
    border-radius: 20px;
    padding: 15px;
    background: #f3f4f8;
}

.height10per {
    height: 12%;
    overflow:hidden;
}

.height20per {
    height: 20%;
    overflow:hidden;
}

.height90per {
    height:88%;
    overflow-y:auto;
}

.DataRow {
    padding: 5px 15px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 5px;
    cursor:pointer;
}

.DataRow1 {
    padding: 5px 15px;
    background: #f3d9d9;
    border-radius: 20px;
    cursor:pointer;
    margin-bottom: 5px;
}


.DataRow2 {
    padding: 5px 15px;
    background: #f3d9d9;
    border-radius: 20px;
    margin-bottom: 5px;
}

.DataRow4 {
    padding: 5px 15px;
    background: #d7fbd7;
    border-radius: 20px;
    margin-bottom: 5px;
}

    .DataRow label, .DataRow1 label, .DataRow2 label, .DataRow4 label {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .DataRow .accept, .DataRow1 .accept, .DataRow2 .accept, .DataRow4 .accept {
        float: right;
        /*color: green;*/
    }

    .DataRow .reject, .DataRow1 .reject, .DataRow2 .reject, .DataRow4 .reject {
        float: right;
        /*color: red;*/
    }


    /*.DataRow label, .DataRow1 label {
        margin-bottom: 0px;
        font-size: 16px;
        cursor: pointer;
    }

.DataRow .accept, .DataRow1 .accept {
    float: right;

}

.DataRow .reject, .DataRow1 .reject {
    float: right;

}*/

    .DevTotalApp {
        height: 39%;
        width: 100%;
        margin-bottom: 1%;
        border-radius: 20px;
        padding: 15px;
        background: #f3f4f8;
    }



@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main {
        margin-top:120px !important;
    }
    #sidebar {
        margin-top: 120px !important;
    }
}

@media only screen and (min-width: 1601px) {
    .topText_Logo img{
        width:6%;
    }

    .main {
        margin-top: 120px !important;
    }

    #sidebar {
        margin-top: 120px !important;
    }
}
.RequestMessageReply {
    box-shadow: none !important;
    margin-top: 10px;
    background: #e7eef6;
    margin-bottom: 0px;
    border-radius: 20px;
}

.NoteReply {
    box-shadow: none !important;
    margin-top: 10px;
    background: #f3f4f8;
    margin-bottom: 0px;
    border-radius: 20px;
}


.DetailLabel {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

.RequestMessageLabel {
    font-size: 20px;
    font-weight: 600;
    color: #1a5a9b;
}

.RequestMessageReplyLabel {
    font-size: 16px;
    font-weight: 600;
    color: #2a2b2b;
    width: 100%;
}

.NoteReplyLabel {
    font-size: 16px;
    font-weight: 600;
    color: #2a2b2b;
    text-align: left;
    width: 100%;
}

.NoteReplyLabel p{
    font-size: 16px;
    font-weight: 600;
    color: #2a2b2b;
    text-align: left;
    width: 100%;
}

.SenderLabel {
    text-align: left;
    font-weight: 500;
    color: #799ec5;
    font-size: 14px;
    width: 100%;
}

.NoteSenderLabel {
    text-align: left;
    font-weight: 500;
    color: #799ec5;
    font-size: 14px;
    width: 100%;
}

.borderTB {
    margin: 10px -15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.replyBox {
    width: 100%;
    border: 0;
    resize: none;
}
    .replyBox:focus {
        outline: none;
    }


.modal-header {
    background: #0a4e93;
}
.modal-title {
    color: #fff;
}

    .ButtonCustom:hover, .ButtonCustom:focus, .ButtonCustom:active {
        outline: none;
        color:#fff;
    }
.ButtonCancel:hover, .ButtonCancel:focus, .ButtonCancel:active {
    outline: none;
    color: #fff;
}
    .DevForTable {
        padding: 10px 20px 40px 20px;
        background: #f3f4f8;
        border-radius: 25px;
    }
    .DevForTable table {
        margin-bottom: 5px !important;
        border-radius: 20px;
        overflow: hidden;
    }
        .DevForTable table thead tr th {
            border-bottom: 1px solid #000;
            font-size: 18px;
            font-weight: 500;
        }
.DevForTable table > tbody > tr > td {
    font-size:18px;
}

.menu_list .nav {
    min-height: 85vh;
}

.PageName {
    text-align: right;
    color: #e0382e;
    margin-top: 25px;
}

.LogOut:hover {
    color: #ffd15c !important;
    background: #fff !important;
    outline: none;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
  /*  color: #fff;
    background: #000;*/
}

.sidebarimg{
    width: 13%;
    margin-top: -3px;
    margin-right: 5px;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #fff !important;
    color: #7386D5 !important;
}

.categorybox{
    border: 1px solid #aaa;
    padding: 5px 0px;
    line-height: 30px;
    font-size: 16px;
    color: #003c78;
    height: 400px;
}
.selected{
    background-color: #ddd;
}
.categorybox ul li{
    list-style: none;
}
.btnscategorybox{
    text-align: center;
    font-size: 36px;
    padding: 80px 0px;
    color: #2f2f2f;
}
.forward{
    padding-bottom: 15px;
}
.backward{
    padding-top: 15px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /*padding: 20px;*/
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

.closebtn {
    display: none;
    font-size: 38px !important;
    text-align: right !important;
    padding-right: 20px !important;
}


.openbtn{
    display:none;
}

.per50{
    height:50%;
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
        display:none;
    }

    .topText_Logo img{
        width:10% !important;
    }

    .menu_list .nav li a svg {
        height: 35px;
        width: 35px;
    }

    .searchbox{
        width:150px !important;
    }

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
        position: absolute !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-top: 0;
        left: 0;
    }

    .openbtn {
        display: block !important;
        padding: 0;
        font-size: 24px;
        background: transparent;
        border: none;
        margin-left: auto;
    }

    #CloseBtn{
        display:block !important;
    }

    .menu_list {
        padding: 0px !important;
    }

        .menu_list .nav {
            border-radius: 0px !important;
            height: 100vh !important;
        }

    .closebtn{
        display:block;
    }

    .main {
        width: 100% !important;
        padding-left: 0px !important;
        margin-top: 176px !important;
    }

    .Dashboard_Main_Container {
        height: 100vh !important;
        width: 100%;
    }

    .DevForTopTabs {
        height: 24% !important;
    }

 #sidebar .sidebar-header .opnsideimg, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header .closeimg {
        display: block;
      
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 18px;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


@media only screen and (min-width: 1800px) {
    .monthFilterSearch {
        width: 4%;
    }

    .main-income-head h3{
        font-size:26px !important;
    }

    .main-income-head h2 {
        font-size: 20px !important;
        margin: 5px 0px;
    }
}

.RedBG{
    background-color:red;
}
/*---------------------------------- Reviews CSS------------------------------------------*/
.date {
    font-size: 9px;
    margin-right: 5px;
}
.time{
    font-size: 9px;
}
* {box-sizing: border-box}

.barcontainer {
  width: 100%;
  margin-top: 15px;
  background-color: #ddd;
  border-radius: 10px;
}

.skills {
  text-align: right;
  border-radius: 10px;
  height: 5px;
  color: white;
}

.percentagevalue{
    padding: 0px;
    font-size: 9px;
    margin-top: 12px;
}

.html {width: 90%; background-color: #09dd9f;}
.css {width: 80%; background-color: #197b30;}
.js {width: 20%; background-color: #ed1c24;}
.php {width: 60%; background-color: #ffc107;}
.photoshop{width: 80%; background-color: #ffe400;}

.selectloc{
        width: 100%;
    padding: 7px 0px;
    font-size: 16px;
}


/*-------------------------------------------------------------------------------------------------------------------
                                        Side-bar img css
--------------------------------------------------------------------------------------------------------------------*/

.home img:last-child {
  display: none;  
}
.home:hover img:last-child {
  display: block;  
}
.home:hover img:first-child {
  display: none;  
}


.asngcat img:last-child {
  display: none;  
}
.asngcat:hover img:last-child {
  display: block;  
}
.asngcat:hover img:first-child {
  display: none;  
}

.prcmng img:last-child {
  display: none;  
}
.prcmng:hover img:last-child {
  display: block;  
}
.prcmng:hover img:first-child {
  display: none;  
}

.report img:last-child {
  display: none;  
}
.report:hover img:last-child {
  display: block;  
}
.report:hover img:first-child {
  display: none;  
}

.qstmng img:last-child {
  display: none;  
}
.qstmng:hover img:last-child {
  display: block;  
}
.qstmng:hover img:first-child {
  display: none;  
}

.catmng img:last-child {
  display: none;  
}
.catmng:hover img:last-child {
  display: block;  
}
.catmng:hover img:first-child {
  display: none;  
}


.locmng img:last-child {
  display: none;  
}
.locmng:hover img:last-child {
  display: block;  
}
.locmng:hover img:first-child {
  display: none;  
}


.usrmng img:last-child {
  display: none;  
}
.usrmng:hover img:last-child {
  display: block;  
}
.usrmng:hover img:first-child {
  display: none;  
}