/*
*/
/* 
    Created on : Jun 12, 2017, 3:37:57 PM
    Author     : Ali Sajid
*/
@media (min-width: 551px) and (orientation:landscape){
  #landscape-wrapper{
    display:none;
  }
}

@media (max-width: 550px) and (orientation:portrait){
  #landscape-wrapper{
    z-index: 999;
    display: block;
    position: fixed;
    background-color: #e9f0f9;
    opacity: 0.9;
    border-radius: 10px;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    text-align: center;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) and (orientation:landscape){
  .categories-legend{
    width: 100%;
    display: block;
    z-index: 9;
    background-color: #58b1fc;
    top: 40px !important;
  }
  .categories-legend.subjects-color{
    top: 74px !important;
  }
  .categories-legend>div>div{
    float: right;
    width: 45px;
    display: inline-block;
    font-size: 18px;
  }
  .ishc{
    display: none;
  }
  .main_page{
    margin: 25px 0 0 0;
    width: 100% !important;
  }
  .mushafview_blank .main_page{
    margin:0px;
  }
  .mushafview{
    width: 100% !important;
  }
  .mushafview .main_page{
    padding-right: 1.5%;
    font-size: 25px !important;
  }
  .main_page_coding_subjects-color{
    margin: 50px 0 0 0;
  }

  .surah select.input-sm, .para select.input-sm{
    font-size: 15px !important;
    line-height: 30px !important;
    height: 25px !important;
    border-radius: 10px;
    width: 90%;
    padding-left: 10%;
    text-align: right;
  }

  .page_nav input{
    font-size: 20px !important;
    height: 30px !important;
    margin-top: 3px !important;
  }

  .WFWIcon.fa-caret-up, .WFWIcon.fa-caret-down{
    display:none;
  }
  .ayat-options{
    display: inline-block;
    font-size: 18px !important;
    margin-top: 1px;
    padding: 3px;
    color: #58b1fc;
  }
  #RTO.modal .modal-content{
    width:250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
  }
  #RTO.modal .modal-body{
    padding-top: 5px;
  }

  #RTO.modal ul{
    margin-top: 5px;
    list-style: none;
  }
  #RTO.modal ul>li:hover{
    background-color: #e9f0f9;
  }
  #pointers-dialog{
    text-align: right;
  }
  #RTO.modal .cancel-button{
    padding: 8px;
    height: 35px;
    background: #58b1fc;
  }
  #RTO.modal .cancel-button span{
    float: right;
    cursor: pointer;
  }

}

@media (min-width: 767px){
  .options{
    width: 37%;
  }
  .ayat-options{
    display: none;
  }
}
