/*
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 : Sep 15, 2014, 11:29:37 AM
    Author     : Mr. Anup
*/

  div.myshortCuts
    {
        float: left;
        width: 46%;
        border-left: 1px solid white;
    }
    div.myshortLinks
    {
        float: left;
        color: white;
        padding: 2%;
    }
    
     div.myshortLinks a
    {
       color: white;
       font-size: 13px;
       text-decoration: none;
    }
    
       div.myshortLinks a span
    {
       
    }
.margin_top-10px{
    margin-top: -10px !important;
}
.fee_history_icon{
    position: fixed;
    right: 0px;
    top: 200px;
    background-color: black;
    color: white;
    padding: 8px;
    cursor: pointer;
}
.fee_history_div{
    position: absolute;
    width: 80%;
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    z-index: 9999999;
    top: 30px;
    left: 10%;
    box-shadow: 0 0 5px;
    border-radius: 3px;
    min-height: 500px;
    padding: 11px;
    border: rgb(131, 116, 116) 5px solid;
}
.fee_history_div_title{
    font-weight: 800;
    font-size: 16px;
}
.padding_top_label {
    padding-top: 7px !important;
}
.padding_left{
    padding-left: 5px !important; 
}
.padding_left_0px{
    padding-left: 0px;
}
.padding_right_0px{
    padding-left: 0px;
}
@media screen and (max-width:580px){
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 6px 9px;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
    }
}
@media screen and (max-width: 767px) {
    div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
        text-align: left;
        padding-left: 11px;

    }
    div.dataTables_filter input {
        width: 75%;
    }
}

span.box {
    background-color: rgb(187, 47, 47);
    color: white;
    margin-right: 6px;
    padding: 4px;
    line-height: 30px;
}
span.box:hover {
    box-shadow: 0 0 5px gray;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

/*menu toggling btn*/
.hide_icon,.show_icon{
    border: thin solid white;
    padding: 4px;
    color:white;
    top: 4px;
}
/* show the timming of rooms and employee */
.after_toggle_sidebar{
    margin:0 0 0 0px !important;
}
.before_toggle_sidebar{
    margin:0 0 0 225px !important;
}

@media screen and (max-width: 767px) {
    .sidebar, .before_toggle_sidebar, #page-wrapper {
        margin:0 0 0 0px !important;
    }
}

#page-wrapper{
    -webkit-transition: width 0.2s;
    transition: 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
}

.circle_img{
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0px 10px 0 0;
}
.user_name{
    display: inline-block;
    line-height: 30px;
}
.setting_icon{
    font-size: 19px;
    vertical-align: top;
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 3px;
}
.margin0px{
    margin:0px !important;
}
/*
  for grouped icon
*/
.icon_extra_padding{
    padding: 2.5px !important;
}
/*
  custome panel colrs
*/
.yellow_panel {
    border-color: #f4c84f;
}
.yellow_panel > .panel-heading {
    color: #fff;
    background-color: #f4c84f;
    cursor: pointer;
}

.light_blue {
    border-color: #a5c8e5;
}
.light_blue > .panel-heading {
    color: #fff;
    background-color: #a5c8e5;
    cursor: pointer;
}

.red_panel {
    border-color: #e77755;
}
.red_panel > .panel-heading {
    color: #fff;
    background-color: #e77755;
    cursor: pointer;
}
.login_form_container{
    margin-top: -200px;
}
#reset-form{
        padding-top: 80px;
    }

/*
 for responsive
*/
@media only screen  and (max-device-width: 768px){
    .heading_text { 
        padding: 14px 11px 0px 11px;
    }
    
    .login_btn_holder{
        padding-right: 0px; 
    }
}
@media only screen  and (max-device-width: 1200px){
     
    .login_form_container{
        margin-top: 70px;
    }
}

.margin_top_20px{
    margin-top: 20px;
}
.margin_bottom_10px{
    margin-bottom: 10px;
}
.padding_0px{
    padding: 0px !important;
}
.margintop15{
    margin-top: -14px;
}