/* 
    Document   : style
    Created on : Sep 30, 2014, 9:25:33 AM
    Author     : ahda
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.iqtishadConsulting .container {
    max-width: 960px;
    font-family: 'Raleway', sans-serif;
}

/* Presets Style */

.colorDefault {
    color: #005ab0;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noMarginTop {
    margin-top: 0;
}

.noRadius {
    border-radius: 0;
}

.noPadding {
    padding: 0;
}

.fullWidth {
    width: 100%;
    display: block;
}

.noMargin {
    margin: 0;
}

.bgWhite {
    background: white;
}

.muted {
    color: #999;
}

.noTextDecoration:hover {
    text-decoration: none;
}

.toLeft {
    padding-left: 0;
}

.toRight {
    padding-right: 0;
}

/* Animate */

.zoom:hover {
    -webkit-animation: throb 1.33s ease-in-out infinite;
    animation: throb 1.33s ease-in-out infinite;
}

.swing:hover {
    -moz-animation: 1s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation:swing 1s infinite ease-in-out;
    -webkit-transform-origin:top;
}

.spin:hover {
    -webkit-animation:spin 0.5s linear alternate;
    -moz-animation:spin 0.5s linear alternate;
    animation:spin 0.5s linear alternate;
}

/* Style in Site */

.navTop {
    background: #134891;
    min-height: 20px;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
}

.menuTop {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.menuTop li {
    display: inline-block;
    list-style: none;
}

ul.menuTop li span {
    padding: 8px;
    display: block;
    color: whitesmoke;
    font-size: 12px;
}

ul.menuTop li a {
    padding: 8px;
    display: block;
    color: whitesmoke;
    font-size: 12px;
}

ul.menuTop li a:hover {
    background: #0b3c7c;
    text-decoration: none;
}

.headerSite {
    position: fixed;
    top: 33px;
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -4px #131313;
    -moz-box-shadow: 0 5px 10px -4px #131313;
    box-shadow: 0 5px 10px -4px #131313;
    min-height: 30px;
    z-index: 20;
}

.logoSite {
    padding: 10px 0;
}

.navbarHeader .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbarHeader .navbar {
    border: none;
}

.navbarHeader .navbar-default {
    background: none;
}

.navbarHeader .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    color: #0b3c7c;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #eee;
    transition: background-color 300ms, color 300ms;
    -webkit-transition: background-color 300ms, color 300ms;
    -moz-transition: background-color 300ms, color 300ms;
    -o-transition: background-color 300ms, color 300ms;
}

.navbarHeader .navbar-nav > li:first-child > a {
    border-left: 1px solid #eee;
}

.navbarHeader .navbar-nav > li:hover > a {
    background: #005ab0;
    color: #fff;
}

.navbarHeader .navbar-nav > li:hover > a img {
    -webkit-animation:spin 0.5s linear alternate;
    -moz-animation:spin 0.5s linear alternate;
    animation:spin 0.5s linear alternate;
}

.navbarHeader .navbar-nav > li.active > a {
    background: #E41B13;
    color: #fff;
    font-weight: bold;
}

.iconMenuHeader {
    font-size: 20px;
}

.customDropdown {
    border: none;
}

.contentSite {
    margin-top: 129px;
}

.innerContentSite {
    min-height: 350px;
}

.footerSite {
    min-height: 100px;
    background: #58595B;
}

.innerFooterSite {
    padding: 20px 0;
    color: #fff;
    font-size: 11px;
}

.iconSosmed {
    margin: 10px 0;
}

.iconSosmed a {
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 500px;
    display: inline-block;
    padding: 7px 10px;
    font-size: 20px;
    margin-right: 10px;
}

.iconSosmed a:last-child {
    margin-right: 0;
}

.facebookIcon {
    background: #3B558A;
}

.twitterIcon {
    background: #1F98C7;
}

.googlePlusIcon {
    background: #DF5138;
}

.homePageSite {
    margin: 30px 0;
}

.shortCut {
    background: whitesmoke;
    padding: 20px;
    height: 180px;
    display: block;
}

.shortCut:hover {
    text-decoration: none;
    background: #00ABBD;
}

.shortCut h2 {
    color: #005ab0;
    font-weight: bold;
}

.shortCut p {
    color: #444;
}

.shortCut.active {
    background: #00ABBD;
}

.shortCut.active h2, .shortCut.active p {
    color: #fff;
}

.shortCut:hover h2, .shortCut:hover p {
    color: #fff;
}

.headerTrainingList {
    min-height: 30px;
    background: #58595B;
    position: relative;
}

.iconHead {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 7px 10px;
    color: #fff;
    background: #DF5138;
}

.headerTrainingList h4 {
    padding: 10px 10px 10px 50px;
    color: #fff;
    font-weight: bold;
}

.panelListUpdate {
    margin-top: 30px;
}

.bodyTrainingList {
    min-height: 250px;
    background: whitesmoke;
}

.itemListTraining {
    border-bottom: 1px solid #eee;
}

.itemListTraining a {
    display: block;
    width: 100%;
    padding: 15px 20px;
}

.itemListTraining:last-child {
    border-bottom: none;
}

.itemListTraining a h5 {
    color: #005ab0;
    margin-bottom: 0;
    line-height: 1.4em;
}

.itemListTraining a:hover h5, .itemListTraining a:hover p {
    color: #fff;
}

.itemListTraining a:hover {
    background: #00ABBD;
    color: #fff;
    font-weight: bold;
}

.bitLatest {
    position: relative;
}

.bitLatest:after {
    position: absolute;
    left: 0;
    top: -5px;
    width: 145px;
    height: 5px;
    background: #DF5138;
    content: ' ';
}

.iconIc {
    color: #00ABBD;
}

.itemListBlock {
    margin-bottom: 30px;
}

.itemListBlock:last-child {
    margin-bottom: 0;
}

/* Splash */

#carousel-iqtishad-generic .custInd li {
    position: relative;
}

#carousel-iqtishad-generic .custInd li:hover .hoverInd {
    opacity: 1;
    top: -3.7em;
    visibility: visible;
}

#carousel-iqtishad-generic .custInd li.active .hoverInd {
    left: -3.2em;
}

#carousel-iqtishad-generic .custInd li .hoverInd {
    left: -3.3em;
}

#carousel-iqtishad-generic .custInd li .hoverInd {
    position: absolute;
    top: -5.1em;
    width: 100px;
    padding: 3px;
    border-radius: 3px;
    background: whitesmoke;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.hoverInd:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 10px solid whitesmoke;
    border-left: 10px solid transparent;
    content: '';
    z-index: 999;
}

.hoverInd img {
    width: 100%;
    display: block;
}

.pageSite {
    margin: 30px 0;
}

.thumbContentRead {
    margin-bottom: 20px;
}

.refreshCaptcha {
    cursor: pointer;
}

span.required {
    color: #E41B13;
}

.labelInput {
    margin-top: 5px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 11px;
    font-style: italic;
}

.innerFaq .panel-title > a {
    color: #005ab0;
    display: block;
    width: 100%;
}

.innerFaq .panel-title > a:hover {
    color: #444;
    text-decoration: none;
}

.coverMember {
    position: relative;
}

.coverMember > img {
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
}

.avatarMember {
    position: absolute;
    height: 100px;
    bottom: -50px;
    left: 0;
    right: 0;
}

.avatarMember img {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border: 5px solid #fff;
    width: 110px;
}

.itemMember:hover .avatarMember > a img {
    -webkit-animation:spin 0.5s linear alternate;
    -moz-animation:spin 0.5s linear alternate;
    animation:spin 0.5s linear alternate;
}

.itemMember {
    background: #fff;
}

.itemMember:hover {
    background: whitesmoke;
}

.summaryMember {
    padding: 70px 10px 10px 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.summaryMember a {
    color: #E41B13;
}

.itemListTrainer .row {
    margin-bottom: 20px;
}

.itemListWorkshop {
    padding: 20px;
    background: whitesmoke;
}

.contentListBlock .inItemList {
    margin-bottom: 30px;
}

.contentListBlock .inItemList:last-child {
    margin-bottom: 0;
}

.bottomCountDown {
    float:left;
    width:100%;
    background-color:#58595B;
}

.event-time-box {
    float:left;
}

.event-time-box .countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    position:relative;
    border-right:1px solid #4b4b4b;
}

.event-time-box .countdown-section:before {
    content:'';
    border-left:1px solid #4b4b4b;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

.event-time-box .countdown-amount {
    color:#fff;
    font-size:20px;
    font-weight:100;
    text-align:center;
    display:block;
    width:95px;
    padding:7px 0;
    border-bottom:1px solid #4b4b4b;
}

.event-time-box .countdown-period {
    display: block;
    font-size:14px;
    text-align:center;
    color:#a6a6a6;
    font-weight:500;
    text-transform:uppercase;
    margin:0;
    padding:7px 0;
}

.bottomCountDown a.btn-register {
    float:right;
    padding:5px 10px;
    text-decoration:none;
    font-size:14px;
    font-weight:100;
    line-height:16px;
    color:#000;
    text-transform:uppercase;
    margin:25px 20px 0 0;
    border:2px solid;
    background-color:rgba(0,0,0,0);
    color:#fff;
}

.bottomCountDown a.btn-register:hover {
    border:2px solid #DF5138;
    background-color: rgba(0,0,0,0);
    color:#DF5138;
}

.itemListBlock.itemListWorkshop {
    margin-bottom: 0;
}

.bodyWorkshopItem {
    min-height: 300px;
    border-right: 1px solid whitesmoke;
    border-left: 1px solid whitesmoke;
    padding: 20px;
}

.panel-heading > .panel-title > a:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    color: grey;
    font-size: 11px;
    padding: 4px 0 0 0;
}

.panel-heading > .panel-title > a.collapsed:after {
    content: "\f054";
}

.summaryMember.detailPost {
    text-align: justify;
    padding: 20px;
}

.inDetail .itemMember {
    margin-top: 80px;
}

.inDetail .avatarMember {
    bottom: auto;
    top: -50px;
}

.itemFotoList a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 12px;
}

.itemFotoList a:hover {
    opacity: 0.8;
}

.captionFoto {
    position: absolute;
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px ;
    -moz-border-radius: 0 0 6px 6px ;
    -webkit-border-radius: 0 0 6px 6px ;
    background: rgba(19,72,145,0.3);
}

.itemListFoto .row {
    margin-bottom: 20px;
}

.itemListFoto .row:last-child {
    margin-bottom: 0;
}

.itemContent {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

.itemContent:first-child {
    margin-top: 0;
}

.itemContent:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.bs-example-tabs .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
} 

.itemFrame iframe {
    width: 100% !important;
}

.muted {
    color: #999;
}

.itemLinkTo {
    background: white;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.itemLinkTo a {
    width: 110px;
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 12px;
    margin-left: 40px;
}

.itemLinkTo a:first-child {
    margin-left: 0;
}