﻿body {
    font-family: 'DROIDKUFI-REGULAR_0','Poppins', sans-serif !important;
    font-size: 1rem;
    color: var(--use-color2);
}
.banner {
    background-image: url(../../images/demo/banner2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner {
    padding: 30px 0;
    min-height: 300px;
    line-height: normal;
}
#pageintro article {
    max-width: 100%;
    text-align: center;
}
#pageintro .heading {
    margin-bottom: 0;
    font-size:2.5rem;
}
#pageintro {
    padding: 50px 0;
}
p{
    /*line-height:25px;*/
    /*font-size:13px;*/
    line-height: normal;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
a:hover{
      text-decoration:none;
}
/***************** news **************************/
.inner a:active,.inner a:focus{
    color: var(--use-color2) !important;
}
.ui-datepicker .ui-datepicker-header{
    background-color: var(--use-color1);
    color: white;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid var(--use-color2);
    background-color: var(--use-color2);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
     border: 1px solid var(--use-color1);
    background-color: var(--use-color1);
}
.ui-datepicker th{
      color:var(--use-color2);
}
table{
    margin-bottom:0;
}
th {
  
    background-color: white;
}
 td,th{
     border:none;
 }
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
label, input, textarea, select, button{
    font-family: 'DROIDKUFI-REGULAR_0','Poppins', sans-serif !important;
}
label {
    display: inline-block;
   
}
input[type="text"], textarea {
    border: 1px solid var(--use-color1) !important;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 3px;
    width: 100%;
  float:none;
    display: inline-block;
}
.GridPager table td a:hover{
    text-decoration:none;
    background-color:var(--use-color2);
}
table {
    width: auto;
}
tr:nth-child(even),tr{
    background-color:transparent;
}
table{
    border:none;
}
.inner .marketNews {
    display: flex;
}
.inner .marketNewsContainer {
    /*padding: 5px;*/
    width: 100%;
    border-bottom:1px solid var(--use-color1);
}
.inner .marketNews .marketNewstitleWithDate {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.inner .marketNews .marketNewstitleWithDate .marketNewsdateSection {
     margin-left: 1%; 

   color: white;
    background-color: var(--use-color1);
    border-radius: 12px;
    /* width: 60px; */
    padding: 5px 10px;
    /* height: 60px; */
    line-height: normal;
    font-size:1rem;
    text-align: center;
    font-weight: 600;
}
.inner .marketNews .marketNewstitleWithDate .marketNewsTitle {
    line-height: normal;
    text-align:right;
    direction:rtl;
    color:var(--use-color2);
    transition: all 0.15s ease;
    font-weight: bold;
    font-size:0.9rem;
}
.inner .marketNews .marketNewsBody {
    color: var(--use-color2);
    font-weight: 500;
    text-align:right;
    font-size:0.9rem;
}
.inner .marketNews .readmarketNewsBtn {
 
    transition: all 0.2s ease-in-out;
      padding: 0 15px;
    width: auto;
    height: 35px;
    border: 1px solid;
    border-color: var(--use-color1);
    font-size:0.9rem;
    border-radius: 12px;
    line-height: 32px;
    float: left;
    color: white;
    background: var(--use-color1);
    margin-bottom: 5px;

}
.marketNewsdateSection p{
    margin:0px;
    font-size:13px;
    direction:rtl;
    line-height:20px;
}
.inner .news_innerContent .table td, .inner .news_innerContent .table th{
    border:none !important;
    
}

.inner .details_page_body .marketNewsContainer{
    border:none;
}
.inner .news_innerContent .btn-primary{
    color: white;
    background-color: var(--use-color1);
    border-color: var(--use-color1);
    font-size: 14px;
    padding: 5px 19px;
    text-align: center;
    margin: 5px;
    border-radius: 12px !important;
}
.inner .news_innerContent .btn-primary:hover{
      color: white;
    background-color: var(--use-color2);
    border-color: var(--use-color2);
    cursor:pointer;
}
.search_btn .fa.fa-search{
    color:white;
}
.inner .news_innerContent .btn-group {
    margin: 0 0 20px 0;
    justify-content: center;
    display: flex;
}
.inner .NewsTabs, .inner .agenda_page_tab {
    display: flex;
    margin: 0 0 20px 0;
    text-align: center;
    justify-content:center;
}
.inner .btn-group .btn {
    font-size:1rem;
    padding: 3px 19px;
    text-align: center;
    background-color: white;
    border-color:var(--use-color1);
    color: var(--use-color1);
    margin-left: 10px;
    margin-right: 0px;
    font-weight: bold;
    border-radius: 5px !important;
}
.inner .marketNews .marketNewstitleWithDate .marketNewsTitle:hover{
    text-decoration:none;
    cursor:pointer;
    color:var(--use-color1);
}
.inner .details_page_body .marketNews .marketNewstitleWithDate .marketNewsTitle:hover {
     text-decoration:none;
    cursor:unset;
    color:var(--use-color2);
}
.inner  .btn-group .btn.active,.inner .btn-group .btn:hover {
    background-color:var(--use-color2);
    border-color:var(--use-color2);
    color: white;
    font-weight: 100;
    cursor:pointer;
    text-decoration:none;
}
.inner .news_innerContent .btn-group .btn:focus{
outline:none;
box-shadow:none;
}
.text_search_part,button, input, optgroup, select, textarea{
    color: var(--use-color2);
    /*font-weight: bold;*/
}
.inner .news_innerContent .btn-primary:focus{
    outline:none;
box-shadow:none !important;
background-color: var(--use-color2);
    border-color:var(--use-color2);
}
.inner .marketNews .readmarketNewsBtn:hover{
    border-color: var(--use-color2);
    background: var(--use-color2);
    color: white;
   cursor:pointer;
    text-decoration:none;
}
/******************* company news ************************/
.inner .Amalka_news_page .marketNews .marketNewstitleWithDate .marketNewsTitle,.amalka_details_div .marketNews .marketNewstitleWithDate .marketNewsTitle
{
    text-align: left;
    direction: ltr;
}
.inner .Amalka_news_page .marketNews .marketNewstitleWithDate .marketNewsdateSection,.amalka_details_div .marketNews .marketNewstitleWithDate .marketNewsdateSection{
    margin-left: 0;
    margin-right:1%;
    font-weight: bold;
}
.inner .Amalka_news_page .marketNews .readmarketNewsBtn{
    float: right;
}
.inner .Amalka_news_page .marketNews .marketNewsBody,.amalka_details_div .marketNews .marketNewsBody{
     text-align: left;
    direction: ltr;
}
/************************** grid view paging *******************************/
.GridPager table tr {

}
.GridPager table td {
  border:none !important;
    padding: 5px  !important;
    margin:5px !important;
        color: #2e2e31;
    font-size: 16px;
    font-weight:600;
}
    .GridPager table td a {
            color: white !important;
    }
    .GridPager table td span {
       color: var(--use-color2) !important;
    background: transparent !important;
    padding: 0px !important;
    }

    .GridPager table td span, .GridPager table td a {
     /*border: solid 1px rgba(241, 156, 20, 0.49) !important;*/
      padding:5px 15px;
      background:var(--use-color1);
    }
.table .GridPager .fooicon
{
    display:none;
}
 .GridPager table td span, .GridPager table td a{
        padding:3px 15px !important;
    }
  /********* grid style ***********/
          .pagination td{
              border:none !important;
          }
           .pagination a{
              padding:3px 12px;
              background:var(--use-color1);
              color: white !important;
               font-weight:bold;
          }
           .pagination a:hover{
               text-decoration:none;
           }
           .pagination td span{
               display:block;
                padding:3px 8px;
              background: transparent;
    color: var(--use-color2);
           }
           .pagination .fooicon{
               display:none;
           }

 /********************** agenda style ************************/

 .input-group-text {
    background: var(--use-color1);
    border: 1px solid var(--use-color1);
    color: white;
        border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 .input-group>.form-control:not(:first-child) {
 border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
 input.form-control{
     margin:0;
     height:auto;
 }
 .submit-btn {
   width: 140px;
    background: var(--use-color1);
    color: white;
    border-color: var(--use-color1);
    font-size: 14px;
    padding: 5px 19px;
    text-align: center;
  
    margin-left: 10px;
    margin-right: 0px;
    font-weight: bold;
    border-radius: 12px !important;
}
 .section-container{
     border-radius:0;
 }
 .inner .table thead th {
    background:var(--use-color1);
    color: white;
    /* text-align: center; */
    /* border-right: solid 1px #989898 !important; */
    border-color: var(--use-color1);
}
 .inner .table td, .inner .table th {
    border-left: none;
    border-right: none;
    color: var(--use-color2);
    border-color: var(--use-color1);
}
 .inner .table td, .table th {

    padding: .4rem !important;
    font-size: 13px;
    font-weight:100;
   
}
 .economic_page table {
    border: none;
}
 .cal_home_div {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
 .cal-detail-color {
    text-align: center;
    color:white;
        background:var(--use-color1);
        font-weight:bold;
}
 .cal-head {
    text-align: center;
    border-bottom: solid 2px var(--use-color2);
    font-weight: bold;
    font-size: 14px;
}
  #data .footable thead th {
    border: solid 2px var(--use-color1);
    border-right: none;
    border-left: none;
    background:var(--use-color1);
    color: white;
}
#data .footable td, #data .footable th {
    border-bottom: 1px solid var(--use-color2);
    padding: 0 5px;

    text-align:left;
    font-weight:100;
}
#data .footable td{
 font-size:12px;
}
#data .footable th{
    font-size:13px;
}
.inner .btn-group .btn:focus,input.form-control:focus,.inner .btn:focus{
    outline:none;
box-shadow:none !important;

}
 
 /***************** contactus style *******************/
 #btn_send{
color: white;
    background: linear-gradient(var(--use-color1), #b48e4a);
    border-color:var(--use-color1);
    /*width: 100%;*/
    font-size:14px;
    float:right;
 }
   #btn_send:hover,  #btn_send:focus, .submit-btn:hover,.submit-btn:focus,.inner .news_innerContent .btn-primary:hover,.inner .news_innerContent .btn-primary:focus {
          border-color:var(--use-color2);
        background:var(--use-color2);
        color:white;
        cursor:pointer;
        /*font-weight:bold;*/
    }
 .contactus_page .link_media{
    /* color: #c6dfe8; */
    margin-left: 0 !important;
    font-size: 18px;
    margin:10px  15px 0 15px;
   
}
.contactus_page .contactInfoSection .fas ,.contactus_page .contactInfoSection .fa{
    font-size:18px !important;
       
    margin-left: 0;
}
.contactus_page .contactInfoSection a ,.contactus_page .contactInfoSection a:hover,.contactus_page .link_media i:hover{
        color:var(--use-color2);
}
#ContentPlaceHolder1_alert_success
{
    color: green;
     font-weight:bold;
     margin:1%;
    

}
#ContentPlaceHolder1_alert_fail{
    color:red;
    font-weight:bold;
     margin:1%;
}
.form-control{
    font-size:14px;
}


 /*.fa-phone{
    transform:scaleX(-1);
}*/
/***************************** reports style **************************/
 .reports_content{
            position: relative;
            /* display: inline-block; */
        } 
        
       
        .reports .card:hover {

    -webkit-transform: translate(-1px, -1px) scale(1.025);
    -moz-transform: translate(-1px, -1px) scale(1.025);
    -o-transform: translate(-1px, -1px) scale(1.025);
    transform: translate(-1px, -1px) scale(1.025);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);


  cursor: pointer;
  opacity:0.8;
         
        }
      
        .reports i{
            font-size: 50px;
            display: none;
            position: absolute;
            top: 40%;
            left: 40%;
            bottom: 40%;
            right: 42%;
            margin: auto;
            color: #eaa742;
        }
         .reports:hover i {
             opacity:1;
            display: block;
            z-index: 1;
            color:var(--use-color2);
            cursor:pointer;
            pointer-events: none;
        }
         .rak-card-date{
            text-align: center;
    padding: 5px 0;
    font-weight: 600;
    background:rgb(63 89 134);
    color: white;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
         }
         .card-img-top{
                  border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 3px 0;
    background-color: white;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 55px;
         }
         .card-body{
            height: 80px;
    background:rgb(63 89 134);
    color: white;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
         }
          .card-body h5{
    color: white;
    font-size:14px;
          }
          .card {
    border: 12px;
}
           .report_page{
justify-content:center;
          }
          .downImage{
              text-align:center;
          }
           /***************** download center style ******************* */
 #ContentPlaceHolder1_Download_divContent .download-file {
    text-align: center;
    padding: 20px;
}
 #ContentPlaceHolder1_Download_divContent .fa-download {
    background:linear-gradient(var(--use-color1), #b48e4a);
    color:white;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 25px;
    text-align: center;
}
 #ContentPlaceHolder1_Download_divContent .download_title {
    padding: 10px 0 0 0;
     color: var(--use-color2);
     font-weight:bold;
}
 #ContentPlaceHolder1_Download_divContent .download-file:hover {

    -webkit-transform: translate(-1px, -1px) scale(1.025);
    -moz-transform: translate(-1px, -1px) scale(1.025);
    -o-transform: translate(-1px, -1px) scale(1.025);
    transform: translate(-1px, -1px) scale(1.025);
    /*-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);*/


  cursor: pointer;

         
        }
 /****************** FAQ PAGE *******************************************/
   .FAQ_page .ui-state-active,.FAQ_page .ui-widget-content .ui-state-active,.FAQ_page .ui-widget-header .ui-state-active,.FAQ_page a.ui-button:active,.FAQ_page .ui-button:active,.FAQ_page .ui-button.ui-state-active:hover {
         background: linear-gradient(var(--use-color1), var(--use-color1)) !important;
    /*border: var(--use-color1) !important;*/
    color: #ffffff !important;
    box-shadow:none;
    outline:none;
        }
    .FAQ_page .ui-accordion .ui-accordion-content{
      padding:1em;
  }
   #ContentPlaceHolder1_accordion{
       font-family:'DROIDKUFI-REGULAR_0','Poppins', sans-serif !important;
   }
   /*#ContentPlaceHolder1_accordion p {
    line-height: normal;
    font-size: 13px;
    color: #4c5d57;
}*/
  .FAQ_page .ui-accordion .ui-accordion-content,.FAQ_page .ui-accordion .ui-accordion-header{
     line-height: normal;
    font-size: 14px;
    color: var(--use-color2);
  }
  /********************************************* site map **************************************/
  .SiteMap_page .site-map li{
       padding: 20px 0; 
        border-bottom: 5px dotted var(--use-color1);
  }
  .SiteMap_page .site-map li a{
      color: var(--use-color2); 
    font-weight: bold;
    font-size:16px;
    padding:0 20px;

  }
 .SiteMap_page .site-map li ul li {
    border-bottom: none !important;
    padding:5px 0;
}
 .SiteMap_page .site-map li ul li a{
     font-weight:100;
     font-size:16px;
 }
 .site-map li:last-child {
    border-bottom: none !important;
}
 .SiteMap_page .site-map li a:hover{
  background-color:var(--use-color1);
  color:white;

  /*transform: translate(-1px, -1px) scale(1.025);*/

  }
 .SiteMap_page .site-map .dropdown-toggle:hover{
     background-color:white;
  color:var(--use-color2);

 }
  /*.SiteMap_page .site-map li:hover{
      -webkit-transform: translate(-1px, -1px) scale(1.025);
    -moz-transform: translate(-1px, -1px) scale(1.025);
    -o-transform: translate(-1px, -1px) scale(1.025);
    transform: translate(-1px, -1px) scale(1.025);
 
  cursor: pointer;
 
  }*/

  .sidebar .site-map{
      padding:0;
  }
  #Calendar1 th{
      font-size:12px;

  }
  .ui-menu .ui-menu-item{
      direction:rtl;
      text-align:right;
  }
  #footer .col2 .fa-phone {
    transform: scaleX(1);
}
  .contactus_page .link_media:hover{
      color:var(--use-color1);
      cursor:pointer;
  }
  .main-content-wrapper{
max-width: 97%;
    margin: 0 auto;
  }
    .branch_drop{
          margin:0 20px;
    width:200px;
    color: white;
    background:var(--use-color2);
    border-color: var(--use-color2);
    background-color: var(--use-color2);
    outline: none;
    border: none;
    border-radius: 12px !important;
  }
  .report_category{
      display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .choose_report{
      font-weight:bold;
  }
    .contact_page ul{
     list-style: none;
    border-bottom: 5px solid var(--use-color1);
    /* width: 50%; */
    /* margin: auto; */
    border: solid 1px rgba(241, 156, 20, 0.1);
    /* margin-top: 40px; */
    padding: 20px;
    background: #F4F4F4;
    overflow: auto;
  }
  .label-branch {
    font-weight: bold;
    color:var(--use-color1) !important;
  
    margin-bottom: 10px !important;
    font-size: 19px;
}
  .branch-info li i {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    color: #e07200;
}
  .branch-info li strong {
  float: left;
    margin-right: 10px;
    width: 70px;
}
  .phone_contact{
      direction:ltr;
      display:inline-block;
  }
  /********************* responsive *******************************/
  @media only screen and (max-width: 768px) {
    th {
        color: var(--use-color2);
    }
      .fooicon {
    color: var(--use-color1) !important;
    font-size: 18px;
}
 body , p, .inner .marketNews .marketNewstitleWithDate .marketNewsdateSection,  .inner .marketNews .marketNewstitleWithDate .marketNewsTitle,.marketNewsdateSection p,.inner .marketNews .marketNewsBody{
          font-size:0.9rem;
      }
     
    .cal_frame,.data_div,.cal_div{
        padding:0;
    }
      .inner .btn-group .btn{
          margin-left:5px;
        padding:3px 5px;
    }
        #economicAgenda .mb-4.mt-3 {
   
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
        .inner .NewsTabs, .inner .agenda_page_tab{
margin: 10px 0;
        }
}
  @media only screen and (max-width: 425px){
      .label-branch{
          font-size:17px;
      }
      .branch-info li strong {
    width: 50px;
}
    .choose_report {
          margin-bottom:5px;
        width: 100%;
    }
       .report_category{
           margin-bottom: 20px;
           justify-content: start;
       }
    .report_category .branch_drop{
         margin: 0 5px;
    width: 180px;
   
    font-size: 12px;
       }
    .report_category .submit-btn {
        width: 90px;
        margin:0;
    }
      .inner .marketNews .readmarketNewsBtn{
          height: 25px;
          line-height: 22px;
          margin: 5px 0;
      }
    .inner .table td, .table th {
        padding: .3rem !important;
    }
      #pageintro .heading {
    font-size: 2rem !important;
}
    
      .submit-btn{
          float:right;
      }
      .cal-head{
          font-size:12px;
      }
      .form-control {
    font-size: 11px;
}
      .inner .table td, .table th{
          font-size:11px;
      }
        body{
          font-size:11px;
      }
     a, p,.FAQ_page .ui-accordion .ui-accordion-content, .FAQ_page .ui-accordion .ui-accordion-header{
          font-size:11px;
      }
      .page_header h3{
    padding: 10px 0;
    font-size: 20px;
}
      /****** reports page*/
.reports,.reports .card-body{
    padding:5px;
}
.SiteMap_page .site-map li ul li a{
    font-size:14px;
}
.card-body h5 ,.inner .btn-group .btn,.submit-btn,.input-group-text,#btn_send{
    font-size: 11px;
}
.inner .news_innerContent .btn-group, .inner .agenda_page_tab{
 display: grid;
    margin-bottom: 10px;
    grid-template-columns: 1fr 1fr;
}
.inner .btn-group .btn{
   margin:5px 10px;
}
#data .footable td, #data .footable th,.inner .marketNews .marketNewstitleWithDate .marketNewsTitle,.marketNewsdateSection p,.inner .marketNews .marketNewsBody,.inner .marketNews .readmarketNewsBtn{
    font-size:11px;
}
.data_div,.cal_div,.cal_frame{
padding:0;
}
  }
@media only screen and (max-width: 320px) {
    a, p,.FAQ_page .ui-accordion .ui-accordion-content, .FAQ_page .ui-accordion .ui-accordion-header {
        font-size: 11px;
    }
}
@media screen and (min-width: 1441px) {
    .h3, h3 {
        font-size: 50px;
    }
.submit-btn,.input-group-text,body,p,  .inner .btn-group .btn,.card-body h5, #btn_send, .form-control,a,.FAQ_page .ui-accordion .ui-accordion-content, .FAQ_page .ui-accordion .ui-accordion-header,.SiteMap_page .site-map li ul li a{
        font-size:28px;
    }
    .SiteMap_page .site-map li a{
        font-size:35px;
    }
    #ContentPlaceHolder1_Download_divContent .fa-download{
        width: 90px;
    height: 90px;
    line-height: 80px;
    font-size: 50px;
    }
     .card-body{
       height:170px;
   }
     .marketNewsdateSection p {
    font-size: 25px;
    line-height: 30px;
}
     .inner .marketNews .readmarketNewsBtn{
         height: 60px;
             line-height: 50px;
     }
     .contactus_page .contactInfoSection .fas, .contactus_page .contactInfoSection .fa{
         font-size:30px !important;
     }
     .inner .news_innerContent .btn-primary,.inner .table td, .table th,.inner .marketNews .marketNewsBody,.inner .marketNews .marketNewstitleWithDate .marketNewsTitle,.inner .marketNews .readmarketNewsBtn{
font-size:25px;
     }

}
  
 @media screen and (min-device-width: 1441px){
    .h17-main-nav .nav-menu .navbar-item:hover li {
    transform: translate(-50%, 0);
}
 #data tbody .cal-head td,#data tbody td,#data td.cal-detail-color{
        font-size:28px;
    }
 .dtp table.dtp-picker-days tr > td,.dtp{
     font-size:20px;
 }
 iframe.marg-fasel{
     height:800px;
 }
 #data .footable td, #data .footable th{
     font-size:25px;
 }
   body,a,#Calendar1 th{
       font-size:28px;
   }
}
 