/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 19, 2016, 4:32:58 PM
    Author     : Dev 04
*/

/*body{
    width: 1200px;
}*/
.left-panel{
    list-style-type: none;
    width: 400px;
}
.left-panel > li > a{
    padding:15px 20px;
    width:100%;
    background:#c6c6c6;
    border:2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.left-panel > li > a:hover{
    background:#ccc;
}
.header > a{
    margin-left:20px;
    text-decoration: none;    
}
.header{
    text-align: right;
}

.bottom-border{
    border-bottom: 1px solid rgba(0, 192, 239, 0.2);
}

.expired-tracker{
	background-color:#ffd2d2 !important;
}
.unsold-tracker {
	background-color:#c0ffa2 !important;
}
.active-sim{
background-color:#ffd2d2 !important;
}
.deactive-sim {
background-color:#c0ffa2 !important;
}
