/************ CORE *************/
/************ DASHBOARD PAGE *************/
@media only screen and (max-width: 600px){
    .widget-box{
    width:100%; 
    }
} 

/************ ACCOUNT BALANCE WIDGET *************/
@media only screen and (max-width: 1018px){
    #acc-bal{
    width:94%;
    }
}
/************ ACCOUNT INFO WIDGET *************/
@media only screen and (max-width: 1018px){
    #acc-info{
    width:46%;
    }
}
@media only screen and (max-width: 485px){
    #acc-info{
    width:94%;
    }
}

/************ CREDIT CARDS WIDGET *************/
@media only screen and (max-width: 1018px){
    #cc-info{
    width:46%;
    }
    #cc-chart-container{
    width:55%;
    }
}
@media only screen and (max-width: 768px){
    #cc-chart-container{
    width:60%;
    }

}
@media only screen and (max-width: 485px){
    #cc-info{
    width:94%;
    }
}
/************ ALERTS WIDGET *************/
@media only screen and (max-width: 1018px){
    #alert-info{
    width:94%;
    }
}
@media only screen and (max-width: 768px){
    #alert-info{
    width:94%;
    }
}
@media only screen and (max-width: 485px){
    .alert p{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    display: block;
    padding: 10px 20px;
    }
    .alert-svg{
    margin: 0px auto;
    display:block;
    }
}
/************ INVOICE SUMMARY WIDGET *************/
@media only screen and (max-width: 1018px){
    #inv-sum{
    width:94%;
    }
    #invchart-container{
    width:30%;
    }
    #invchart{
    width:30%;
    }
}

@media only screen and (max-width: 768px){
    #invchart-container{
    width:40%;
    }
    #invchart{
    width:40%;
    }

}
@media only screen and (max-width: 485px){
    #invchart-container{
    width:80%;
    }
    #invchart{
    width:80%;
    }
    #inv-sum ul li {
    display: block;
    padding:2px 8px;
    }
    #inv-sum ul {
    text-align:left;
    }
}
/************ BILLING PAGE *************/
@media only screen and (max-width: 1018px){

    #chrg-bulkbtn, #inv-bulkbtn{
    margin-right:20px;
    }
    #poa > div:nth-child(1) > div, #chrg > div:nth-child(1) > div, #invs > div:nth-child(1) > div{
    font-size:10px;   
    }
    #poa-container, #chrg-container, #invs-container{
    padding:20px 0px;
    }
    #poa, #chrg, #invs{
    font-size:10px;
    }
    .tooltip object{
    width:9px !important;
    height:9px !important;
    }
    .stat, .stat#procc:before, .stat#pend:before, .stat#decl:before{
    font-size: 10px;
    } 
    .pymtbtn{
    font-size:10px;
    padding:8px 14px;
    }
    .dropbtn {
    font-size:18px;
    }
}
@media only screen and (max-width: 768px){

    .medtitle{
    display:inline;
    font-weight:bold;
    font-size:15px;
    }

    /*POAs*/
    #poa-container{
    border-top:0px solid #eaeaea; 
    border-right:0px solid #d9d9d9; 
    border-bottom:0px solid #d9d9d9; 
    border-left:0px solid #eaeaea; 
    border-radius:0px; 
    background:transparent;
    width:100%; 
    }
    #poa {
    display: inline-block; 
    width:100%; 
    }
    #poa > div { 
    display: inline-block; 
    border-top:1px solid #eaeaea; 
    border-right:1px solid #d9d9d9; 
    border-bottom:1px solid #d9d9d9; 
    border-left:1px solid #eaeaea; 
    border-radius:12px; 
    padding:20px 20px;
    background-color: #fff;
    margin:5px;
    width:48%;
    }
    #poa > div:nth-child(odd) { 
    display: inline-block; 
    background-color: #fff;
    width:48%;
    }
    #poa > div:nth-child(1){ 
    background:transparent;
    display:none;
    }
    #poa > div:nth-child(1) > div{ 
    display: inline-block; 
    background:transparent;
    border-bottom:2px solid #f1f1f1; 
    font-size:16px;
    font-weight:bold;
    }
    #poa > div > div { 
    display: block;
    padding:5px;
    font-size:15px;
    }
    #poa > div > div:nth-child(odd) {
    background:#f8f8f8;
    }
    #poa > div > div:nth-child(1) {
    font-size:18px;
    border-bottom:2px solid #f1f1f1; 
    background:transparent;
    }
    #poa > div > div:nth-child(1) .medtitle {
    font-size:18px;
    }
    #poa > div > div:nth-child(4) { 
    display: block;
    padding:30px 0px 0px 0px;
    font-size:15px;
    text-align:center;
    }


    /*INVOICES*/
    #invs-container{
    border-top:0px solid #eaeaea; 
    border-right:0px solid #d9d9d9; 
    border-bottom:0px solid #d9d9d9; 
    border-left:0px solid #eaeaea; 
    border-radius:0px; 
    background:transparent;
    width:100%; 
    }
    #invs {
    display: inline-block; 
    width:100%; 
    }
    #invs > div { 
    display: inline-block; 
    border-top:1px solid #eaeaea; 
    border-right:1px solid #d9d9d9; 
    border-bottom:1px solid #d9d9d9; 
    border-left:1px solid #eaeaea; 
    border-radius:12px; 
    padding:20px 20px;
    background-color: #fff;
    margin:5px;
    width:48%;
    }
    #invs > div:nth-child(odd) { 
    display: inline-block; 
    background-color: #fff;
    width:48%;
    }
    #invs > div:nth-child(1){ 
    background:transparent;
    display:none;
    }
    #invs > div:nth-child(1) > div{ 
    display: inline-block; 
    background:transparent;
    border-bottom:2px solid #f1f1f1; 
    font-size:16px;
    font-weight:bold;
    }
    #invs > div > div { 
    display: block;
    padding:5px;
    font-size:15px;
    }
    #invs > div > div:nth-child(odd) {
    background:#f8f8f8;
    }
    #invs > div > div:nth-child(1) {
    display:inline-block;
    float:right;
    padding:0px;
    background:transparent;
    }
    #invs > div > div:nth-child(3) {
    font-size:18px;
    border-bottom:2px solid #f1f1f1; 
    background:transparent;
    }
    #invs > div > div:nth-child(3) .medtitle {
    font-size:18px;
    }
    #invs > div > div:nth-child(8) { 
    display: block;
    padding:30px 0px 0px 0px;
    font-size:15px;
    text-align:center;
    }
    #invs > div > div:nth-child(9) {
    display:none;
    }

    /*CHARGES*/
    #chrg-container{
    border-top:0px solid #eaeaea; 
    border-right:0px solid #d9d9d9; 
    border-bottom:0px solid #d9d9d9; 
    border-left:0px solid #eaeaea; 
    border-radius:0px; 
    background:transparent;
    width:100%; 
    }
    #chrg {
    display: inline-block; 
    width:100%; 
    }
    #chrg > div { 
    display: inline-block; 
    border-top:1px solid #eaeaea; 
    border-right:1px solid #d9d9d9; 
    border-bottom:1px solid #d9d9d9; 
    border-left:1px solid #eaeaea; 
    border-radius:12px; 
    padding:20px 20px;
    background-color: #fff;
    margin:5px;
    width:48%;
    }
    #chrg > div:nth-child(odd) { 
    display: inline-block; 
    background-color: #fff;
    width:48%;
    }
    #chrg > div:nth-child(1){ 
    background:transparent;
    display:none;
    }
    #chrg > div:nth-child(1) > div{ 
    display: inline-block; 
    background:transparent;
    border-bottom:2px solid #f1f1f1; 
    font-size:16px;
    font-weight:bold;
    }
    #chrg > div > div { 
    display: block;
    padding:5px;
    font-size:15px;
    }
    #chrg > div > div:nth-child(odd) {
    background:#f8f8f8;
    }
    #chrg > div > div:nth-child(1) {
    display:inline-block;
    float:right;
    padding:0px;
    background:transparent;
    }
    #chrg > div > div:nth-child(3) {
    font-size:18px;
    border-bottom:2px solid #f1f1f1; 
    background:transparent;
    }
    #chrg > div > div:nth-child(3) .medtitle {
    font-size:18px;
    }
    #chrg > div > div:nth-child(8) { 
    display: block;
    padding:30px 0px 0px 0px;
    font-size:15px;
    text-align:center;
    }
    #chrg > div > div:nth-child(9) {
    display:none;
    }
    .pymtbtn{
    font-size:16px;
    padding:8px 18px;
    }
    .dropdown-content {
    margin-left:-120px;
    }
}
@media only screen and (max-width: 600px){
    #poa > div {
    width:100%; 
    margin:5px 0px;
    }
    #poa > div:nth-child(odd) { 
    width:100%; 
    }

    #invs > div {
    width:100%; 
    margin:5px 0px;
    }
    #invs > div:nth-child(odd) { 
    width:100%; 
    }

    #chrg > div {
    width:100%; 
    margin:5px 0px;
    }
    #chrg > div:nth-child(odd) { 
    width:100%; 
    }
}
/************ POPUP PAYMET *************/
/************ INVOICE DROPDOWN MENU *************/

/************ ACCOUNT SETTINGS PAGE *************/
@media only screen and (max-width: 1018px){

}
@media only screen and (max-width: 768px){
    #acc-holder{
    padding:10px 0px;
    }

    .field-container{
    padding: 10px 0px;
    min-width: 280px;
    }
    #cred .medtitle{
    display:none;
    }
}
@media only screen and (max-width: 580px){

/*credit info*/
#cred {
display: block; 
width:100%;
margin:0px auto;
text-align:left;
}
 #cred > div:nth-child(1), #primcheck{ 
    display:none;
    }
#cred > div:nth-child(1) > div{ 
display: block; 
background:transparent;
border-bottom:0px solid #f1f1f1; 
font-size:16px;
font-weight:bold;
}
#cred > div { 
display: block; 
border: 1px solid #dedede;
}
#cred > div > div { 
display: block; 
padding: 6px;
border-top:0px solid #fff;
}

    #cred .medtitle{
    display:inline;
    font-weight:bold;
    font-size:15px;
    }

}
@media only screen and (max-width: 485px){

    #update_account_btn{
    padding: 10px 80px;
    margin:50px 40% 20px 20% !important;
    }

/*Password Strength Metter*/
#password-strength-holder{
width: 90%;
}

}

/************ MNG TEAM PAGE *************/
@media only screen and (max-width: 1018px){
#team-container{
padding:10px 0px;
}
#team-title{
padding:0px 10px;
width:50%;
}
  #team select{
    max-width: 200px;
    }
}
@media only screen and (max-width: 767px){
#team-container{
padding:20px 10px;
}
#team-title{
padding:0px 0px;
width:100%;
}
#team-title h4{
font-size:18px;
}
#team {
display: block; 
width:100%;
margin:0px auto;
text-align:left;
}
#team > div:nth-child(odd) { 
display: block; 
border: 1px solid #dedede;
background:#fff;
margin-top:10px;
}
 #team > div:nth-child(1){ 
    display:none;
    }
#team > div:nth-child(1) > div{ 
display: block; 
background:transparent;
border-bottom:0px solid #f1f1f1; 
font-size:16px;
font-weight:bold;
}
#team > div { 
display: block; 
border: 1px solid #dedede;
margin-top:10px;
}
#team > div > div { 
display: block; 
padding: 6px;
border-top:0px solid #fff;
}
  #team select{
    max-width: 200px;
    }
#team #delete{
text-align:right;
}
}
@media only screen and (max-width: 580px){

}
@media only screen and (max-width: 485px){

}