﻿

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0.1px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container2 h2 {
    text-align: center;
    font-size: 1.2em;
    font-family: roboto;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


/* the following is custom for BigFive */
label,
.label {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;

  /*display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;*/
}

.pad0{
	padding:0px;
}

.pad5{
	padding:5px;
}

.pad10
{
	padding:10px;
}

.pad15
{
	padding:15px;
}

.padl0{
	padding-left:0px;
}

.padl5{
	padding-left:5px;
}

.padl10
{
	padding-left:10px;
}

.padl15
{
	padding-left:15px;
}

.top0{
    margin-top:0px;
}

.top5{
    margin-top:5px;
}

.top10
{
    margin-top:10px;
}

.top15
{
    margin-top:15px;
}

.top20
{
    margin-top:20px;
}

.k-button {
    width: auto;
}

.k-textbox {
	width: 100%;
}

.k-datepicker {
	width: 100%;
}

.k-dropdownlist {
    width: 100%;
}

.k-dropdown {
    width: 100%;
}

.k-numerictextbox {
	width: 100%;
}

.checkboxlabel {
	padding-top: 0px;
	vertical-align: middle;
	text-align:right;
	margin-bottom:0px;
}

.leftalign {
	text-align:left;
}

.k-checkbox-label:before {
	top:0;
}
.center-nopad {
	padding: 0;
	align-content:center;
	text-align:center;
}
@media (min-width: 1400px) {
  .container {
    width: 1380px;
  }
}

/*This styling is for DevExpress Memos.  Modeled on the bootstrap form-control*/
.dxeMemo {
    border: none;
}

.dxeMemoEditArea {
    margin: 0;
    font: inherit;
    color: inherit;
    height:auto;
    resize:vertical;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.mesh-section {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 5px 7px;
}


/* Bootstrap tab grid fix */
.boxFix *,
.boxFix *::before,
.boxFix *::after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.k-dropdown-wrap .k-input {
    height: auto;
}

.Margin-Fix {
    margin-right: 20px;
}



.item {
    margin: 15px;
    padding: 0 10px 0 0;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    font-size: 1.3em;
    line-height: 2.5em;
}

.handler {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    border-radius: 3px 0 0 3px;
    /*background: url('@Url.Content("~/Icons/handle.png")') no-repeat 50% 50% #ccc;*/
}

.handler:hover {
    background-color: #bec1c6;  
}

.placeholder {
    width: 298px;
    border: 1px solid #7a7c7f;
}

.hint {
    border: 2px solid #7a7c7f;
    border-radius: 6px;
}

.hint .handler {
    background-color: #7a7c7f;  
}

#tabStrip1 > .k-tabstrip-items
{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 14px;
    height: 14px;
    padding: 8px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    font-weight: bold;
    font: 16px Arial, sans-serif;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*
.k-widget * {
    box-sizing: border-box;
    
}

.k-tabstrip .k-content {
     min-height: 60vh;
}
*/
.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}
.demo-section .k-button {
    width: 250px;
}

.k-notification {
    border: 0;
}


/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}
.new-mail {
    width: 300px;
    height: 100px;
}
.new-mail h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}
.new-mail img {
    float: left;
    margin: 30px 15px 30px 30px;
}

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,1);
    color: #ffffff;
}
.wrong-pass {
    width: 300px;
    height: 100px;
}
.wrong-pass h3 {
    font-size: 1.3em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.wrong-pass img {
    float: left;
    margin: 30px 15px 30px 30px;
}

/* Success template */
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}
.upload-success {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}
.upload-success h3 {
    font-size: 1.7em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.upload-success img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

fieldset {
     /*border: thin solid #666;*/
    }
legend {
        color: #FFF;
        background: #666;
        font-size: 1.5em;
        padding: -5px;
        border: none;

    }

/* modify the container you created to be a set width-height */
#MainCompanyImage{
    max-width: 190px;
    text-align: center;
  overflow: hidden; /* essential, hides the overflow from the image */
}

#MainCompanyImage img{
  /* makes image 100% width of the container */
  position: center; /* allows movement inside the container */
      /* OPTIONAL: use this to adjust where the 'center' starts */
      /* only useful on images that will be clipped */
}
/*.k-grid .k-grid-edit
{
    background-position: 0 0 ;
    background: url('@Url.Content("~/Content/icons/edit.png")');
}

.k-grid .k-grid-add
{
    background-position: 0 0 ;
    background: url('@Url.Content("~/Content/icons/add.png")');
}

.k-grid .k-grid-delete
{
    background-position: 0 0 ;
    background: url('@Url.Content("~/Content/icons/delete.png")');
}
.k-grid .k-grid-update
{
    background-position: 0 0 ;
    background: url('@Url.Content("~/Content/icons/ok.png")');

}*/

.ManagerBorder {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    left: 20px;
    min-height: 100px;
    border-radius: 15px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px;
}

    .list li {
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
    }

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}


.nav-tabs {
    list-style-type: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

    .nav-tabs > li > a {
        color: black;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow-x: auto;
        overflow-y: auto;
    }

    .nav-tabs > li {
        display: inline;
        white-space: nowrap;
    }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: white;
            background-color: #177bba;
        }

.block label {
    display: block;
    text-align: left;
}


.ultab {
    list-style-type: none;
    margin: auto;
    overflow-x: hidden;
    white-space: nowrap;
}

.litab {
    display: inline-block;
}

.box {
    width: 100%;
    margin: 30px 0;
    overflow: auto;
    position: relative;
}

footer {
    background: #fff;
    padding: 1px 0;
    width: 100%;
    position: fixed;
    height: 50px;
    text-align: center;
}