/*===========================================
=========APP DASHBOARD STYLES====================*/
  .appDBMain-Generic{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .appDBMenu-Generic{
    width: 100%;
    padding-left: 0px !important; padding-right: 0px !important;
  }
  
  .appDB-Item{
    width:9.2%;height: 90px; margin-left: 10px;
    border-radius: 3px;
  }

   .appDB-Item:hover{
    /*border: 1px solid #333;*/
    box-shadow: inset 0 0 0 3px #44BBFF;
    cursor: pointer;
    cursor: pointer;
  }
  .appDB-Item .pad-all{
    margin-top: 3px;
    padding:7px 0px 7px 0px !important;
  }
  .appIcon{
    font-size: 30px;
    color:#fff;
  }

  .appDB-Item i {
  font-size: 1.9em;
  width: 1.9em;
  text-align: center;
  line-height: 1.9em;
  background:#333;
  color: #fff;
  border-radius: 50%; /* or 50% width & line-height */
  border: 1px solid #333;
}
.appCaption{
  position:absolute;bottom: 0; left: 3px;font-size: 11px; margin-bottom: 3px;
  margin-left: 3px; font-family: "Source Sans Pro", sans-serif; font-weight: 400;
}


.appAction1 .appIcon{
  background: #2C82C9;
  border: #2C82C9;
}
.appAction1 .appCaption{
  color:#2C82C9;
}

.appAction2 .appIcon{
  background: coral;
  border: coral;
}
.appAction2 .appCaption{
  color:coral;
}

.appAction3 .appIcon{
  background: #D71A75;
  border: #D71A75;
}
.appAction3 .appCaption{
  color:#D71A75;
}

.appAction4 .appIcon{
  background: #10D2E5;
  border: #10D2E5;
}
.appAction4 .appCaption{
  color:#10D2E5;
}

.appAction5 .appIcon{
  background: #8657DB;
  border: #8657DB;
}
.appAction5 .appCaption{
  color:#8657DB;
}

.appAction6 .appIcon{
  background: #FFCA0C;
  border: #FFCA0C;
}
.appAction6 .appCaption{
  color:#FFCA0C;
}

.appAction7 .appIcon{
  background: #00ad79;
  border: #00ad79;
}
.appAction7 .appCaption{
  color:#00ad79;
}

.appAction8 .appIcon{
  background: #BF4ACC;
  border: #BF4ACC;
}
.appAction8 .appCaption{
  color:#BF4ACC;
}

.appAction9 .appIcon{
  background: #5C6D7E;
  border: #5C6D7E;
}
.appAction9 .appCaption{
  color:#5C6D7E;
}

.appAction10 .appIcon{
  background: #0c80df;
  border: #0c80df;
}
.appAction10 .appCaption{
  color:#0c80df;
}

.appAction11 .appIcon{
  background: #21ba45;
  border: #21ba45;
}
.appAction11 .appCaption{
  color:#21ba45;
}

.appAction12 .appIcon{
  background: #0c80df;
  border: #0c80df;
}
.appAction12 .appCaption{
  color:#0c80df;
}

.appAction13 .appIcon{
  background: #FFD91E;
  border: #FFD91E;
}
.appAction13 .appCaption{
  color:#FFD91E;
}

.appAction14 .appIcon{
  background: #ff69b4 ;
  border: #ff69b4 ;
}
.appAction14 .appCaption{
  color:#ff69b4 ;
}

.appAction15 .appIcon{
  background: #00B5B5;
  border: #00B5B5;
}
.appAction15 .appCaption{
  color:#11156D;
}

.appAction16 .appIcon{
  background: #FF6B6E;
  border: #FF6B6E;
}
.appAction16 .appCaption{
  color:#FF6B6E;
}

.appAction17 .appIcon{
  background: #C878AB;
  border: #C878AB;
}
.appAction17 .appCaption{
  color:#C878AB;
}

.appAction18 .appIcon{
  background: #8657DB;
  border: #8657DB;
}
.appAction18 .appCaption{
  color:#8657DB;
}

.appAction19 .appIcon{
  background: #D71A75;
  border: #D71A75;
}
.appAction19 .appCaption{
  color:#D71A75;
}

.appAction20 .appIcon{
  background: #349935;
  border: #349935;
}
.appAction20 .appCaption{
  color:#349935;
}


/*===============================================
    Media Queries for app-dashboard
=================================================*/
                  /*General*/
@media only screen and (min-width: 800px) and (max-width: 900px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:12.9%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 799px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:15%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 600px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:17.8%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 499px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:22.1%;
  }
}

              /*Specific*/
@media all and (device-width: 1024px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:11.4%;
  }
}

@media all and (device-width: 976px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:11.4%;
  }
}

@media all and (device-width: 966px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:11.3%;
  }
}

@media all and (device-width: 960px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:11.3%;
  }
}

@media all and (device-width: 812px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:12.9%;
  }
}

@media all and (device-width: 800px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:12.9%;
  }
}

@media all and (device-width: 768px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:15.2%;
  }
}

@media all and (device-width: 740px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:15.2%;
  }
}

@media all and (device-width: 736px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:15.2%;
  }
}

@media all and (device-width: 732px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:15.2%;
  }
}

@media all and (device-width: 699px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:15.2%;
  }
}

@media all and (device-width: 667px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:18.4%;
  }
}

@media all and (device-width: 640px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:18.4%;
  }
}

@media all and (device-width: 600px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:18.2%;
  }
}

@media all and (device-width: 568px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:23.1%;
  }
}

@media all and (device-width: 534px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:23%;
  }
}

@media all and (device-width: 533px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:23%;
  }
}

@media all and (device-width: 480px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:22.8%;
  }
}

@media all and (device-width: 432px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:22.6%;
  }
}

@media all and (device-width: 414px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:30.8%;
  }
}

@media all and (device-width: 412px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:30.8%;
  }
}

@media all and (device-width: 375px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:30.5%;
  }
}

@media all and (device-width: 360px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:30.3%;
  }
}

@media all and (device-width: 320px){
  .appDBMenu-Generic{
     width:100%;
  }
  .appDB-Item{
     width:30%;
  }
}
/*****====End of appdashboard Media Queries====********/





/*==============================
  appnavigation-top styles
================================*/
.appnavigation-top{
    background: rgb(3, 155, 229);   
    width: 100%;
    height: 58px; 
}
.appnavigation-top .nav-item {
    width: 16.66%;
    float: left;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    color: #b3e5fc;
    height: 58px;
    padding-top: 10px;
    opacity:1;
}
.appnavigation-top .nav-item i{
  font-size: 20px;
}
.appnavigation-top .nav-item:hover, .appnavigation-top .nav-item:active {
    color: #FFFFFF;
    opacity: 1!important;
    /*border-bottom: 4px solid #ffe57f;*/
    border-bottom: 3px solid #fff;
    cursor: pointer;
}


/*==============================
  appnavigation-btm styles
================================*/
.appnavigation-btm{
    width: 100%;
    height: 50px;
    botom: 0px;
    background: #fff;
    border-top:1px solid #eee;
}
.appnavigation-btm .nav-item {
    width: 20%;
    float: left;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-family: Roboto, Arial, sans-serif;
    height: 40px;
    padding-top: 5px;
    transition:color .2s ease-out, background 1s ease-in;
}
.appnavigation-btm .nav-item i{
  font-size: 17px;
  color: #606060;
}
.appnavigation-btm .nav-item p{
  font-size: 8px;
  color: #616161;
}
.appnavigation-btm .nav-item:hover p,.appnavigation-btm .nav-item:hover i{
    /*color: #ff0000;*/
    color: #039be5;
}

/*==========================
OLD appbtm-navigation styles
============================*/
/*.appnavigation-btm{
    background-image: url(../img/btmnav-strip.png);
    background-repeat: repeat;
    width: 100%;
    height: 50px;
    postion: fixed;
    bottom: 0px;
}
.appnavigation-btm .nav-item {
    width: 20%;
    float: left;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    color: #f2f3f7;
    height: 50px;
    padding-top: 10px;
    opacity: 0.6;
}
.appnavigation-btm .nav-item i{
  font-size: 17px;
}

.appnavigation-btm .nav-item:hover {
    background-color: rgba(255,255,255,0.3);
    color: #FFFFFF;
    opacity: 1!important;
}
.appbtm-navshow{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    dispay: none;
    transition: all 700ms ease-out;
}*/

/*==============================
  statusbar-btm styles
================================*/
.statusbar-btm {
  background: #333333;
}
.statusbar-btm p{
  margin-bottom: 0px !important;
  font-size: 9px;
  color:#fff;
}


/*==============================
  appmsglist styles styles
================================*/
.appmsglist{
  min-height: 440px; overflow:auto;
}
.appmsglist .panel-body{
  padding: 0px 0px;
}
.appmsglist  .list-group{
  margin-bottom: 0px;
}
.msglist-view .list-group-item{
  padding: 10px 8px;
}
.msglist-view .usermsg-label{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: .6em .5em .3em;
  float: left;
  font-size: 18px;
  margin-top: 10px;
  margin-right: 10px;
}
.msglist-view .usermsg-name{
    font-size: 12px;
}
.msglist-view .usermsg-log {
  position: absolute;
  right: 50px;
  top: 12px;
  border-radius: 8px;
}
.msglist-view .badge-primary{
  background-color: #27AE60;
}
.msglist-view .usermsg-chkbox{
  float: right;
}
.msglist-view .usermsg-chkbox .magic-checkbox+label:before {
  border-radius: 50%;
}
.msglist-view .usermsg-col{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}



/*===============================
  appmsg-detail styles
===================================*/
.appmsg-detail .subnav{
  background: #00988; color:#039be5;
}
.appmsg-detail .subnav .actnav1{
  float: left;
  padding: 0px 5px;
}
.appmsg-detail .subnav .actnav2{
  float: right;
  padding: 0px 0px;
}
.appmsg-detail .subnav .backto-msglist{
  font-size: 1.4em;
}
.subnav .actnav1 a i{
  font-size: 2em; 
  color:#5659C9;
  color:#039be5; 
  vertical-align: middle;
}
.subnav .actnav2 a i{
  font-size: 2em; 
  margin: 15px;
  color:#039be5; 
  vertical-align: middle;
}
.appmsg-detail .subnav .actnav2 i:hover{
  border-bottom:1px solid #039be5;
}
.appmsg-detail .subnav .panel-title{
  padding: 0px 5px 0px 10px;
  font-size: 1.0em;
}
.appmsg-detail .panel-body{
  padding: 12px 10px 25px;
}
.appmsg-detail .timeline-label{
  margin-left: 0px;
  padding: 10px;
}

/*===================================
  appmail styles
=======================================*/
.appmail {
  background: #fff;
}
.appmail .panel{
  margin-bottom: 0px;
}
.appmail .panel-body{
  padding: 10px 10px 25px;
}
.appmail .topnav-steps {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: block;
  position: relative;
}
.appmail .topnav-steps li{
  text-align: center;
}
.appmail .topnav-steps .btn{
  font-weight: normal;
  font-size: 12px;
  color:#039be5;
  border: none;
  padding: 0px 0px;
  fontweight: bold;
}
.appmail .topnav-steps button i{
  color:#039be5;
}
.appmail .topnav-steps li .dropdown-menu li{
  text-align: left;
}
.appmail .topnav-steps li button:hover, .appail .topnav-steps li button:focus{
  color:#b3e5fc;
}




/*==============================
  preoptions-menu styles
================================*/
.preoptions-menu .panel .pad-all{
  padding:20px;
}
.preoptions-menu .panel .media-left span{
  font-size: 2.9em;
}
.preoptions-menu .panel .media-body .text-2x{
  font-size: 1.2em;
}
.preoptions-menu .panel .media-body .opt-text{
  font-size: 18px;
}
.preoptions-menu .panel:hover{
  border:1px outset #333;
  border-radius: 5px;  
  cursor: pointer;
}


/*==============================
  quick-cart styles
================================*/
.app-quickcart .quick-cartlist .cartitem a {
    display: block;
    padding: 15px 10px 20px 10px !important;
    border-bottom: rgba(0,0,0,0.04) 1px solid;
}
.app-quickcart .quick-cartlist .cartitem a:hover {
    background-color:rgba(0,0,0,0.03);
}

.app-quickcart .quick-cartlist .cartitem  a{
    color: #8ab933;
    text-decoration: none;
}
.app-quickcart .quick-cartlist .cartitem a>img {
    float: left;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    max-width: 100%;
}
.app-quickcart .quick-cartlist .cartitem a h6 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #414141;
    margin: 0;
    padding: 4px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}
.app-quickcart .quick-cartlist .cartitem a h6 span{
    color: #8ab933;
}

.app-quickcart .quick-cartlist .cartitem .remove-cartitem{
    float: right;
    margin-top: 5px;
    background: transparent;
    border: none;
    color:red;
}
.app-quickcart .quick-cartlist .cartitem .remove-cartitem:hover{
    background: coral;
    color: #fff;
    box-shadow: none;
}
.app-quickcart .quick-cartfooter .total{
  float: left;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.app-quickcart .quick-cartfooter .total h6{
  font-size: 12px;
  color: #414141;
  font-weight: 600;
}

.app-quickcart .quick-cartfooter .orderbtn{
  float: right;
  margin-bottom: 15px;
}


/*==============================
  appcart styles
================================*/
h5.ordertitle{
  text-transform: uppercase;
  margin-left: 0px;
  margin-bottom: 10px;
  color:#606060;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: 400; 
}

.app-cartscreen {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.app-cartscreen .orderitem{
  border-bottom: 1px solid #eee;
  padding-right: 3px; padding-left: 3px;
}

.app-cartscreen .orderitem .itemremove{
  position: absolute;
  top: 5px;
  right: -5px;
  background: transparent;
  border: none;
  color:red;
}
.app-cartscreen .orderitem .itemremove:hover{
  color:#333;
  box-shadow: none;
  }

.app-cartscreen .cartimage-div img{
  height: 70px; 
  width: 70px;
  max-width: 100%;
}
.app-cartscreen .product-title{
  color: #414141;
  font-size: 10px;
  fontweight: 300;
  margin:0px 0px 15px 0px;
}
.app-cartscreen .sizecol{
  padding-right: 0px; padding-left: 0px;
}
.app-cartscreen .qtycol .input-group .btn{
  padding: 5px 8px;
}
.app-cartscreen .qtycol .input-group input.form-control{
  height: 30px;
}
.app-cartscreen .qtycol .input-group input{
  text-align: center;
}
.app-cartscreen .sizecol .size, .app-cartscreen .qtycol .qty, .app-cartscreen .pricecol .price{
  color: #414141;
  font-size: 10px;
}
.app-cartscreen .text-semibold{
  color: #606060;
}
.app-cartscreen .pricecol .price{
  margin:8px 0px 10px;
}


.appcart-total {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #6d6d6d;
}
.appcart-total .table tr td{
  border-top: none !important;
}
.appcart-total .text-right{
  color: #303030;
  font-size: 11px;
}