﻿@import url('https://fonts.googleapis.com/css?family=Alike|Roboto');

body
{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background: white;
    overflow-y: scroll;
}

a {
    color: #337AB7;
}

.default-table td {
    padding: 6px;
}

.list-message {
    float: left;
    margin-top: 15px;
}

.line {
	clear: both;
    display: inline-block;
	margin-bottom: 16px;
	border-bottom-color: #D4D4D4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    width: 100%;
}

/* ---------------------------------------------------------------- */
/* HEADERS -------------------------------------------------------- */
/* ---------------------------------------------------------------- */

h1 {
    font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
    text-align: center;
    padding: 5px 5px 5px 5px;
    background-color: gray;
    color: white;
}

h2 {
    font-size: 20px;
	font-weight: bold;
	margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

h3 {
    font-size: 18px;
	font-weight: bold;
	margin: 0 !important;
    padding: 0 !important;
}

/* ---------------------------------------------------------------- */
/* GRID ----------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.grid {
    border-color: #D4D4D4;
    border-style: solid;
}

.grid-header td, td.grid-header {
	font-weight: bold;
    border: 1px solid #D4D4D4;
    background-color: #F6F6F6;
    padding: 10px;
}

.grid-row td, td.grid-row {
    border: 1px solid #D4D4D4;
    padding: 10px;
}

/* ---------------------------------------------------------------- */
/* SPACERS -------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.spacer {
    clear: both;
    padding-top: 20px;
}

.small-spacer {
    clear: both;
    padding-top: 10px;
}

.right-side-spacer {
    margin-right: 15px;
}

.right-side-small-spacer {
    margin-right: 5px;
}

/* ---------------------------------------------------------------- */
/* BOX ------------------------------------------------------------ */
/* ---------------------------------------------------------------- */

.box-header {
    border: 1px solid #D4D4D4;
    background-color: #F6F6F6;
    padding: 15px 15px 15px 15px;
    border-radius: 3px 3px 0 0;
}

.no-bottom-border {
    border-bottom: none !important;
}

.box-body  {
    border: 1px solid #D4D4D4;
    border-top: none !important;
    padding: 20px 30px 15px 30px;
    margin-bottom: 10px;
    border-radius: 0 0 3px 3px;
}

.box-body-no-header  {
    border: 1px solid #D4D4D4;
    padding: 15px 30px 15px 30px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.box  {
    display: inline-block;
    border: 1px solid #D4D4D4;
    padding: 15px 15px 5px 15px;
    margin-bottom: 0px;
    border-radius: 3px;
}

/* ---------------------------------------------------------------- */
/* FORMS ---------------------------------------------------------- */
/* ---------------------------------------------------------------- */

input[type=text], input[type=password], input[type=email], input[type=date], textarea, select {
    padding: 10px 14px 10px 14px;
    margin-bottom: 10px;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 3px;
}

input[type=text], input[type=password], input[type=email], input[type=date] {
    height: 40px;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
    border: 1px solid gray;
    -moz-box-shadow: 0 0 4px gray;
    -webkit-box-shadow: 0 0 4px gray;
    -o-box-shadow: 0 0 4px gray;
    -ms-box-shadow: 0 0 4px gray;
    box-shadow: 0 0 4px gray;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

input[type="text"]:disabled, textarea:disabled, select:disabled {
    background-color: #D4D4D4;
}

input[type="radio"] + label, input[type="checkbox"] + label
{
    margin-left: 5px;
}

.form-label {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}

.form-label-side {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    float: left;
    padding-top: 8px;
    padding-right: 10px;
}

.form-button {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: gray;
    padding: 12px 20px 13px 20px; 
    margin-top: 0px; 
    margin-bottom: 10px;
    min-width: 140px !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.form-button:hover, .form-button:focus {
    font-weight: bold;
    color: white;
    text-decoration: none;
	opacity: .7;
}

input[type="button"]:disabled, .form-button:disabled, .form-button[disabled] {
    background-color: gray;
}
.form {
	overflow: auto;
    margin-bottom: 10px;
    width: 100%;
}

.small-form {
    display: flex;
    overflow: auto;
    margin-bottom: 10px;
    width: 60%;
    justify-content: center;
	/*overflow: auto;
    margin-bottom: 10px;
    width: 100%;*/
}

.form-footer {
    clear: both;
    margin-top: 10px;
    width: 100%;
}

ul.form-buttons {
	overflow: auto;
    padding: 0;
    margin: 0;
}

ul.form-buttons > li {
	list-style-type: none;
	float: left;
    padding-right: 2px;
    padding-left: 2px;
}

.update-progress-modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.update-progress-wait
{
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.RadTreeView,
.RadTreeView a.rtIn,
.RadTreeView .rtEdit .rtIn input
{
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
	color: #333333 !important;
}     

@media (min-width: 768px) {

    .dropdown:hover .dropdown-menu {    /* EXPAND SUB-MENUS ON HOVER - DESKTOP ONLY */
        display: block !important;
    }

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

    .center-panel {
        width: 50% !important;
    }

    .small-form {
        width: 50% !important;
    }

}

/* BOOTSTRAP CUSTOMISATION */

.dropdown-menu {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.dropdown-item {
  color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
}