

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    /*min-width: 768px !important;*/
}

body {
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 979px) {
    body {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

/* BOF - COMMON */
.breadcrumb .active {
    margin-right: 5px;
}
.breadcrumb .active:after {
    content: " /";
}
.breadcrumb .active:last-child:after {
    content: "";
}
/* EOF - COMMON */

/* BOF - REDACTOR */
.redactor_span8 {
    float: none;
}
.redactor_box + .help-block {
    margin-top: 10px;
}
.redactor_box textarea {
    width: 100%;
}
/* EOF - REDACTOR */

/* BOF - CRUD */
.crud-header {}
.crud-header h1 { 
    font-size: 2em;
    line-height: 1;
    margin: 0;
}
.crud-header .buttons {
    text-align: right;
}
.crud-grid, .crud-form {
    margin-top: 15px;
}
.crud-form .form-info {
    margin-bottom: 30px;
}
.crud-form .control-group {
    position: relative;
}
.crud-form .alert-help {
    padding-left: 180px;
    z-index: -1;
    /*position: relative;*/
    margin-top: -25px;
    margin-bottom: 20px;
}
.crud-form .control-group .alert-help {
    padding-left: 0;
    margin-top: -3px !important;
}
.crud-form .alert-help .span5 {
    margin-left: 0;    
}
.crud-form .alert-help .alert {
    margin: 0;    
    font-size: 12px;
    padding: 5px 10px 4px;
}
.crud-form .control-group .alert-help + .help-block {
    margin-top: 10px;
}
@media (max-width: 480px) {
    .crud-form .alert-help {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .crud-header h1 {
        margin: 5px 0;
    }
    .crud-header .buttons {
        text-align: left;
        margin: 5px 0;
    }    
}
/* EOF - CRUD */

/* BOF - SELECT2 */
.select2-container.span5 {
    float: none !important;
    margin: 0 !important;
}
.select2-input {
    border: none !important;
    box-shadow: none !important;
}
/* EOF - SELECT2 */

/* bof -product crud */
.control-group.-content-full .controls { margin-left: 0; }
.control-group.-content-full .control-label { float: none; text-align: left; margin-bottom: 10px; }
.control-group.-without-label .control-label { display: none; }
.control-group.-content-full .redactor_editor,
.control-group.-content .redactor_editor { min-height: 600px; }
.control-group.-content-half .redactor_editor { min-height: 300px; }
.control-group.-readonly .controls label { padding-top: 5px; margin-bottom: 0; }
/* eof -product crud */

/* BOF - TOOLTIP */
a.css-tooltip {
    outline:none; 
    cursor: pointer;
} 
a.css-tooltip strong {
    line-height:30px;
} 
a.css-tooltip:hover {
    text-decoration:none;
} 
a.css-tooltip span { 
    z-index:10;
    display:none; 
    padding:5px; 
    margin-top:-50px; 
    margin-left:10px;    
    line-height:16px; 
} 
a.css-tooltip:hover span{ 
    display:inline; 
    position:absolute; 
    color:#111; 
    border: 1px solid rgba(0, 0, 0, 0.03);
    /*border:1px solid #DCA;*/ 
    /*background:#fffAF0;*/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
} 
.callout {
    z-index:20;
    position:absolute;
    top:30px;
    border:0;
    left:-12px;
} 
/*CSS3 extras*/
a.css-tooltip span { 
    border-radius:4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-box-shadow: 5px 5px 8px #CCC; 
    -webkit-box-shadow: 5px 5px 8px #CCC; 
    box-shadow: 5px 5px 8px #CCC;
}
/* EOF - TOOLTIP */

.capitalize a
{
    /*text-transform: capitalize;*/
}

.redactor_span5 {
    float: none !important;
}

.contentbox {
    min-height: 300px;
}
.template-download
{
    display: none;
}
table.items td.border-right
{
    border-right: 1px solid #ccc;
}
table.items td.border-left
{
    border-left: 1px solid #ccc;
}

#user-grid th a, #user-grid th
{
    font-size:13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
td.thin-column
{
    width: 30px;
    text-align: right;
    padding: 0 20px 0 0;
}
td.button-column-custom
{
    text-align: right;
    padding-right: 0;
    width: 100px;
}
td.button-column-custom span
{
    cursor: pointer;    
}

.change-pagesize
{
    width: 68px;
    margin-top: 9px;
    margin-left: 10px;
}
p.text-hint
{
    color:#333;
    margin: 15px 0 0 0px;
}
tr.row-vip td {
    background: #ccff99;
}
tr.row-vip.selected td {
    background: #dcffa9 !important;
}
.dates{
    font-weight: 700;
    margin: 24px 0;
}
.expor-order-form .btn{
    background: #cc373e;
}
.text-label{
    color: #333;
    font-size: 13px;
    font-weight: 700;
}
input#user_id.user-uid-input{
    margin-bottom: 0;
}
.course-added-users thead{
    display: none;
}



@media (max-width: 480px) {
div.login-box {
    width: 100%;
}
.dropdown-backdrop {
    display: none;
}
}