﻿/*@font-face {
  font-family: "MyDosis";
  src: url('fonts/Dosis-Regular.eot') format('embedded-opentype'), /* IE9 Compat Modes */
       /*url('fonts/Dosis-Regular.woff') format('woff'),*/ /* Pretty Modern Browsers */
       /*url('fonts/Dosis-Regular.ttf')  format('truetype'),*/ /* Safari, Android, iOS */
/*}*/

.column-with-actions {
  width: auto;
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
  /*font-family: "MyDosis", Verdana, Geneva, Tahoma, sans-serif;*/
}
.navbar {
  margin-bottom: 20px;
}
.navbar-brand img {
  height: 60px;
}
.navbar-brand {
  padding: 0px 0 0 0;
}
/*MOVED to Layout
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
	color: #0099cc;
}
.navbar-default .navbar-nav>li>a {
    color: #0099cc;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	color: #33ac65 !important;
}*/
.thumbnail img {
  max-width: 100%;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
/******** Login ***********/
.block {
  display: block!important;
}
.login-container {
  /*width: 375px;*/
  margin: 0 auto;
}

.col-xs-6 .btn-primaryTUV {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 15px !important;
    height: 34px;
    display: block !important;
    font-size: 14px !important;
}



.center,
.align-center {
  text-align: center!important;
}
.login-box .social-or-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dotted #a6c4db;
}
.login-box .social-or-login {
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.login-box .social-or-login :first-child {
  display: inline-block;
  background: #ffffff;
  padding: 0 8px;
  color: #5090c1;
  font-size: 13px;
}
.login-box .social-login a {
  width: 42px;
  height: 42px;
  line-height: 46px;
  padding: 0;
  margin: 0 1px;
  border: 0;
}
.login-box .social-login a > [class*="icon-"] {
  font-size: 24px;
  margin: 0;
}
/* LOADER   
----------------------------------------------------------*/
.overlay {
  background: url('/Content/img/blank.png');
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
}
.loaderWrap {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: fixed;
  z-index: 1000222;
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.loaderWrap .loader {
  background: url('/Content/img/loader.gif') center no-repeat;
  position: relative;
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:hover {
  background-color: #ffd;
}
.table-striped > tbody > tr.selected {
  background-color: #FFF4EA;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
table {
  cursor: pointer;
}
.stats-container {
  text-align: center;
}
.stats-title {
  font-size: xx-large;
}
.stats-value {
  font-size: x-large;
}
/* CRUD   
----------------------------------------------------------*/
.searchcrudcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.searchcrudcontainer div {
  padding: 0;
}
.pagerContainer > div {
  padding: 0;
}
.pagination {
  margin-top: 0;
}
.panel .alert {
  margin-bottom: 0;
}
/* INPUT   
----------------------------------------------------------*/
.input-icon {
  position: relative;
}
.input-icon > input {
  padding-left: 6px;
  padding-right: 24px;
}
.input-icon > [class*="fa-"] {
  right: 5px;
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  bottom: 3px;
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
}
/* INPUT   
----------------------------------------------------------*/
.formContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*http://elvery.net/demo/responsive-tables/#no-more-tables*/
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
.select2-drop {
z-index: 511110000;
}
.modal-dialog.w100
{
	width: 100%;
}
.modal-dialog.w90
{
	width: 90%;
}

.modal-dialog.w80
{
	width: 80%;
}
.modal-body {
overflow-y: scroll;
}

.modal-dialog.w100 {
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content.w100 {
  height: 100%;
  border-radius: 0;
}
.ui-pnotify.stack-bar-top {
z-index: 1122300;
}


/*  TELERIC LAYOUT CUSTOM STYLE  */
/*MOVED to Layout
.k-button:active {
	background-color: #1ea4cf !important;                 
	border-color: #0183ad !important;                    
}
.k-state-hover {
    background: #33ac65 !important;
    border-color: #0183ad !important;
}
.k-button {
    background: #1ea4cf !important;
    border-color: #0183ad !important;
	color:#ffffff !important;
}
.k-state-selected {
    background: #1ea4cf !important;
	background-color: #1ea4cf !important;
    border-color: #0183ad !important;
}
.k-button:active:hover,
.k-button.k-state-active:hover
 {
    background-color: #33ac65 !important;
    border-color: #0183ad !important;
}
.k-state-focused, .k-state-selected, .k-state-active {
	box-shadow: inset 0 0 0px 0px #0183ad !important;
}

.k-primary:focus:active:not(.k-state-disabled):not([disabled]), .k-primary:focus:not(.k-state-disabled):not([disabled]) {
	box-shadow: 0 0 1px 1px #0183ad !important;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
   box-shadow: inset 0 0 1px 1px #0183ad !important;
}*/


.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}
.k-grid tbody>tr {
	cursor: pointer;
}

.readonly-input > span .k-input, .readonly-input > span .k-select {
	background-color: lightgray !important;
}


/***********************************************************************************/
/* Documents/Index.cshtml */
/***********************************************************************************/

/*for Kendo TreeView*/
.smallGridIcon {
	width: 16px;
	display: list-item;
	margin: auto;
}

/*MOVED to Layout
Class that indicates the node in TreeView over which the search was carried out.
.searchedFor {
		color: #1ea4cf;
		font-weight: bold;
		text-decoration: underline !important;
}*/


/*MOVED to Layout
Class that indicates the node in TreeView which contains the selected document from grid
.documentContainer {
	border-color: #1ea4cf !important;    
	border-width: thick !important;
}*/

.sidebarTreeView {
		width: 19%; 
		float: left; 
		margin-right: 0.5%;
	}
.docsGridClass {
	width: 100%; 
	float:left; 
	margin-top:20px;  
	margin-left:5px;
}
@media (min-width: 992px) {
	.docsGridClass {
	width:79%
	}
}
/*******************************************************************************************/ 