﻿@import "../../CommonTools/CSS/bootstrap.min.css";
@import "../../CommonTools/CSS/font-awesome.min.css";
@import "Core.css";
@import "Advertisment.css";
@import "conference.css";
@import "eMag.css";
@import "eShop.css";
@import "Forum.css";
@import "Gallery.css";
@import "Links.css";
@import "Multimedia.css";
@import "News.css";
@import "Pages.css";
@import "Poll.css";
@import "Tabs.css";
@import "Products.css";
@import "this.css";

.Core_SearchText {
    background: url("Images/SearchIcon20.png") no-repeat scroll left center #ffffff;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30%;
}

.Core_BTNSearch {
    display: none;
}

#CommonToolsPageCounter {
}

#PagerNumber {
    color: white;
    border-radius: 5px;
    background-color: #e1e1e1;
    padding: 4px;
    padding-left: 8px;
    padding-right: 5px;
    border: 1px solid #515151;
    margin: 5px;
}

#PagerNumber-Active {
    color: #e1e1e1;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #e1e1e1;
    margin: 5px;
}

#LanguageSelectorBox {
    background-color:#2f5e4a;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

#LanguageSelector {
}

    #LanguageSelector .active {
        background-color: gray;
    }

    #LanguageSelector td {
        padding: 5px;
    }

#SimpleSearchBox {
}

#ActionDown {
    background-color: green;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    color:#fff;
}

.LoginHeader {
    background-color:#2f5e4a;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.TicketTitleTxt {
    width: 90%;
    height: 34px;
}

.TicketCommentTxt {
    width: 90%;
    height: 200px;
}

.BtnAddGreen {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.SimplrRegForm input {
 
}

.SimplrRegForm select {
  
}

.FullRegForm input {
  
}

.FullRegForm select {
  
}
#Table2inside {
    background-color:#2f5e4a;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
#ActionTitleinside{
    background-color:#2f5e4a;
    color: #fff;
    font-family: NegarCMS,times new roman;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
#ActionFailed {
    background-color: #ff0000;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
}

#ActionDone {
    background-color: #21bd07;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.LoginForm input {
    width: 60%;
}

.ProfileForm input {
    width: 60%;
}

.ProfileForm textarea {
    width: 60%;
}

.ProfileForm select {
    width: 60%;
}

/* timer */

.counter-group {
    margin: 0px auto 10px;
    display: inline-block;
}

    .counter-group:before,
    .counter-group:after {
        content: " ";
        display: table;
    }

    .counter-group:after {
        clear: both;
    }

.counter-block {
    float: left;
    margin-right: 20px;
}

    .counter-block .counter {
        position: relative;
        width: 100px;
        height: 84px;
        overflow: hidden;
        font-family: NegarCMS,Iceberg, sans-serif;
    }

        .counter-block .counter .number {
            padding: 1%;
            width: 46%;
            /*   height: 98%;
  line-height: 150px; */
            background-color: #e38900;
            color: #fefefe;
            position: absolute;
            font-size: 70px;
            top: -10000px;
        }

            .counter-block .counter .number.tens {
                left: 0;
            }

            .counter-block .counter .number.units {
                left: 50%;
            }

            .counter-block .counter .number.hundreds {
                display: none;
            }

            .counter-block .counter .number.show {
                top: 0;
                z-index: 2;
            }

            .counter-block .counter .number.hidden-down {
                top: 100%;
            }

            .counter-block .counter .number.hidden-up {
                top: -100%;
                z-index: 100;
            }

        .counter-block .counter.with-hundreds {
            width: 140px;
        }

            .counter-block .counter.with-hundreds .number {
                width: 30.66%;
            }

                .counter-block .counter.with-hundreds .number.tens {
                    left: 33.33%;
                    background-color: #005680;
                }

                .counter-block .counter.with-hundreds .number.units {
                    left: 66.66%;
                    background-color: #005680;
                }

                .counter-block .counter.with-hundreds .number.hundreds {
                    display: block;
                    left: 0;
                    background-color: #005680;
                }

    .counter-block .counter-caption {
        font-size: 150%;
    }

@media (max-width: 992px) {
    .counter-group {
        margin: 10px auto;
    }

    .counter-block {
        margin-right: 10px;
    }

        .counter-block .counter {
            width: 120px;
            height: 90px;
            overflow: hidden;
            font-weight: 700;
        }

            .counter-block .counter .number {
                font-size: 108px;
                line-height: 90px;
            }

            .counter-block .counter.with-hundreds {
                width: 180px;
            }

        .counter-block .counter-caption {
            font-size: 100%;
        }
}

@media (max-width: 768px) {
    .counter-group {
        margin: 0 auto;
    }

    .counter-block {
        margin-right: 8px;
    }

        .counter-block .counter {
            width: 96px;
            height: 80px;
        }

            .counter-block .counter .number {
                font-size: 86px;
                line-height: 72px;
            }

            .counter-block .counter.with-hundreds {
                width: 144px;
            }

        .counter-block .counter-caption {
            font-size: 85%;
        }
}

@media (max-width: 480px) {
    .counter-block .counter {
        width: 70px;
        height: 50px;
    }

        .counter-block .counter .number {
            font-size: 55px;
            line-height: 50px;
        }

        .counter-block .counter.with-hundreds {
            width: 91px;
        }

    .counter-block .counter-caption {
        font-size: 70%;
    }
}
    .CommonTools_UsersMenu_Containe, .CommonTools_UsersMenu_Containe a, .CommonTools_UsersMenu_Containe a:visited,
    .CommonTools_UsersMenu_Containe a:link, .CommonTools_UsersMenu_Containe a:active {
      color:#005680;
      text-decoration:none;
    }
.CommonTools_UsersMenu_Containe .Home{
 margin:5px;
padding:8px;
}
.CommonTools_UsersMenu_Containe .Login{
 margin:5px;
padding:8px;
}
.CommonTools_UsersMenu_Containe .SignUp{
 margin:5px;
padding:8px;
}
.NegarForm-Control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	margin:5px 0;
}
.HeaderTitle1 {
    color: #009fc3;
    font-family: NegarCMS,NegarFont1;
    font-size: 18px;
    margin: 10px 25px;
}