/*TABLE PERBANDINGAN */
/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:1.2em;
    font-weight: bold;
}
.my_planTitleSmall {
    font-size:70%;
    font-weight:600;
}
.my_planTitleVerySmall {
    font-size:55%;
    font-weight:600;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2em;   
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
      .vcenter {
        text-align: center !important;
    }
    .logo-comp, .brokerText {
         float : none !important;
    }
    .brokerLogoComp {
        width: 175px  !important;
        margin-bottom: 15px;
    }
 }

.my_featureRow {
   margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(163, 163, 163);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgb(224,234,242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}

/* --- Plan 4 --------------------------- */
.my_plan4 {
    background: rgba(113, 199, 40, 0.38);
}

.my_planHeader.my_plan4 a {
    background: rgb(113, 199, 40);
    color:white;
}

.my_planHeader.my_plan4 {
    background: rgb(113, 199, 40);
    border-bottom: thick solid rgb(83, 163, 15);
}
/* --- Plan 5 --------------------------- */
.my_plan5 {
    background: rgba(206, 82, 53, 0.42);
}

.my_planHeader.my_plan5 a {
    background: rgb(113, 199, 40);
    color:white;
}

.my_planHeader.my_plan5 {
    background: rgba(206, 82, 53, 0.76);
    border-bottom: thick solid rgba(206, 82, 53, 0.76);
}

/* --- Plan 6 --------------------------- */
.my_plan6 {
    background: rgba(194, 168, 22, 0.56);
}

.my_planHeader.my_plan6 a {
    background: rgb(113, 199, 40);
    color:white;
}

.my_planHeader.my_plan6 {
    background: rgba(194, 168, 22, 1);
    border-bottom: thick solid rgba(167, 145, 19, 1);
}
/* --- Plan 7 --------------------------- */
.my_plan7 {
    background: rgba(10, 232, 198, 0.47);
}

.my_planHeader.my_plan7 a {
    background: rgb(43, 57, 32);
    color:white;
}

.my_planHeader.my_plan7 {
    background: rgb(51, 199, 194);
    border-bottom: thick solid rgb(41, 170, 155);
}
.my_planFeature {
    text-align: center;
    padding: 0.25em 0
}
.my_planFeature a {
    text-decoration: underline
}
.my_planFeature i.my_check {
    color: green;
}
.my_planFeature i.my_cross {
    color: red;
}
.one-column-first {
    background-color: #C0C0C0
}
.one-column-second {
    background-color: #E0E0E0;
}

/* Collapse button modification  */
.panel-default>.panel-heading {

    background-color: #dff0d8;
    border-color: #ddd; 
    border-top: 0px;
    border-right:0px;
    border-left:0px;
    padding-left: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #dff0d8;

}
.panel-default {
    border-color: transparent;
}
.panel-group {
    margin-bottom: 2px;
}
/* Grid Broker */
@media only screen and (max-width: 800px) {
  img.logo-broker-compare {
     display: none;
  }
}
@media only screen and (min-width: 801px) {
  .namaBroker {
     display: none;
  }
}


.selectBrokerLabel {
transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
color: #F67638;
text-transform: uppercase;
font-weight: normal
}
.selectBrokerLabel:hover {
    color: #F67638;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(246, 118, 56);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(246, 118, 56);
     cursor: pointer;
}
.selectAcc {
transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
font-weight: normal
}
.selectAcc:hover {
    color: #F67638;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(246, 118, 56);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(246, 118, 56);
     cursor: pointer;
}
.vip {
    color: #FABA03;
}
i.my_check {
    color: green;
}
i.my_cross {
    color: red;
}

/*CSS Broker comparison */
#compare-broker {
    background-color: #fe8c38;
  color: #fff;
    position: fixed;
    bottom: 0;
    padding: 15px 30px;
    z-index: 2000;
}
#compare-broker ul {
  list-style: none;
}
#compare-broker ul li {
}
#compare-broker li{
     display: inline-block;   
    margin: 0px 15px 15px 0;
    font-size: 18px;
    background-color: black;
    padding: 5px 15px 7px 15px;
}
#compare-broker p {
    margin: 15px 15px 15px 0px;
    color: black;
    font-size: 16px;
}

#compare-type {
    background-color: #fe8c38;
  color: #fff;
    position: fixed;
    bottom: 0;
    padding: 15px 30px;
    z-index: 2000;
}
#compare-type ul {
  list-style: none;
}
#compare-type ul li {
}
#compare-type li{
     display: inline-block;   
    margin: 0px 15px 15px 0;
    font-size: 18px;
    background-color: black;
    padding: 5px 15px 7px 15px;
}
#compare-type p {
    margin: 15px 15px 15px 0px;
    color: black;
    font-size: 16px;
}

img.logo-broker-compare {
    width:120px; 
    height: 45px; 
    box-shadow: 2px 2px 5px #818181;
    margin: 5px 0;
}
 
.hideBroker3dan4 {
    display: none;
}
.hideBroker4 {
    display: none;
}

/*FIXED SCROLING*/
.sticky { background: #fff; }
.fixed {
position: fixed;
top: 36px; 
left:0;
width: 100%; 
z-index: 500;
}
.broker-list {
    background-color: #f7f7f7;  
    padding: 15px 15px; 
    margin: 2px 0
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.brokerText {
    padding-left: 25px; 
    float:left; 
    line-height: 1.3;
 }
.logo-comp {
    float:left; 
    margin-top: 10px;
}
.brokerLogoComp {
    width:150px;  
    height: 92px;  
    box-shadow: 2px 2px 5px #818181
}
@media (min-width: 768px) and (max-width: 1024px){
    .brokerLogoComp {
        width:130px; 
    }
}
@media  (max-width: 1024px){ 
    .accTypeBrokers {
        margin : 15px 0;
        }
}
@media (min-width: 320px) and (max-width: 480px) {
    .brokerText {
        padding-left: 0;
        margin-top: 15px;
        float:none; 
        text-align: center;
        }
    .logo-comp {
        float: none;
    }
    .brokerLogoComp {
        margin: 0 auto;
        display: table;
    }
    .accTypeBrokers {
        text-align: center;
    }
    .selected-compare {
        font-size: 80%;
    }
    #compare-broker li{
    font-size: 85%;
    background-color: black;
    padding: 2px 7px;
}
}
.selectedColor {
background-color: #deeadb;
}
.accTypeList li{ 
    display:none;
    }
input[type=submit] {
    border: 1px solid #5cb85c;
    color: #fff;
    background: #5cb85c;
    padding: 10px 20px;
    border-radius: 3px;  
}
    input[type=submit]:hover {
    background: #379537;
    border: 1px solid #379537;
    border-radius: 3px;  
}
    .logo-comparison {
        margin-top: 0px;
    }
    li {
        list-style: none;
    }
    label {
        display: inline-block;
    }        

input[type="checkbox"] {
    margin-right: 0;
}

.no-svg .dropdown-toggle {
padding: 10px 15px;
right: 0;
text-align: center;
width: auto;
}
/*Checkbox modify */
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 5px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
input[type=checkbox]:disabled + label {
    cursor: not-allowed;
}