/*
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 : Mar 6, 2015, 2:37:38 PM
    Author     : sagar
    */
    .aptf-single-tweet-wrapper{
    	/*background: #FFF;*/
    	clear: both;
    	float: left;
    	margin-bottom: 20px;
    	width: 100%;
    }
    .aptf-tweet-content a{
    	border-bottom: none !important;
    	color: #00B0ED !important;
    	-webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
    	-moz-transition: all 1s ease;/* Firefox 4-15 */
    	-o-transition: all 1s ease;/* Opera 10.5-12.00 */
    	transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
    }
    .aptf-tweet-date{
    	float: left;
    }
    .aptf-tweet-date p{
    	margin-bottom: 0;
    }
    .aptf-tweet-actions-wrapper{
    	float: right;
    }
    .aptf-tweet-content .aptf-tweet-name{
    	border-bottom: none !important;
    	color: #333;
    	font-weight: bold;
        text-decoration: none !important;
    }
    .aptf-tweet-username{
    	font-size: 80%;
    	color: #999;
    }
    .aptf-tweet-actions {
    	font-family: 'WebSymbols-Regular';
    	color: #333;
    }
    .aptf-tweet-actions a {
    	border-bottom: none !important;
    	color: #999;
    	text-decoration: none !important;
    }
    .aptf-timestamp{
        margin-bottom: 0 !important;
    }
    .aptf-timestamp a{
    	border-bottom: none !important;
        text-decoration: none !important;
    }
    .aptf-template-1 .aptf-tweet-content{
    	background: #EEE; 
    	position: relative;
    	border: 1px solid #CCC;
    	border-radius: 5px;
    	padding: 15px;
    }
    .aptf-template-1 .aptf-tweet-content:after{
    	content: ' ';
    	border-left: 10px solid transparent;
    	border-right: 10px solid transparent;
    	border-top: 10px solid #EEE;
    	bottom: -10px;
    	height: 0; 
    	position: absolute;
    	width: 0;
    }
    .aptf-template-1 .aptf-tweet-content:after, .aptf-template-1 .aptf-tweet-content:before{ 
    	top: 100%; 
    	left: 30px; 
    	border: solid transparent; 
    	content: " "; 
    	height: 0; 
    	width: 0; 
    	position: absolute; 
    	pointer-events: none; 
    }
    .aptf-template-1 .aptf-tweet-content:after{
    	border-color: rgba(238, 238, 238, 0); 
    	border-top-color: #EEE; 
    	border-width: 10px; 
    	margin-left: -10px;
    }
    .aptf-template-1 .aptf-tweet-content:before{ 
    	border-color: rgba(204, 204, 204, 0);
    	border-top-color: #CCC;
    	border-width: 11px;
    	margin-left: -11px;
    }
    .aptf-template-1 .aptf-tweet-actions{
    	background: none repeat scroll 0 0 #fff;
    	border-radius: 20px;
    	display: none;
    	padding: 2px 10px;
    	position: absolute;
    	right: 15px;
    	top: 10px;
    }
    .aptf-template-1 .aptf-tweet-content:hover .aptf-tweet-actions{
    	display: block;
    }
    .aptf-template-1 .aptf-tweet-name, .aptf-slider-template-3 .aptf-tweet-name{
    	border-bottom: medium none !important;
    	display: inline-block;
    	font-weight: bold;
    	padding-top: 10px;
        text-decoration: none;
    }
    .aptf-template-1 .aptf-tweet-date, .aptf-slider-template-3 .aptf-tweet-date{
    	display: inline-block;
    	float: none;
    }

    .aptf-template-3 .aptf-single-tweet-wrapper{
      border: 1px solid #b2dbe9;
      border-radius: 10px;
      clear: both;
      color: #333;
      float: left;
      margin-bottom: 20px;
      padding: 10px;
      width: 100%;

      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=4, direction=90, color=#b8b8b8)";/*IE 8*/
      -moz-box-shadow: 0px 0px 4px #b8b8b8;/*FF 3.5+*/
      -webkit-box-shadow: 0px 0px 4px #b8b8b8;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
      box-shadow: 0px 0px 4px #b8b8b8;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#b8b8b8); /*IE 5.5-7*/
  }

  .aptf-template-3 .aptf-timestamp{
     margin-bottom: 0;
     font-size: 80%;
     color: #999;
     display: inline-block;
 }
 .aptf-template-3 .aptf-tweet-actions-wrapper{
     float: none;
     padding: 10px 0 5px;
     font-size: 80%;
 }
 .aptf-template-3 .aptf-tweet-actions-wrapper a{
     margin-right: 5px;
 }

 .aptf-tweets-slider-wrapper .aptf-timestamp{
    margin-bottom: 0;
    font-size: 80%;
    color: #999;
    display: inline-block;
}
.aptf-tweets-slider-wrapper .aptf-timestamp p{
    margin-bottom: 0;
}
.aptf-slider-template-2 .aptf-single-tweet-slide{
    border: 1px solid #b2dbe9;
    border-radius: 10px;
    color: #333;
    padding: 10px;
}

.aptf-slider-template-3 .aptf-single-tweet-wrapper{
    clear: none;
}

.aptf-slider-template-3 .aptf-tweet-content{
    background: #EEE; 
    position: relative;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 15px;
}
.aptf-slider-template-3 .aptf-tweet-content:after{
    content: ' ';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EEE;
    bottom: -10px;
    height: 0; 
    position: absolute;
    width: 0;
}
.aptf-template-3 .aptf-tweet-content:after, .aptf-slider-template-3 .aptf-tweet-content:before { 
    top: 100%; 
    left: 0;
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
}
.aptf-slider-template-3 .aptf-tweet-content:after{
    border-color: rgba(238, 238, 238, 0); 
    border-top-color: #EEE; 
    border-width: 10px; 
    margin-left: -3px;
}
.aptf-slider-template-3 .aptf-tweet-content:before{ 
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #CCC;
    border-width: 11px;
    margin-left: 11px;
}
.aptf-slider-template-3 .aptf-tweet-actions{
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    display: none;
    padding: 2px 10px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.aptf-slider-template-3 .aptf-tweet-content:hover .aptf-tweet-actions{
    display: block;
}
.aptf-slider-template-3 .aptf-tweet-name{
    border-bottom: medium none !important;
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
}
.aptf-slider-template-3 .aptf-tweet-date{
    display: inline-block;
    float: none;
}
.aptf-tweet-box {
    color: #333;
}
.aptf-follow-btn{
    background-color: #eee;
    background-image: linear-gradient(#fff, #dedede);
    border: 1px solid #ccc;
    border-radius: 3px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    color: #333;
    cursor: pointer;
    display: inline-block;
    font: bold 13px/37px "Helvetica Neue",Arial,sans-serif;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    max-width: 100%;
}
a.aptf-follow-link{
    border-bottom: none !important;
    text-decoration: none !important;
}
.aptf-follow-btn i {
    background: url("data:image/png;base64,ivborw0kggoaaaansuheugaaac0aaaaocayaaabq13mpaaagckleqvryw+2yxuytvxjhz4vjlizgd7mtxi2lkztdelm7lyzog7nk2rjvl8iujbinv2jcma0fwqcfegcafjrc+syltqwfgnwulikawb3yovrattqwc1zcoi6epc8ll74tvd6ly2ktf87j6tnv+3uf8zzp+waawehmij8h1mvies0jlqi+we5ojfjgcx3d9x+fmktmq/f/rzkrlx5fzkmnphlvqw2dq1ify9efaz8kafusurmx+qco1byry3oilkcfmlqb2n3wzqhk48xn6ybluwjo1cqeydavurkwontk5uoggksaxrpwo3larvhsjvkrmxhm+6phv3h4yddp0ge7d5xujpo6qyzlfwkscgzy1utgchuwkjh4tohpqpp4nn430geu/tcj4sif5iv2v/nl6p/h81otoiuvupso4ayenvg9ehw4xtp4oubz268vfip2jd4y9hufw8tkjoaguft2rzzikj8s7jmzxtqw1qkwhtdrzy0likd9azjm1g6gpcoz8vzdfhc1e8av9gkxydci3ewc9q96tj0dnhebuobxa6j60yvgtc740tw3jf0sgtzj89jhk6tyakt2ag9f+axy8sgpyqmlus5hd/hut/5mh3mp3z3h6eeba7adv/4uunxo4dinw1gyzklmw/mhtut8bywcj2mb9wvaqdbn0z5ldj1zlbemygusdn5nvbea8b/tart/d8cmyvrjjteneo81v1rljf7gdc7gvnpakueadwuaab17mzs6ytdgmzpowwjlxlg8go9we1adlctwnrska27zxqcfup0xj9znbhgwwqwe6acp4nu9m6fxzn7tmbweg2zpg670u1rxupb1xvbwosjkf/yctqhu5x5rjmn3+ip8djthmjane+6ehubfmub8jefapz5nbthk8tux/1hsezixetjz5rc+11bmxw7bsc+3bs99ouh/bggrycl/o93hp7gko7b6zzqwf342l7jwgap3a03jzxrgtjzm5dausivrlp/tu22kd+fhfj1djjfma4/mbdf6vbzrgz6bbotn6ivfggu9cvcllojqi6wa5bp10rbturde4vhr1594btt74aa3ghevjxl575chbluhc3rr+bpn06ajokdgs4tj26ub79w6a9so+ompkk0j5zkborksk48reliw6mjfe0oj1u+2elbk7p7nncnh0+dhqzolsa0u3u8dttmtovskv5dquo2gx0wlqz88eu2rtbwzxx412y1ehwnn1mes1se6rdkjkneatg8b+kd0efoj9p8wwikrbhnmo/bexmqbweqwjbpawvu/vojk5gq9gmxagdls0qzz2dmqm5slwvlzkj6e3pmamjqd5ewiq8vlcjtbpaskyaurilxsquebkjvkqk6uhsrksigrk4pi4ula48ep4ymo3dfxzyovlweczmjiwct4e/fuyssqkkctvknjyynf1txvwdjy2k7pib8eurs01fptuwo1tbva8agm2mzderagsvgez4ghd22325uqlwqvremqr6/njvhzsdsw/v288natw++9sfkpcjm6po9edcfdqbx9+3zs0lbuyrgmazsavbflxckpgqghifnegfglsrjws1sga6baz8/p52ezrhv0vyu5kyua9iirqymgbwft9xr9kti6yivrdlr9nbezbvhnvlw8ykievuncriatjrqvfqg5aunday+qu/ctuylwwyynm86idoejsaojwxpqfkaj0b+8vlyvmyiajv6hupaxk5ota2g5dcjvuavozd1lqtb30wxtblw1tfexnhvtkpsujm/mzpqjky6+uhju3d3twgfe75hrve9pzxzfcr2jslaqpfippdlh/abjvvxvecwcrwyzpcafespenxhryube3l4b5mabwsu2ir/fxcudoyoiv8ahpb0un0l6pjraulic5by0a2tvuggyii5xrusm6ha7lyjkgmdeuv+yfng7wdqzdx48serqwxttddrnfb9bwyutbsno+p2i7fimjyfpof8pntc37wic+hgmhqalm0isaneiy6kvdsfq5botexoq/8j++iofoav7s0tlwittoywf0aubio0fmojo42jlwgamhfvmmjntewfzqkc0j8cc3il7cr/t0snvuzcfliayk1empqbcxtgctoutco+iq5eyruuv0ejcozhatvrtaldxl2dkzgtbc5tiuma+l2z+bexzxk+obaruaaaaaelftksuqmcc") no-repeat scroll 0 0 transparent;
    height: 13px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.aptf-follow-btn .label {
    padding: 0 10px 0 25px;
    white-space: nowrap;
}
.aptf-center-align {
    text-align: center;
}
.aptf-seperator{
    padding: 8px;
}
a.aptf-follow-link:focus{
    outline:none !important;
}