﻿/*
body {
    padding-top: 60px;
    padding-bottom: 40px;
}
*/
.sidebar-nav {
    padding: 9px 0;
}

.field-validation-error
{
    color: #B94A48;
}

/*.form-control
{
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
    width: 100%  !important;
    
}
*/
.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.register-form-align
{
   margin-left:20%;
   margin-right: 20%;
}

.register-form-align-header
{
   margin-left:20%;
   margin-right: 20%;
   padding: 0% 15% 0% 15%;
}


.input-group 
{
    display:inherit !important;
}


/*
    Profile Styles
*/

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{
    margin-top:20px;
}


/*
   End of Profile Styles
*/

.panel-default > .panel-heading-memberprofile {
    background-color: #357EC7 !important;
    color: #fff !important;
    /* text-align: center !important; */
}

.panel-default > .panel-heading-membercompany {
    background-color: #307D7E !important;
    color: #fff !important;
    /* text-align: center !important; */
}

.panel-default > .panel-heading-result {
    background-color: #B6B6B4 !important;
    color: #fff !important;
    /* text-align: center !important; */
}


/*** http://stackoverflow.com/questions/11468130/twitter-bootstrap-integration-to-asp-net-mvc-validation ****/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}



.multi-line { height:5em; width:5em; }



.panel > .panel-heading > .panel-title > a {
  text-decoration: none;
}
.pdsa-panel-toggle {
  float: right;
  cursor: pointer;
}

.textarea-control 
{
    max-width: 100% !important;
    width: 100% !important; 
    min-height:120% !important;
}


/* Video element style */

video {
  width: 307px;
  height: 250px;
  background: rgba(255,255,255,0.5);
  border: 1px solid #ccc;
}
.grayscale {
  +filter: grayscale(1);
}
.sepia {
  +filter: sepia(1);
}
.blur {
  +filter: blur(3px);
}

/* Model Style */
.close {
    color: #000000 !important; 
    opacity: 1 !important;
}
.modal-content {
  background-color: #0480be !important;
}
.modal-body {
  background-color: #fff !important;
}

.modal-header {
   background:#B6B6B4;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}

/*56A5EC*/
/*E5E4E2*/

/*79BAEC*/
.modal-footer {
   background:#B6B6B4 !important;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}

.modal-header-alrt {
   background:#F5F5DC;
}

.modal-footer-alrt {
   background:#F5F5DC !important;
}

/*
#DisclaimerModal .modal-content
{
  height:200px;
  overflow:auto;
}
*/

/* div border */

/* New Feed Style */

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

/* end of New Feed Style */


/* set panel size equal */
.equal, .equal > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
    min-height:400px;
    max-width:100%;
}

.logo-img{
width: 300px;
margin: 0 auto;
}


/*-----------Loader start-------------------*/
 .sk-cube-grid {
  width: 50px;
  height: 50px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #2A70E2;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.loading-bg{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3000;
	text-align: center;			
}

.loading-bg .vr-algn{
	margin-top: 20%;
}
.dis-none{
    display:none;
}
/*-----------Loader end-------------------*/