﻿html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background-color: #7DA8B5;
    /*background-color: rgb(195, 214, 214); 
    background-image: url('../images/Logo32-32background.png');
    background: -webkit-radial-gradient(#058277, #5b979e, #2c6f87);
    background: -o-radial-gradient(#058277, #5b979e, #2c6f87);
    background: -moz-radial-gradient(#058277, #5b979e, #2c6f87);
    background: radial-gradient(#058277, #5b979e, #2c6f87);*/
    margin-bottom: 110px;
}

html {
    position: relative;
}

.navbar-brand > img {
    height: 100%;
    /*padding: 15px;*/
    width: auto;
}

.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}

.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;
}

.navbar-nav > li > .dropdown-menu {
    z-index: 9999;
}

#navbar2 ul li {
    text-align: right;
    /*float: none;
    display: inline-block;*/
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: right;
    }

    .carousel-indicators {
        bottom: 8px;
    }

    .navbar .navbar-nav {
        display: inline-block !important;
        float: none !important;
        margin-bottom: -10px;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.header {
    background-color: #024158;
}



.navbar {
    margin-bottom: 0px !important;
}

.navbar-default {
    border-color: inherit !important;
    background-color: inherit !important;
    background-image: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > li > a {
        color: white !important;
    }

#navbar2 > ul > li.active > a {
    color: #c93434 !important;
}

#navbar2 > ul > li > a:hover {
    background-color: #20b2aa;
    border-bottom: 2px solid #c93434 !important;
}

.footer {
    position: fixed;
    height: 45px;
    bottom: 0;
    width: 100%;
    clear: both;
    color: #99979c;
    background-color: #024158;
    color: white;
    text-align: center;
    padding-top: 5px;
}

.text-muted {
    color: #9e9e9e;
    margin: 7px 10px !important;
}

.green {
    color: #32cd32;
}

.bg-green {
    background-color: #32cd32;
}

.box-main {
    min-height: 100%;
    margin: 10px 15% 10px 15%;
    padding-bottom: 5px;
}

.jumbotron {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.animated {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.jumbotron p {
    font-size: 14px !important;
}

.logoSamanehTejarat {
    width: 190px;
}

/*.navbar-nav {
    text-align: center;
    width: 100%;
}*/



.ui-dialog .ui-dialog-title {
    direction: rtl;
    float: right;
    margin: 0.1em 0 0.2em 16px;
}

.ui-dialog .ui-dialog-titlebar-close {
    left: 0.3em;
}

.FormButtonClass {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-size: 2px;
    width: 36px;
    display: inline-block;
    border-radius: 3px;
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

    .FormButtonClass:hover {
        border: 1px solid #cccccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

.ui-tooltip {
    font-family: IRANSansWeb,tahoma !important;
    color: red !important;
    direction: rtl !important;
    background-color: antiquewhite !important;
    padding: 15px !important;
    margin: 0 !important;
}

.modal-open {
    padding-right: 0px !important;
}


.TopMenu li a {
    border: 1px solid #2020a0;
    padding: 3px 10px 10px 3px;
    margin: 3px;
    align-content: center;
    color: #39efe4 !important;
    background-color: #195267;
    border-radius: 5px;
}

    .TopMenu li a:hover {
        border: 1px solid #21a020;
        background-color: #f7eed4;
        color: #20b2aa !important;
    }

.context-menu-icon-delete {
    background-image: url(images/delete16x16.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.context-menu-icon-file-delete {
    background-image: url(images/file_delete.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}