﻿@font-face {
    font-family: 'Yekan';
    src: url('../Monajjem/Themes/font/Yekan.eot');
    src: url('../Monajjem/Themes/font/Yekan.eot') format('embedded-opentype'), url('../Monajjem/Themes/font/Yekan.woff') format('woff'), url('../Monajjem/Themes/font/Yekan.ttf') format('truetype'), url('../Monajjem/Themes/font/Yekan.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    text-align: center;
    min-width: 760px;
    margin: 0;
   /* padding-left:3px;
    padding-right:3px;*/
    background-image: url('../../../image/back.gif');
    max-width:987px;
    margin: auto
}

._btn {
    /*http://css3buttongenerator.com/*/
    font-family: 'Yekan';
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    padding: 1px 2px 1px 2px;
    /*margin:0 10px 0 10px;
    border-right: 1px solid black;
    border-left: 1px solid black;*/
    text-align: center;
}

    ._btn a {
        text-decoration: none;
        color: inherit;
    }

#btnTopBox {
    white-space: nowrap;
    width: 100%;
    /*min-width: 760px;*/
    display: table;
}

.btnGroup {
    border-radius: 7px 7px 0 0;
    cursor: default;
    font-size: 17px;
}

.btnTop {
    vertical-align: middle;
    display: table-cell;
}

    .btnTop div {
        max-width: 100%;
    }

.btnRight {
    width: 100%;
}

.btnLeft {
    width: 100%;
}

#btnLeftBox {
    width: 171px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: visible;
}

#btnRightBox {
    width: 170px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
    overflow-y: visible;
}

.main {
    display: table;
    /*height: 100%;*/
    margin: 0;
    width: 100%;
}

._row {
    display: table-row;
}

#content {
    /*border-style: solid;*/
    padding: 0 175px 0 175px;
    overflow: visible;
    position: relative;
    /*background-color: #F0FFC5;*/
    text-align: center;
    height: 100%;
}

#imgFooter img {
}


/*/////////////////////////SERACHBOX////////////////////*/

/*#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}
#txtSearch
{
  font-family: 'Yekan';
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: blue;
        //padding: 0 10px 0 8px;
        border-right: solid 1px #ccc;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-right: solid 1px #ccc;
        }

    #custom-search-input .glyphicon-search {
        font-size: 23px;
    }*/

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: transparent;
}

#txtSearch {
    font-family: 'Yekan';
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: blue;
    border-right: solid 1px #ccc;
}

    #custom-search-input button:hover {
        border: 0;
        box-shadow: none;
        border-right: solid 1px #ccc;
    }

#custom-search-input .glyphicon-search {
    /*font-size: 23px;*/
}
