/** Your theme modifications here **/

.loginerr {
    color: #ff0000;
    font-size: 13px;
    font-style: italic;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: auto;
    padding: 15px;
}

.paddb {
    padding-bottom: 10px;
}

.margt10 {
    margin-top: 10px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(180deg);
    }
}

.srcherror {
    color: #ff0000;
    font-size: 15px;
    height: 90px;
}

.srchcrserror {
    color: #ff0000;
    font-size: 15px;
    height: 120px;
}

.advusersearch {
    width: 375px;
    padding-right: 106px;
}

.advcoursesearch {
    width: 320px;
    padding-right: 0px;
}

.crspadd {
    padding: 15px 10px;
}

.alert_class {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d !important;
}


/* 
Ajax Loader
Absolute Center Spinner 
*/

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Certificate template styles*/

.box-custom {
    margin: auto;
}

.static-input {
    width: 98%;
}

.r-right {
    width: 4px;
    height: 100%;
    float: right;
}

.r-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
}

.r-top {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 2px;
}

.r-left {
    width: 4px;
    height: 100%;
    float: left;
}

.draggable>.fa {
    cursor: pointer;
    padding: 6px;
}

.paper {
    color: black;
    font-size: 12px;
    font-family: sans-serif;
    margin-bottom: 10px;
}

#sizes .box-align {
    color: #ffffff;
    background-color: #a82575;
    border-color: #c74092;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

#sizes p {
    padding: 0px 10px;
    margin: 0 0 12px;
}

#sizes .box-align:hover {
    background-color: #c74092;
    border-color: #a82575;
    cursor: pointer;
}

#pholder .name {
    width: 250px;
    height: 60px;
    background-color: #3498DB;
    margin: 2px;
}

.draggable {
    width: 200px;
    height: 24px;
    background-color: gainsboro;
    position: absolute;
    word-wrap: break-word;
}

.has-error {
    color: #a94442;
}

.typeahead__list {
    height: 140px;
    overflow: scroll;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #a82575;
    border-color: #a82575;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.bootstrap-tagsinput .tag {
    background: #ccc !important;
}

.tt-hint {
    display: none !important;
}

.box {
    padding: 20px 20px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #ccc !important;
}

.img-popup {
    cursor: pointer;
}

.skill-buttons ul li {
    margin: 5px;
}

table.dataTable {
    border-collapse: collapse !important;
}


/*@media screen and (min-width:991px){
  .table-responsive{
    overflow: unset !important;
    width:100% !important;
  }
}*/


/*  course tabs css override */


/*
#coursehometabs .ui-widget-header{
  background:none;
  border: none;
  color: #ffffff;
  font-weight: normal;
}

#coursehometabs  .ui-state-active, #coursehometabs .ui-widget-content .ui-state-active, #coursehometabs  .ui-widget-header .ui-state-active,#coursehometabs   a.ui-button:active,#coursehometabs  .ui-button:active, #coursehometabs  .ui-button.ui-state-active:hover{
  border: none;
  background: none;
}

#coursehometabs.ui-widget.ui-widget-content, #coursehometabs.ui-widget-content{
  border: none;
}
#coursehometabs ul{
  padding: 0 18%;
  display: block;
}
#coursehometabs ul li{
  padding: 0 10px;
}

#coursehometabs .ui-state-default, #coursehometabs .ui-widget-content .ui-state-default,#coursehometabs .ui-widget-header .ui-state-default,#coursehometabs .ui-button{
  border:none;
  background: none;
}
*/

#coursehometabs .input-group-btn {
    font-size: inherit;
}

#coursehometabs .advcoursesearch {
    width: 340px;
    padding-right: 30px;
}

#coursehometabs .col-md-12 h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #555555;
    font-weight: 100;
    text-align: center;
}


/*
#coursehometabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #aec808 none repeat scroll 0 0 !important;
    border: 1px solid #aec808 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}
#coursehometabs  .ui-widget-header {
	border-bottom: 1px solid #dddddd !important;
	background: #fff !important;
	color: #333333;
	font-weight: bold;
}*/


/*

@media screen and (max-width: 1110px){
  #coursehometabs ul{
  padding: 0 2%;
  display: block;
}
#coursehometabs ul li{
  padding: 0;
}
} */

#recordsdisplay {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}