﻿ a.btn
    {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 4px 10px;
        font-size: 14px;
        line-height: 1.428571429;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    a.btn:focus
    {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    a.btn:hover, a.btn:focus
    {
        color: #000;
        text-decoration: none;
    }
    a.btn-danger:hover, a.btn-danger:focus, a.btn-danger:active
    {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }
    a.btn-success:hover, a.btn-success:focus, a.btn-success:active
    {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }
    a.btn-info:hover, a.btn-info:focus, a.btn-info:active
    {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }
    a.btn:active, a.btn.active
    {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    a.btn-danger
    {
        background-color: #B73D3D;
        color: #FFFFFF !important;
        min-width: 60px;
    }
    a.btn-success
    {
        background-color: #5BAE43;
        color: #FFFFFF !important;
        min-width: 60px;
    }
    a.btn-info
    {
        background-color: #4F99D3;
        color: #FFFFFF !important;
        min-width: 60px;
        float:right;
    }
    
    .LAReveiwContent .toggle
    {
    	background: url(../Images/slide-down.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    	height:14px;
    	float:right;
    	width: 38px;
        bottom:-18px;
        position: absolute;
        right: -1px;
        padding: 4px 0 4px 6px;
        border-color: #cccccc;
        border-image: none;
        border-radius: 0 0 5px 5px;
        border-style: none solid solid;
        -moz-border-radius: 0 0 5px 5px;
        webkit-border-radius: 0 0 5px 5px;
        z-index:99;
    }
    
    .toggle-wrapper
    {
        
    }
    .ReviewComment
    {
        display: none;
        position: relative;
        width: 885px;
        overflow: auto;
    }
    
    .toggle.close 
    {
    	background-image:url(../Images/slide-up.png);
    }
    .admin-panel 
    {
    	width: 4000px;
    }
