﻿
 
      
          
         

        .alert {
           
            padding: 6px 10px 6px 10px;
            font:normal 12pt yekan;
            margin-bottom: 19px;
            background-color: #fffcd9;
            border: 1px solid #e86566;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            z-index:5;
            position:relative;
        }

            .alert, .alert h4 {
                color: #596377;
            }

                .alert h4 {
                    margin: 0;
                }

                .alert .close {
                    position: relative;
                    top: -2px;
                    right: -21px;
                    line-height: 19px;
                }

        .alert-success {
          background:url(../images/menubar.png) repeat-x;
            border:solid 1px #74ddb4;
            color: #596377;
            position:relative;
        }
           .alert-success2 
           {

 background:rgba(36,175,136,0.8);
            border:solid 1px #179370;
            color: #fff;
            position: relative;
    z-index: 1;
    font:normal 12pt yekan;
    opacity:0.2;
        }

            .alert-success h4 {
                color: #596377;
            }

        .alert-danger, .alert-error {
            background:url(../images/menubar.png) repeat-x;
            border-color: #48ca98;
            color: #596377;
            position:relative;
        }
        .alert-danger2, .alert-error {
            background-color: #ccffeb ;
            border: 1px solid #74ddb4;
            color: #596377;
                position: relative;
    z-index: 5;
        }
          .alert-danger3, .alert-error {
           position: relative;
    z-index: 5;
    border: 1px solid #f6b3b2 !important;
    background:#f9cdcc;

     }

            .alert-danger h4, .alert-error h4 {
                color: #e54b5d;
              
            }

        .alert-info {
            background-color: #f4f4f4;
            border-color: #e6e6e6;
            color: #666666;
        }

            .alert-info h4 {
                color: #666666;
            }

        .alert-block {
            padding-top: 14px;
            padding-bottom: 14px;
        }

            .alert-block > p, .alert-block > ul {
                margin-bottom: 0;
            }

            .alert-block p + p {
                margin-top: 5px;
            }

        .nav {
            margin-left: 0;
            margin-bottom: 19px;
            list-style: none;
        }

            .nav > li > a {
                display: block;
            }

                .nav > li > a:hover, .nav > li > a:focus {
                    text-decoration: none;
                    background-color: #f3f3f3;
                }

                .nav > li > a > img {
                    max-width: none;
                }

            .nav > .pull-right {
                float: right;
            }

        .nav-header {
            display: block;
            padding: 3px 15px;
            font-size: 11px;
            font-weight: bold;
            line-height: 19px;
            color: #999999;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
        }

        .nav li + .nav-header {
            margin-top: 9px;
        }

        .nav-list {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 0;
        }

            .nav-list > li > a, .nav-list .nav-header {
                margin-left: -15px;
                margin-right: -15px;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            }

            .nav-list > li > a {
                padding: 3px 15px;
            }

            .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
                color: white;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
                background-color: #0088cc;
            }

            .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
                margin-right: 2px;
            }

            .nav-list .divider {
                *width: 100%;
                height: 1px;
                margin: 8.5px 1px;
                *margin: -5px 0 5px;
                overflow: hidden;
                background-color: #e5e5e5;
                border-bottom: 1px solid white;
            }

        .nav-tabs, .nav-pills {
            *zoom: 1;
        }

   