﻿
/*prepaid-postpaid start*/


.pre-post-paid {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 25px 20px;
    position: relative;
    font-family: 'tele-groteskhalregular';
}

    .pre-post-paid .form-control {
        display: inline-block;
        width: 23%;
        height: 30px;
    }


    .pre-post-paid span {
        padding-right: 15px;
   
    }


    .pre-post-paid .magenta-btn {
        float: right;
        height: 30px;
        padding-top: 1px !important;
        font-size: 15px;
    }



        .pre-post-paid .magenta-btn:hover {
            /* background: #C50065 !important; */
            color: #ffffff;
            background: #cc0069;
            background: -moz-linear-gradient(top, #cc0069 0%, #e20074 50%, #ff339c 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0069), color-stop(50%,#e20074), color-stop(100%,#ff339c));
            background: -webkit-linear-gradient(top, #cc0069 0%,#e20074 50%,#ff339c 100%);
            background: -o-linear-gradient(top, #cc0069 0%,#e20074 50%,#ff339c 100%);
            background: -ms-linear-gradient(top, #cc0069 0%,#e20074 50%,#ff339c 100%);
            background: linear-gradient(to bottom, #cc0069 0%,#e20074 50%,#ff339c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0069', endColorstr='#ff339c',GradientType=0 );
        }

    .pre-post-paid .pl-20 {
        padding-left: 20px;
    }



    .pre-post-paid .validationMessage {
   position: absolute;
    top: 65px;
      left: 365px;
    font-size: 12px;
    }
	
	.pre-post-paid .validationMessage:nth-of-type(2){
   position: absolute;
    top: 65px;
	left: 105px;
  
    font-size: 12px;
    }

	.pre-post-paid-form
	{
	height: 85px;
	}

    .pre-post-paid-form * {
    display: block;
    float: left;
    line-height: 25px;
}

	
	
    .pre-post-paid .warning-message-p, .pre-post-paid .warning-message-p2 {
        margin-top: 10px;
        padding: 10px;
    }

        .pre-post-paid .warning-message-p img, .pre-post-paid .warning-message-p2 img {
            float: left;
            padding-right: 10px;
        }

        .pre-post-paid .warning-message-p span {
            margin-left: 35px;
            line-height: 1;
            background-color: #ecb26c;
            color: white;
            border: 0px;
            border-radius: 5px;
            padding: 10px;
            display: block;
            margin-top: -10px;
            width:50%
        }

.pre-post-paid .mag1-qmark {
    display: inline-block;
    padding-left: 10px;
    margin-top: 5px;
}


.pre-post-paid .mag1-qmark img {
    width: 20px;
}

.pre-post-paid .warning-message-p2 span {
    margin-left: 35px;
    line-height: 1;
    background-color: #bbbd5a;
    color: white;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
    display: block;
    margin-top: -5px;
    width:50%;
}

.baloon{   
    position: absolute;
    width: 150px;
    background: #404040;
    padding: 15px 10px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-top: 30px;
    opacity: 0;
    color: white;
    transition: all ease-in 0.3s;
    border: 1px solid #404040;
    border-radius: 5px;
    z-index: 99;
	}

	.mag1-qmark:hover .baloon{
	opacity:1;
	}
	
.baloon:after{
       content: " ";
    display: block;
    clear: both;
    background: #404040 !important;
    /* background: black; */
    border: 2px solid #404040;
    border: 0 solid #404040 !important;
    color: white !important;
    border: 1px solid #404040 !important;
    content: "";
    position: absolute;
    left: 20px;
    top: -5px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index:999;
}


@media (max-width: 767px) {



    .pre-post-paid .form-control {
        display: inline-block;
        width: 85%;
        margin: 10px 0;
    }

    .pre-post-paid .magenta-btn {
        float: left;
        margin-top: 20px;
    }

    .pre-post-paid .pl-20 {
        padding-left: 0px;
    }


    .pre-post-paid .warning-message-p span{
        display: block;
        margin-left: 35px;
        font-size: 12px;
        line-height: 1;
        background-color: #ecb26c;
        color: white;
        border: 0px;
        border-radius: 5px;
        padding: 10px;
        display: block;
        margin-top: -10px;
        width: inherit;
    }
	
	 .pre-post-paid .warning-message-p2 span {
        display: block;
        margin-left: 35px;
        font-size: 12px;
        line-height: 1;
       background-color: #bbbd5a;
        color: white;
        border: 0px;
        border-radius: 5px;
        padding: 10px;
        display: block;
        margin-top: -10px;
        width: inherit;
    }

    .pre-post-paid .warning-message-p, .pre-post-paid .warning-message-p2  {
        float: right;
        bottom: -20px;
    }

    
    .pre-post-paid span {
        padding-right: 15px;
        display:block;
   
    }
	
	.baloon{   
  
    margin-left: -170px;
 
	}
	
	.pre-post-paid .validationMessage {
    position: absolute;
    top: 80px;
    left: 30px;
    font-size: 12px;
}

.pre-post-paid .validationMessage:nth-of-type(2) {
    position: absolute;
    top: 17px;
    left: 30px;
    font-size: 12px;
}

.pre-post-paid-form * {
  
    float: none;

}
}


@media (min-width: 769px) and (max-width: 991px) {
    .pre-post-paid .magenta-btn {
        float: left;
        margin-top: 20px;
    }

    .pre-post-paid .warning-message-p {
        margin-top: 20px;
        padding: 10px;
        float: right;
    }

        .pre-post-paid .warning-message-p span {
            width: 300px;
        }
		
			.baloon{   
  
    margin-left: -170px;
 
	}
	
		.pre-post-paid .validationMessage {
       position: absolute;
    top: 33px;
    left: 110px;
    font-size: 11.5px;
}

.pre-post-paid .validationMessage:nth-of-type(2) {
  position: absolute;
    top: 33px;
    left: 325px;
    font-size: 11.5px;
}
	
	
}




.pre-post-paid  .arrow:after {
    background: #404040 !important;
    /* background: black; */
    border: 2px solid #404040;
    border: 0 solid #404040 !important;
    color: white !important;
    border: 1px solid #404040 !important;
}

.pre-post-paid-sim .sim-izbor
{

text-align: center;
    background-image: url(../../images/check-off.png);
    background-repeat: no-repeat;
    background-position: 50% 92%;
    cursor: pointer;
    padding: 20px !important;
    min-height: 180px;

}

.pre-post-paid-sim .sim-izbor:first-of-type
{

   border-right:1px solid #d9d9d9;

}

.pre-post-paid-sim .sim-izbor:hover
{

    background-color: #E9E9E9;
  transition: all 0.2s ease-in;


}

.pre-post-paid-sim .selected-sim
{

    background-image: url(../../images/check-on.png); 


}



.pre-post-paid-sim .sim-izbor span
{

    font-size: 15px;

}

.pre-post-paid-sim h4 {
    color: #e20074 !important;
        font-size: 20px;
}


.pre-post-paid-sim input
{

 display: none;

}

@media screen and (max-width:767px) {

    .pre-post-paid-sim .sim-izbor:first-of-type
{
   border-right:0px solid transparent;
   
}

    .pre-post-paid-sim .sim-izbor span {

    padding-bottom: 15px;
}
}


/*prepaid-postpaid end*/
