﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bdysaw {
    background-image: url(/Images/backg.jpg);
    background-size: cover;
}

.headerBox {
    height: 60px;
    margin: 0;
    left: 0; /*برای اینکه سربرگ از هیچ طرفی فاصله نداشته باشد*/
    top: 0;
    right: 0;
    z-index: 201; /*هدر بیاد روی همه چیز*/
    background: rgba(255, 255, 255, 0.0);
    width: 100%;
    overflow: hidden;
}

.header {
    height: 40px;
    margin: 0;
    left: 0; /*برای اینکه سربرگ از هیچ طرفی فاصله نداشته باشد*/
    top: 0;
    right: 0;
    z-index: 200; /*هدر بیاد روی همه چیز*/
    background: rgba(0,118,176,.6);
    width: 100%;
}

.header1_Absolute {
    /*width: 980px;*/
    position: absolute;
    bottom: 345px;
}

.header2_fix {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.header_Left {
    float: left;
    color: #ffffff;
    text-align: center;
    padding-left: 20px;
}

    .header_Left #datetime {
        color: #ffffff;
        margin-top: 15px;
        margin-left: 20px;
    }

.header_Right {
    float: right;
    color: #ffffff;
    text-align: center;
    padding-right: 20px;
}

    .header_Right .Header_Logo {
        margin-right: 150px;
        width: 270px;
        height: 50px;
    }

.header_Icon {
    width: 15px;
    height: 15px;
    margin-top: 15px;
}


a:focus, a:hover {
    color: #2a6496;
    text-decoration: none;
}

.Div_IconBox .Div_IconShadow:hover {
    box-shadow: 0 0 20px 8px #40AFFF inset;
}

.img_Icon {
    height: 60px;
    width: 60px;
    padding: 20px;
    margin-right: 0px;
}

.p_IconText {
    /*font-family: BYekan,Tahoma,Arial,Helvetica,sans-serif;*/
    font-weight: bold;
    font-size: larger;
    text-wrap: avoid;
    width: 100%;
}


.MainDiv {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
    min-height: 500px;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: auto;
}


.Div_IconShadow {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #EAFFFF;
    line-height: 100px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 auto 15px;
    position: relative;
    top: 0px;
    right: 0px;
}

    .Div_IconShadow:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border: 1px solid #EAFFFF;
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
    }

.IconsDiv:hover {
    background-color: white;
}

.Div_IconBox {
    position: relative;
    min-height: 1px;
    height: 100px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    width: 20%;
    top: 37px;
    left: 4px;
}

    .Div_IconBox a {
        position: absolute;
        height: 53%;
        width: 56%;
        text-align: center;
        top: -7px;
        left: 4px;
        z-index: 2;
        text-decoration: none;
        color: black;
    }

a:focus, a:hover {
    color: #2a6496;
    text-decoration: none;
}

.Div_IconBox .Div_IconShadow:hover {
    box-shadow: 0 0 20px 8px #40AFFF inset;
}

.img_Icon {
    height: 60px;
    width: 60px;
    padding: 20px;
    margin-right: 0px;
}

.p_IconText {
    /*font-family: BYekan,Tahoma,Arial,Helvetica,sans-serif;*/
    text-align: center;
    font-weight: bold;
    font-size: larger;
    text-wrap: avoid;
    width: 100%;
}