/*common*/
.page-header.navbar{
  background: #fff !important;
}
.tabbable-line > .tab-content{
  border-top: none;
}
.patientListBtnbottom{
  float: right;
}
.patientListCalender{
  float: left;
}

@media only screen and (min-width:1366px) and (max-width:1439px){
  font-size: 12px;
}
@media only screen and (min-width:769px) and (max-width:1140px){
  .welcome1 .dashbordContainer li, .dashbordContainer li {
    width: 25%;
    margin: 0 0 0.5%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
  .addEvent .page-container, .AddRemEvent .page-container, .EditEvent  .page-container{
    top: -18px !important;
  }
}
@media only screen and (min-width:481px) and (max-width:767px){
  .addEvent .page-container, .AddRemEvent .page-container, .EditEvent .page-container {
    top: 50px !important;
  }
}
@media only screen and (min-width:0px) and (max-width:991px){
  body{
  background: #F1F3FA;
}
}
@media only screen and (min-width:0px) and (max-width:480px){
  .btnSearch .icon-magnifier{
    font-size: 18px;
  }
  .patientList .table *{
    font-size: 13px;
    
  }
  .addEvent .page-container, .AddRemEvent .page-container, .EditEvent .page-container {
    top: -36px !important;
  }
}
@media only screen and (min-width:0px) and (max-width:768px){
  .page-header.navbar{
    background: #fff !important;
  }
  .patientListBtnbottom{
    float: left;
    margin-top: 20px;
  }
  .patientListBtnbottom .btnTool {
    margin-right: 20px;
  }
  .btnCom, .btnNP {
    padding: 10px 0;
  }
  .addEvent .page-header.navbar .page-logo, .AddRemEvent .page-header.navbar .page-logo, .EditEvent .page-header.navbar .page-logo{
    float: left;
  }
  .addPatientForm{
    margin-top: 0;
  }
}
@media only screen and (min-width:240px) and (max-width:480px){
  .btnNP {
    padding: 10px 15px !important;
}

  #forget-password{
         width: 100%; 
  }
  .logo img{
    width: 100%;
    max-width: 100%;
  }
  .dashbordTile span img{
    height: 48px;
  }
  .dashbordTile{
    min-height: 160px;
  }
  .page-header.navbar .page-logo{
    margin: 0 auto;
    display: table;
    float: none;
  }
  .dashbordGrid{
    margin-top: 00px;
  }
  .portlet.box.yellow{
    background: transparent !important;
  }
  .dashbordContainer li, .welcome1 .dashbordContainer li {
    width: 50%;
    margin: 0;
    /*transform: scale(0.95);*/
  }
}
@media only screen and (min-width:481px) and (max-width:768px){
  .page-header.navbar .page-logo{
    margin: 0 auto;
    display: table;
    float: none;
  }
  .dashbordGrid{
    margin-top: 60px;
  }
  .portlet.box.yellow{
    background: transparent !important;
  }
  .dashbordContainer li, .welcome1 .dashbordContainer li {
    width: 50%;
    margin: 0;
    /*transform: scale(0.95);*/
  }
}
/*mobileResponsive*/
@media only screen and (min-width:0px) and (max-width:400px){
  .companyLogo{
    width: 100%;
    margin: 0 auto;
  }
}
