/* CSS Document */

/* -------------------------- Logo and Some other Important // Chanchal Kumar - 21/12/2016 -------------------------- */
.logo{ background:url(../../image/logo.png) no-repeat top center; width:174px!important; height:65px!important; padding:0px!important; margin:5px!important; }
.navbar-custom  { background-color: #4fbcea!important; }
.page-header{margin:15px 0 10px!important;}
@media screen and (min-width:768px)
{
	.sidebar { margin-top: 75px!important;}
}

/* -------------------------- Bootstarp eModel Css -------------------------- */
.modal-open .modal { padding-top: 45px!important;}

/* -------------------------- Error Class Css  // Chanchal Kumar - 21/12/2016  --------------------------*/
.mandatry { color:red; font-weight: bold; margin-left:2px; }
.error{ color:red!important; }
.erroe_border { border-color:red!important; }
.field-error{ border-color:#f5b6b6!important; background-color:#ffd9d9!important; }

/* -------------------------- Radio and Checkbox Css  // Chanchal Kumar - 22/11/2016 -------------------------- */
input[type=checkbox],input[type=radio]{margin: 0; width:20px ; height:19px;}

/* -------------------------- Auto Suggestion List  // Chanchal Kumar - 04/01/2017 --------------------------  */ 
.auto_container ul { position: absolute; z-index: 9; background: #eaeaea; list-style: none;  margin-left:-15px; }
.auto_container ul li { margin-right: -15px; margin-left: -15px; padding-left:10px;  }
.auto_container ul li:hover { background: #dea90e !important;  }
.ulselected { background: #5F9EA0 !important; }  

/* -------------------------- Top Header Css  15-02-2017 -------------------------- */
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts{ width:auto; }

/* -------------------------- Table Responsive -------------------------- */
@media screen and (max-width: 767px)
{
	div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate { text-align: left!important; }
	.modal-dialog {  width: 90%!important; }
	.smallDevice { margin:10px auto; }
}

/* -------------------------- Blinker Code - // Chanchal Kumar - 11/01/2017 -------------------------- */
@-webkit-keyframes blinker {  from {opacity: 1.0;} to {opacity: 0.0;} }
.blink
{
	text-decoration: blink; -webkit-animation-name: blinker;  -webkit-animation-duration: 0.6s; -webkit-animation-iteration-count:infinite;
	 -webkit-animation-timing-function:ease-in-out; -webkit-animation-direction: alternate;
}

/* -------------------------- Table ScrollBar ------Chanchal - 23/03/2017 -------------------------- */
.track3 { width: 7px;  background: #d9d9d9;  border-radius: 10px; }
.handle3 {  width: 7px;  background: #999; border-radius: 7px; }

/* -------------------------- Single Page Tab Code ------Chanchal - 15/09/2017 -------------------------- */
.nav-tabs	{ margin: 0; overflow: hidden; padding: 0; zoom: 1; position:relative; top:2px; z-index: 1; }
.nav-tabs li a { border: 1px solid #C8C8CB; border-bottom: 0 none; background: #EFEFF0; }
.tab-content { background:#fff; border: 1px solid #C8C8CB; }
.invoiceContent { margin-left:5px; float:left; width:525px; height:auto; }


