.form-horizontal .control-label{
    width: 120px;
}
.form-horizontal .control-label + .controls{
    margin-left: 120px;
}
/*.right_colum_row .control-label{
    width: 100px;
}*/

/*.exclusiveDeals {
  margin-top: 35px;
}*/
.right_colum_row {
    width: 100%;
    overflow: hidden;
}
.detail_tab{
    margin-left: 15px;
}
.excDealDetails_row {
    width: 100%;
    overflow: hidden;
}
textarea#description, textarea#specialDescriptionDeal , textarea#specialStipulations, .stipulations, #stipulations{
    height: 50px !important;
    width: 100%;
}
.exclusiveDealBlock {
    margin-top: 8px;
}

.addNewExclusive , .addNewSpecial{
    padding: 9px;
    background: #1d1d1d;
    color: #fff;
}

.addNewExclusiveBtn, .addNewSpecialBtn{
    margin:30px 20px 40px 135px;
}



.removeDeal{
    float: right;
}


table.vendortable{
    width: 100%;
}
.vendortbdetail{
    margin-top: 100px;
    background-color: #ededed;
}
.vendortbdetail h2{
    color: #333;
    padding: 7px 10px;
}
.vendortable{

}
.vendortable tr th{
    background-color: rgb(245, 244, 249);
    padding: 8px 5px;
    text-align: center;
    border: 1px solid #ccc;
}
.vendortable tr.vandortd td{
    background-color: #E8E8E8;
    padding: 5px;
    border: 1px solid #ccc;
}
.vendortable tr.vandortd:nth-child(2n+1) td{
    background-color: #f5f5f5;
}

.exclusiveDealList, .specialDealList{
    clear: both;
    overflow: hidden;
    width:95%;
    margin:20px  auto !important;
}
.vendortbdetail {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}
.save-vendor{
    padding: 18px 5px;
    text-align: center;
    background: #E8E8E8;
}
.displayVendorName{
    margin: 10px 50px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 237px;
}
.addNewExculsiveStipulation, .addNewSpecialStipulation {
    background: #1c1c1c none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 20px;
    line-height: 20px;

    text-align: center;
    margin: 10px 25px 25px 135px;
    width: 27%;
}

/*.specialpage .addNewSpecialStipulation, .ucdealpage .addNewSpecialStipulation {
    margin: 10px 25px 25px 135px;
    width: 27%;
}*/
.specialpage .controls ,.stipulation-wrapper-special .controls{
    overflow: auto;
}
.specialpage .controls textarea,.stipulation-wrapper-special .controls textarea{
    margin-bottom: 10px;
}
.deleteExclusiveStipulation, .deleteSpecialStipulation {
    background: #ff8989 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    line-height: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 20px;
}




.quick-actions > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    width: 30%;
    margin: 0 1.5% 50px;
}
.quick-actions a{
    color: #212121 !important;
    font-size: 22px;
    font-family: 'open_sansregular';
    font-weight: 600;
}
.vendoricon {
    margin-bottom: 25px;
}
.shadowimg img {
    border-radius: 50px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}

.stat-boxes li:hover, .quick-actions li:hover, .quick-actions-horizontal li:hover{
    background: none;
}
#vendorList > div {
    float: none !important;
}

#s2id_changeBusinessVendor .select2-choice {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(204, 204, 204);
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    min-width: 250px;
    padding: 3px 0;
}



#ucbOrderList tr td a{
    cursor: pointer;
}
#ucbOrderList tr td a:hover, #changeStatus:hover{
    color: #3C3C3C;
}


#approvedOrderModal .modal-body{
    margin-left: 0 !important   
}
.tableDisplay tr td:first-child{
    padding: 5px;
    width: 40%;
}
.tableDisplay tr td{
    padding: 5px;
    width: 10%;
}

#textChangeModal .modal-body #messageValue{
    width: 100%;
    margin-bottom: 20px;
}
#textChangeModal .modal-body{
    text-align: center;
}
#textChangeModal .modal-body #sumbit{
    border: none;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 200px;
    margin: 0 auto;
}

/*  --------------- new css 29 may ---------------  */
.admin_users{}
.admin_users .form-horizontal .form-actions, .create_school .form-horizontal .form-actions, .create_major .form-horizontal .form-actions {
    padding: 10px 40px 10px 136px;
    margin-top:15px;
    text-align: left;
}
.create_school{}
.create_major{}
.create_vendor{}

.notificationpopup{ 
  text-align: center;
}
.notificationrow {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.notificationrow input{
  width:50%;
  text-align: left;
}
.notificationrow span {
    display: inline-block;
    margin-top: 4px;
    text-align: left;
    width: 50%;
}
.notificationrow label {
    float: left;    
    margin-top: 4px;
    padding-right: 10px;
    text-align: right;
    width: 50%;
}
.notificationpopup .modal-body{
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
}
.notificationpopup .modal-header{
  text-align: left;
}


@media only screen and (max-width : 1280px){
    .admin_users form .form-group .col-xs-4, .create_school form .form-group .col-xs-4, .create_major form .form-group .col-xs-4{
        width:370px;
    }
    .admin_users .form-horizontal .form-actions, .create_school .form-horizontal .form-actions, .create_major .form-horizontal .form-actions {
        padding: 10px 40px 10px 136px;
        margin-top:15px;
        text-align: left;
    }


    .create_vendor .leftColumn .form-group .controls .col-xs-7{width:230px;}

    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-4, .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3{width: 155px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3{width: 120px;}	
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3 .control-label {  width: 80px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3 .controls { margin-left: 80px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-4{width: 120px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-4 .control-label {  width: 80px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-4 .controls{margin-left: 80px;}

    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-8 .control-label {  width: 70px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-8 .controls {margin-left: 70px;}
}
@media only screen and (max-width : 980px){
    .create_vendor #vendor-form .col-xs-6.leftColumn{width: 100%;}
    .create_vendor #vendor-form .col-xs-6.rightColumn{width: 100%; min-height:200px !important;}

    .create_vendor .dealStuff .col-xs-6.leftColumn{width: 100%;}
    .create_vendor .dealStuff .col-xs-6.rightColumn{width: 100%;}

    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals{width: 600px;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals	{width: 600px;}
}

@media only screen and (max-width : 767px){
    .admin_users .form-horizontal .control-label, .create_school .form-horizontal .control-label, .create_major .form-horizontal .control-label {
        text-align:right;
    }
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-8 .control-label {  text-align:right;}

    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals{width: 445px;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals	{width: 445px;}

    .vendortable tr th, .vendortable tr td { font-size:13px;}
}

@media only screen and (max-width : 640px){
    .admin_users .form-horizontal .control-label, .create_school .form-horizontal .control-label, .create_major .form-horizontal .control-label {
        width:100%;
        text-align:left;
        padding-left:15px;
    }
    .admin_users .form-horizontal .controls, .create_school .form-horizontal .controls, .create_major .form-horizontal .controls {
        margin-left: 0px;
    }
    .admin_users .form-horizontal .form-actions, .create_school .form-horizontal .form-actions, .create_major .form-horizontal .form-actions {
        padding: 10px 40px 10px 15px;
        margin-top:15px;
        text-align: left;
    }

    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals{width: 100%;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals	{width: 100%;}

    .create_vendor .leftColumn .form-group .controls .col-xs-7 { width: 100%; padding-left: 0; padding-right: 0;}
    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals .excDealDetails_row .form-group.col-xs-6{width: 100%;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .excDealDetails_row .form-group.col-xs-6{width: 100%;}

    .create_vendor .leftColumn .form-group .control-label { width: 100%; padding-left: 0; padding-bottom: 5px;}

    .create_vendor .leftColumn .form-group .controls { width: 100%; margin-left: 0; padding:0; clear:both;}
    .create_vendor .leftColumn .form-group .controls .col-xs-12 { width: 100%; padding-left: 0; padding-right: 0;}
    .create_vendor #vendor-form .col-xs-6.leftColumn{min-height: 525px !important;}

    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-4 .control-label{ float:left;padding-left: 0;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-4 .controls {
        float: left;
        margin-left: 0;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
        padding-top: 15px;
    }
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3 .control-label{float:left; padding-left: 0;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3 .controls{padding-left: 15px; padding-top: 15px;}
    .create_vendor .rightColumn .right_colum_row .form-group.col-xs-3 .controls .col-xs-7{ width:auto; padding-left: 0; padding-right: 0;}

    .create_vendor .rightColumn .vendorType-wrapper .right_colum_row .form-group.col-xs-8 .controls{ width:auto; margin-left: 0; padding-left: 0; padding-right: 0;}
    .create_vendor .rightColumn .vendorType-wrapper .right_colum_row .form-group.col-xs-8 .controls .col-xs-7{width:auto; padding-left: 30px; padding-right: 0;}

    .create_vendor .dealStuff .col-xs-6.leftColumn { margin-top:50px;}
    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals .excDealDetails .excDealDetails_row .form-group.col-xs-6 .control-label{width: 100%;}
    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals .excDealDetails .excDealDetails_row .form-group.col-xs-6 .controls .col-xs-12{width: 100%; padding-left: 0; padding-right: 0;}

    .create_vendor .dealStuff .col-xs-6.leftColumn .exclusiveDeals .excDealDetails .form-group .controls .col-xs-4{width: 100%;margin-top: 5px; padding-left: 0; padding-right: 0;}
    .create_vendor .dealStuff .col-xs-6.leftColumn .right_colum_row .form-group .control-label[for="exclusiveDeal"]{float:left; padding-left: 0;  width: 80px;}
    .create_vendor .dealStuff .col-xs-6.leftColumn .right_colum_row .form-group .controls { float:left; width:50px; clear:none; padding-top:15px;}

    .create_vendor .dealStuff .col-xs-6.leftColumn .addNewExculsiveStipulation, .addNewSpecialStipulation { margin: 10px 0 25px;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .addNewExculsiveStipulation, .addNewSpecialStipulation { margin: 0px 0 25px;}

    .create_vendor .dealStuff .col-xs-6.rightColumn .right_colum_row .specialDeals .form-group .control-label{width: 80px;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .right_colum_row .specialDeals .form-group .controls{width: 80px;}

    .create_vendor .dealStuff .col-xs-6.rightColumn { margin-top:50px;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .right_colum_row .form-group .control-label{ width:70px; float:left; padding-left: 0;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .right_colum_row .form-group .controls{ width:30px; float:left; margin-left: 0; clear:none;padding-top:15px; height:auto;padding-left: 0; padding-right: 0; padding-bottom: 0;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .right_colum_row .form-group .controls .col-xs-7{padding-left: 0;padding-right: 0;}

    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .excDealDetails .form-group .control-label{width: 100%;padding-left: 0;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .excDealDetails .form-group .controls{width: 100%;  margin-left: 0;padding-left: 0;padding-top:0;padding-right: 0;}
    .create_vendor .dealStuff .col-xs-6.rightColumn .specialDeals .excDealDetails .form-group .controls .col-xs-12{width: 100%; padding-left: 0;padding-right: 0; clear:both;}

    .addNewExclusiveBtn, .addNewSpecialBtn {  margin: 30px 20px 40px 0;}
}

@media only screen and (max-width : 480px){
    .admin_users form .form-group .col-xs-4, .create_school form .form-group .col-xs-4, .create_major form .form-group .col-xs-4{
        width:100%;
    }
    .admin_users .form-horizontal .controls, .create_school .form-horizontal .controls, .create_major .form-horizontal .controls {
        margin-left: 0;
        padding: 0px 0px;
    }
}
@media only screen and (max-width : 480px){
    .create_vendor .rightColumn .vendorType-wrapper .right_colum_row .form-group.col-xs-8 .control-label{padding-top: 0;}
    .create_vendor .rightColumn .vendorType-wrapper .right_colum_row .form-group.col-xs-8 .controls{padding-top: 0; padding-bottom: 15px; height:50px;}
}
/*  --------------- new css 29 may end ---------------  */

/* Multiple Email Suffix Start */
.emailSuffixGroupWrap div i {
    position: absolute;
    right: 0;
    top: 7px;
}
.emailSuffixGroupWrap div {
    margin-bottom: 10px;
    position: relative;
}   
.emailSuffixGroupWrap div i {
    position: absolute;
    right: -20px;
    top: 7px;
}
/* Multiple Email Suffix End */