
         @-webkit-keyframes noti-pulse{0%{box-shadow:0 0 0 0 #44fa28}70%{box-shadow:0 0 0 10px  #44fa28}100%{box-shadow:0 0 0 0  #44fa28}}
        @keyframes noti-pulse{0%{box-shadow:0 0 0 0 #44fa28}70%{box-shadow:0 0 0 10px rgba(255,152,0,0)}100%{box-shadow:0 0 0 0 rgba(204,169,44,0)}}
      .modal{
          direction:rtl;
      }
      .dotbtn {
    height: 6px;
    width: 6px;
    margin: 3px;
    background-color: #3D9970;
    border-radius: 50%;
    display: block;
    transition: all .1s;
}
        .imgazmon {
            border: 2px solid #fff;
            box-shadow: 10px 10px 5px #ccc;
            -moz-box-shadow: 10px 10px 5px #ccc;
            -webkit-box-shadow: 10px 10px 5px #ccc;
            -khtml-box-shadow: 10px 10px 5px #ccc;
            opacity: 1;
        }
        #iframetxt::-webkit-scrollbar-track
{
  border: 1px solid black;
  background-color: #F5F5F5;
}

#iframetxt::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}
.ahovers:hover
{
    background-color:rgba(0,0,0,.5)!important;
}

#iframetxt::-webkit-scrollbar-thumb
{
  background-color: #000000;  
}
        input[type=radio]+label
        {
            cursor:pointer;
            padding-right:1px;
        }
        
        input[type=checkbox]+label
        {
            cursor:pointer;
            padding-right:1px;
        }
            .imgazmon:hover {
                opacity: 0.7;
            }
      .headertalar
        {
           position:relative;
            border-radius:10px;
            padding:4px;
            margin-bottom:10px;
            background-image: linear-gradient(#f2f2f2, #f2f2f2);
            box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        }
        .buttonaset {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: solid 1px #20538D;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            background: #4479BA;
            color: #FFF;
            padding: 8px 8px;
            margin: 2px;
            text-decoration: none !important;
            cursor: pointer;
            min-width: 20px;
            display: inline-block;
        }
        .buttonaseti {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: solid 1px #20538D;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            background: #b9ba44;
            color: #FFF;
            padding: 8px 8px;
            margin: 2px;
            text-decoration: none !important;
            cursor: pointer;
            min-width: 20px;
            display: inline-block;
        }

        a {
            text-decoration: none !important;
        }

            a:hover {
                text-decoration: none !important;
            }

        .buttonaset:hover {
            background-color: #e7f538;
            color: #FFF;
        }
        .linkborder
        {
            position:relative;
            margin-bottom:10px;
            transition:all .5s;
             white-space: nowrap;
            
        }

         .linkborder:hover::after
        {
             opacity:1;
            position:absolute;
            content:"˻";
           bottom:-5px;
           left:-8px;
           font-size:20pt;
        }
        
        .linkborder:hover::before
        {opacity:1;
            position:absolute;
            content:"˺";
           top:0px;
           right:-6px;
           font-size:20pt;
            transform:rotate(0deg);
        }

        .linkborder::after
        {
            opacity:.3;
            position:absolute;
            content:"˪";
           bottom:0px;
           left:-3px;
           font-size:10pt;
           font-weight:bold;
        }
        
        .linkborder::before
        {
            opacity:.3;
            position:absolute;
            content:"˪";
            transform:rotate(180deg);
           top:2px;
           right:-3px;
           font-size:10pt;
           font-weight:bold;
        }

        .imgprofile {
            max-width: 80px;
            max-height:200px;
            background-size: cover;
            background-position: center;
            position: absolute;
            top: -25px;
            right: -20px;
            border-radius: 50%;
            box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
            transition: all 1s;
            z-index: 2;
            cursor: pointer;
        }
        .imgprofile:hover
        {
            transform:scale(1.05);
        }
        .cardset
        {
            background-color:#fffffb;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
           width:300px;
        }
        .cardset:hover
        {
            background-color:#fcfceb;
        }
        .cardset h2
        { 
            margin-top:30px!important;padding-top:30px!important;
            transition: all 1s;
        }
        .cardset:hover + .imgprofile
        {
            transform: scale(1.1);
        }
        .cardset:hover h2
        {
            font-weight:bold;
        }
        .footerset {
            text-align:center;
            background: #5b5f97;
            color: white;
            width: 100%;
            bottom: 0;
            height: 30px;
            padding: 0 10px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        .showprofile{
            position:absolute;
            top:0px;
            right:0px;
        }
        .ajax__fileupload_dropzone
        {
            background-color:#d7efda;
            border:1px dashed #85144b;
            height:80px;
            border-radius: 10px;
            line-height:20px;
            padding-top:10px;

        }
        .ajax__fileupload
        {
            border-radius: 10px;

        }
        .ajax__fileupload_uploadbutton
        {
            border-radius: 3px;
            padding-right:10px;
            
            padding-left:10px;
            max-width:unset;
            width:100%;
            max-width:200px;
            margin-left:auto;
            margin-right:auto;
           background-color: #5bc0de;
            
        }
        #MainContent_AjaxFileUpload1_FileStatusContainer
        {
            font-size:9px;
        }
        .zpasokh
        {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            width:100%;
            padding:3px;
            margin:0px;
            text-align:center;
        }
        .panelsoal{
            margin:1px;
            padding:2px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            background-image: -webkit-linear-gradient(top,#f3f2f2 0%,#cac8c8 100%);
        }
        th {
            text-align: center !important;
        }
        .animazsetc
        {
	animation: animazset 2s infinite;
        }
         .animazsetct
        {
	animation: animazsett 2s infinite;
        }
@keyframes animazset {
  0% {background-color: #ffffee;}
  50%{background-color:#ffeb3b;}
  100% {background-color: #ffffee;}
}
@keyframes animazsett {
  0% {background-color: #e4500f;}
  50%{background-color:#ffeb3b;}
  100% {background-color: #e4500f;}
}
        


.tablemobile {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.tablemobile th, .tablemobile td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.tablemobile th {
    background-color: #E3D9DB;
    font-weight: bold;
    color: #1C2A24;
}

        @media (max-width: 768px) {
            .tablemobile, .tablemobile thead, .tablemobile tbody, .tablemobile th, .tablemobile td, .tablemobile tr {
                display: block;
                width: 100%;
            }

                .tablemobile thead {
                    display: none;
                }

                .tablemobile tr {
                    margin-bottom: 15px;
                    background: #fff;
                    border-radius: 12px;
                    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
                    padding: 12px;
                    position: relative;
                }

                    .tablemobile tr:first-child {
                        display: none;
                    }
                     .GridPager tr:first-child {
                            display: block;
                            display:inline-flex;
                        }
                     .GridPager td {
       display: inline-block;
   }

                .tablemobile td {
                    justify-content: space-between;
                    text-align: right;
                    border: none!important;
                    border-bottom: 1px solid #eee!important;
                    padding: 8px 10px;

                }



                    .tablemobile td::before {
                        content: attr(data-label);
                        font-weight: bold;
                        color: #555;
                        flex: 1;
                        text-align: right;
                    }


                    .tablemobile td span, .tablemobile td a, .tablemobile td {
                        flex: 2;
                        text-align: center;
                    }


                        .tablemobile td:last-child {
                            border-bottom: none;
                        }

                            .tablemobile td:last-child::before {
                                visibility: hidden;
                            }

                        .tablemobile td:last-child {
                            justify-content: flex-end;
                            align-items: center;
                            display: block;
                        }
                        .GridPager {
    width: 100%;
    max-width: 100%;
    overflow: scroll;
    position: absolute!important;
}
                        #ContentPlaceHolder1_LinkButton16
                        {
                            display:none;
                        }
        }
        
