html,body, #container{
    min-height: 100%!important;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
}
/*#left{*/
/*width: 35%;*/
/*margin-top: -10px;*/
/*display: inline-block;*/
/*max-height: 100%;*/
/*float: left;*/
/*}*/
/*#center{*/
/*overflow-y: scroll;*/
/*display:inline-block;*/
/*max-height: 1130px;*/

/*}*/

body {
    overflow: visible;
    padding: 0px 0 0 ! important;
    /*background: #F7F5F2;*/
    font: 15px/18px Arial, sans-serif;
    color: #333;
}

.alert-dismissable, .alert-dismissible {
    position: relative ! important;
    padding-right: 35px;
}

#content{
    display: inline-table;
    width: 100%;
}

.right-sides{
    width: 77%;
    float: right;
}

.left-sides{
    width: 23%;
    float: left;
}
.phone_block{
    background: url("/img/country_page_phone.png") no-repeat top left;
    width: 270px;
    padding-bottom: 14px;
    float: left;
    margin-top: 11px;
}

#params{
    margin-top: 100px;
}
.elEditing{
    outline: 2px solid chocolate;
}

#left > .block,
#right > .block{
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c5c5c5;
    color: #4E4E4E;
    margin: 15px 0;
}

.edit-selected-element-body{
    width:100%;
    /*width:445px;*/
    /*max-width: 450px;*/
    background:#f0f3f6;
}
.edit-selected-element-body > div{
    padding: 5px 0;
}
.edit-selected-element-body-group {
    background-color: #f0f3f6;
    padding: 2%;
    border-width: 3px;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
}

.edit-selected-element-title {
    height: 60px;
    line-height: 60px;
    border: 1px solid #dddedf;
    background: #e0e8f0;
    margin: 0;
    width: 100%;
    display: inline-block;
    color: #c350a6;
}
.group-title{
    display: block;
    margin-bottom: 12px;
    padding: 10px 0 12px 15px;
    color: #c350a6;
    border-bottom: 1px solid #dddedf;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}
.edit-selected-element-body-group > div{
    display: inline-block;
    width: 100%;
}
.edit-selected-element-body-group > div:first-child{
    margin-left: 0;
}

#right{
    width: 25%;
    right: 0;
    top: 0;
}

#right {
    float:right;
}

/*#left, #right{*/
/*padding: 10px;*/
/*height: 100%;*/
/*min-height: 100%;*/
/*}*/

.history{
    background-color: #d0d0d0;
    height: 80px;
    margin: 0 10px;
    padding: 0 10px;
}

.hover-element{
    outline: 2px solid #489fff;
}

.block{
    position: relative;
}

select.fontFamilyEditor{
    width: 185px;
    height:32px;
    border:1px solid #ccc;
    border-radius: 10px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

select.floatEditor{
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.reset-all{
    color: #c350a6;
    font-size:18px;
    /*margin-left:120px;*/
    cursor:pointer;
}
input[type=checkbox] {
    display:none;
}

input[type=checkbox] + label {
    display:inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-color: #9caab7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

input[type=checkbox]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
}
input{
    border-radius: 10px;
    border:1px solid #9caab7;
    height: 32px;
}
.sp-replacer{
    border-radius: 8px;
    border:1px solid #9dabb8;
    padding: 5px;
    background: #fff;
}
.sp-preview{
    border:1px solid #9caab7;
}

.sp-dd{
    font-size: 17px;
    font-weight: bold;
}

[type=number]{
    border-radius: 10px;
    border:1px solid #9caab7;
    text-align: center;
    width: 90px
}


/* File uploader styles*/

.file-upload {
    position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
    overflow: hidden; /* Все что выходит за пределы - скрываем */
    /*margin-left: 20px;*/

    vertical-align: middle;
}

.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
    /* Растягиваем label на всю возможную площадь блока .file-upload */
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/

}

.file-upload span {
    line-height: 36px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}

.block-title{
    display: inline-block;
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.actions-title.block-title{
    display: block;
    margin-bottom: 12px;
    padding: 10px 0 12px 15px;
    color: #c350a6;
    border-bottom: 1px solid #dddedf;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}
.block-bottom{
    height: 60px;
    padding: 10px;
    font-family: serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin:0 auto;
    background:#e0e8f0;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    border-bottom: 1px solid #dddedf;
    border-top-left-radius: 0px ! important;
    border-top-right-radius: 0px ! important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*padding-top: 10px;*/
}

.block-bottom a:hover, .block-bottom a:focus {
    color: #2a6496;
    text-decoration: initial;
}

.layout-body,
.history-body{
    max-height: 200px;
    overflow-x: hidden;
}

.layout-body
{
    max-height: 520px;
}
.layout-body ul{
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
}
.layout-body li{
    color: #2b2b2b;
    cursor: pointer;
}
.layout-body li span{
    display: block;
    width: 100%;
}
.layout-body li span:hover, .history-body li span:hover{
    background-color: #ECECEC;
}
.layout-body li span.selected{
    color: red;
}

.history-body ol .active{
    color: red;
}
.history-body ol .inactive{
    color: #c2c2c2;
}
.history-body span{
    display: block;
    width: 100%;
    cursor: pointer;
}
.history-body li,
.history-body li span{
    font-size: 14px;
}
.history-body,
.layout-body{
    direction: rtl;
}
.history-body ol,
.layout-body ul{
    direction: ltr;
}

.phone{
    position: relative;
    width: 340px;
    clear: right;
}
.phone-top{
    background: url("images/phone_top_1.png") no-repeat bottom;
    width: 338px;
    height: 258px;
    background-size: cover;
}
.component-top{
    background: url("images/phone_top_1_component.png") no-repeat bottom;
    width: 300px;
    height: 90px;
}
.phone-middle{
    background: url("images/phone_middle_1.png") repeat-y bottom;
    width: 338px;
    min-height: 450px;
    background-size: contain;
    height: 450px;
}

.phone-bottom{
    background: url("images/phone_bottom_1.png") no-repeat bottom;
    width: 338px;
    height: 54px;
    background-size: cover;

}

.phone-view {
    width: 270px;
    max-height: 600px;
    display: inline-block;
    position: relative;
    /*margin: 0 40px 0 0;*/
    padding-top: 10px;
}

.phone-view > .status{
    display:block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size:12px;
    font-family: 'OpenSans';
}


.phone-view > .status.active{
    color:green;
}
.phone-view > .status.pending{
    color:yellow;
}
.phone-view > .status.temp{
    color:red;
}
.phone-view:nth-child(3n+3) {
    margin: 0 0 0 0;
}
#phone-view-all {
    padding-left: 255px;
}
#phone-view-all-search {
    position: relative;
}
#phone-view-all-search .search-icon{
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 24px;
    color: #d4d51c;
}
#phone-view-all .pager{
    text-align: center;
    margin-top: 90px;
    margin-bottom: 130px;
}
#phone-view-all .pager ul{
    display: inline-block;
}
#phone-view-all .pager ul li{
    display: inline;
}
#phone-view-all .pager ul li a{
    font-family: "OpenSans";
    font-style: normal;
    font-size: 18px;
    padding: 2px 20px;
    color: #333;
    border: none;
}
#phone-view-all .pager ul li a i{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border: none;
}
#phone-view-all .pager ul li a.previous,
#phone-view-all .pager ul li a.next,
#phone-view-all .pager ul li a.previous i,
#phone-view-all .pager ul li a.next i{
    font-weight: bold;
    font-size: 16px;
    color: #b52992;
    vertical-align: middle;
}

#phone-view-all .pager ul li a.active{
    color: #b52992;
}

.zoom{
    /* zoom:0.4;
    -moz-transform: scale(0.4,0.4);
    -moz-transform-origin:  top left;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;*/
}

.phone-view .phone{
    width:260px;
}

.phone-view .ivr-page{
    width: 425px;
    min-height: 30px;
    margin-left: -46px;
    margin-top: -21px;
    overflow: hidden;

}
.phone-view .phone-top {
    position: relative;
    background: url("images/phone_top_1_small.png") no-repeat bottom;
    width: 255px;
    height: 70px;
}

.phone-view .btn-primary {
    background-color: #428bca !important;
    width:100%;
    height: 100px;
    height: 56px;
}
.phone-view .phone-middle{
    background: url("images/phone_middle_1_small.png") repeat-y bottom;
    width: 255px;
    min-height: 400px;
    max-height: 400px;
    overflow:hidden;
}
.phone-view .phone-bottom{
    background: url("images/phone_bottom_1_small.png") no-repeat bottom;
    width: 255px;
    height: 61px;
}

.phone-view .actions {
    display: none;
    position: absolute;
    width: 178px;
    margin: 0 auto;
    margin-top: 280px;
    margin-left: 39px;
    z-index: 1000;
}
.phone-view .phone{

}
.phone-view .actions div{
    width: 100%;
}
.phone-view .actions .btn{
    height: 40px;
    background-color: #4e5778;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
    text-decoration: none;
}
.phone-view:hover .actions{
    display: block;
}

.darken{
    display: none;
    position: absolute;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("images/black_back.jpg");
    width:  229px;
    height: 402px;
    margin-left: 14px;
    margin-top: -2px;
    z-index: 1;
}
.phone-view:hover .darken{
    opacity:0.8;
    display:block;
}

[class*=ivr-editor] {
    width: 511px;
    max-width: 511px;
    padding-top: 22px;
    margin: -55px 0 0 32px;
    height: 100%;
    max-height: 100%;
    moz-transform: scale(0.621,0.621);
    -ms-transform: scale(0.621,0.621);
    -webkit-transform: scale(0.621,0.621);
    -o-transform: scale(0.621,0.621);
    transform: scale(0.621,0.621);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.phone-view [class*=ivr-editor] {
    /*width: 305px;*/
    padding-top: 20px;
    margin: 0 0 0 38px;
    transform: scale(0.542,0.542);
    -moz-transform: scale(0.542,0.542);
    -ms-transform: scale(0.542,0.542);
    -webkit-transform: scale(0.542,0.542);
    -o-transform: scale(0.542,0.542);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.sorting-toggler {
    background: green;
    cursor: pointer;
    border: 2px solid black;
    border-right-width: 15px;
    padding: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s ease;
    display: inline-block;
    width: 20px;
    height: 15px;
}

.sorting-toggler.off {
    background: red;
    border-right-width: 2px;
    border-left-width: 15px;
}

.ui-sortable{
    cursor: move!important;
}

.menu-dummy{
    /*width: 225px;*/
    /*height: 351px;*/
    /*display: inline-block;*/
    /* float: left; */
    border: 1px solid #ccc;
    text-align: left;
    padding: 0;
}
.menu-dummy ul {
    padding-left: 0;
    margin-bottom: 0;
}
.menu-dummy li{
    text-align: center;
    opacity: 1 ! important;
    list-style-type: none
}


.menu-dummy > li:hover{
    background-color: #cf3499;
}

.menu-dummy li a{
    display: block;
    padding: 10px 10px 10px 12px;
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
    text-decoration: none;
    text-align: left;
}
.menu-dummy li.active > a{
    background-color: #cf3499;
}
.menu-dummy li.active a:hover{
    color: #ffffff;
}
.menu-dummy li a i{
    font-size: 18px;
    display: inline-block;
    margin-right: 16px;
    color: #cf3499;
}
.menu-dummy li.active a i{
    color: #FFFFFF;
}
.menu-dummy li a i.admin-icon-IVR_sign{
    float: left;
    margin-top: 3px;
}
.menu-dummy li a:hover i{
    color: #FFFFFF;
}
.menu-dummy li a.menu-dummy-dropdown i.admin-icon-templates{
    float: left;
    margin-top: 3px;
}
.menu-dummy li a.menu-dummy-dropdown i#dropdown-arrow{
    float: right;
    margin-top: 5px;
}
.menu-dummy .toggle-dropdown > li a.current{
    background: #cf3499 !important;
}
.menu-dummy .toggle-dropdown > li a.current i{
    color: #FFFFFF;
}
.menu-dummy .toggle-dropdown > li a:hover{
    background: #cf3499;
    color: #FFFFFF;
}


.menu-dummy li.notification-list{
    position: relative;
}
.menu-dummy li.notification-list a.notification{
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 21px;
    height: 21px;
    line-height: 14px;
    text-align: center;
    padding: 0;
    border: 2px solid #facee5;
    border-radius: 50%;
    background: #cf3499;
}
.menu-dummy li a.notification span{
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}
.menu-dummy li a.notification:hover span{
    color: #FFFFFF;
}

.menu-dummy .logged-in-dropdown > li > a:hover{
    background: #cf3499;
    color: #FFFFFF;
}

.editor
{
    width: 1100px;
    margin: 0 auto;
    margin-top: 95px;
}

.search-line{
    border-radius: 0px;
    border-color: #ccc;
    width: 565px;
    padding: 22px 22px 22px 53px;
    font-size: 16px;
    font-style: italic;
}
.phone-price{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    font-normal: normal;
    font-family: "OpenSans";
}
.file-upload label{
    width: 160px;
    height: 38px;
    line-height: 38px;
    background: #f1f2f4;
    border-radius: 10px;
    border: 1px solid #9caab7;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    left: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
    cursor: pointer;
    background: linear-gradient(#fff, #9dabb8);
}

/**
 * стили для редакторов элементов
 */
/**
 * стили для PageElement
 */
.PageElement .edit-selected-element-body .group-title,
.PageElement .edit-selected-element-body .background-color{
    /*padding-left: 20px;*/
}
.PageElement .edit-selected-element-body .file-upload{
    /*padding-left: 20px;*/
}

.PageElement .edit-selected-element-body .file-upload label:hover {
    background: #9caac7;
}
.PageElement .ivr-element-title{
    margin-left: 20px;
}
.PageElement .edit-selected-element-body{
    font-size: 0px;
}
.PageElement .edit-selected-element-body .file-upload,
.PageElement .edit-selected-element-body .background-color{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.DropdownElement .edit-selected-element-body .file-upload,
.DropdownElement .edit-selected-element-body .background-color{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.PageElement .copy-element, .PageElement .remove-element{
    display:none;
}
.PageElement .file-upload, .PageElement .background-color{
    margin-bottom: 15px;
}

/**
 * стили для buttonOptions
 */
.ButtonElement  .background-gradient{
    margin-left: 52px;
}
.ButtonElement .ivr-element-title{
    margin-left: 20px;
}
.ButtonElement .border-radius,
.ButtonElement .border-color,
.ButtonElement .border-width{
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

.ButtonElement .actions-block{
    padding:10px 10px 50px 0;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    background-color: #f0f3f6;

}
.ButtonElement .select-action{
    margin-left:20px;
    margin-right: 10px;
}

.ButtonElement .actions-body{
    margin-left:20px;
    margin-right: 10px;
}

.ButtonElement .remove-action{
    margin-left:20px;
    margin-right: 10px;
}
.ButtonElement .edit-selected-element-body .background-color,
.ButtonElement .edit-selected-element-body .height,
.ButtonElement .edit-selected-element-body .border-radius,
.ButtonElement .edit-selected-element-body .border-color,
.ButtonElement .edit-selected-element-body .border-width{
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}




.ButtonElement .actions-body-form input{
    width: 100%;
}
.ButtonElement .actions-body-form label{
    display: block;
    margin-bottom: 5px;
    color: #c350a6;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}
.odLabel{
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}
.odLabelInline{
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}
.ContactFormComponent .border-radius,
.ContactFormComponent .border-color{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}



/**
 * стили для #editor-component
 */
#editor-component .edit-selected-element .modal-select-bg-color > div{
    width: 100%;
}
#editor-component .edit-selected-element .modal-select-bg-color > div > label{
    /*display: block;*/
    margin-bottom: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}
.ivr-navigate{
    padding: 10px;
}
.ivr-navigate input[data-type=MapElement],
.ivr-navigate input[data-type=CoordinatesElement],
.ivr-navigate input[data-type=InfoElement]{
    border-radius: 10px;
}
.ivr-navigate input.ivr-el[data-type=InputSubmitElement]{
    margin: 0 3px;
    width: 45% !important;
}

.ivr-navigate .test-input{
    display:block;
    padding: 0 10px;
    background: blue;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/**
 * стили для DropdownHeaderOptions
 */
.DropdownHeaderElement  .background-gradient{
    margin-left: 52px;
}

.DropdownHeaderElement  .border-color{

}
.DropdownHeaderElement .border-radius,
.DropdownHeaderElement .border-color{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.DropdownHeaderElement .border-radius,
.DropdownHeaderElement .background-color,
.DropdownHeaderElement .height{
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}
.DropdownHeaderElement .ivr-element-title{
    margin-left: 20px;
}
.DropdownHeaderElement .edit-background{
    padding-bottom: 50px;
}
/**
 * стили для IconOptions
 */
.IconElement .ivr-element-title{
    margin-left: 20px;
}

.IconElement .edit-properties{
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.IconElement .icontype,
.IconElement .font-size,
.IconElement .color,
.IconElement .float{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}
.IconElement .icontype,
.IconElement .font-size,
.IconElement .color,
.IconElement .float{
    margin-bottom: 45px;
}
.IconElement  .icontype .iconTypeChange{
    border: 1px solid #456789;
    border-radius: 11px;
    height: 32px;
}

.IconElement  .icontype,
.IconElement  .color{
    /*padding-left: 20px;*/
}
.IconElement .add-element{
    display:none;
}
.IconElement .iconTypeChange{
    display: inline-block;
    vertical-align: middle;
}

.IconElement .iconTypeChange,
.IconElement .fontSizeEditor,
.IconElement .floatEditor,
.IconElement .colorEditor{
    margin-left: 7px;
}
.IconElement .iconTypeChange .caret{
    position: relative;
    border: none;
}
.IconElement .iconTypeChange .caret:before{
    position: absolute;
    bottom: -2px;
    content: "\e259";
    font-size: 10px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
/**
 * стили для ImageOptions
 */
.ImageElement  .background-gradient{
    margin-left: 52px;
}

.ImageElement  .width,
.ImageElement  .height{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}


.ImageElement .actions-block{
    padding:10px 10px 12px 0;
    border-left: 1px solid #dddedf;
    border-right: 1px solid #dddedf;
    background-color: #f0f3f6;
}

.ImageElement .select-action{
    margin-left:20px;
    margin-right: 10px;
}

.ImageElement .actions-body{
    margin-left:20px;
    margin-right: 10px;
}

.ImageElement .remove-action{
    margin-left:20px;
    margin-right: 10px;
}

.ImageElement .actions-body-form input{
    width: 100%;
}

.ImageElement  .add-element{
    display:none;
}

.ImageElement .ivr-element-title{
    margin-left: 20px;
}
.ImageElement .file-upload{
    /*padding-left: 20px;*/
}

/**
 * стили для TextOptions
 */
.TextElement  .contentEditor, .RunningLineElement .contentEditor{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4px;
    padding-left: 10px;
}


.TextElement  .add-element{
    display:none;
}

.TextElement .font-family,
.TextElement .font-size{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.TextElement .color,
.TextElement .font-style,
.TextElement .font-weight{
    display: inline-block;
    vertical-align: middle;
    width: 28%;
}

.TextElement .ivr-element-title{
    text-align: left;
}
[class$="Element"] .ivr-element-title{
    margin-left: 20px;
}

.TextElement .actions-selector,
.DropdownHeaderElement .actions-selector,
.IconElement .actions-selector,
.PageElement .actions-selector{
    margin-bottom: 0;
}
.DropdownElement .ivr-element-title{
    margin: 0 10px 0 20px;
}
/*.DropdownElement .background-color{*/
    /*padding: 0 0 0 20px;*/
/*}*/
/*.DropdownElement .height{*/
    /*padding: 0 0 0 20px;*/
/*}*/
.DropdownElement .edit-background .file-upload{
    padding: 0 10px 0 0;
}
.DropdownElement .background-color,
.DropdownElement .edit-background .file-upload{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}
.PageElement .background-color{
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}

.TextElement .color,
.TextElement .content-text,
.TextElement .font-family{
    /*padding-left: 20px;*/
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}
.TextElement .font-style{
    text-align: right;
}
.TextElement .font-weight{
    text-align: left;
}
.TextElement .font-style label,
.TextElement .font-weight label{
    margin: 0 5px;
}
.TextElement .edit-Font-Options{
    padding-bottom: 50px;
}
.actions-block .el-action{
    margin: 5px 10px 5px 15px;
}
.popUp{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
}
select[data-attr=float]{
    width: 85px;
}

.RunningLineElement{

}
.RunningLineElement .edit-selected-element-body{
    font-size: 0px;
}

/*.RunningLineElement .edit-selected-element-body *{
    font-size: 14px;
}*/
.RunningLineElement .scrollamount,
.RunningLineElement .direction{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
}
.RunningLineElement .scrollamount{
    padding-left: 17px;
}
.RunningLineElement .edit-selected-element-body .edit-properties,
.RunningLineElement .edit-selected-element-body .edit-background{
    font-size: 0px;
}
.RunningLineElement .edit-selected-element-body .color,
.RunningLineElement .edit-selected-element-body .font-size,
.RunningLineElement .edit-selected-element-body .background-color,
.RunningLineElement .edit-selected-element-body .file-upload{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
}

[data-type="InputSendElement"] {
    height: 20px;
}

[data-type="InputMessageElement"] {
    height: 97px;
    background: url(/info/media/img/ivr-small-textarea.png) no-repeat 100%;
    padding-bottom: 88px;
    background-position: 6px 27px;
    background-size: 95% 63%;
    border: none;
}


.ivr-contact-form .ivr-el[data-type="EmailFieldElement"] {
    height: 36px;
    margin: 6px auto 9px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "OpenSans";
    text-align: center;
}


/* Hide the browser's default checkbox */
.checkbox-wrapper{
    position: relative;
    cursor: pointer;
    border:  1px solid red;
        height: 20px;
    width: 20px;
}
.c-text-top{
    vertical-align: text-top;
}
.checkbox-wrapper-text{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}
.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkbox-replace {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-wrapper:hover input ~ .checkbox-replace {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-wrapper input:checked ~ .checkbox-replace {
    /*background-color: #2196F3;*/
}

/* Create the checkbox-replace/indicator (hidden when not checked) */
.checkbox-replace:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkbox-replace when checked */
.checkbox-wrapper input:checked ~ .checkbox-replace:after {
    display: block;
}

/* Style the checkbox-replace/indicator */
.checkbox-wrapper .checkbox-replace:after {
    left: 4px;
    top: 1px;
    width: 10px;
    height: 14px;
    border: solid #c11f66;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------------------------------------- Added by Nazeli ----------------------*/

.edit-selected-element-title.block-title.border-radius-style.no-frame{
    font-family: proxima_nova_rgregular;
}

.edit-selected-element-bottom.block-bottom.border-radius-style.no-frame a{
    line-height: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans";
    text-decoration: none;
    color: #000;
}
.edit-selected-element-bottom.block-bottom.border-radius-style.no-frame a span{
    line-height: 18px;
    border-bottom: 1px solid #b4bec8;
}


.edit-Select-Background-Image.edit-selected-element-body-group{
    padding-bottom: 25px;
}
.p15{
    padding: 0 15px;
}
.glyphicon{
    font-size: 10px;
}

/*.edit-selected-element.block.PageElement{*/
/*margin-bottom: 50px;*/
/*}*/

.back{
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-top: 50px;
}

.el-remove-action{
    color: #c350a6;
    padding: 10px 0 12px 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: "OpenSans", "proxima_nova_rgregular";
}

.actions-body-form input{
    padding-left: 10px;
}

.actions-body-form{
    color: #c350a6;
}

.actions-body-form input{
    color: #000;
}

.font-family select{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    padding-left: 5px;
    padding-right: 25px;
    width: 150px;
    background-image: url(/img/icons/glyphicons-chevron-down.png);
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-position: 180px;
}

.threeButtons.dropdown.open .dropdown-menu{
    background: #fff!important;
}

#ivr-editor.ivr-editor-component{
    margin: 0 auto;
    margin-left: 23px;
    width: 410px;
    padding-top: 0px;

}
#center .phone-bottom{
    height:112px!important;
}

#left .edit-selected-element-body{
    width: 426px;
}

#left .edit-selected-element.block.MapElement .edit-selected-element-body input{
    padding-left: 9px;
}

#left .content-text input{
    padding-left: 9px;
}

.middle_center_block.template-edit.wrapper {
    background-color: #ffffff;
}



.tooltip.right .tooltip-inner{

max-width:310px;

padding:3px 8px;

color:#fff;

text-align:center;

background-color:#CC0000;

-webkit-border-radius:4px;

-moz-border-radius:4px;

border-radius:4px

}

/*tooltip*/
.tooltip-btn {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-btn .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 3px 2px;
    position: absolute;
    z-index: 1;
    top:0;
    /*top: -5px;*/
    left: 135%;
    font-weight: normal;
    font-size: 11px;
}

.tooltip-btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip-btn:hover .tooltiptext {
    visibility: visible;
    white-space: pre-wrap;
}

.reset_button, .select_page_button{
    display: inline-block;
}
.reset_button{
    text-align: left;
    margin-left: 16px;
    font-family: OpenSans;
}
.reset_button .reset-all, .select_page_button .select-page{
    vertical-align: middle;
}
.select_page_button{
       float: right;
    margin-right: 33px;
    margin-bottom: 5px;
    font-family: OpenSans;
}
.select_page_button .select-page, .reset_button .reset-all:focus{
    color:#d0379b;
}

.callEditor .question-btn.tooltip-btn{
    margin: 0px 5px;
}

.callEditor select, .callEditor .question-btn.tooltip-btn{
    float: left;
}

[dir="rtl"] .phone-view [class*=ivr-editor] {

padding-top: 20px;
margin: 0 12px 0 0;
transform: scale(0.542,0.542);
-moz-transform: scale(0.542,0.542);
-ms-transform: scale(0.542,0.542);
-webkit-transform: scale(0.542,0.542);
-o-transform: scale(0.542,0.542);
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-webkit-transform-origin: right top;
transform-origin: right top;
}

[dir="rtl"] .darken{
    left: 5px;
}
[dir="rtl"] .phone-view .actions{
    left: 0;
}

[dir="rtl"] .my-ivrs-list .phone-view .actions {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 9px;
}


.title-phone{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    font-normal: normal;
    font-family: "OpenSans";
    top: 26px;
    color: #ffffff !important;
    z-index: 5;
}




