﻿body {
}

.ui-grid-header-cell .ui-grid-cell-contents{
    text-align:center;
}

.sample-class{
    color:red;
}


.custom-table-hover:hover{
	color:white; 
	background-color: #1976D2;
	-webkit-transition: color .1s, background-color .3s; /* Safari */
	transition: color .1s, background-color .3s;
    cursor: pointer;
}

.show-home-container{
    height:100%;
    width:100%;
    display:normal;
}
.hide-home-container{
   display: none;
}
.show-profile-container{
    height:100%;
    width:100%;
    display:normal;
}
.hide-profile-container{
   display: none;
}
.my-menus{
	float:left;
	height: auto;
    max-height: 100%;
	width: 30%;
    border-right: 2px solid #ddd;
}
.my-menus1{
	float:left;	
	height: auto;
    max-height: 100%;
	width: 30%;
}

.user-menus{
	float:right;
	width: 69%;
    height: auto;
    max-height: 100%;
    padding-left: 10px;
}

.user-menus1{
	float:right;
	width: 68%;
    height: auto;
    max-height: 100%;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

.user-image{
    height: 200px;
    width:200px;
    border: 1px solid #ddd;
}

.droparea{
    width:100%;
    height: 100%;
    position: absolute;
}

.menu-container {
    padding: 0 10px 0 10px;
    height: auto;
    max-height: 100%;
    cursor:pointer;
}

.menu-label{
    font-weight:bold;
    color: black;
}

.parent-menu{
    height:auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.parent-menu-label{
    font-weight:bold;
    padding-left: 10px;
    width: 90%;
    height:auto;
    max-height: 100%;
    float:left;
}

.menu-access-label{
    padding-left: 30px;
}

.parent-menu-caret-close{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position:relative;
}

.menu-access-caret-open{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -20px;
    vertical-align: middle;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.menu-access-caret-close{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -20px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.parent-menu-caret-open{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.child-menu-label{
    padding-left: 20px;
    width: 100%;
    height:auto;
    max-height: 100%;
    float:left;
}

.this-child-menu-label{
    padding-left: 20px;
    width: 90%;
    height:auto;
    max-height: 100%;
    float:left;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
 
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

.position-fixed {
  position: fixed;
}

#spinnerTarget {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}
fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 10px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    border-radius: 8px;
}
legend.scheduler-border {
    font-size: 13px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
    border: 0;
    width: 100%;
}
ui-grid-viewport {
    border: 1px solid green;
}
element {
    overflow-x: auto;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    border-radius: 5px;
}

legend.scheduler-border {
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    line-height: 35px;
}

legend{
    margin: 0;
}

.toggle-hide {
    padding-top: 5px; 
    color:blue; 
    cursor:pointer; 
    text-decoration: underline;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.text-underline{
    text-decoration: underline;
    cursor:pointer;
}
input:invalid {
    -moz-box-shadow:    2px 1px 2px #ff4d4d;
    -webkit-box-shadow: 2px 1px 2px #ff4d4d;
    box-shadow: 2px 1px 2px #ff4d4d;
    border-style: solid;
    border-color: #fc3d1b;
}

select:invalid {
    -moz-box-shadow:    2px 1px 2px #ff4d4d;
    -webkit-box-shadow: 2px 1px 2px #ff4d4d;
    box-shadow: 2px 1px 2px #ff4d4d;
    border-style: solid;
    border-color: #fc3d1b;
}
textarea:invalid {
    -moz-box-shadow:    2px 1px 2px #ff4d4d;
    -webkit-box-shadow: 2px 1px 2px #ff4d4d;
    box-shadow: 2px 1px 2px #ff4d4d;
    border-style: solid;
    border-color: #fc3d1b;
}
 .ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  margin-top: 0px;
}

.ta-toolbar .btn {
  padding : 5px;
  height: 30px;
  width: 30px;
  background-color : #fff;
  color : black;
  margin-left: 0;
  border-color: transparent
}

.ta-toolbar {
    float: left;
    margin-left: 5px
}
.ta-root.focussed .ta-scroll-window.form-control {
    border-color: rgba(0, 0, 0, 0.3);
    outline: 0px;
    box-shadow: none;
}