﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {

    font-family: 'Roboto', sans-serif;
    line-height: 15px;



}
.month {
    width: 40px;
    display: block;
    float: left;
}
.year {
    width: 40px;
    display: block;
    float: left;
}
.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
   /* margin-top: 40px;*/
    min-height: 400px;
    /*padding-bottom: 60px;*/
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff6600;
    text-transform: uppercase;
    color: #ff6600;
    font-size: 20px;
   /* margin-top: 10px;
     margin-bottom: 0px;*/
    /*margin-bottom: 40px;*/
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.nav > li {
    /*position: relative;
    display: block;*/
    padding: 0px 0px 0px 0px;


}
/*.nav-tabs li.active{
    opacity: 1.0;
}
.nav-tabs li{
    opacity: 0.5;
}*/
@media only screen and (max-width: 600px) {
    .nav > li {
        /*position: relative;
        display: block;*/
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: left; 
        margin-left: 30px;
        margin-right: 10px;
        border-bottom: 1px white solid;
    }
    .nav > li:last-child {
         border-bottom: 0px black solid; 
    }
    .dropdown-menu li{
       border-bottom: 1px white solid; 
    }
    .dropdown-menu li:last-child{
       border-bottom: 0px red solid; 
    }    
}
.navbar-inverse .navbar-toggle{
    border-color:#ff6600;
}
.navbar-inverse .navbar-toggle:hover{
   background-color: #337ab7;
    border-color:#337ab7;

}
.control-label1 {
    padding-right: 0px;
}
.alert-success{
    background-color: #E1F1FE;
    border-color: #E1F1FE;
    font-weight: bold; 
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#ff6600;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/*table{
    text-transform: capitalize;
}*/
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #DDDDDD;
    color: #000;
    padding: 10px;
    text-align: right;
    font-size: 16px;
}
header a{    
    color: #000;   
     text-decoration: none;
   
}
header a:hover{    
    color: #337ab7;   

   text-decoration: none;
}
/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.cod_amount{
    padding-top: 17%;
    font-weight: bold;
    cursor: pointer;
    text-align: -webkit-center;
}
.left-div {
    padding-left: 30px;
    margin-top:3%;
    margin-bottom: 30px;
    text-align:center;
}

.navbar-brand {
    width: 250px;
    padding-top: 0px;
    height: auto;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 9px 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height:41px;
    width: 41px;
    background-color: #ff6600;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #ff6600!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
            margin-left: -236%;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
        color:#ff6600;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #0067be;
}


#menu-top a {
    color: #6B7280;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 7px 10px 7px;
    text-transform: uppercase;
    font-size: 14px;
}

.menu-top-active {
    background-color: #ff6600;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background: linear-gradient(135deg, #a78bfa);
    color: white!important ; 
}
.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #faf5f2!important;
}

.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #ff6600;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #0067be;
    position: relative;
    top: 30px;
    margin: 0 auto;
}


/*#footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #ff6600;
    position: relative;
    top: 140px;
   left: 0;
    margin: 0 auto;
    position:relative;
    bottom: 0;
    width: 100%;
}*/

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

/*  Date picker */
.datepicker{
    cursor: pointer;
}
/* For asc and desc table row*/
.table a.asc:after {
    content: " \f107";
    font-family: FontAwesome;
    font-size: 14px;
}
.table a.desc:after {
    content: " \f106";
    font-family: FontAwesome;
    font-size: 14px;
}

.menu_css{
    text-align: center;   
    font-size:14px;
}

.report_leftpanel{
    padding: 6px 14px 4px 9px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin:10px;
}
.detail_head{
    float: left;
    font-weight: bold;

}
.detail_value{
float: left;
 padding-left: 4px;    
    padding-right: 4px;
}
.div_head{
    float: left; 
    padding-left: 15px;    
    padding-right: 40px;
    margin: 4px;
}
.main_head{
    font-weight: bold;   
    background-color: #fff;
    color: #ff6600;
   padding: 10px;
    font-size: 16px;
     text-transform: uppercase;
}

.col_row_full{
   position: relative;
   height: 100%;
   
     margin: 10px 0px;
}
.main_head_div{
  
   font-family: initial;
}
.col_row{
   position: relative;
   height: 100%;
    display: table;
     margin: 10px 0px;
   
}
.full_row{
    display: inline-table;
    height: 100%;
    border:1px solid #f9f9f9; 
    margin: 0px 5px;
    padding: 0px;
       
}

.custom-attch-row{margin-top:10px;}
.rmatbl td{text-align: center;}

input.chkbxrma { 
    margin:6px 0 0 !important;
            
        }
.rmacntlink{text-decoration: underline;}
.ctktrmarefpnl{margin-top:10px;}