@import url("https://fonts.googleapis.com/css?family=Ubuntu");

.main-login {
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    /*padding: 40px 28px;*/
    padding: 0px 28px;
    display: inline-block;
    width: 100%;
    margin: 35% 0;
}
.main-center{ 	
 	margin:0px auto ;
 	/*max-width: 330px;*/
    max-width: 400px;
}
.admin-footer{margin-top:20px;}
.login-icon{width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #374c92;color:#374c92; padding-top:10px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;}
	.login-icon:hover{background: #374c92; color: #fff;}
.login-icon i{font-size:55px;}
.btn-primary {
    background-color: #374c92;
    border-color: #374c92;
	border:2px solid #374c92;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
/*.btn-primary:hover {background-color: #fff; color: #374c92; font-weight:600}*/
.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #374c92;
    border: 1px solid #374c92;
    border-bottom-color: #374c92;
    cursor: default;
}
.nav-tabs>li>a { padding:15px 20px; color:#374c92; font-weight:500;}
.admin-panel{width:100%; float:left; position:relative;min-height: 60vh}
.side-menu nav{margin-bottom:0;}
.side-menu {
	position:absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
}
.side-menu-container .navbar-nav  li span{width: 20px; text-align: left;}
.side-menu #dropdown .caret {  
    width: auto;
}
.admin-main-container{width:100%;display:block; height:100%; padding:0px 0 30px 0}
.side-panal1 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 280px;
    background:#292828;
    z-index: -5;
}
.for-boder {
    border: 1px solid #ddd;
    /*width: 98%;
    float: left;*/
}

/*
	  ==============================================================
		   New Conference Schedule Wrap Css End
	  ==============================================================
*/

.board{
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
     background-color: #ffffff; 
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs{
    color: #374c92; border: 2px solid #374c92;
}

li.active span.round-tabs{
    background: #fff !important;
    border: 2px solid #374c92;
    color: #374c92;
}



.nav-tabs > li.active > a span.round-tabs{
    background:  #374c92;
}
.nav-tabs > li {
    width:13%;
}
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 41%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #374c92;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 41%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #374c92;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content h3.widget-title{
  color:#374c92;
  margin:0 0 10px 0;
  font-size:20px;
}
.tab-pane{
   position: relative;
padding-top: 10px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}
h3.style_heading {
  border-bottom: 1px dashed #ddd;
  color: #374c92;
  font-size: 17px;
  padding-bottom: 5px;
  margin:0;
}

ul.move_step{list-style: none; margin:20px 0 10px 0; padding:0; float: right;}
ul.move_step li{display: inline-block; margin-left:10px;}
ul.move_step li button.btn_1{font-size: 13px; background:#374c92; color:#fff; font-weight: 600; padding: 9px 20px; font-family: 'Open Sans', sans-serif;}
ul.move_step li button.btn_1:hover{background:#333;}
ul.move_step li a.btn_1{font-size: 13px; background:#374c92; color:#fff; font-weight: 600; padding: 9px 20px; font-family: 'Open Sans', sans-serif;}
ul.move_step li a.btn_1:hover{background:#333;}
ul.move_step li a.btn_2{font-size: 13px; background:#374c92; color:#fff; font-weight: 600; padding: 9px 20px; font-family: 'Open Sans', sans-serif;}
ul.move_step li a.btn_2:hover{background:#333;}

@media( max-width : 800px ){
    
  /*.board {
    width: 90%;
    height:auto !important;
  }*/
  span.round-tabs {
    font-size:16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head{
    font-size:20px;
  }
  .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height:50px;
  }

  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .btn-outline-rounded {
    padding:12px 20px;
  }
}

@media screen and (min-width:320px) and (max-width:360px) {
    span.round-tabs {
    height: 40px;
    line-height: 40px;
    width: 40px;
}

    .nav-tabs > li a {
    height: 40px;
    line-height: 40px;
    width: 30px;
}

    .nav-tabs > li {
    width:14%;
}
    .nav-tabs > li.active {
        margin-left:2px;
  }
}

.abs_preview h2 {
    color: #374c92;
    font-size: 19px;
    font-weight: 600;
}


table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0 0 10px 0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 7px;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
  }

  table th {
    text-transform: capitalize;
    font-size: 13px;
    background: #374c92;
    line-height: 15px;
    color: #fff;
  }
table thead tr {
    border: 1px solid  #374c92;
}
table thead tr th {
    border: 1px solid  #374c92 !important;
}


@media screen and (max-width: 800px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

select {
    width: 100%;
}

input[type="email"], input[type="subject"], input[type="name"], input[type="text"], input[type="password"], input[type="email"], input[type="file"] {
    width: 100%;
}

#loading {
   position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-color:#ccc;
  background-image:url('../../Content/images/ajax-loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  opacity: 0.7;
  filter: alpha(opacity=40); 
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none !important;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Level 2";
    padding-left: 10px;
    background-color: #374c92; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Level 1";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.a_submit_ul {
    line-height: 20px;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.in h1, h2, h3, h4, h5, h6 {
    font-family: Ubuntu;
    font-weight: 700;
    margin-bottom: 10px;
}
.in h1 { font-size: 60px; line-height: 60px; }
.in h2 { font-size: 45px; line-height: 45px; }
.in h3 { font-size: 40px; line-height: 40px; }
.in h4 { font-size: 25px; line-height: 25px; }
.in h5 { font-size: 20px; line-height: 20px; }
.in h6 { font-size: 18px; line-height: 18px; }

.in-inner{
	position: relative;
    background-color: #fbfbfb;
    height: 500px;
    padding: 15px;
    margin-bottom: 20px;
}

.in-inner h5{
	color: #000;
	padding-top: 15px;
}
.in-inner h6{
	font-weight: normal;
    text-align: center;
    font-size: 15px;
    padding-bottom: 1em;
    color: #000;
}

.in-inner p{
	color: #000;
    padding-bottom: 8px;
    line-height: 19px;
}
.in-inner img{
	    width: 175px;
    margin-left: 0px;
    display: block;
    margin: 0 auto;
}
.in h5{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
}
.in_p{
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

.box-content{
	position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee;
    width: 100%;
    padding: 10px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #2973B0;
}

.card{background-color: #fff;;padding: 15px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);border-radius: 4px}
.card.card-faculty{margin-bottom: 20px;background-color:#FFFFFF;min-height: 360px;position:relative;}
.card.card-faculty h5{font-size: 15px;margin: 10px 0 0 ;color: #333;text-align: center}
.card.card-faculty>.image{width: 150px;margin: 0 auto}
.card.card-faculty p{text-align: center;margin-bottom: 0;font-size: 13px;line-height: 18px}