/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 16, 2014, 1:33:49 PM
    Author     : duongca
*/

/*----- Tabs -----*/
#iwc .tabs {
    width:100%;
    display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
#iwc .tab-links:after {
    display:block;
    clear:both;
    content:'';
}

#iwc .tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
}

#iwc .tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#7FB5DA;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

#iwc .tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}

#iwc li.active a, #iwc li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}

/*----- Content of Tabs -----*/
#iwc .tab-content {
    padding:15px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
}

#iwc .tab {
    display:none;
}

#iwc .tab.active {
    display:block;
}

/*Message*/
#iwc .bt-message {
    border: 1px solid;
    border-left: solid 4px;
    margin: 15px 0px !important;
    padding: 10px !important;
}
#iwc .bt-message .message-text{
    margin-left: 35px;
}

#iwc .bt-message.success {
    border-color: #1e6a8d;
    background: url('../images/success.png') no-repeat 10px center #a7cce5;
}
#iwc .bt-message.error {
    border-color: #dd3d36;
    background: url('../images/error.png') no-repeat 10px center #F2DEDE;
}
#iwc .bt-message.notice {
    border-color: #c0cd7b;
    background: url('../images/notice.png') no-repeat 10px center #fff9c0;
}

/*End message style*/

/*Start form style*/
#iwc h3.header-text{
    text-transform: uppercase;
}

#iwc .control-group {
    margin-bottom: 10px;
    position: relative;
}

#iwc .control-group .label {
    float: left;
    font-weight: bold;
    max-width: 300px;
    min-width: 200px;
    width: 30%;
}

.control-group .control {
    float: left;
    min-width: 300px;
    width: 70%;
}

#iwc .control-group select, #iwc .control-group input{
    min-width: 200px;
}


/*FE*/
#iwc .bt-courses-filterable-filter {
    color: #FFF;
}
#iwc .bt-courses-filterable-filter ul {
    padding: 0;
    margin: 0 !important;
    display: inline;
}
#iwc .bt-courses-filterable-filter li {
    cursor: pointer;
    display: table-cell;
    padding: 1