/* General */

body {
    padding-top: 90px;
    padding-bottom: 40px;
}

.loginfailed {
     text-align: center;
	 width: 256px; 
	 border-color: #0044CC; 
	 border-style: double;
	 background: white;
}

.center {
    text-align: center;
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-header-custom {
    margin-bottom: 18px;
}

.page-header-custom h2 {
    margin-bottom: 10px;
}

.ui-dialog .ui-dialog-titlebar {
    padding-left: 5px;
}

/* End General */

/* Menu */

.navbar .container-fluid {
    height: 75px;
}

.navbar .brand {
    padding-top: 15px;
}

.navbar .brand img {
    height: 45px;
}

.navbar li a {
    font-size: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
}

.navbar li a:hover {
    color: #FFFFFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

[class^="nav-icon-"], [class*=" nav-icon-"] {
    line-height: 14px;
    vertical-align: text-top;
}

.navbar #primary-nav {
    margin-left: 10px;
}

.navbar #primary-nav > li > a {
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
}

.navbar #primary-nav > li > a > i {
    display: inline-block;
    width: 28px;
    height: 25px;
}

.navbar #primary-nav > li > a > span {
    display: block;
}

.navbar #primary-nav > li > a > i.archive {
    background: url('../img/archive.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.faculty {
    background: url('../img/faculty.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.department {
    background: url('../img/department.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.semester {
    background: url('../img/semester.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.day {
    background: url('../img/day.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.begintime {
    background: url('../img/begintime.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.endtime {
    background: url('../img/endtime.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.status {
    background: url('../img/status.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.degree {
    background: url('../img/degree.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.users {
    background: url('../img/users.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.classroom {
    background: url('../img/classroom.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.lesson {
    background: url('../img/lesson.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.timetable {
    background: url('../img/timetable.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.opened {
    background: url('../img/opened.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.closed {
    background: url('../img/closed.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-1 {
    background: url('../img/nav-icon.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-9 {
    background: url('../img/nav-icoo.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-10 {
    background: url('../img/nav-icop.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-11 {
    background: url('../img/nav-icoq.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-12 {
    background: url('../img/nav-icor.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-13 {
    background: url('http://wbpreview.com/previews/WB01PF84M/assets/app/img/nav-icon-13.png') no-repeat top center;
}

.navbar #primary-nav > li > a > i.nav-icon-14 {
    background: url('http://wbpreview.com/previews/WB01PF84M/assets/app/img/nav-icon-14.png') no-repeat top center;
}

.navbar #secondary-nav > li > a {
    padding-top: 28px;
}

/* End Menu */

/* main */
.opened {
	padding-left: 25px;
	background: url('../img/opened.png') no-repeat top center;
}

.closed  {
	padding-left: 25px;
	background: url('../img/closed.png') no-repeat top center;
}

/* end main */

/* Subnav */
.subnav {
    width: 100%;
    height: 36px;
    padding: 10px 10px 0px;
    background-color: #eeeeee;
 /* Old browsers */
    background-repeat: repeat-x;
 /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
 /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
 /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
 /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
 /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
 /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
 /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
 /* W3C */
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subnav .nav {
    margin-bottom: 0;
}

.subnav .nav > li > a {
    color: #333333;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
    padding-left: 13px;
    color: #777;
    background-color: #e9e9e9;
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
    border-top-color: #777;
}

.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
    border-left: 0;
    padding-left: 12px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.subnav .nav > li:last-child > a {
    border-right: 0;
}

.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* End Subnav */

/* Login Form */

#login-page {
    background: #38393B url(../img/linen-bg.jpg) repeat;
}

#login .row.logo {
    padding-top: 100px;
}

#login input[type=text], #login input[type=password] {
    width: 219px;
}

#login .well {
    background: none;
    border: none;
    box-shadow: none;
}

/* End Login Form */

/* Dashboard */

#columns .column {
    float: left;
    width: 33.3%;
 /* Min-height: */
    min-height: 400px;
    height: auto !important;
}

#columns #widget1 .widget {
    margin-right: 10px;
}

#columns #widget2 .widget {
    margin-left: 10px;
    margin-right: 10px;
}

#columns #widget3 .widget {
    margin-left: 10px;
}

#columns .widget {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #DDDDDD;
}

#columns .widget .widget-head {
    overflow: hidden;
    background-color: #F0F0F0;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

#columns .widget .widget-head span {
    color: #0088CC;
    text-shadow: #fff 0 1px;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
    white-space: nowrap;
    float: left;
}

#columns .widget .widget-content {
    padding: 0px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
}

#columns .widget .widget-iframe {
    width: 100%;
    height: 180px;
    border: none;
}

.widget-head a.remove {
    float: right;
    display: inline;
    background: url(buttons0.png) no-repeat -20px 0;
    width: 12px;
    height: 12px;
    margin: 6px 1px 4px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.edit {
    float: right;
    display: inline;
    background: url(buttons0.png) no-repeat -3px 0;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    margin: 6px 6px 4px 4px;
    outline: none;
}

.widget-head a.collapse {
    float: left;
    display: inline;
    background: url(buttons0.png) no-repeat -48px 0;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    margin: 6px -3px 4px 7px;
    outline: none;
}

.widget-placeholder {
    border: 2px dashed #777;
    margin: 18px 8px 0px 8px;
}

.collapsed .widget-head a.collapse {
    background-position: -34px 0;
}

.collapsed .widget-content {
    display: none !important;
}
/* End Dashboard */
 
/* Table */

table.t_example {
    background-color: #dbe7f8;
    border-collapse: collapse;
    border: solid;
    border-color: #A39C9A;
    border-width: thin;
 }
 
 .t_example tr {
 /*background-color: #b7d2f2;*/
 }
 
 .t_example th {
  background-color: #b7d2f2;
 }
 
 .t_example td { 
    border: thin;
    border-color: #A39C9A;
    border-top-style: solid;
    border-left-style: solid;
    display: table-cell;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    vertical-align: inherit;
 }
 
 table.t_ara {
    border: solid;
    border-color: #A39C9A;
    border-width: thin;
 }
 
 .t_ara tr {
  background-color: #b7d2f2;
 }
 
 .t_ara td { 
    border: thin;
    border-color: #b7d2f2;
    border-top-style: solid;
    background-color: #dbe7f8;
    display: table-cell;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    text-align: center;
    vertical-align: top;
 }
