﻿input.ucgButton{
    border:1px solid;
    border-color:#D1D3D4;
    border-radius: 3px 3px;
    color:#636363; 
    padding-right:10px;
    padding-left:12px;
    padding-top:7px;
    padding-bottom:7px;
    background-color: #E9E4D6;
    cursor:pointer;
    font-size:12px;
    text-align:left;
    font-weight:700;
    font-family: Arial,Georgia, Serif !important;
}

input.ucgButton.inGrid {
    background: #E9E4D6;
    border: solid 1px #C9C4B6;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 2px 12px;
    margin: 0 5px;
}

input.ucgButton.cancel{
    width:80px;
}
input.ucgButton.clear{
    width:70px;
}
input.ucgButton.delete{
    width:80px;
}
input.ucgButton.export{
    width:80px;
}
input.ucgButton.save,
input.ucgButton.start{
    width:67px;
}
/* Kendo Popup changes some styles */
input.ucgButton.save.inpopup{
    width:44px;
}
input.ucgButton.cancel.inpopup {
    width:60px;
}
input.ucgButton.search{
    width:75px;
}
input.ucgButton.submit{
    width:90px;
}
input.ucgButton.addNew{
    width:92px;
}
input.ucgButton.addNewOptOutList{
    width:141px;
}
input.ucgButton.addNewPartner{
    width:141px;
}
input.ucgButton + div.cross{
    vertical-align:inherit !important;
}
/*Right arrow*/
input.ucgButton.save + div.arrow-right,
input.ucgButton.start + div.arrow-right,
input.ucgButton.submit + div.arrow-right,
input.ucgButton.export + div.arrow-right{
    position:relative;
    display:inline-block;
    left:-18px;
    top:4px;
    width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #636363; /*Color of the arrow*/
}
input.ucgButton.search + div.arrow-right{
    position:relative;
    display:inline-block;
    left:-18px;
    top:3px;
    width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #636363; /*Color of the arrow*/
}
/*Cross*/
input.ucgButton + div.cross{
    position:relative;
    text-align: left !important;
    left:-20px;
    top:3px;
    display:inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 
    -webkit-transform:rotate(45deg);
}
input.ucgButton + div.cross:before, input.ucgButton + div.cross:after,
input.ucgButton + div.plus:before, input.ucgButton + div.plus:after  {
  content: "";
  position: absolute;
  z-index: -1;
  background: #636363; /*Color fo the cross*/
}
input.ucgButton + div.cross:before,
input.ucgButton + div.plus:before {
  left: 50%;
  width: 30%;
  margin-left: -15%;
  height: 100%;
}
input.ucgButton + div.cross:after,
input.ucgButton + div.plus:after {
  top: 50%;
  height: 30%;
  margin-top: -15%;
  width: 100%;
}
/*Plus sign*/
input.ucgButton + div.plus{
    position:relative;
    left:-23px;
    top:4px;
    display:inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 
    -webkit-transform:rotate(90deg);
}

.iconText, a.iconText, a.iconText:hover, .link.iconText {
    color: #00B09E !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}

.iconText img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
