@import url('animations.css');
@import url('comn.css');
@font-face {
	font-family: 'Maher';
	src: url('../fonts/JannaLT-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/JannaLT-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/JannaLT-Regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/JannaLT-Regular.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/JannaLT-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/JannaLT-Regular.svg#svgFontName') format('svg');
	/* Legacy iOS */
}
#pagination .paging{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
ul li{
    list-style: none;
}
#pagination .paging  li {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #c33;
    border: 1px solid #ffffff;
        font-size: 16px;
}
#pagination .paging  .pageselect {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #cd8a81;
    border: 1px solid #ffffff;
    font-size: 16px;
}
#pagination .paging  li a {
    color: #fff;
    border-bottom: 0px;
}
ul{
    list-style: none;
}
.anm {
	opacity: 0;
}
tr:nth-child(even) {background-color: #feffff;}
tr{background-color: #eaeaea;}
body {
	font-family: "Maher";
   background-image: url(imghome/digital_abstract_background-wide.jpg);
    background-attachment: fixed;
}
.banr-top {
    background-color: #fff; 
    padding: 10px 0px 10px 0px;

}
.logo_style h3{
    font-size: 14px;
    color: #333333;
    float: right;
    border-right: 1px solid #3333;
    padding: 15px;
}


#nav_link .nav-tabs>li>a:focus,#nav_link .nav-tabs>li>a:hover {
    color: #ff6600;
    display: block;
    border-bottom: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    background-color: #fff;
    width: auto;
}

#nav_link{
    padding-top: 25px;
}
#nav_link .nav-tabs {
    border-bottom: 0px solid #ddd;
}
#nav_link .nav-tabs>li.active>a{
    color: #ff6600;
    display: block;
    border-bottom: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    border-left:0px;
    border-right: 0px;  
    background-color: #fff;
     border-radius: 0px;
    width: auto;
}
#nav_link.nav-tabs>li.active>a   {
    margin-left: 2px;
    line-height: 1.42857143;
    border: 0px;
}
#nav_link .nav-tabs>li a{
    border: 0px;
    border-radius: 0px;
     color: #333333;
    display: block; border: 0px;
    
}
/*form search*/

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.searchform{
    background-color: #fff;
    border-radius: 45px;
    margin-top: 37px;
    height: 42px;
}
.searchform input{
    width: 90%;
    margin-right: 17px;
    margin-top: 0;
    border: 0px;
    height: 100%;
}
.btn_search{
      background-color: #76b6dc;
    border: 0px;
    border-radius: 23px;
    width: 60px;
    height: 31px;
    margin-top: 6px;
    margin-left: 15px;
    float: left;
}


/*main home*/
.section_body {
    background-color: #fff;
    margin-top: 39px;
    margin-bottom: 39px;
     
}
.main{
    margin: 66px 0px;
}
.title_blok h3{ 
    font-size: 28px;
    color: #cc3333;
    border-right: 9px solid #cc3333;
    padding-right: 11px;
        margin-bottom: 30px;
}
.title_fekra{
    font-size: 46px;
    color: #407b9e;
    border-right: 5px solid #eda6ac;
    padding-right: 11px;
    margin-bottom: 30px;
    margin-top: 53px;
}
.title ul li{
    /* list-style: none; */
    color: #7e7f81;
    text-align: justify;
    font-size: 19px;
    margin: 5px 0px;
    list-style: disc;
}
.text_title{
    margin-bottom: 30px;
}
.img_book{
        border-right: 1px solid #3333;
    padding: 15px;
}
.img_book img{
        width: 80%;
        /* height: 600px; */
        border: 5px solid #cc3333;
        margin: auto;
        display: block;
}
.btn_book{
    margin: auto;
    display: block;
    padding: 0px;
}
.btn_book .btn{
    width: 138px;
    height: 32px;
    background-color: #cc3333;
    color: #fff;
       margin: 15px 9px;
    border-radius: 24px;
}
.btn_book .btn.active{
    width: 138px;
    height: 32px;
    background-color: #fff;
    border: 2px solid #cc3333;
    color: #cc3333;
    border-radius: 24px;
}
/*end main home*/

/*main call*/
#contact{
    margin: auto;
    display: block;
}
#contact input{
    
  
    border-radius: 15px;
    border: 1px solid #3333;
    padding: 5px;
    margin-bottom: 15px;
    
}
#contact span{
    padding-top: 6px;
    font-size: 16px;
    width: 116px;
}
#contact img{
    border: 3px solid #cc3333;
    border-radius: 15px;
}
#contact textarea{
    
    width: 100%;
    height: 199px;
    border-radius: 15px;
    border: 1px solid #3333;
    padding: 5px;
    margin-bottom: 15px;
    
}
#contact .btn{
    width: 138px;
    height: 32px;
    background-color: #cc3333;
    color: #fff;
       margin: 15px 32px;
    border-radius: 24px;
}

/*end main call*/
/* add_post*/
#add_post{
    margin: auto;
    display: block;
}
#add_post input{
    
  
    border-radius: 15px;
    border: 1px solid #3333;
    padding: 5px;
    margin-bottom: 15px;
    
}
 #add_post .add_con input{
       float: right;
    width: 86%;
    margin-top: 13px;
    margin-left: 15px;
}
#add_post span{
      padding-top: 16px;
    font-size: 16px;
        width: 166px;
}

#add_post textarea{
    
    width: 100%;
    height: 315px;
    border-radius: 15px;
    border: 1px solid #3333;
    padding: 5px;
    margin-bottom: 15px;
    
}
#add_post .btn{
    width: 138px;
    height: 32px;
    background-color: #cc3333;
    color: #fff;
       margin: 15px 32px;
    border-radius: 24px;
}
#add_post .btnaddd{
    width: 138px;
    height: 32px;
    background-color: #5cb85c;
    color: #fff;
       margin: 15px 32px;
    border-radius: 24px;
}

input[type="file"] {
          /*display: none;*/
}

.silder h3{
    font-size: 18px;
    color: #cc3333;
    text-align: center;
}
.silder img{
  border: 5px solid  #cc3333;
    margin: auto;
    display: block;
}
#btn_num span {
       background-color: #999999;
    color: #fff;
    float: right;
    margin-left: 19px;
    border-radius: 15px;
    width: 150px;
    margin-right: 75px;
    text-align: center;
}
.btn_prev
  {
    position: absolute;
    top: 140px;
    right: -29px;
    background-color: #cc3333;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
hr{
    margin-top: 40px;
    border: 0;
    border-top: 1px solid #c7c4c4;
    width: 95%;
}
.btn_next   {
    position: absolute;
    top: 140px;
    left: -29px;
    
    background-color: #333;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#btn_num2{
       position: relative;
    top: -60px;
    right: 2px;}

#btn_num2 li a{
     background-color: #cc6666;
     color: #fff;
    width: 32px; 
     margin-left: 10px;
     border-radius: 7px;
     text-align: center;
     font-size: 14px;
}
 #btn_num2 li a:hover{
    background-color: #cc3333;
     width: 32px;
    color: #fff;
    border-radius: 7px;

    text-align: center;
    font-size: 14px;
}
#btn_num2 li.active>a {
        background-color: #cc3333;
        color: #fff;
        margin-left: 10px;
        border-radius: 8px;
        width: auto;
        text-align: center;
        font-size: 14px;
}
/*end add_post*/

/* view page*/
.title_view h3{ 
    font-size: 28px;
    color: #cc3333;
    border-right: 9px solid #cc3333;
    padding-right: 11px;
    margin-bottom: 30px;
}
.title_view a{ 
    font-size: 28px;
    text-decoration: none;
  
}
.title_view  li {
    list-style: none;
    color: #7e7f81;
    text-align: justify;
    font-size: 14px;
    margin: 5px 0px;
    list-style: disc;
}
.title_view  li.active a{
    color:#c33
}
.title_view  li a{
    font-size: 16px;
    text-decoration: none;
    color: #515151;
    border-bottom: 1px dashed #c2c2c2;
    display: block;
    padding: 5px;
    text-align: center;

}
.title_view li a.select{
    color: #c33;
}
.title_view_con  li {
    list-style: none;
}
.title_view_con  li a{
    list-style: none;
    font-size: 16px;
    text-decoration: none;
    color: #515151;
    border-bottom: 1px dashed #c2c2c2;
    display: block;
    padding: 5px 10px 5px 5px ;
    text-align: right;
}
.title_view_con h3 {
    font-size: 28px;
    color: #cc3333;
    border-right: 9px solid #cc3333;
    padding-right: 11px;
    margin-bottom: 30px;
}
.title_link ul
{
    padding: 0px;
    width: 70%;
}
.title_link2 ul
{
    padding: 0px;
    width: 90%;
}
.left
  {
   
    background-color: #cc3333;
    color: #fff;
    width: 34px;
    margin: 20px 20px 30px 20px ;
    height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.left a {
    color: #fff;
    text-decoration: none;
}
.btn_img{
        width: 40px;height: 40px;border: none;
}
.btn_num_view
  {

    color: #d9534f;
    width: 34px;
    margin: 20px 0px ;
    height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.btn_next_view   {
   
    background-color: #333;
    color: #fff;
    width: 34px;
    position: absolute;
    margin: 20px 20px 30px 20px ;
    height: 34px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
/*end  view page*/
/* search*/
.titl_table{
    background-color: #cc3333;
    color: #fff;
    font-size: 16;
    font-weight: normal;
    text-align: center;
}
.title_view_cont{
        list-style: none;
    font-size: 16px;
    padding: 6px;
    border-bottom: 1px dashed #8a8686;
}
/* end search*/
/*control*/
.btn_add .btn {
    width: 138px;
    height: 32px;
    background-color: #cc3333;
    color: #fff;
    margin: 15px 9px;
    float: left;
    border-radius: 24px;
}

[data-role="dynamic-fields"] > .form-inline + .form-inline {
    margin-top: 0.5em;
}

[data-role="dynamic-fields"] > .form-inline [data-role="add"] {
    display: none;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="add"] {
    display: inline-block;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="remove"] {
    display: none;
}
.text h3{
    font-size: 14px;
    color: #333;
}
/*endcontrol*/
/*footer*/
.footer{
    background-color: #333333;
    color: #fff;  
    margin-bottom: 0px;     
}
.footer h3{
    
    font-size: 14px;
    text-align: right;
}

/**/
.title_p{
       text-align: justify;
    font-size: 19px;
    margin-bottom: 50px;
    padding: 0px 17px;
    line-height: 35px;
}
.title2_p{
       text-align: justify;
    font-size: 17px;
    
    padding: 0px 17px;
    line-height: 35px;
}
.warning input[type=checkbox]{
    width: 61px;
    height: 41px;
}
.btn_number {
       width: 138px;
    height: 32px;
    background-color: #cc3333;
    color: #fff;
   
    text-align: center;
    border-radius: 24px;
    padding-top: 5px;
}
#icon_cpanl ul li {
    float: right;
    height: 140px;
    background-color: #F04841;
    color: #fff;
    margin-left: 3%;
    width: 143px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 96% 98%;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 2%;
    position: relative;
}

#icon_cpanl ul li a {
    float: right;
    width: 100%;
    padding-top:60px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    text-decoration: none
}



#btn_number {
    position: relative;
    top: 0px;
    right: 2px;
}
#btn_number li.active>a {
    background-color: #cc3333;
    color: #fff;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
       padding: 5px;
}
#btn_number li a {
    background-color: #cc6666;
    color: #fff;
    width: 32px;
    margin-left: 10px;
    border-radius: 7px;
    text-align: center;
    font-size: 14px;
        padding: 5px;
}
.title_view li a:focus {
    font-size: 16px;
    text-decoration: none;
    color: #cc6666;
    border-bottom: 1px dashed #c2c2c2;
    display: block;
    padding: 5px;
    text-align: center;
}
.title_view li a:hover {
    /* font-size: 18px; */
    text-decoration: none;
    color: #800f0f;
    border-bottom: 1px dashed #c2c2c2;
    display: block;
    padding: 5px;
    text-align: center;
}
.msg_p{
    padding: 0px 14px;
    line-height: 31px;
    text-align: justify;
}

.img_num {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

.img_num:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
