/*.page-content {
  margin-left: 0px;
}*/

.page-header {

  padding-top: 15px;

}

.page-body {

  padding: 15px;
}

.page-view {
  min-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;

  -webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, .3);
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, .3);
}

.nav-tabs > li.active > a, .nav-tabs > li > a, .nav-tabs > li > a:focus {
  z-index: 0;
}

/** view animation index.html -  start **/

.view-slide-in.ng-enter {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;

  opacity: 0.5;
  position: relative;
  opacity: 0;
  top: 0px;
  left: 20px;
}

.view-slide-in.ng-enter {
  opacity: 0;
}

.view-slide-in.ng-enter.ng-enter-active {
  top: 0;
  left: 0;
  opacity: 1;
}

.view-slide-in.ng-leave.ng-leave-active {
  top: 0;
  left: 5px;
  opacity: 1;
}

.view-slide-in.ng-leave {
  top: 0;
  left: 0;
  opacity: 0;
}

/** view animation index.html -  end **/

img.main-file-loader {
  position: absolute;
  padding-left: 42% !important;
  padding-top: 18% !important;
}

/** used in headerbar.html*/

.header-dropdown li a {
  font-size: 14px !important;
  color: #2dc3e8;
  border-bottom: 1px solid lightgray;
}

.menubar-img {
  /* height: 50px; width:95px;*/
  height: 40px;
}

/** Start of  menubar.html*/

.ultimo-main-menu {
  background-color: white;
  font-size: 15px;

}

.ultimo-main-menu a {
  font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
}

/** end of menubar.html*/

/** responsive view menubar.html -  start **/

.responsive-moduleName {

  display: none;
  text-align: center;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .responsive-moduleName {
    display: block;
  }
}

/** responsive view  menubar.html -  end **/

/** used in menubar.html*/

.animate-show-hide {
  padding: 10px;
  border: 1px solid black;
  background: white;
}

.animate-show-hide {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

/*for login screen logo*/
.logo-align {
  padding-left: 24%;
  padding-top: 5%;
}

/*for login screen logo*/

/*textbox size modify*/
.text-size {
  width: 50%;
}

/*textbox size modify*/

/*Leave Details*/
.leaveBoxSize {
  width: 50px;
}

/*Leave Details*/

/** hide s browser default spinner **/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/** headerbar login area avatar **/

.login-area .avatar {

  border-left: none !important;
}

/** date picker changed**/
.customdate + ul.dropdown-menu .btn-default {
  border-width: 0;
  box-shadow: none;
}

.customdate + ul.dropdown-menu table:focus {

  outline: none;
}

/** input type color  ovverride from beyond admin css by safi **/

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] {

  color: black;

}

/** remove button Css for all employeeinfo tabs **/

.remove-btn {
  position: relative;
  top: 6px;
  height: 24px;
  width: 24px;
  padding: 0px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #e5e5e5;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  border: 2px solid #fff;
  color: white;
}

.addMoreBtn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  /*top:-42px !important;*/
  left: 40px
}

.rounded {
  border-radius: 50px
}

.adds-btn {
  position: relative;
  top: 6px;

  height: 24px;
  width: 24px;
  padding: 0px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #006AC3;

  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  border: 2px solid #fff;
  color: white;
}

/*used in addmore btn for employeeScreens*/

.add-more-btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  /*top:-42px !important;*/
  left: 40px;
  /*position: relative;*/
  top: 6px;
  height: 24px;
  width: 24px;
  padding: 0px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #006AC3;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  border: 2px solid #fff;
  color: white;
}

/** used in menubar.html*/

@media screen and (max-width: 768px) {
  .navbar-nav .menubar-logo {
    display: none;
  }

  .page-body {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 768px) {
  .logo-collapsed {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .responsive-moduleName {
    display: block;
  }
}

/** remove button responsive view **/

@media screen and (max-width: 768px) {
  .remove-btn {
    position: relative;
    top: 0px;
  }
}

.input-score {
  margin-left: 12px; /* education form in score input field*/
}

.img-round {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.form-control-feedback {

  margin-right: 5px;
}

table {

  clear: both;
}

.add-plus {
  padding-top: 1.5px; /* all add more icon */
  padding-left: 1px;
}

/* start employee list */
.employee-padding {
  padding: 6px;
}

.employee-border {
  border-radius: 5px;
  width: 380px;
}

.employee-margin {
  margin-top: 20px;
}

/** Used in employeeList Import **/

.invalid-import-cell {
  background: #fff0f0;
  border: 2px solid #A90329 !important;
  color: red;
}
.invalid-import1-cell {
  background: #fff0f0;
  border: 2px solid #A90329 !important;
  color: red;
}
.import-template-msg {
  clear: both;
  font-weight: bold;
  color: #284CA6;
  font-size: 13px;
  padding: 20px 0;
}

.smart-form .input-file .button input {

  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  width: 200px;
}

.smart-form .input-file .import-button {

  height: auto;
  padding: 7px 12px;
  opacity: 1;
  top: 0;
  line-height: normal;
  font-weight: bold;
  border: 1px solid #304369;
  color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  right: 4px;
  margin: 0;
  font-size: 13px;
}

.smart-form .btn {
  display: none !important;
}

.import-btn-div {
  width: 120px;
}

.employee-filter {
  padding: 4px;
}

.all-btn {
  margin-left: 30px;
}

.employee-type {
  margin-bottom: 20px;
}

.payhead-radio {
  margin-left: 30px;
  margin-bottom: 20px;
}

.tab-content.tabs-flat.branchView {
  -webkit-box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0px !important;
  border-top: 0px solid white !important;
}

.tab-content.tabs-flat.branchViews {
  -webkit-box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0px !important;
 
}

.pay-config {
  margin-left: 200px;
}

.grade-salary {

  margin-left: 18px;
}

.payhead-list {

  margin-left: 350px;
}

.intl-tel-input {
  position: relative;
  display: block !important;
}

table.dataTable thead th, table.dataTable thead td{
  border-collapse: collapse;
  padding: 10px 5px;
}

.dataTable  .border-template>tr>th, .border-template {
  border-color: #005CA9 !important;
  border-bottom: 2px solid #5DB2FF;
  border-collapse: collapse;
}
.glyphicon-calendar.blue{
  cursor: pointer;
}

.othercomponent-add{
  padding-left: 14px
}

.calendar{
  cursor: pointer;
}

.customRed{
  color:#A94442 !important;
}

.intl-tel-input .country-list {
  z-index: 999 !important;
}



/* - */

.roundOne{
  text-align:center;
}
.roundOne .holder{
  height:230px;
  margin: 20px 0;
}
.roundOne .circle{
  height:230px;
}
.roundOne .sepOk{
  height: 2px;
  background: #72a05e none repeat scroll 0% 0%;
  margin-top: 116px;
  margin-bottom: 110px;
}

.roundOne .sep{
  height: 2px;
  background:gray none repeat scroll 0% 0%;
  margin-top: 116px;
  margin-bottom: 110px;
}

.roundOne .statusBoxOk{
  width: 50px;
  height: 50px;
  background: #72a05e none repeat scroll 0% 0%;
  border-radius: 25px;
  text-align: center;
  margin: 0px auto;
  padding-top: 10px;
  font-size: 25px;
}

.roundOne .statusBox{
  width: 50px;
  height: 50px;
  background:gray none repeat scroll 0% 0%;
  border-radius: 25px;
  text-align: center;
  margin: 0px auto;
  padding-top: 10px;
  font-size: 25px;
}

.roundOne .downSepOk{
  width: 2px;
  background: #72a05e none repeat scroll 0% 0%;
  margin: 0px auto;
  height: 15px;
}

.roundOne .downSep{
  width: 2px;
  background:gray none repeat scroll 0% 0%;
  margin: 0px auto;
  height: 15px;
}

.circleName{
  height: 100px;
  background:gray  none repeat scroll 0% 0%;
  margin: 0px auto;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  /*width: 50%;*/
}

.circleNameOk{
  height: 100px;
  background: #72a05e none repeat scroll 0% 0%;
  margin: 0px auto;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
}

.by{
  min-height: 30px;
  max-height: 100px;
  background:gray none repeat scroll 0% 0%;
  border-radius: 3px;
  width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0px auto;
  padding: 5px 0px ;

}

.byOk{
  min-height: 30px;
  max-height: 100px;
  background: #72a05e none repeat scroll 0% 0%;
  border-radius: 3px;
  width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0px auto;
  padding: 5px 0px ;

}

.gap .miniCircleOk{
  height: 40px;
  background: #72a05e none repeat scroll 0% 0%;
  border-radius: 3px;
  margin-top: 95px;
  margin-bottom: 65px;
  width: 80%;
  float: left;
  padding-top:10px;
}

.gap .miniCircle{
  height: 40px;
  background:gray none repeat scroll 0% 0%;
  border-radius: 3px;
  margin-top: 95px;
  margin-bottom: 65px;
  width: 80%;
  float: left;
  padding-top:10px;
}

.gap .miniSepOk{
  height: 2px;
  background: #72a05e none repeat scroll 0% 0%;
  margin-top: 116px;
  width: 20%;
  float: left;
}


.gap .miniSep{
  height: 2px;
  background:gray none repeat scroll 0% 0%;
  margin-top: 116px;
  width: 20%;
  float: left;
}

.badge-green{
  background: #72a05e none repeat scroll 0% 0%;
}

.badge-customGray{
  background:gray none repeat scroll 0% 0%;
}
