/*   
  /$$$$$$   /$$$$$$  /$$$$$$ /$$   /$$       /$$$$$$$$ /$$   /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$
 /$$__  $$ /$$__  $$|_  $$_/| $$$ | $$      | $$_____/| $$  / $$ /$$__  $$| $$  | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/
| $$  \__/| $$  \ $$  | $$  | $$$$| $$      | $$      |  $$/ $$/| $$  \__/| $$  | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      
| $$      | $$  | $$  | $$  | $$ $$ $$      | $$$$$    \  $$$$/ | $$      | $$$$$$$$| $$$$$$$$| $$ $$ $$| $$ /$$$$| $$$$$   
| $$      | $$  | $$  | $$  | $$  $$$$      | $$__/     >$$  $$ | $$      | $$__  $$| $$__  $$| $$  $$$$| $$|_  $$| $$__/   
| $$    $$| $$  | $$  | $$  | $$\  $$$      | $$       /$$/\  $$| $$    $$| $$  | $$| $$  | $$| $$\  $$$| $$  \ $$| $$      
|  $$$$$$/|  $$$$$$/ /$$$$$$| $$ \  $$      | $$$$$$$$| $$  \ $$|  $$$$$$/| $$  | $$| $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$
 \______/  \______/ |______/|__/  \__/      |________/|__/  |__/ \______/ |__/  |__/|__/  |__/|__/  \__/ \______/ |________/
 */
.error {
    border: 1px solid #c00;
    padding: 15px;
}
.success {
    border: 1px solid #3DAFBD;
    padding: 15px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}
.line {
    border: 1px solid #e7e7e7;
    display: table;
    padding: 15px;
    float: left;
    width: 100%;
    margin: 15px 0;
    border-radius: 3px;
    position: relative;
}
tr.Draft {
    color: #C7C1C1 !important;
}
.loader {
    background: url('../../../assets/admin/images/loding.gif') no-repeat 50% 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 999999999;
    top: 25%;
    left: 50%;
}
.navbar-inner ul.nav li>a:focus:before{
	display: block;
}
.navbar-inner ul.nav li>a:hover:before{
	display: block;
}
.navbar-inner ul.nav li>a:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #f1f1f1 transparent transparent;
    content: '';
    display: none;
    float: right;
    right: -16px;
    top: 3px;
    position: relative;
}
.glyphicon{
	margin-right: 10px;
}
.back a,
.add a {
    background: #3DAFBD;
    font-size: 14px;
    padding: 7px 15px 9px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 20px;
    border-left: 5px solid rgb(239, 239, 239);
    position: relative;
    bottom: 5px;
    float: right;

}

.back a:hover,
.add a:hover {
    background: rgb(102, 99, 99);
    color: #fff;
    border-left: 5px solid #ccc;
    text-decoration: none;
}
.adminmenu {
    background-color: #666363;
    color: #3AABBC;
    padding-top: 0px;
    padding-bottom: 15px;
}
h3.add {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
ul.nav h1, ul.nav h2, ul.nav h3, ul.nav h4, ul.nav h5, ul.nav h6 {
    border-left: 0px solid #ccc;
    padding-left: 20px;
    text-transform: capitalize;
}

/*Geaphic Chart*/
.canvas-wrapper{
    margin-top: 34px;
}

a.canvasjs-chart-credit{
    display: none !important;
}

.navbar-rmb{
    padding: 4px;
}

.navbar-rmb>li>a{
    padding: 6px 12px !important;
    margin-right: 10px;
}

.navbar-rmb>li>a:hover,
.navbar-rmb>li>a:focus{
    background-color: #e0e0e0;
    background-position: 0 -15px;
    border-color: #adadad;
}