
 /*select2*/
 
@import url('select2.css');
@import url('select2-bootstrap.css');

/* 2. General Styles
--------------------------------------- */
/* select 2 */ 

.select2-container .select2-choice {
    padding: 5px 10px;
    height: auto;
    width: 100%; 
    font-size: 1.2em;  
}
select{width:100%}

.form-control{border:1px solid #5F9EA0 ! important;
 border-radius:4px ! important ; height:auto ! important;}

body { background-color: #131b48; }
h1 { font-size: 24px; }
.btn a {
    color: white;
    text-decoration: none;
}

.ogroo-content {
    min-height: 600px;
    padding: 25px 20px 0 20px;
    background-color: white;
    overflow-x: hidden;
}

.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-30 { margin-bottom: 30px; }


.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
/* 10. Media Queries
------------------------------------------------------*/
@media screen and (min-width: 767px) {
    .ogroo-sidebar {
        width: 235px;
        float: left;
        position: relative;
        margin-right: -100%;
    }
}
@media screen and (max-width: 767px) {
    .navbar-form {
        padding: 0;
        margin-left: 0;
    }
    .navbar-header { float: none; }
    .navbar-toggle { display: block; }
    
     
    .ogroo-sidebar.navbar-collapse.in {
        border-top: 0 !important;
        margin: 20px;
        position: relative;
        overflow: hidden !important;
        overflow-y: auto !important;
        display: block !important;
    }
    .ogroo-content-wrapper { float: none; }
    .ogroo-content { margin: 0; }
}
@media screen and (max-width: 767px) {
    .ogroo-chart-box {
        padding-right: 0;
    }
}
@media screen and (min-width: 767px) {
    #closeform{
         margin-top:20px
    }
}

 

/*
Form Customization

*/
.ogroobtn{
	height:40px;margin-top:20px;box-shadow:0px 1px 7px 0px #20a2de;border:2px solid #E6E6E6;border-radius:4px;
	font-size:20px;
	color:green;
}


 .restor{ margin:0 0 0 18px;
    border-bottom:2px solid #5F9EA0;
   border-left:2px solid #5F9EA0;
   border-right:2px solid #5F9EA0;
   float:left;
    min-width:620px;
	 border-radius:0px 0px 4px 4px;
	 text-align:right
 }
.restor tr td:nth-child(1){width:80%;}

 .restor .form-control,.hisab .form-control{border:0px solid #5F9EA0 ! important; border-radius:0px ! important ; height:45px ! important; margin:0 ! important;}
 .restor table td.pay{padding:0}
 .memoproduct table td.firsttotal{padding:0;height:100%;width:100px}

 .restor table td.alltotal{padding:0}
 
 
.btn-default {

border-color:rgba(0,0,0,1) ;
border:0px ;

}
 .restor .table tr td:nth-child(2) {
   border: 1px solid #DDD;
}
 
  .restor .table tr td:nth-child(1),.hisab tr td:nth-child(1){
       border: 0px !important;
}
 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{cursor:not-allowed ! important;background:#eee}
 .refresh i{width:50%;height:100%;float:left;text-align:center
}
 .memosubmit{margin-bottom:60px}
 .memosubmit button{height:48px;width:150px;background:#BFE8A7;font-size:20px;color:green;margin-top:10px;
 margin-left:20px;
 }
 .memosubmit button:hover{background:#BFE8A7;color:white}
.oggrooalert{top:0px;position:fixed;float:none;margin:0 auto;left:0;right:0;text-align:center}

 
 /* Sell History*/
 .table{}
 
 .pursave button {
    height: 48px;
    
    background: #BFE8A7;
    font-size: 20px;
    color: green;
    margin-top: 10px;
    margin-left: 20px;
}
 
 #closebutton{
	 padding:5px;
	 font-size:30px;
	 color:#F2DEDE;
	float:left
 }

input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{
    visibility: hidden !important;
}
 
/*upload button*/
.uploadbutton{
    margin-left: auto;
    margin-right:auto;
    width:auto; 
    display:inline-block;
    color:#444;
    border:1px solid #CCC;
    background:#00adee;
    cursor:pointer;
    vertical-align:middle;
    padding: 12px;
    text-align: center;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
    z-index: 2 ! important;
    transition: all .50s
}
.uploadbutton:hover {
    color:#fff;
    background: #f05a28;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
form img{
z-index: 1 !important;
width: 100%; 
float: left;
}

/*form label{*/
    /*width:60%;*/
    /*margin-top: 0px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/

.product{
    border-radius: 4px;
    padding: 10px;
}
.product img{
    height: 200px;
    width: 100%;
    float:left;
    padding: 10px;
    border:2px solid #245269;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.product p{
    padding: 20px;
    color:#006dcc;
    border-left:2px solid #245269;
    border-right:2px solid #245269;
    border-bottom:2px solid #245269;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    float: left;
    width:100%
}
.product span{
 float: right;

}


/* Alert Box*/
.alert-warning{
    background:#761c19;
    color: #ffffff;
    min-height:60px;
    font-size: 17px;
}
.alert{
    bottom:50px;right:10px;position:fixed;
    z-index: 999;    height: 60px;
}
.alert-success{
    background: #1D9D73;
    color: white;
    font-size: 20px;
}
/*.purchase thead th:nth-child(7){display:none}
.purchase tbody td:nth-child(7){display:none}
.purchase tbody td:nth-child(8){display:none}*/



#ogroocontent:-webkit-full-screen {
  width: 100%;
  height: 100%;
    border: 2px solid #ffff00;
}
.panel-success{
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}
.panel-heading{font-size: 18px}
.reportpanel:hover .panel-heading{
    background: #f05a28;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;


}
.reportpanel:hover .panel-success{
    border: 1px solid #00adee;
    -webkit-box-shadow:1px 1px 8px #000000;
    -moz-box-shadow: 1px 1px 8px #000000;
    box-shadow: 1px 1px 8px #000000;
}
.reportpanel:hover .panel-heading span{
text-align: center;


}

.panel-heading{
    height: 45px;
    position: relative;
   
}
.reportpanel:hover .panel-heading{
    padding: 10px ! important;
}
.reportpanel:hover .bounce span{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(20%);
    -webkit-transform:translateX(20%);
    transform:translateX(20%);
    /* Apply animation to this element */
    -moz-animation: bouncing-text 5s linear infinite alternate;
    -webkit-animation: bouncing-text 5s linear infinite alternate;
    animation: bouncing-text 5s linear infinite alternate;
}

@-moz-keyframes bouncing-text {
    0%   { -moz-transform: translateX(50%); }
    100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes bouncing-text {
    0%   { -webkit-transform: translateX(50%); }
    100% { -webkit-transform: translateX(0%); }
}
@keyframes bouncing-text {
    0%   {
        -moz-transform: translateX(20%); /* Browser bug fix */
        -webkit-transform: translateX(20%); /* Browser bug fix */
        transform: translateX(20%);
    }
    100% {
        -moz-transform: translateX(-30%); /* Browser bug fix */
        -webkit-transform: translateX(-30%); /* Browser bug fix */
        transform: translateX(-30%);
    }
}



.reportpanel .content{
height:150px;
    padding: 20px;
}

 
 
 
#ogroocontent{
    background: white;
}
.ogroo-content,.ogroo-sidebar{
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;  
}

@media screen and (max-width: 768px){
    .ogroo-sidebar{
        position: absolute;
        top: 50px;
        left: 0px;
        display: block;
       margin-left: -100%;
        }
    .alert{ margin-top: 50px!important;}
}



.memo{
    min-width:600px;
	width:700px; 
    margin:auto;
}



.memohead{
	float:left;
	width:100%;
	position:relative;
	height:50px;
	border-bottom: 1px solid #ddd;
}

.memohead>.id{
	position:absolute;
	left:10px;
	top:30%;
}
.memohead>.title{
    position: absolute;
    left: 40%;
    top: 19%;
    font-size: 21px;
    text-transform: uppercase;
}

.memohead>.date{
	position:absolute;
	right:10px;
	top:30%;
}
.memohead>.name{
	position:absolute;
	left:10px;
	top:30%;
}
.memohead>.stdid{
	position:absolute;
	left: 50%;
	top:30%;
}
.memohead>.date>input{
width:100px;
border:none;

}
.memohead>.date>input:focus{
border:none;
outline:none
}


.memo .body{
	width:100%;
	float:left;
}

 

.memo>.body>table>tbody>tr>td>input:focus{
outline:none
}

.submitcontainer{
    text-align: center;
    margin-top: 20px
}
.submitbutton{
    border:none;
    background-color: #d2d6de;
    padding:10px 15px;
    font-size: 20px;  
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;

    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);
    margin-bottom: 30px
}

.submitbutton:hover{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);
    color: white;
	background-color: green;
    border-radius: 2px;
}

textarea{
    height: 45px;
  min-height: 45px;
min-width: 100%;
max-width: 100%;
border: 1px solid rgb(95, 158, 160);
border-radius: 4px;
padding: 5px;

}

input[type=checkbox] + label:before {
	cursor: pointer;
	background:red ! important;	
	color:white; 
	content:" Absent ";
	padding:8px 10px;
	display: inline-block;
    width: 100px; 
	text-align:center;	
}

.ogroo-submenu{
    display: none
}

input[type=checkbox]:checked + label:before {
	cursor: pointer;
	background:green ! important;	
	color:white ! important;
	content:"Present";
	padding:8px 8px; 
	display: inline-block;
    width: 100px; 
 
	text-align:center;
}



#list-container::-webkit-scrollbar {
    width: 12px;
}
 
#list-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#list-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}




.memoarea{
    clear: both;
    margin:auto;
    padding: 10px;
    width:800px;
    height: auto; 
    border:2px solid #E4E4E4;
    float: left;
}
.memoarea .mhead{
    width:100%;
    float: left;
    clear: both;
}
.memoarea .mhead>.mlogo{
    width:55%;
    float: left; 
}
.memoarea .mhead>.mlogo>img{
    width:280px;
    height: 70px
}
.memoarea .mhead>.mdes{
    width:45%;
    float: left; 
}
.memoarea .mhead>.mdes>p{
 padding:20px;
}
.memoarea .mhead>.mlogo>p{
   padding:10px;
   margin: 0px; 
}
.memoarea>.mbody{
   float: left;
   width: 100%;
   border-top: 2px solid gray;

}
.mcontainer{
   clear: both;
    margin:auto;
    padding: 10px;
    width:800px;
    height: auto;
    float: none;
}
.mfooter{
      float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: right;
}

.mfooter>.mfbody{
    float: right;
    width: 200px;
}
.mfooter>.mfbody>img{
    width:150px;
    height: auto;
}
/*.table>tbody>tr>td{    border-top:none;}*/

 .mbody>table>thead>tr{border: 1px solid gray!important;}
 .mbody>table>thead>tr>th{border: 1px solid gray!important;padding: 0px 0px 0px 10px!important;}
 .mbody>table>tbody>tr{border: 1px solid gray!important;}
 .mbody>table>tbody>tr>td{border: 1px solid gray!important;padding: 0px 0px 0px 10px!important;}

/* custopm ppayment */
.mhead>.mlogo>p>span:nth-child(2) input{
    width: 300px ! important
}
.mhead>.mlogo>p>span:nth-child(3) textarea{
    width: 300px ! important
}
.mhead>.mlogo>p input,textarea{
border: 1px solid #5f9ea0;
outline: none;
width: 100% ! important;
height: 40px  ; 
min-width: 224px ! important;
min-height: 40px ! important;
margin-bottom: 5px;
padding: 8px
}

.mhead>.mlogo>p span{
padding:5px; 
}
  td[rowspan] {
vertical-align: middle !important;
text-align: left;
}
 .img-box {
     height: 50px;
     width: 50px;
     border: 1px solid #ddd;
     margin-bottom: -11px;
     float: right;
 }