﻿body
{
    font: 12px/16px Arial;
    /*font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;*/
    font-family: 'Nunito', Verdana, Tahoma,Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #666666;
    background-color:#f1f1f1 !important;    
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    background: #fff;
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.footer-school {
    margin:5px 10px 10px 185px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/



/* TABLE
----------------------------------------------------------*/
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    display: block;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    display: inline-block;
    background: transparent url(../Content/images/Icon-Mandatory.png) center left no-repeat;
    padding-left: 20px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.t-input
{
    border: 1px solid #DDDFDE;
    padding: 2px 1px 3px;
    font: 12px Arial;
    color: #747C83;
    width: 90%;
}

.text-box
{
    width: 97% !important;
    /*border: 1px solid #DDDFDE;
    padding: 2px 1px 3px;
    font: 12px Arial;
    color: #747C83;*/
      
    background-color: #FFFFFF;
    color: #747C83;
    height: 2.12em;
    line-height: 1.6em;
    padding: 2px 0.3em;
    border-radius: 4px 4px 4px 4px;
    background-image: url("textures/highlight.png");
    border-color: #C5C5C5;
    -moz-box-sizing: border-box;
    outline: 0 none;   
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    position: relative;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    background-position: 0 center;
    background-repeat: repeat-x;
}

textarea 
{
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    background-image: url("textures/highlight.png");
    border-color: #C5C5C5;
    -moz-box-sizing: border-box;
    background-position: 0 center;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    outline: 0 none;
    padding: 5px 0.4em;
}

.t-numerictextbox
{
    font: 12px Arial;
    color: #747C83;
    width: 98%;
}

t-combobox
{
    font: 12px Arial;
    border: 1px solid #DDDFDE;
    color: #747C83;
}

.t-dropdown
{
    font: 12px Arial;
    color: #747C83;
    width: 98%;
}

.multi-line
{
    height: 70px;
    font: 12px Arial;
    color: #747C83;
}

.validation-summary-valid
{
    display: none;
}

div.botright
{
    display: block; /*set the div in the bottom right corner*/
    position: absolute;
    margin: auto 0px 0px auto;
}

.delete
{
    background: transparent url(../Content/images/icon-trash.gif) no-repeat center right;
}

.ajaxloading
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
}
a.file:link
{
    color: #747C83;
    text-decoration: none;
}
/* unvisited link *//* visited link */
a.file:hover
{
    color: #747C83;
    text-decoration: underline;
}
/* mouse over link *//* selected link */

.linked
{
    /*color: #e77865;*/
    color:#eb6c59;
    cursor:pointer;
}

.hover
{
    text-decoration: underline;
    cursor: pointer;
}

.ultable ul
{
    list-style-type: inherit;
    padding-left: 1.5em;
}

.viewEditor ul
{
    padding-left: 20px;
}

.viewEditor p
{
    font: 12px/16px Arial !important;
    color: #747c83;
    float: none !important;
    display: block;
    margin: 0 0 0 0 !important;
}

textarea
{
    font: 12px/16px Arial;
    color: #666666;
}

.t-filter-help-text
{
    font: 12px Arial !important;
}

.link-button
{
    background: url(images/button-green-general.png) no-repeat;
    color: #FFFFFF;
    display: block;
    font: bold 12px/30px Arial,sans-serif;
    height: 31px;
    margin: 0 0 8px;
    /*padding: 0 0 0 43px;*/
    text-align:center;
    text-decoration: none;
    width: 137px;
}

.green
{
    background: url(images/button-green-general.png) no-repeat;
}

.footer-admin
{
    margin: 5px 10px 10px 185px;
}

.nobottom tr td
{
     border-bottom: 0;
}

.activity-frame {
    position:relative;
	padding:15px;
	margin:5px 0 0.5em;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.activity-frame p {font-size:28px; line-height:1.25em;}

/* this isn't necessary, just saves me having to edit the HTML of the demo */
.activity-frame:before {
	position:absolute;
	top:-60px;
	left:0;
	width:155px;
	height:36px;
    /* reduce the damage in FF3.0 */
    display:block; 
}

/* creates the triangle */
.activity-frame:after {
	content:"";
	position:absolute;
	top:-30px;
	left:50px;
	border:15px solid transparent;
	border-bottom-color:#eee;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.uitext-frame {
    position:relative;
    padding-top:75px;
    padding-left:15px;
    padding-right:15px;
	padding-bottom:15px;
	margin:5px 0 0.5em;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    font: 12px/16px Arial;
    background-image: url(images/SetupCustomise.png); 
    background-position:10px 10px;
    background-repeat: no-repeat;
}

.uitext-frame:before {
	position:absolute;
	top:-60px;
	left:0;
	width:155px;
	height:36px;
    /* reduce the damage in FF3.0 */
    display:block; 
}

/* creates the triangle */
.uitext-frame:after {
	content:"";
	position:absolute;
	top:20px;
	left:-30px;
	border:15px solid transparent;
	border-right-color:#eee;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.width250px {
    width:250px !important;
}

#searchHomeText {
    color:#77777E;
    margin-top:15px;
    width:95%;
}


#tabstrip
{
    border: 0 none;
    background:none;
}

.k-state-active {
    border-color:#C5C5C5 !important;
}

.empty-list {
    font-style:italic;
    color:#ccc;
    margin-top:20px;
}

.img_no_student {    
    vertical-align: middle !important;    
}

.placement_student_name {
     height:100%;
     display:inline-block;
     vertical-align:top;
}

/* WIDGETS for Kendo Sortable Component*/
.widget {
    margin: 0 0 20px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    cursor: move;
    width:100%;
}

.widget:hover {
    background-color: #fcfcfc;
    border-color: #cccccc;
}

.widget div {
    padding: 10px;
    min-height: 30px;
    word-wrap: break-word;
    width: 900px;
}

.widget h3 {
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
}

.widget h3 span {
    float: right;
}

.widget h3 span:hover {
    cursor: pointer;
    background-color: #e7e7e7;
    border-radius: 20px;
}

.widget p {
     margin: 0 0 1em; 
    padding: 0 .2em; 
}

.widget ol, ul {
    list-style-position: inside;
}

.k-upload-button {
    border-top-width:1px !important;
    border-left-width:1px !important;
    left: -10px;
}

.group-style {
        color:#336699;
        font: bold 16px/20px Arial;
    }

.badge {
    font-size: 12px !important;
}

/* Bootstrap Label styles */

.label-purple {
    background-color: #8417AF;
}

.label-black {
    background-color: #383838;
}

.label-green {
    background-color: #007000;
}

.label-orange {
    background-color: #FFB300;
}

.label-brown {
    background-color: #793603;
}

.label-yellow {
    background-color: #FFD24D;
}

.label-orangedark {
    background-color: #F16C2D;
}

.label-pink {
    background-color: #D32898;
}

.label-grey {
    background-color: #8d9498;
}

.label-pillRating {
    padding-right: 5px;
    padding-left: 5px;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    zoom: normal;
    -moz-background-clip: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
}



/* End of Bootstrap Label styles */

/* Bootstrap Drop Down Menu align right styles*/

.dropdown-menu-right {
    font-family: 'nunito', sans-serif !important;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px !important;
    text-align: left !important;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu-right.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu-right .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu-right > li > a {
    font-family: 'nunito', sans-serif !important;
    display: block !important;
    padding: 3px 20px !important;
    clear: both;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    color: #333333 !important;
    white-space: nowrap;
    height:20px !important;
    width:100% !important;
    margin-bottom: 0 !important;
    font-size:14px !important;
}

.dropdown-menu-right > li > a:hover,
.dropdown-menu-right > li > a:focus {
    text-decoration: none;
    color: #262626 !important;
    background-color: #f5f5f5 !important;
}

.dropdown-menu-right > .active > a,
.dropdown-menu-right > .active > a:hover,
.dropdown-menu-right > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu-right > .disabled > a,
.dropdown-menu-right > .disabled > a:hover,
.dropdown-menu-right > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu-right > .disabled > a:hover,
.dropdown-menu-right > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu-right {
    display: block;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

/* End Bootstrap Drop Down Menu align right styles*/

/* Bootstrap Button styles */

.btn {    
    padding: 2px 12px !important;
    font-size:0.9rem;
    line-height:1.3;
}

/* End Bootstrap Button styles */

.k-radio-label {
    display:inline-block !important;
    /*vertical-align:top !important;*/
}

.k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 1.75em !important;    
}

.k-info-colored {
    /*font-family:Arial !important;*/    
}

/*input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}*/

.k-radio-label {
    line-height: inherit;
    padding-top: 1px;
}

#main-content {
    /*border-left:#e7e7e7 1px solid;*/
    margin-top:10px !important;
}

.label {
    font-size: 12px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.k-grid-header th.k-header>.k-link {
    display: block;
     min-height: 10px !important; 
     line-height: 10px !important; 
     margin: 0 !important; 
    padding: .5em .6em .4em .6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Toolbar styles*/

ul.toolbar{
     /*position:absolute;*/
     width:100%;
     height:25px;
     margin:0px;
     padding: 5px 30px 8px 0;
     /*background-color:#fff;*/     
     list-style-type:none;
}

    ul.toolbar li a {
        color:#7c848a;
        font-size:11px;
    }

/*End of Toolbar styles*/

h3 {
    /*color:#336699 !important;*/
    font-family: 'nunito', sans-serif !important;
    color:#205081 !important;
    font-size: 16px !important;   
}

.header-filter {
    padding: 10px;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 3px;    
    border-width: 1px;
    border-style: solid;
    margin-bottom:5px;
}

.k-radio-label {
    font-weight:normal;
}

input[type="radio"] {
      margin-top: -1px !important;
      vertical-align: middle;
      /*height: 100%;*/
    }

table.transaction th {
    font: 12px/16px Arial !important;
    font-weight:bold !important;
}





.whatWeDo {
    padding-bottom: 60px;
    padding-top: 2em;
}

.whatWeDo .section-title {
    margin: 0px auto;
}

.section-title {
    width: 1200px;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: -webkit-transform 400ms ease, opacity 700ms ease;
    -moz-transition: -moz-transform 400ms ease, opacity 700ms ease;
    -o-transition: -o-transform 400ms ease, opacity 700ms ease;
    -ms-transition: -ms-transform 400ms ease, opacity 700ms ease;
    transition: transform 400ms ease, opacity 700ms ease;   
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.l-grid-4 {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.l-grid-4:before, .l-grid-4:after {
    content: "";
    display: table;
}

.l-grid-4 > * {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.competences {
    text-align: center !important;
}
.competence-icon {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    /*border-radius: 50%;
    background: #fddb03;*/
    display: inline-block;
    zoom: 1;
}
.competence-icon-img {
    /*display: block;
    margin: 30px auto;*/
}
.competence-title {
    font-size: 24px;
    color: #fff;
    white-space: pre-line;
    display: border-left;
}
.competence-description {
    color: #666;
    font-size: 16px;
    line-height: 140%;
    display: block;
    padding: 10px 30px;    
}
.l-grid-4:after {
    clear: both;
}
.l-grid-4:before, .l-grid-4:after {
    content: "";
    display: table;
}

.client-home-nav {
    background:transparent;
}

.container-fluid-home-page {
    background:transparent !important;
}

.client-home-nav .navbar-nav > .open > a, .client-home-nav .navbar-nav > .open > a:focus, .client-home-nav .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #BBD9EE;
}

.client-home-nav .navbar-nav>li>a {
    color: #fff;
    font-size:14px !important;
}

.user-profile img{
    width: 20px;
    height: 20px;
}

.dropdown-menu {
    /*background-color:#BBD9EE;*/
}

.dropdown-menu a:hover {
    background-color: #EBF4FA !important;
}

.row-toolbar {
    margin:0 !important;
    padding-top:0;
}

.navbar-brand {
    color:#fff !important;
}

.transaction tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.transaction th {
    overflow: hidden;
    /*border-style: solid;
    border-width: 0 0 1px 1px;*/
    padding: .5em .6em .4em .6em;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.transaction-footer td {
    border:none;
}

.k-primary {
    background-image: linear-gradient(#E77865, #E77865) !important;
    border-color:rgb(230, 121, 101) !important;
}

.divider {
    margin: 5px 0 5px 0;
    width: 95%;
    height: 2px;
    /*background: url(images/divider.png) no-repeat;*/
}


ul.toolbar li {
    float:right !important;
    margin-right:10px;
}

/*input[type="radio"] {
  margin-top: 0px !important;
  vertical-align: middle;
}*/

.group-style {
    color: #336699;
    font: bold 16px/20px Arial;
}

label {
    font-weight:bold;
}

.radio-label {
    font-weight:normal !important;
}

#tagline {
    font-size: 30px;
    word-spacing: 1px;
    line-height: 60px;
    font-family: "neuzeitgrobold",sans-serif;
    text-transform: none;
    letter-spacing: -3px;
    color: #605948;
    text-align: center;
    margin: 2em 0 0 0;
}

#contact-info dt {
    text-transform: uppercase;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: #e8554e;
}

#contact-info a {
    color: #204a65;
}

#contact-info dd {
    margin-bottom: 25px;
}

a.help-btn {		
	position: fixed;
	z-index: 999;
	/*left: 20px;*/
    right:20px;
	bottom: 10px;
	background-color: #6a9ca7;
    padding: 1rem 1.83333rem;
    border-radius: 999rem;	 
    font-weight: normal;
    font-size: 1.25rem; 
    line-height: 1.1em;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;    
    text-decoration:none;
}

a.help-btn:hover, a.help-btn:visited, a.help-btn:link, a.help-btn:active
{
    text-decoration: none;
}

.img-circle {
    border-radius: 50%;
}

h3.left-menu-group {
    margin:10px 0 0 0 !important;
    color:#6c6b6b !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #fff;
}

.nav-tabs > li > a {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px;
    color:#333;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../Content/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../../../../Content/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../../../../Content/fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../../../../Content/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
 
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*.material-icons.md-dark {  color:#9B9B9B; }*/
.material-icons.md-dark {  color:rgb(0, 177, 106); }


.bigger {
    font-size:22px !important;
}

/* We remove the margin, padding, and list style of UL and LI components */

#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;    
    position: relative;    
}

/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
    /*background-color:#7f95db;*/
    border-bottom:solid 1px white;
    width:100%;
    cursor:pointer;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    background-color:#e7e7e7;
    
}

/* We apply the link style */
#menuwrapper ul li a{   
    /*padding: 10px;
    color:#6c6b6b !important;
    display:inline-block;
    text-decoration:none;
    font-family:Calibri;
    background: transparent url(../Content/images/beige_paper.png) left repeat-x;
    width:200px;
    font-size:18px !important;*/

    position: relative;
    cursor: pointer;
    user-select: none;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0;
    padding-left: 16px;
    padding-right: 56px;
    text-decoration: none;
    clear: both;
    font-weight: 500;
    /*overflow: hidden;*/
    /*-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}


/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper ul li:hover ul{
    left:150px;
    top:0px;
    display:block;
}

/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
    /*background-color:#cae25a;*/
}

/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
    /*background-color:#b1b536;*/
}

/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#454444;
    display:inline-block;
    width:150px;
}

/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#menuwrapper ul li:hover ul li ul{
    position:absolute;
    display:none;
}

/* We show the third level menu only when they hover the second level menu parent */
#menuwrapper ul li:hover ul li:hover ul{
    display:block;
    left:150px;
    top:0;
}

/* We change the background color for the level 3 submenu*/
#menuwrapper ul li:hover ul li:hover ul li{
    background:#86d3fa;
}

/* We change the background color for the level 3 submenu when hovering the menu */

#menuwrapper ul li:hover ul li:hover ul li:hover{
    background:#358ebc;
}

/* We change the level 3 link color */
#menuwrapper ul li:hover ul li:hover ul li a{
    color:#ffffff;
}

/* Clear float */
.clear{
    clear:both;
}

/*#menuwrapper ul li i {
    font-size:25px;
    width:30px;
}*/ 

.navicon {
    margin-left: 15px;
    float: left;
    max-width: 25px;
}

#menuwrapper ul li a:hover{
    color:#e77865;
}

.wrapper {
  position: relative;
  margin-top:1.2em;
}

.wrapper h3 {
    /*color:#212121 !important;*/
    background-color: #e7e7e7;
    border-color: #ddd;
    color:#696969 !important;
    padding:5px 8px;  
    width:95%;  
}

.wrapper h3.after {
    /*margin-top:20px;*/    
}

div.wrapper ul {
  /*min-width: 250px;*/
  /*max-height: 250px;*/
  overflow-x: hidden;
  overflow-y: auto;
}

div.wrapper li {
  position: static;
  list-style:none; 
  /*background-color:#e7e7e7;*/
  border-bottom:dotted 1px #e7e7e7;
  /*margin-right:10px;*/ 
}

div.wrapper li:hover{
    background-color:#f5f5f5;
    width:95%;
}

div.wrapper li.active{
    /*background-color:#f5f5f5;*/
    background-color:#ebf3f5;
    color:#e77865 !important;
    width:95%;
}


div.wrapper ul li a{          
    cursor: pointer;
    user-select: none;
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0;
    padding-left: 16px;
    /*padding-right: 56px;*/
    text-decoration: none;    
    /*font-weight: 500;*/    
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
    width:95%;  
    font-size:13px;
}
div.wrapper li .wrapper {
  position: absolute;
  z-index: 10;
  display: none;
}
div.wrapper li:hover > .wrapper {
  display: block;
}
div.wrapper div.wrapper li {
  padding: 1em;
}
div.wrapper li ul {
  margin: 0;
}
div.wrapper li .wrapper {
  cursor: auto;
}
div.wrapper li .wrapper li {
  padding: 0 10px;
  background-color:rgba(0,0,0,0.1);
  border-bottom:dotted 1px #fff !important; 
  min-width:100px; 
}
div.wrapper li:nth-child(2n) {
  /*background: #0E8CE0;*/
}
div.wrapper li:nth-child(2n+1) {
  /*background: #0064B3;*/
}
div.wrapper li.parent {
  cursor: pointer;
}

div.wrapper h3 {
    font-size:14px !important;
}

.sidebar-icon {
    display: inline-block;
    margin-right: 0px;    
    width: 30px;
    text-align: left;
    font-size: 20px;
    vertical-align:middle;
}

.clear {
    clear:both;height:1px;
}

.btn-default {
    color:#e77865 !important;
    padding:10px 5px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 8px 14px !important;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}

/*.btn.active, .btn:active {
    color:#747d98 !important;
}*/

.label {    
    padding: .3em .6em .3em !important;    
}

.table {
    margin-bottom:0 !important;
}

.label-pill {
    padding-right: 0.6em  !important;
    padding-left: 0.6em  !important;
    border-radius: 1rem  !important;    
}

/*Text word*/

@import url(http://fonts.googleapis.com/css?family=BenchNine:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


.container{
  width:100%;
  height:100%;
}

.wrapper{
  /*width:270px;*/
  /*margin:50px auto;*/
  position:Relative;
}

.word{
  text-align:justify;
  font-family: "BenchNine";
  line-height:0.8;
  text-transform:uppercase;
  letter-spacing:0px;
}
.word1, .word2 {color:#9BC5DE}
.word3, .word4 {color:#90B3C9}
.word5, .word6{color:#747C83}
.word7 {color:#6B7B8A}
.word8, .word9{color:#205081}
.word10, .word11{color:#B68FA2}
.word12, .word13{color:#D99AB5}

.word1{font-size:6.3em}
.word2{font-size:8.1em}
.word3{font-size:4.8em}
.word4{font-size:6.4em}
.word5{font-size:3.8em}
.word6{font-size:6em}
.word7{font-size:4.5em;}
.word8{font-size:4.8em}
.word9,.word11{font-size:7.9em;}
.word10{font-size:4.9em}
.word12{font-size:8.2em;}
.word13{font-size:7.8em;}

.small {
    font-size:25px !important;
}
/*end text shadow*/

.bordered-table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.bordered-table td {
    padding: 5px;
}

.bordered-table td {
    border-bottom: 1px solid #cbcbcb;
}

.bordered-table td {
    background-color: transparent;
}

.bordered-table td, .bordered-table th {
    border-left: 1px solid #cbcbcb;
    border-bottom:  1px solid #cbcbcb;
    /*border-width: 0 0 0 1px;*/    
    margin: 0;
    overflow: visible;
}

.regular-link {
    color:#666666 !important;
}

.k-upload-button {
    margin-left:20px !important;
}

/*Info panel styles */
/*Order home example*/

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
    line-height: 1.42857143;
}

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
  width: 100%; }


.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

.bg-pink .content .text, .bg-pink .content .number {
    color: #fff !important;
}

.bg-pink .content .text, .bg-pink .content .number {
    color: #fff !important;
}

.bg-orange {
    background-color: #f0ad4e !important;
    color: #fff;
}

.bg-orange .content .text, .bg-orange .content .number {
    color: #fff !important;
}

.bg-orange .content .text, .bg-orange .content .number {
    color: #fff !important;
}

.bg-green {
     background-color: #5cb85c !important;
    color: #fff;
}

.bg-green .content .text, .bg-green .content .number {
    color: #fff !important;
}

.bg-green .content .text, .bg-green .content .number {
    color: #fff !important;
}

.bg-light-blue {
     background-color: #5bc0de !important;
    color: #fff;
}

.bg-light-blue .content .text, .bg-light-blue .content .number {
    color: #fff !important;
}

.bg-light-blue .content .text, .bg-light-blue .content .number {
    color: #fff !important;
}

.bg-grey {
     background-color: #777 !important;
    color: #fff;
}

.bg-grey .content .text, .bg-grey .content .number {
    color: #fff !important;
}

.bg-grey .content .text, .bg-grey .content .number {
    color: #fff !important;
}
/*end of info panel styles*/

.bootside-menu-arrow {
    font-size: 26px;    
    margin-top: 10px;
    margin-left: -3px;
}

.sidebar-left > .toggler {
    right:-22px;
}
.toggler {
    width: 22px !important;
}


table.border th {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    padding: .8em .6em .7em .6em;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    border-color: #ccc;
    background-color: #f5f5f5;
    color: #8394a1;
}

table.border th:first-child {
    border-radius: 3px 0 0 0;
}

table.border td {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    padding: .5em .6em .4em .6em;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    border-color: #ccc;
}

table.border td {
    padding: .4em .6em !important;
}

.small-k-button {
    padding: 3px 14px 2px !important;
    line-height: 1.3em !important;
}

.truncate {  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*User Avatar*/

img {
    border: 0;
}

img {
    vertical-align: middle;
}

.img-circle {
    border-radius: 50%;
}

.img-circle.profile_img {        
    max-width: 50px;
    max-height:50px;
    background: #fff;
    /*margin-left: 15%;*/
    z-index: 1000;
    position: inherit;
    margin-top: 10px;
    margin-bottom:10px;
    /*border: 1px solid rgba(52,73,94,.44);*/
    padding: 2px;

}


.profile_pic {
    
    /*width:90%;
    margin-top:8px;
    padding:10px;
    margin-left:10px;*/   
    width: 35%;
    float: left;
}


.profile_pic::before {
    -webkit-animation: 2.5s blow 0s linear infinite;
     animation: 2.5s blow 0s linear infinite; 
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 0;
}

.profile_info {
    padding: 10px;
    width: 65%;
    float: left;
}

.profile_info span {
    font-size: 13px;
    line-height: 20px;
    color: #f2f7f8;
    margin-top:5px;
    display:inline-block;
}

#labelUsername {
    font-size: 14px !important;
    color: #fff !important;
    margin: 0;
    font-weight: 300;
    margin-top:2px !important;
}

#divWelcome {
    font-size: 13px !important;
    line-height: 30px !important;
    color: #ECF0F1;
}

#spanUsername {
    font-size: 12px !important;
    color: #fff !important;
    margin: 0;
    font-weight: 300;    
}


.user-profile .dropdown-menu {
    left: 0px;
    right: 0px;
    width: 180px;
    margin: 0 auto;
}

.user-profile .profile-text a {
    color: #54667a;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item {
    padding: 8px 1rem;
    color: #54667a;
}
/*End of User Avatar*/

/*Left Nav Footer*/

.sidebar-footer {
    bottom: 0;
    clear: both;
    display: block;
    padding: 5px 0 0;
    position: fixed;
    width: 230px;
    background: #2A3F54;
    z-index: 999;
    width:90%;
}

.sidebar-footer a {
    padding: 7px 0 3px;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    background: #172D44;
    cursor: pointer;
}

/*Left Nav Footer*/

.box {
    border: 1px solid #E6E9ED;
    border-radius: 5px;
    padding: 20px 10px;    
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.col {
    float: left;
    width: 340px;
    display: inline;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.two {
    margin: 0;
    float: left;
    width: 555px;
    overflow: hidden;
    display: inline;
}

.content-full {
     border: 2px solid #ddd;
     padding: 20px;
     border-radius:5px;
     background-color:#fff;
}

.nav-tabs>li>a {    
    border-radius: 7px 7px 0 0 !important;
}

.nav>li>a {    
    padding: 7px 13px !important;
}

.checkboxFive {
	width: 25px;
	/*margin: 20px 100px;*/
	position: relative;
}
/**
 * Create the box for the checkbox
 */
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 22px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}
/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

a.help-btn div {
    margin-top:2px;
}

label.checkbox-label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    font-weight:normal !important;
    /*bottom: 1px;*/
}

input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    font-weight:normal !important;
    margin-top:-1px !important;
}


h3.admin-panel-title
{
    margin-top:10px;
    float:left;width:50%;
}

.bold {
    font-weight:bold;
    line-height:1.5em;
}

/*h2 {
    color:#205081 !important;
}*/

.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
        color: #8394a1 !important;
}

ul.k-tabstrip-items a.k-link
{
    padding: 0.25em 0.92em !important;
    font-size: 14px !important;
}

/*Breadcrumbs styles*/

.page-bar {
    padding: 0;
    /*background-color: #f1f4f7;*/
    /*margin-bottom: 10px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*margin-top:5px;*/
    display:table;
    width:100%;
    /*margin-left:8%;*/
    margin: 0 0 0 0px;
    width:100%;
    /*height: 30px;*/
}

.page-bar .page-breadcrumb {
    display: inline-block;
    float: left;
    padding: 5px 0 8px 0;
    margin: 0;
    list-style: none;
}

.page-bar .page-breadcrumb>li {
    display: inline-block;
}

.page-bar .page-breadcrumb>li>span {
    color: #8394a1;
    font-size: 12px;
    text-shadow: none;
}

.page-bar .page-breadcrumb > li > a {
    color: #337ab7;
    font-size: 12px;
    text-shadow: none;
}

.breadcrumb-arrow {
    vertical-align:middle;
    color:#888;
    font-size:16px;
}


/*end style breadcrumbs*/

#leftNav {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    /*margin-left: -250px;*/
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top:-10px;
    padding-bottom:4em;
}

#wrapper {
    /*padding-left: 200px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#leftnav-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    /*margin-left: -250px;*/
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width:768px) {
    #wrapper {
        padding-left: 250px;
        /*margin-top:4.8em;*/
        margin-top:.7em;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #sidebar-wrapper {
       width: 250px;
    }
    
    #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #page-wrapper {
        position: inherit;
        margin: 0;
        padding: 0 30px 0 0; 
        margin-left: -30px;       
      }
}

.main-content {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;    
    margin-left: 0 !important;  
    float:left; 
    width:100%;  
}

.export-icon {
    font-size:20px;
    color:#8394a1;
    vertical-align:middle;
    margin-top:-2px;
}

.export-label {
    color:#1b232a;
    font-size:12px;
    margin-left:6px;
    margin-top:1px;
}

.box-shadow {
    padding:5px;
}

ul.toolbar span,ul.toolbar a, ul.page-breadcrumb a, ul.page-breadcrumb span {
    font-family: 'Nunito', Verdana, Tahoma,Arial, sans-serif;
}

.title-icon {
    color:rgb(141, 148, 152);
    font-size:32px;
    vertical-align:middle;
    display:inline-block;
    margin-top:-1px;
}

.payment-opt {
    width: 16px;
}

.panel-payment-info {
    padding: 10px 15px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid transparent;
}

.panel-payment-body {
    margin-top:5px;
    /*border-left: 5px solid #bce8f1;*/
    padding: 10px 15px;
    border-top: 1px solid transparent;
    /*border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;*/
}

.row-error {
    background-color:#f2dede;
    color: #a94442;
}

.panel-heading {
    padding: 5px 15px !important;
}

.col {
    float: left;
    width: 340px;
    display: inline;
    overflow: hidden;
    /*margin: 0 30px 0 0;*/
}

.two {
    margin: 0;
    float: left;
    width: 555px;
    overflow: hidden;
    display: inline;
}

.material-icons.foreman-icon
{
    vertical-align:middle;
    color:#6a6866;
    font-size:20px;
    margin-right:8px;
    margin-top:-5px;
}

/*Search text box styles*/

.search-text-input{
    border-top:thin solid  #e5e5e5;
    border-right:thin solid #e5e5e5;
    border-bottom:0;
    border-left:thin solid  #e5e5e5;
    box-shadow:0px 1px 1px 1px #e5e5e5;
    float:left;
    height:27px;
    margin:.8em 0 0 .5em; 
    outline:0;
    padding:.4em 0 .4em .6em; 
    width:130px; 
    border-radius: 4px 4px 4px 4px;
}
  
#button-holder{
    background-color:#f1f1f1;
    border-top:thin solid #e5e5e5;
    box-shadow:1px 1px 1px 1px #e5e5e5;
    cursor:pointer;
    float:left;
    height:27px;
    margin:11px 0 0 0;
    text-align:center;
    width:50px;
}
  
#button-holder img{
    margin:4px;
    width:20px; 
}

#SearchProjectText {
    width:90% !important;
}

/*End of Search text box styles*/

.locked-icon
{
    float: right;
    font-size: 40px;
    margin-right: 10%;
    margin-top: -15px;
    color: #e7e7e7 !important;
}

.group-button {
    margin: 0;
    padding: 5px 14px 4px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}

.alert-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom:5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.k-content {
    background-color:#f1f1f1 !important;
}*/

#leftNav ul.buttons {
    margin: 10px 0 15px 13px;
    padding: 0;
}

#leftNav ul.buttons li.green a.button
{
    background-color: #008081;
}

#leftNav ul.buttons li a.button {
    display: block;
    text-decoration: none;
    width: 160px;
    height: 31px;
    margin: 0 0 8px 0;
    padding: 0 0 0 37px;
    font: bold 12px/30px Arial, sans-serif;
    color: #fff;
    border-radius: 4px;
}

.btn-ico {
    color: #fff;
    float: left;
    max-width: 25px;
    font-size: 22px;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 6px;
}

.k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 1.75em !important;
}

.k-grid-add, .k-grid-delete {
    font-size: 13px !important;
}

.k-i-delete
{
    width:12px !important;
}

a.menu{
    font-size:15px;
}

.dropstart .dropdown-toggle::before{
    content:none !important;
}