﻿/* File Created: октомври 2, 2012 */

/*.sharepoint h1,
.sharepoint h2,
.sharepoint h3,
.sharepoint h4,
.sharepoint h5,
.sharepoint h6 {
  margin: 11.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 23px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.sharepoint h1 small,
.sharepoint h2 small,
.sharepoint h3 small,
.sharepoint h4 small,
.sharepoint h5 small,
.sharepoint h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.sharepoint h1,
.sharepoint h2,
.sharepoint h3 {
  line-height: 46px;
}
.sharepoint h1 {
  font-size: 38.5px;
}
.sharepoint h2 {
  font-size: 31.5px;
}
.sharepoint h3 {
  font-size: 24.5px;
}
.sharepoint h4 {
  font-size: 17.5px;
}
.sharepoint h5 {
  font-size: 14px;
}
.sharepoint h6 {
  font-size: 11.9px;
}
.sharepoint h1 small {
  font-size: 24.5px;
}
.sharepoint h2 small {
  font-size: 17.5px;
}
.sharepoint h3 small {
  font-size: 14px;
}
.sharepoint h4 small {
  font-size: 14px;
}*/



table {
max-width: 100%;
background-color: transparent;
border-collapse: separate;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: auto;
  padding: 4px 6px;
  margin-bottom: auto;
  font-size: auto;
  line-height: normal;
}



/*#region - за рибъна */

.sharepoint [class*="span"] {
    float: none;
    margin-left: 0px;
}
/*#endregion*/


/*#region - за сърч */
.sharepoint select,
.sharepoint textarea,
.sharepoint input[type="text"],
.sharepoint input[type="password"],
.sharepoint input[type="datetime"],
.sharepoint input[type="datetime-local"],
.sharepoint input[type="date"],
.sharepoint input[type="month"],
.sharepoint input[type="time"],
.sharepoint input[type="week"],
.sharepoint input[type="number"],
.sharepoint input[type="email"],
.sharepoint input[type="url"],
.sharepoint input[type="search"],
.sharepoint input[type="tel"],
.sharepoint input[type="color"],
.sharepoint .uneditable-input {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  color: #555555;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}


.sharepoint textarea,
.sharepoint input[type="text"],
.sharepoint input[type="password"],
.sharepoint input[type="datetime"],
.sharepoint input[type="datetime-local"],
.sharepoint input[type="date"],
.sharepoint input[type="month"],
.sharepoint input[type="time"],
.sharepoint input[type="week"],
.sharepoint input[type="number"],
.sharepoint input[type="email"],
.sharepoint input[type="url"],
.sharepoint input[type="search"],
.sharepoint input[type="tel"],
.sharepoint input[type="color"],
.sharepoint .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.sharepoint textarea:focus,
.sharepoint input[type="text"]:focus,
.sharepoint input[type="password"]:focus,
.sharepoint input[type="datetime"]:focus,
.sharepoint input[type="datetime-local"]:focus,
.sharepoint input[type="date"]:focus,
.sharepoint input[type="month"]:focus,
.sharepoint input[type="time"]:focus,
.sharepoint input[type="week"]:focus,
.sharepoint input[type="number"]:focus,
.sharepoint input[type="email"]:focus,
.sharepoint input[type="url"]:focus,
.sharepoint input[type="search"]:focus,
.sharepoint input[type="tel"]:focus,
.sharepoint input[type="color"]:focus,
.sharepoint .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*#endregion*/


label {
  display: inline;
  margin: 2px;
}


/*#region Reset Checkbox */
input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
/*#endregion*/


select,
input[type="file"] {
  height: auto;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: normal;
}
  


/*span[class="ms-cui-tt-span"] {
    float: none;
    margin-left: 0px;
}
*/

