body .container.body .right_col {
     background:transparent;
}


body {
  /* Location of the image
  background-image: url(login/hb/bg-login_cyber-hrm.jpg); */
  background-image: url(../../images/mobile/bg_login_cyber.jpg);
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
background-color: #77BC52 !important
}


.cm_bg_btn_ok
{
    color: White !important;
    background-color:#014A37 !important;
    border-radius: 15px;
}

.cm_bg_btn_cancel
{
    color: White !important;
    background-color:#333333 !important;
    border-radius: 15px;
}


.site_title i {
    border: 0px solid #EAEAEA !important; 
    padding: 0px 0px;
    border-radius: 0%  !important;
}

.cm_body_bg_color
{
   background-color:#F2F2F2 !important;
}
.cm_bg_color
{
    color: White !important;
    background-color:#014A37 !important;
}


.cm_radius_panel
{
    border-radius: 15px !important;   
}

.cm_radius_panel_top
{
    border-radius: 15px 15px 0px 0px !important;   
}


.cm_radius_panel_bottom
{
    border-radius: 0px 0px 15px 15px !important;   
}

.cm_radius
{
    border-radius: 10px !important;   
}

.cm_radius_top
{
    border-radius: 10px 10px 0px 0px !important;   
}


.customChevron
{
    width: 100%;
    padding: 7px 8px;
    display: inline-block;
    background: #fff;
    border: 1px solid black;
    border-radius:50px;
}

.customChevron2
{
    float: right ;
    padding: 7px 8px;
    display: inline-block;
    background: #fff;
    border: 1px solid black;
    border-radius:50px;
}

.nav.side-menu>li.active>a {
    /*background: linear-gradient(#334556,#2C4257),#2A3F54;*/
    background: linear-gradient(#014A37,#014A37),#014A37;
    
}

.cm_coming_soon
{
    background-color: #DBE59B !important;
    border-radius:25px;
    color:#C2272D !important;
    padding-left: 10px;
    padding-right: 10px;
}

