/* -----------------------
Base styles
------------------------*/
html,body {
    height:100%;
}

#wrapper {
	min-height:100%;
    position:relative;
    overflow: unset;
    height: unset;
}
body
{
	margin: 0;
	padding: 0;
	color: #333;
    font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 8px;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 30px; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	margin: 0 0 1.5em;
	line-height: 1.5;
}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link { color: royalblue; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: green; }
a:active { color: red; }

/* -----------------------
Layout styles
------------------------*/

.container
{
    margin: 0 auto;    
}

.header
{
	color: #fff;
	background: #0083B0;
}

.header-heading { margin: 0; }

.nav-bar
{
	background: #3f3f3f;
	padding: 0;
    border-top:1px solid #5a5a5a;
}

.content
{       
    padding: 1em 1.25em;
	background-color: #fff;
    padding-bottom:100px;
}

.main {
    width:100%;
    overflow:auto;
}

.footer {
	background: #e0e0e0;
    width:100%;
	height:65px;
	position:absolute;
    bottom:0;    
    border-top:1px solid #b8b6b6;
    left: unset;
    padding: 0px;
    color: #333;
}


/* -----------------------
Single styles
------------------------*/
.footertext {
    margin-top:20px;
    margin-left:20px;
    font-size:0.9em;
}
.img-responsive { max-width: 100%; }


.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}


	
/* Zoran */
.half 
{
    float: left;
    width: 48%;
}


.half2 
{
        float: right;
        width: 48%;
}
        
input, textarea, select, .uneditable-input 
{
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #555;
        display: inline-block;
        font-size: 13px;
        height: 18px;
        line-height: 18px;
        margin-bottom: 3px;
        padding: 4px;
        width: 210px;
}

select 
{
        background-color: #fff;
        width: 220px;
}
select, input[type="file"] 
{
        height: 28px;
        line-height: 28px;
}

/*
.btn-primary 
{
    background-color: #006dcc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor:pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
}
*/

.formSepNew {
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 8px;
    padding-bottom: 8px;
    overflow:hidden;
}

.control-label-new {
    float: left;
    line-height: 23px;
    padding-right: 10px;
    width: 232px;
}

.f_error label.error {
    color: #c62626;
    display: block;
    font-size: 11px;
    font-weight: 700;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 650px)
{
	.header { padding: 8px 32px; }
	.nav-bar { padding: 16px 32px; }
	
    .content { padding: 32px 48px; }
    .nav-bar .container { min-width: 465px; }
}

@media (max-width: 649px)
{
    .nav-bar .container { min-width: unset; }
}

/*-----------------------------
Drop Down
------------------------------*/
.nav ul {
  background-color: #3f3f3f;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top:-16px;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 30px;
  text-align: left;
}

.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding-left: 15px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
}

.nav a:hover {
  background-color: #555555;
}

.nav a.active {
  background-color: #aaa;
  color: #444;
  cursor: default;
}

/* Sub Menus */
.nav li li {
  font-size: .8em;
}


/* Pagination */

div.dataTables_paginate {
    margin: 0;
    text-align: center;
}
.pagination {
    height: 26px;
}
.pagination {
    height: 36px;
    margin: 18px 0;
}	
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination a:first-child {
    border-left-width: 1px;
}
.pagination a {
    line-height: 24px;
    padding: 0 10px;
}
.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
}
.pagination ul {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination li {
    display: inline;
}


/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {
  .nav li {
    border-bottom: none;
    height: 22px;
    line-height: 40px;
    font-size: 0.9em;
    display: inline-block;
    margin-right: 14px;
  }

  .nav a {
    border-bottom: none;
  }



  .nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:15px;
  }

  /* Sub Menus */
  .nav li ul {
    position: absolute;
    display: none;
    width: 220px;
    
  }

  .nav li:hover ul {
    display: block;
  }

  .nav li ul li {
    display: block;
     border-bottom: none;
    height: 22px;
    line-height: 40px;
    font-size: 1em;
    width: 100%;
    height:40px;
    margin-right: 14px;
  }
}

.content-page {
    overflow: unset;
    margin-left: unset;
    padding-bottom: 30px;
}

.content-page .content {
    padding: 2em 3em;
    padding-left: 20px;
    margin-top: unset;
    background-color: #ebeff2;
}

.header .container {
    box-sizing: content-box;
    padding-left: 0px;
    padding-right: 0px;
}

.header .container img {
    vertical-align: unset;
}

.modal h3 {
    line-height: 30px;
}

.nav-tabs > li > a {
    color: #555;
}

.modal a:focus, .modal a:hover {
    color: #23527c;
}
.modal a {
    color: #337ab7;
}
.nav li ul {
    z-index: 500;
}
.content-page .nav li {
    height: unset;
    margin-right: 0px;
}
#myFilename, #myActionFilename
{
    height: unset;
    line-height: unset;
}

@media screen and (max-width: 649px) {
    .nav ul {
        margin-top: 0px;
    }
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}