﻿@font-face {
    font-family: UTBold;
    src: url('../fonts/GE SS Two Bold.ttf') format('truetype');
}

@font-face {
    font-family: UTLight;
    src: url('../fonts/GE_SS_Two_Light.ttf') format('truetype');
}


body {
    font-family: UTBold !important;
    font-size: 12px;
    direction: rtl !important;
    /*background-image: url(../images/white_wall.png);*/
  
   
}
.page {
    width: 800px;
    /*background-color: #fff;*/
    margin: 20px auto 0px auto;
    border-color: darkgreen;
    border-style: solid;
    border-width: 1px;
}
.circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: auto;
    display: inline-block;
    padding-top: 10%;
}
.circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: auto;
    display: inline-block;
    padding-top: 10%;
}

    .circle div {
        color: inherit;
    }

    .circle i {
        font-size: 50px;
    }
.text-number {
    font-family: Calibri !important;
}
/*.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #135640 !important ;
    background-color:#a99e03 !important ;
}*/



.nav a:hover{
    display: block !important;
    background-color: #066 !important;
    color: #fff !important;
}

/*.nav a.selected:link, a.selected:active {
    display: block !important;
    background-color: #066 !important;
    color: #fff !important;
}*/



.shrink div  {
    transition: 1s ease;
}

    .shrink div :hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        transition: 1s ease;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #066;
}

.staticWidth{
    width:150px !important;
}

.list_items label {
    padding-right: 2px;
}

.list_items td {
    padding-left: 15px;
}