#wrapper {
    margin: 10px auto;
    width: 600px;
    background: #FFF;
    padding: 0px 25px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#IranMap .list{
    display: none;
}

#light_window {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    background: #00000070;
    display: none;
}

#alert_popup {
    position: fixed;
    top: 150px;
    left: calc(50% - 200px);
    z-index: 9999;
    background: #FFF;
    border-radius: 10px;
    width: 400px;
    text-align: right;
    display: none;
    overflow: hidden;
}

#alert_header {
    background: #f1f1f2;
    height: 35px;
    line-height: 35px;
    padding-right: 8px;
}

#alert_body {
    padding: 10px;
    max-height: 300px;
    overflow: auto;
}

.cancel_alert {
    color: red;
    cursor: pointer;
    float: right;
}
.confirm_alert {
    color: green;
    cursor: pointer;
}
.alert_btn_container {
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: left;
}
.red {
    color: red;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-sizing: border-box;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7 !important;
}

.linkItem {
    border: 1px dashed #CCC;
    margin: 5px;
    padding: 4px;
}

.dlBtn {
    font-size: medium;
    padding: 3px 8px;
    background: #3ea70f;
    border-radius: 5px;
    cursor: pointer;
    color: #FFF;		
}

#contacts_wrapper {
    width: 95%;
    margin: auto;
}
.state_title {
    background: #2056AE;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 5px 0px;
    color: #FFF;
}
.university_parent {
    margin-right: 50px;
}
.university_title {
    background: #CCC;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 5px 0px;			
}
.university_contacts {
    margin-right: 30px;
}

.defaultLink {
    padding: 3px 8px;
    cursor: pointer;
}

.float_parent {
    clear: both;
    overflow: hidden;
}

.top_menu_item {
    float: right;
    border-radius: 4px;
    width: 45%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #EEE;
    margin: 5px 10px;
}

.current_menu {
    background: #6CAED8;
    color: #FFF;
}

.top_menu_item:hover {
}

#school_section {
    display: none;
    min-height: 300px;
    margin-top: 50px
}

#boys_school {
    background: url(../image/boys_school.jpg) no-repeat;
    width: 270px;
    height: 138px;
    border-radius: 5px;
    float: right;
    margin: 5px 10px;
    cursor: pointer;
}

#girls_school {
    background: url(../image/girls_school.jpg) no-repeat;
    width: 270px;
    height: 138px;
    border-radius: 5px;
    float: right;
    margin: 5px 10px;
    cursor: pointer;
}

#boys_school:hover, #girls_school:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

#boys_school div {	
    position: relative;
    top: 13px;
    left: 18px;
    text-align: left;
    line-height: 30px;
    color: #000;
}

#girls_school div {	
    position: relative;
    top: 13px;
    right: 18px;
    text-align: right;
    line-height: 30px;
    color: #000;
}	