/*
 * ====================================================================================
 * ----------------------------------------------------------------------------------
 *  The WordPress plugin is built for the iOli® Shortener Link that can bought from 
 *  iOli®. This will not work with any other URL shorteners and I will not 
 *  implement it to other scripts.
 *
 *  Version 1.6
 *  Copyright (c) 2015 iOli® - https://ioli.ru/
 * ----------------------------------------------------------------------------------
 * ====================================================================================
 */
 
#PUS_main {
	margin: 0;
	background: transparent;
}
#PUS_main #PUS_message {	
	background: transparent;
	display: none;
	color: #000;
	padding: 2px 5px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main #PUS_message.PUS_error{
	background: #e22e40;	
}

#PUS_main #PUS_main_input input {
	outline: none;
	margin: 0;
	width: 90%;
	min-height: 30px;
	padding: 10px 90px 10px 10px !important;
	line-height: 30px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid transparent;	
}
#PUS_main #PUS_main_input input:hover{
	background: transparent;
	color: transparent;
	border-color: transparent;
}



/**
 * Transparent Black Widget Stylesheet
 * iOli - https://ioli.ru
 **/
#PUS_main.tb-c {
  margin: 0;
  background: transparent;
  -ms-transform: rotate(2deg); /* IE 9 */
  -webkit-transform: rotate(2deg); /* Safari */
  transform: rotate(2deg); /* Standard syntax */
}
#PUS_main.tb-c #PUS_message {	
  color: #fff;
}
#PUS_main.tb-c #PUS_title{

}
#PUS_main.tb-c #PUS_form{
	border: 0;
}
#PUS_main.tb-c #PUS_form #PUS_main_input{
	min-height: 30px;
}
#PUS_main.tb-c #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main.tb-c #PUS_main_input input {
  border-width: 0;
  font-size: 20px;
  background: #323232;
  height: 60px;
  color: #fff;
}
#PUS_main.tb-c #PUS_main_input #PUS_loading{

}
#PUS_main.tb-c #PUS_main_input button{
  padding: 5px;
  font-size: 20px;
  height: 60px;
  background-color: #ffcc4d;
  border: 0;
  margin-left: -6px;

}
#PUS_main.tb-c #PUS_custom_container #PUS_custom_input {
	background: transparent;
	color: #000;
	border: 1px  #000;
}
#PUS_main.tb-c #PUS_custom_container button{
  padding: 5px;
  font-size: 18px;
  background-color: #ffcc4d;
  border-width: 0;
  font-size: 20px;
  height: 60px;
}
