/* css resets provided by Eric Meyer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark,
audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section
{
	display: block;
}
body
{
	line-height: 1;
	background-color: #EBEBEB;
/*	text-transform: capitalize !important; */
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
.right
{
	float: right;
}

/* headers */
header
{
	position: relative;
	width: 900px;
	height: 60px;
	margin: 0px auto;
	padding: 0px 30px 10px 0px;
}
header h1 a
{
	display: inline-block;
	margin-top: 5px;
	font-size: 4.0em;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	text-decoration: none;
	color: #505050;
}
.logo
{
	display: inline-block;
	margin-top: 5px;
	font-size: 4.0em;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	text-decoration: none;
	color: #505050;
	font-size: 60px !important;
	cursor:pointer;
}
h2
{
	display: inline-block;
	padding: 30px 30px 30px 30px;
	font-size: 3.0em;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #808080;
	
	letter-spacing: 0.1em;
}
.en h2, .en .version, .en #title, .en .popup-title
{
	text-transform: uppercase;
}
.en .btn, .en label, .en .dropdown-menu li a
{
	text-transform: capitalize;
}

.welcome
{
	display: block;
	/*position: absolute;*/
	float: right;
	top: 0px;
	right: 0px;
	padding: 10px;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	background-color: #CECECE;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.welcome img
{
	float: right;
	width: 24px;
	height: 24px;
}
.welcome-user
{
	display: block;
	float: right;
	margin: 5px 10px 0px 25px;
}

/* versioning */
.version
{
	position: absolute;
	right: 550px;
	top: 5px;
	display: block;
	display: none;
	padding: 30px;
	
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	font-size: 0.8em;
	font-weight: bold;
	/* background: url('https://ims.irescglobal.com/images/stamp.png') no-repeat center center; */
}
.version-40
{
	color: #FFFFFF;
}

.align-menu
{
	padding-right:5px;
}

/* content */
.content
{
	/* width: 1020px; */
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 300px;
}
.content:after
{
	content: ".";
	display: block;
	height: 0px;
	/*min-height:200px;*/
	clear: both;
	visibility: hidden;
}

#stats-breakdown
{
	float: right;
}
#stats-motion
{
	float: left;
}
#stats-region
{
	float: left;
}
#stats-platform
{
	float: left;
}

/* kohana debugging information */
.kohana
{
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}

.active 
{
	font-weight: bold;
}
.logo
{
	float:left;
	margin-left: 5px;
}
.user-menu, .modules-menu, .module-group-menu
{
	margin:5px 5px 0px 0px;
	padding-top:3px;
	height:30px;
}
.modules-menu-layer
{
	margin-top:2px;
	height:20px !important;
}
.menustrip
{
	min-height:30px !important;	
	
}
.nav2
{
	height:30px;
}
.nav2 li
{
	padding:0px 5px;
}
.menu-dropdown
{
	/*height:22px !important;*/
	padding:2px !important;
}
.module-menu-item
{
	height:18px !important;
	margin-top :0px !important;
	padding: 5px 10px !important;
}
.user-menu:after
{
	clear:both;
}

#levelone, #leveltwo
{
	height:30px
}
#leveltwo
{
	height:33px;
	margin:0px;
	padding-top:0px;
}
#levelthree
{
	margin:0px 5px 0px 0px;
	/* padding-top:0px; */
}
#leveltwo .nav
{
	margin:0px;
	float:right;
	padding-right:5px;
}
.lang-sel
{
	padding-right:5px;
}
#app-search
{
	margin:0px;
	width:300px;
}

#frm-global-search
{
	margin:0px;
}
.menu
{
	margin:0px;
}

.inactive-menu
{
	display:none;
}
.active-menu
{
	display:block;
}
.no-sub
{
	margin:25px 5px 10px 0px;
	float:right;
}
#title, .title
{
	display: inline-block;
	padding: 5px 5px 5px 5px;
	font-size: 1.6em;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #B91628;/*#61399D;*/
	
	letter-spacing: 0.1em;
}
.form-search
{
	margin-bottom:9px;
}
#txt_cur_page
{
	width:30px !important;
	margin-bottom:9px !important;
}
.pagination
{
	margin:0px !important;
}
#btnadd, .more, .less
{
	margin-left:5px;
	margin-bottom:9px;
	margin-right:5px;
}
.pagestrip
{
	margin-bottom:9px !important;
	margin-left :0px !important;
	margin-right :0px  !important;
}

.btn
{
	border-radius:4px ;
	margin-right:5px;
	
}
label
{
	
	margin-bottom : 5px;
}

.form-horizontal .control-label
{
	text-align: left;
	width: 80px !important;
}
.form-horizontal .controls 
{
	margin-left: 100px;
}

.primarykey
{
	background-color: yellow !important;
}

.gridtoggle
{
	text-align:right !important;
}
.gridlabel-text
{
	text-align:left !important;
}
.input-append
{
	display:inline !important;
}
#sel_search, .adv_select
{
	width:auto !important;
	margin-right:5px;
}
.odd
{
	background-color:whitesmoke;
}
.even
{
	background-color:#FDFDFD !important;

}
.require
{
	color:red;
}

.user-menu .dropdown-menu::before
{
position: absolute;
top: -7px;
left: 130px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #CCC;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.user-menu .dropdown-menu::after
{
position: absolute;
top: -6px;
left: 130px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
border-left: 6px solid transparent;
content: '';
}
.en .dropdown-menu li a
{
	text-transform:capitalize;
}

#three-col .control-group
{
	float: left;
	min-width:33%;
}
#three-col .line-break
{
	clear: both;
}
#three-col hr
{
	clear: both;
}

.numerictext
{
	text-align:right;
}
#three-col .next-col {
float: left;
min-width: 66%;
}
#three-col .group {
	margin-bottom:10px;
}
.transactions .control-label
{
	width: 120px !important;
}
#popup
{
	width:70%;
	left: 15%;
	margin-left: auto;
}

.popup-title
{
	float: left;
	line-height: 30px;
	
	padding-right: 20px;
	color :#B91628;/*#61399D;*/
}
.input-xsmall
{
	width:40px;
}
#detail-grid select .input-xsmall
{
	width:60px;
}
#detail-grid th
{
	font-size:13px;
}
#detail-grid .input-xsmall, #detail-grid .input-small, #detail-grid select
{
	font-size:12px !important;	
}
#detail-grid .btn
{
	padding: 4px;
}
.notification
{
	float : right;
	color : #B91628;/*#61399D;*/
}
.prd-fullimage
{
	margin:auto;
	text-align:center;
	max-height: 300px;
}
.prd-image
{
	width:70px;
	height:70px;
	vertical-align: top;
	cursor:pointer;
}
.prd-popimage
{
	height:300px;
	cursor:pointer;
}

/* UPLOAD */
/*-------------------------
    Dropbox Element
--------------------------*/

#dropbox{
    

    border-radius:3px;
    position: relative;
    margin:5px;
    min-height: 70px;
    overflow: hidden;
    width: 110px;

    box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}

#dropbox .message{
    font-size: 11px;
    text-align: center;
    padding-top:10px;
    display: block;
}

#dropbox .message i{
    color:#ccc;
    font-size:10px;
}

#dropbox:before{
    border-radius:3px 3px 0 0;
}

/*-------------------------
    Image Previews
--------------------------*/

#dropbox .preview{
    width:105px;
    height: 75px;
    float:left;
    margin: 0px;
    position: relative;
    text-align: center;
}

#dropbox .preview img{
    max-width: 100px;
    max-height:70px;
    border:3px solid #fff;
    display: block;

    box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
    display: inline-block;
    position:relative;
}

#dropbox .uploaded{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: url('https://ims.irescglobal.com/images/done.png') no-repeat center center rgba(255,255,255,0.5);
    display: none;
}

#dropbox .preview.done .uploaded{
    display: block;
}

/*-------------------------
    Progress Bars
--------------------------*/

#dropbox .progressHolder{
    position: absolute;
    background-color:#252f38;
    height:4px;
    width:100%;
    left:0;
    bottom: 0;

    box-shadow:0 0 1px #000;
}

#dropbox .progress{
    background-color:#2586d0;
    position: absolute;
    height:100%;
    left:0;
    width:0;

    box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;

    -moz-transition:0.25s;
    -webkit-transition:0.25s;
    -o-transition:0.25s;
    transition:0.25s;
}

#dropbox .preview.done .progress{
    width:100% !important;
}
/* UPLOAD */

.nav-tabs{
	clear:both;
}
.en .nav-tabs li {
	text-transform:Capitalize;
}
.action-log {
	float:right;
	width:33% !important;
}
.nowrap-list
{
	white-space:nowrap;
}
.description-list
{
	width: 15%;
}

#barsku
{
	margin-bottom:0px;
}

#listgrid ul 
{
	vertical-align:middle;
}

.status
{
	text-align: left !important; 
	font-weight: bold;
}
.address ul
{
	margin : 0px;
}
.address .controls
{
	margin-left: 20px;
}
#loading-indicator {
  position: fixed;
  top : 50%;
  left: 50%;
  margin-left: -47px;
  margin-top: -43px;
}

.error
{
	float: left;
	border-color: red !important;
	box-shadow: 0 0 5px red !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,168,82,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,168,82,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,168,82,0.6);
}

.select
{
	
	background-color : rgb(248, 248, 145) !important;
}
.form-horizontal .control-label
{
	width: 160px !important;
}
.nav2 .menu-dropdown 
{
	padding-left:10px !important;
}
.settlement-log
{
	float:right;
	width:500px !important;
}
.settlement-log td
{
	white-space: nowrap;
}
.summary
{
	background-color:antiquewhite;
	font-style:italic;
	text-transform:capitalize;
}
td a
{
	color :#b91628 !important;
}
.nav-tabs 
{
	border-bottom: 1px solid #b91628 !important;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover
{
	border: 1px solid #b91628 !important;
	border-top: 2px solid #b91628 !important;
	border-bottom-color: transparent !important;
	
}
#popup-status
{
	float:left;
	display:inline-block;
}
.input-xmini
{
	width:30px;
}
.grid-text a {
white-space: nowrap;
}
.input-xx-large
{
	width:310px;
}
.notsubmitted
{
	color:red;
}
.form-horizontal select
{
	text-transform: capitalize;
}

#popuplabel
{
	text-transform: capitalize;
	display:inline-block;
	font-size: 1.6em;
	margin-top: 14px;
}
#right-top-head
{
	float:right;
	display:inline-block;
}

.studylist {
width:40% !important;
}
.erroras {
border-color: red !important;
box-shadow: 0 0 5px red !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,168,82,0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,168,82,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(236,168,82,0.6);
}
#notes .input-xlarge
{
	width:800px !important;
	height:200px !important;
}
.prewrap
{
white-space: pre-wrap;
}
.truncates
{
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-close {
	float:right;
	position:absolute;
	bottom:5px;
	left:8px;
	color:red;
	cursor:pointer;
	display:none;
}
.img-close-container {
	float:right;
	position:absolute;
	bottom:0px;
	left:0px;
	color:red;
	display:none;
	width:98%;
	height:30px; 
	background:rgba(204, 204, 204, 0.7);
}
table.stickyhead thead th {position: sticky;   position: -webkit-sticky; top: 0;}
table.stickyhead th:first-child{ 	border-radius:5px 0 0 0 ; }
table.stickyhead th:last-child{ border-radius:0 5px  0 0 ; }
table.stickyhead th { padding: 2px 3px; 
	position: -webkit-sticky;
	background-color:#B91628!important;
	border-bottom: 2px solid grey;
}
/* Burger Menu 
#menu-container { display: none ; }
#leveltwo { 
	position: absolute; 
	float: right; 
	right : 5px; 
}
#leveltwo .nav { 
	float:left !important; 
}
.navbar .nav>li  { width:auto;  white-space:nowrap; }
.navbar .nav>li  { float:none; width:185px;  }
.navbar-inner {
    height: 200px !important;
	width: 200px;
    z-index: 1000;
    position: absolute;
    float: right;
    right: 20px;
	padding-right:0px !important;
	padding-left:0px !important;
	background-color:transparent;
	border:none;
}
.nav2 { 
	height:initial; 
	background-color:rgb(235, 235, 235); 
	border: 2px solid #B91628;
	border-radius:5px; 
	padding:0 10px;  
}

.nav2 .menu-dropdown { 
	padding-left: 0px !important; 
	padding-right: 0px !important;
}
.nav2 .menu-dropdown:last-child { 
	padding-left: 0px !important; 
	padding-right: 0px !important; 
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
    border-top-color: #000;
}
.dropdown-menu {
    position: relative !important;
}
.dropdown a::after { clear :both }
.dropdown .caret {
    float: left;
    margin-right: 5px;
	margin-top: 10px;
} 
.dropdown-menu a  {   padding-left:15px; }
.dropdown-menu   { float:none; }
.short-menu { position:relative; right:15px; cursor:pointer; }*/
/* End of Burger Menu */