/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.cvupload-container {
    text-align: center;
}
#cvupload-form {
    text-align: left;
}
.cvupload-title {
    font-famil: "latoregular",sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgb(51, 51, 51);
}
#cvupload-success {
  color: #fff;
  display: block;
  text-align: left;
  width: 100%;
}
.cvupload-positions {
    text-align: left;
}
h2.cvupload-positions, .cvupload-form-title {
    color: #000;
}
h2.cvupload-positions {
    margin-bottom: 32px;
}
.position-block {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #f3765a;
    border-radius: 3px;
}
.position-block-title {
    display: block;
    padding: 10px 20px;
    color: #000;
    cursor: pointer;
}
.position-block-description p {
    padding: 10px 20px;
}
.position-block-title i {
    line-height: 21px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.position-block-title .plus-minus::before {
    content: "-";
}
.position-block-title.collapsed .plus-minus::before {
    content: "+";
}
div div#uniform-position.selector{
    height: auto;
}
label.error{
    font-size: 13px;
}

#uniform-position label.error{
    margin-left: -10px;
}